<?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>Webitect &#187; Development</title>
	<atom:link href="http://webitect.net/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://webitect.net</link>
	<description>A Resource Blog for Webmasters</description>
	<lastBuildDate>Fri, 10 Dec 2010 15:13:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Fancy Checkmark Icons with Pure CSS3</title>
		<link>http://webitect.net/design/webdesign/creating-fancy-bullet-points-with-pure-css3/</link>
		<comments>http://webitect.net/design/webdesign/creating-fancy-bullet-points-with-pure-css3/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 18:57:09 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[CSS/HTML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=8429</guid>
		<description><![CDATA[
I was recently working on a personal project where I wanted to implement some cool &#8220;checkmark&#8221; icons like you see at left to spice up my unordered lists. I could&#8217;ve done it quite easily with the list-style-image property, but I was trying to keep my images and http requests to a minimum, so I wanted [...]]]></description>
		<wfw:commentRss>http://webitect.net/design/webdesign/creating-fancy-bullet-points-with-pure-css3/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Quick and Dirty Content Filtering with PHP</title>
		<link>http://webitect.net/development/phpmysql/php-escape-encode-and-replace/</link>
		<comments>http://webitect.net/development/phpmysql/php-escape-encode-and-replace/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 21:31:24 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=8368</guid>
		<description><![CDATA[
The PHP language includes lots of helpful functions for easily filtering, cleaning and manipulating content, all of which are excellent tools in the hands of a skilled developer. A solid knowledge of these filtering tools will help you achieve enhanced security and functionality in your projects.
Today, I’m going to give you a crash course on [...]]]></description>
		<wfw:commentRss>http://webitect.net/development/phpmysql/php-escape-encode-and-replace/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>6 Under-The-Radar jQuery Animation Plugins That&#8217;ll Knock Your Socks Off</title>
		<link>http://webitect.net/development/jquery/6-under-the-radar-jquery-animation-plugins-thatll-knock-your-socks-off/</link>
		<comments>http://webitect.net/development/jquery/6-under-the-radar-jquery-animation-plugins-thatll-knock-your-socks-off/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:29:02 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[amazing]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=8196</guid>
		<description><![CDATA[
There are plenty of great, useful jQuery plugins out there. It&#8217;s great to have those kinds of plugins and know where to find them, and the community has done an excellent job of giving those plugins the attention they deserve.
There&#8217;s a whole other class of plugins, however &#8211; brilliant masterpieces that make your jaw drop [...]]]></description>
		<wfw:commentRss>http://webitect.net/development/jquery/6-under-the-radar-jquery-animation-plugins-thatll-knock-your-socks-off/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Create an Impressive Content Editing System with jQuery and PHP</title>
		<link>http://webitect.net/development/phpmysql/create-an-impressive-content-editing-system-with-jquery-and-php/</link>
		<comments>http://webitect.net/development/phpmysql/create-an-impressive-content-editing-system-with-jquery-and-php/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 23:32:31 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=8062</guid>
		<description><![CDATA[
It&#8217;s been a while since we had a good development tutorial, so let&#8217;s reawaken the tradition again and have some coding fun today! I&#8217;m going to show you how to use jQuery and PHP to build a content editing system that will allow you or your client to easily edit .html pages visually.
If this sounds [...]]]></description>
		<wfw:commentRss>http://webitect.net/development/phpmysql/create-an-impressive-content-editing-system-with-jquery-and-php/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>6 Smashingly Practical CSS3 Effects You Can Use Right Now</title>
		<link>http://webitect.net/design/designtutorials/6-smashingly-practical-css3-effects-you-can-use-right-now/</link>
		<comments>http://webitect.net/design/designtutorials/6-smashingly-practical-css3-effects-you-can-use-right-now/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:03:46 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[CSS/HTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amazing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=7998</guid>
		<description><![CDATA[
CSS3 is developing fast, and the most exciting part is seeing all of the intriguing and attractive effects that are being invented to solve real design problems. With the combined creativity of the design community, CSS3 has quickly traveled through the zone of interesting speculation and into the territory of time/resource saving practical everyday use.
Today, [...]]]></description>
		<wfw:commentRss>http://webitect.net/design/designtutorials/6-smashingly-practical-css3-effects-you-can-use-right-now/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>350+ Amazing CSS3 Resources  &#8211; All You&#8217;ll Ever Need to Become a CSS3 Master!</title>
		<link>http://webitect.net/design/uitutorials/350-amazing-css3-resources-all-youll-ever-need-to-become-a-css3-master/</link>
		<comments>http://webitect.net/design/uitutorials/350-amazing-css3-resources-all-youll-ever-need-to-become-a-css3-master/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 21:11:58 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[CSS/HTML]]></category>
		<category><![CDATA[Web Interface]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=7840</guid>
		<description><![CDATA[
Knowledge of CSS3 is fast becoming a crucial element of any web designer/developer&#8217;s skillset, which means that it&#8217;s an excellent time to start learning, if you haven&#8217;t already! A solid knowledge of CSS3 has a large market value and will take you a long way towards success, giving you an image of competence and authority.
Thankfully, [...]]]></description>
		<wfw:commentRss>http://webitect.net/design/uitutorials/350-amazing-css3-resources-all-youll-ever-need-to-become-a-css3-master/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Bootcamp Part 5 &#8211; A High-Caliber Resource Toolbox</title>
		<link>http://webitect.net/development/wordpress-plugin-bootcamp-part-5-a-high-caliber-resource-toolbox/</link>
		<comments>http://webitect.net/development/wordpress-plugin-bootcamp-part-5-a-high-caliber-resource-toolbox/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:51:16 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=7619</guid>
		<description><![CDATA[
If you&#8217;re ready to learn more about WordPress plugin development and continue your journey, you can be glad that there&#8217;s a lot more great resources out there.
In this final post of the series, we&#8217;ll take a look at a few carefully selected high-quality resources for learning more and then explore some of the best plugins [...]]]></description>
		<wfw:commentRss>http://webitect.net/development/wordpress-plugin-bootcamp-part-5-a-high-caliber-resource-toolbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugin Bootcamp Part 4 &#8211; A Real Life Excercise</title>
		<link>http://webitect.net/development/wordpress-plugin-bootcamp-part-4-a-real-life-excercise/</link>
		<comments>http://webitect.net/development/wordpress-plugin-bootcamp-part-4-a-real-life-excercise/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 16:57:22 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=7610</guid>
		<description><![CDATA[
In the first three parts of this series you learned theory &#8211; how the Wordpress plugin API works and how to use it. If you&#8217;re like me, however, you&#8217;ve been longing for a real life application &#8211; thinking, &#8220;That looks great, but how do I make the jump to using it in real life?&#8221;
Today, that&#8217;s [...]]]></description>
		<wfw:commentRss>http://webitect.net/development/wordpress-plugin-bootcamp-part-4-a-real-life-excercise/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Bootcamp Part 2 &#8211; Pages,Widgets &amp; Options</title>
		<link>http://webitect.net/development/wordpress-plugin-bootcamp-pages-widgets-options/</link>
		<comments>http://webitect.net/development/wordpress-plugin-bootcamp-pages-widgets-options/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:41:31 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=7565</guid>
		<description><![CDATA[
Yesterday we looked at the  basics of plugin building &#8211; and found out how to define a plugin, use action/filter hooks, and add scripts. Today, you&#8217;ll  learn how to add custom widgets, create a plugin options page, and learn how Wordpress&#8217;s option-saving mechanism works.
Come check it out, and learn some more about how to [...]]]></description>
		<wfw:commentRss>http://webitect.net/development/wordpress-plugin-bootcamp-pages-widgets-options/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Bootcamp Part 1 &#8211; Getting Started</title>
		<link>http://webitect.net/development/wordpress-plugin-bootcamp-part-1-getting-started/</link>
		<comments>http://webitect.net/development/wordpress-plugin-bootcamp-part-1-getting-started/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:14:03 +0000</pubDate>
		<dc:creator>Nick Parsons</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://webitect.net/?p=7530</guid>
		<description><![CDATA[
Wordpress plugins are big, and for good reason. Not only are they incredibly useful, they also are an excellent way to gain publicity and the real powerhouse of Wordpress&#8217; flexibility and customizability. A good plugin can really make a difference, and there&#8217;s no reason why you can&#8217;t get in on it and learn to write [...]]]></description>
		<wfw:commentRss>http://webitect.net/development/wordpress-plugin-bootcamp-part-1-getting-started/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

