<?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>Jonathan Merchant &#187; PHP</title>
	<atom:link href="http://jonathanmerchant.com/tag/php-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanmerchant.com</link>
	<description>I&#039;m sure it&#039;s in here somewhere...</description>
	<lastBuildDate>Sat, 28 Aug 2010 23:59:48 +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>Toolbox &#8211; Insert Text into TinyMCE at cursor</title>
		<link>http://jonathanmerchant.com/2009/11/25/toolbox-insert-text-into-tinymce-at-cursor/</link>
		<comments>http://jonathanmerchant.com/2009/11/25/toolbox-insert-text-into-tinymce-at-cursor/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:16:19 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[clickable images]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[image manager]]></category>
		<category><![CDATA[image uploader]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[textarea]]></category>
		<category><![CDATA[textareas]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[wysiwyg editor]]></category>

		<guid isPermaLink="false">http://jonathanmerchant.com/blog/?p=108</guid>
		<description><![CDATA[In my mind, I can hear the them to Picture Pages playing in the background &#8211; because I want to remind you that in my quest to be a better web developer (and share with the world) I started this &#8220;toolbox&#8221; so I could keep a cataloged stockpile of simple easy to use tricks to [...]]]></description>
		<wfw:commentRss>http://jonathanmerchant.com/2009/11/25/toolbox-insert-text-into-tinymce-at-cursor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Parsing what&#039;s dished out (I&#039;m looking at you Godaddy)</title>
		<link>http://jonathanmerchant.com/2009/10/23/parsing-whats-dished-out-im-looking-at-you-godaddy/</link>
		<comments>http://jonathanmerchant.com/2009/10/23/parsing-whats-dished-out-im-looking-at-you-godaddy/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 16:00:21 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[Parsing]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jonathanmerchant.com/blog/?p=75</guid>
		<description><![CDATA[It&#8217;s no secret &#8211; well if you&#8217;ve been listening to me for the past few days, that I&#8217;ve been upset with GoDaddy&#8217;s free web hosting. I have a side project for a client, and it needed an admin back end done &#8211; something to edit the pages, nothing crazy or too difficult and since I [...]]]></description>
		<wfw:commentRss>http://jonathanmerchant.com/2009/10/23/parsing-whats-dished-out-im-looking-at-you-godaddy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jquery Sliding</title>
		<link>http://jonathanmerchant.com/2009/10/21/jquery-sliding/</link>
		<comments>http://jonathanmerchant.com/2009/10/21/jquery-sliding/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:10:29 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[container]]></category>
		<category><![CDATA[digging]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[slideDown]]></category>
		<category><![CDATA[slideUp]]></category>

		<guid isPermaLink="false">http://jonathanmerchant.com/blog/?p=50</guid>
		<description><![CDATA[The Project In one of my projects, I thought it would be cool to have a drop down select box trigger a slide down for the results, then slide up and slide back down when a new choice was selected. Seemed pretty easy, but when I got into it, it wasn&#8217;t as easy as I [...]]]></description>
		<wfw:commentRss>http://jonathanmerchant.com/2009/10/21/jquery-sliding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and Dirty Password masking/unmasking toggle</title>
		<link>http://jonathanmerchant.com/2009/10/15/quick-and-dirty-password-maskingunmasking-toggle/</link>
		<comments>http://jonathanmerchant.com/2009/10/15/quick-and-dirty-password-maskingunmasking-toggle/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:50:31 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Masking]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jonathanmerchant.com/blog/?p=5</guid>
		<description><![CDATA[I think it's easier then using a double password field that just takes more time to fill in - but that's just me.]]></description>
		<wfw:commentRss>http://jonathanmerchant.com/2009/10/15/quick-and-dirty-password-maskingunmasking-toggle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
