<?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>Designerfoo.com &#187; Development</title>
	<atom:link href="http://designerfoo.com/webmaster-services/development/feed" rel="self" type="application/rss+xml" />
	<link>http://designerfoo.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 09:20:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery Validate: How-to Show Alert Box(s) with Regular Validation &amp; Input Focus.</title>
		<link>http://designerfoo.com/jquery-validate-alert-box-validation.html</link>
		<comments>http://designerfoo.com/jquery-validate-alert-box-validation.html#comments</comments>
		<pubDate>Mon, 17 Oct 2011 16:57:52 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[jquery form validation]]></category>
		<category><![CDATA[jquery validate alert]]></category>
		<category><![CDATA[jquery validate element]]></category>
		<category><![CDATA[jquery validate plugin]]></category>
		<category><![CDATA[jquery validator]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=888</guid>
		<description><![CDATA[With the jQuery Validate plugin, validating forms is a superbly easy! I wanted to display error messages generated by the plugin in an alert box as well as within the label tags it generates. And the below gist shows exactly how the jquery validation &#8220;alerts&#8221; the user that a field is not correctly validated.  [...]]]></description>
		<wfw:commentRss>http://designerfoo.com/jquery-validate-alert-box-validation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eventify&#8482; 1.8.a Released</title>
		<link>http://designerfoo.com/eventify-1-8-a-wordpress-events-manager-released.html</link>
		<comments>http://designerfoo.com/eventify-1-8-a-wordpress-events-manager-released.html#comments</comments>
		<pubDate>Sun, 09 Oct 2011 11:03:26 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Eventify]]></category>
		<category><![CDATA[Event Manager]]></category>
		<category><![CDATA[eventify 1.8]]></category>
		<category><![CDATA[eventify wordpress]]></category>
		<category><![CDATA[wordpress events]]></category>
		<category><![CDATA[Wordpress events manager]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=878</guid>
		<description><![CDATA[Its been a while since I released a version with feature additions.
Eventify&#8482; 1.8.a adds a slew of new features, listed below:

Repeating Events Daily/Weekly/BiWeekly/Monthly/BiMonthly/Quarterly/Halft Yearly/Yearly
Multi day events are now possible using Repeating events function, just edit the event details to reflect the changes in the events
Posts now get added to a default category &#8220;Eventify Events&#8221;. This [...]]]></description>
		<wfw:commentRss>http://designerfoo.com/eventify-1-8-a-wordpress-events-manager-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Setup and Install Cappuccino on Mac OSX Snow Leopard</title>
		<link>http://designerfoo.com/install-cappuccino-mac-osx.html</link>
		<comments>http://designerfoo.com/install-cappuccino-mac-osx.html#comments</comments>
		<pubDate>Fri, 06 Aug 2010 13:36:04 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=815</guid>
		<description><![CDATA[
I am learning all the time.  The tombstone will be my diploma.  ~Eartha Kitt
And I believe I am   &#038; Every once a while I come across something magical   (No I can explain how it works, but I still feel its magical) 
This is a video tutorial on how to [...]]]></description>
		<wfw:commentRss>http://designerfoo.com/install-cappuccino-mac-osx.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Howto: CodeIgniter + Uploadify</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html</link>
		<comments>http://designerfoo.com/howto-codeigniter-uploadify.html#comments</comments>
		<pubDate>Sat, 24 Apr 2010 20:13:17 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uploadify]]></category>
		<category><![CDATA[Codeigniter forms]]></category>
		<category><![CDATA[Codeignter uploadify]]></category>
		<category><![CDATA[multiple upload codeigniter]]></category>
		<category><![CDATA[Uploadify+Codeigniter]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=779</guid>
		<description><![CDATA[I had a requirement where, I needed to fuse uploadify and codeigniter to gether, so I started looking at these tutorials online. I found some to be very complex and gave up on trying to use these to fuse both together. Here&#8217;s a video how-to for using Uplodify with your CodeIgniter based website/blog.

Codigniter+Uploadify
Howto: CodeIgniter + [...]]]></description>
		<wfw:commentRss>http://designerfoo.com/howto-codeigniter-uploadify.html/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Flex: Capitalize First Character of a String &#8211; CamelCase Function in Flex</title>
		<link>http://designerfoo.com/flex-capitalize-first-character-of-a-string-camelcase-function-in-flex.html</link>
		<comments>http://designerfoo.com/flex-capitalize-first-character-of-a-string-camelcase-function-in-flex.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 15:37:16 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[Action Script 3]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Camel Case Function Flex]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=756</guid>
		<description><![CDATA[A function to convert a string to camel case in flex 3 / action script 3. I decided to write one of my own, and I thought I did share it with you guys. Hope this helps some one.]]></description>
		<wfw:commentRss>http://designerfoo.com/flex-capitalize-first-character-of-a-string-camelcase-function-in-flex.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Shorthand and Alternate Syntax: A quickie!</title>
		<link>http://designerfoo.com/php-shorthand-php-alternative-alternate-syntax-a-quickie.html</link>
		<comments>http://designerfoo.com/php-shorthand-php-alternative-alternate-syntax-a-quickie.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:57:47 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[if and else shorthand]]></category>
		<category><![CDATA[php alternative syntax. php shorthand]]></category>
		<category><![CDATA[php for alternative syntax]]></category>
		<category><![CDATA[php foreach alternative syntax]]></category>
		<category><![CDATA[php syntax]]></category>
		<category><![CDATA[php while alternative syntax]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=607</guid>
		<description><![CDATA[Ok, the title pun, is intended.
When I started out with PHP, every project I worked on required me to keep typing incessantly, not that I don&#8217;t like my keyboard or the keys on it, but sometimes the syntax does get to ya and not to mention the missing/dangling braces!
I reached a point where I needed [...]]]></description>
		<wfw:commentRss>http://designerfoo.com/php-shorthand-php-alternative-alternate-syntax-a-quickie.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Tutorial: Creating TellAFriend Module using CodeIgniter</title>
		<link>http://designerfoo.com/codeigniter-tutorial-tellafriend-email-form-validation-codeignter.html</link>
		<comments>http://designerfoo.com/codeigniter-tutorial-tellafriend-email-form-validation-codeignter.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 19:10:21 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[CodeIgniter email]]></category>
		<category><![CDATA[Codeigniter forms]]></category>
		<category><![CDATA[CodeIgniter TellAFriend]]></category>
		<category><![CDATA[codeigniter validation]]></category>
		<category><![CDATA[php framework]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=502</guid>
		<description><![CDATA[Following a recent post on <a href="http://designerfoo.com/php-frameworks-first-glimpse-for-beginners.html#contentstartshere">PHP Frameworks</a>, I thought to take each of these frameworks and write a small tutorial using each of these frameworks. I am going to start with CodeIgniter and use it to create a TellAFriend module.]]></description>
		<wfw:commentRss>http://designerfoo.com/codeigniter-tutorial-tellafriend-email-form-validation-codeignter.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>jQuery: Thickbox Hack to refresh parent window on tb_close() event</title>
		<link>http://designerfoo.com/jquery-thickbox-hack-to-refresh-parent-window-on-tb_close-event.html</link>
		<comments>http://designerfoo.com/jquery-thickbox-hack-to-refresh-parent-window-on-tb_close-event.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:03:36 +0000</pubDate>
		<dc:creator>Designerfoo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[refresh parent]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[thickbox hack]]></category>

		<guid isPermaLink="false">http://designerfoo.com/?p=394</guid>
		<description><![CDATA[I was looking for a way to refresh the parent window on the remove event [tb_remove()] of thickbox jQuery plugin, developed by Cody Lindley, with/without modal and/or iframe popup windows. And here is what I did, hope this helps you guys too&#8230;
Step 1
Get the unpacked/unminified version of ThickBox.js. Open it up in your favorite text [...]]]></description>
		<wfw:commentRss>http://designerfoo.com/jquery-thickbox-hack-to-refresh-parent-window-on-tb_close-event.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

