<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Azure Web Design &#187; Wordpress</title>
	<atom:link href="http://www.azurewebdesign.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azurewebdesign.com</link>
	<description>We Know Web</description>
	<lastBuildDate>Thu, 15 Apr 2010 04:28:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google Maps Disappearing from Post</title>
		<link>http://www.azurewebdesign.com/google-maps-disappearing-from-post/</link>
		<comments>http://www.azurewebdesign.com/google-maps-disappearing-from-post/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 02:48:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/?p=198</guid>
		<description><![CDATA[Have you ever tried to add a Google Map into your wordpress posts or pages only to find them disappear after editing the post or page again? Apparently this problem is caused by using WordPress&#8217; built-in Visual Editor. The Visual Editor does not like iframes. There are plugins available to insert google maps such as [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to add a Google Map into your wordpress posts or pages only to find them disappear after editing the post or page again? Apparently this problem is caused by using WordPress&#8217; built-in Visual Editor. The Visual Editor does not like iframes.</p>
<p>There are plugins available to insert google maps such as <a href="http://blog.chiggins.com/?p=35">GoogleMapper</a>, <a href="http://wordpress.org/extend/plugins/xml-google-maps/">XML Google Maps</a>, <a href="http://wordpress.org/extend/plugins/google-map-shortcode/">Google Map Shortcode</a> but they require you to sign up for an API. The problem is also being discussed at the <a href="http://wordpress.org/support/topic/131103">wordpress forums</a>.</p>
<p><a href="http://multimedia.journalism.berkeley.edu/tutorials/embedding-map-mashups/googlemaps-in-wordpress/">Scott</a> has a great article about what options we have for inserting google maps in wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/google-maps-disappearing-from-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pulling in WordPress Content in your CakePHP Website</title>
		<link>http://www.azurewebdesign.com/pulling-in-wordpress-content-in-your-cakephp-website/</link>
		<comments>http://www.azurewebdesign.com/pulling-in-wordpress-content-in-your-cakephp-website/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 15:05:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=28</guid>
		<description><![CDATA[Integrating your WordPress posts into your CakePHP website is easy. WebDevKungFu has an excellent post, just follow the step by step instruction. To this post, I just had to modify a line of code to further filter out what WordPress content (posts and published only) comes out as headlines From his code, add the following: [...]]]></description>
			<content:encoded><![CDATA[<p>Integrating your WordPress posts into your CakePHP website is easy.</p>
<p>WebDevKungFu has an excellent post, just follow the step by step instruction. <span id="more-28"></span></p>
<p>To this post, I just had to modify a line of code to further filter out what WordPress content (posts and published only) comes out as headlines</p>
<p>From his code, add the following:<br />
<code>$posts = $this-&gt;Blog-&gt;findAll(array(’post_status’ =&gt; ’publish’, 'post_type’ =&gt; ’post’),null,’post_date DESC’,3);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/pulling-in-wordpress-content-in-your-cakephp-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
