<?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>dBlog.com.au &#187; Web Development</title>
	<atom:link href="http://dblog.com.au/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://dblog.com.au</link>
	<description>My Development Blog</description>
	<lastBuildDate>Tue, 27 Oct 2009 23:43:04 +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>Lithium Released!</title>
		<link>http://dblog.com.au/web-development/lithium-released/</link>
		<comments>http://dblog.com.au/web-development/lithium-released/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 10:31:33 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Lithium]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=299</guid>
		<description><![CDATA[Lithium has finally been released!

I see you asking &#8220;What is Lithium and why have I never heard of it before!?!?&#8221;
The answer&#8230;Lithium is a fork (Cake3) of the popular CakePHP framework and was born out of a split in the CakePHP development team (mainly Lead Developer Nate Abele).
Lithium looks to rewrite the Core codebase and make [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/web-development/lithium-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another PHP Developer Postion at Big Click Studios Erina</title>
		<link>http://dblog.com.au/web-development/another-php-developer-postion-big-click-studios-erina/</link>
		<comments>http://dblog.com.au/web-development/another-php-developer-postion-big-click-studios-erina/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 02:19:08 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Big Click Studios]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Central Coast Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[sydphp]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[php jobs]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=272</guid>
		<description><![CDATA[Big Click Studios is a dynamic company based on the NSW Central Coast with a relaxing and innovative work environment.
Fantastic office just minutes from the beach and train station. You will be working on many of our current and upcoming web development projects all bursting at the seams begging for the right person to dig [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/web-development/another-php-developer-postion-big-click-studios-erina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Session Troubleshooting</title>
		<link>http://dblog.com.au/web-development/cakephp-session-troubleshooting/</link>
		<comments>http://dblog.com.au/web-development/cakephp-session-troubleshooting/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 02:43:00 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=284</guid>
		<description><![CDATA[I use CakePHP on a day to day basis for project ranging from a single controller with a couple of views through to projects with large amounts of Controllers, Models, Views and Relationships.
This morning I was trying to build a simple Google Analytics component (which I will release as soon as it is done) and [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/web-development/cakephp-session-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter API CakePHP Component with Search API</title>
		<link>http://dblog.com.au/web-development/twitter-api-cakephp-component-search-api/</link>
		<comments>http://dblog.com.au/web-development/twitter-api-cakephp-component-search-api/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 03:14:45 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[sydphp]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[twitter search api]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=263</guid>
		<description><![CDATA[Why did I do it?
While working on a client project I needed a way to heavily integrate with Twitter for an interactive competition. I could have built a quick and dirty script to do this but I knew that I would be dealing with more clients that wanted Twitter integration.
What did I do?
I built a [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/web-development/twitter-api-cakephp-component-search-api/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin: Custom Styled Select Input w/Keyboard Interaction</title>
		<link>http://dblog.com.au/general/jquery-plugin-custom-styled-select-input-wkeyboard-interaction/</link>
		<comments>http://dblog.com.au/general/jquery-plugin-custom-styled-select-input-wkeyboard-interaction/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 23:58:00 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[custom select]]></category>
		<category><![CDATA[scrollTo]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=190</guid>
		<description><![CDATA[I have been working on a clients project recently and really didn&#8217;t like the way the standard selects looked on the page and as we all know they are impossible to style consistently across all browsers. Being a jQuery fan I knew that there must have been an existing plugin to help&#8230;but alas there were [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/general/jquery-plugin-custom-styled-select-input-wkeyboard-interaction/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Alive and Kicking!</title>
		<link>http://dblog.com.au/general/alive-and-kicking/</link>
		<comments>http://dblog.com.au/general/alive-and-kicking/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:23:48 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=136</guid>
		<description><![CDATA[Hi Everyone,
Sorry about the delays, I have been flat out with changing jobs (starting my own business actually) and getting all that setup and running smoothly.
I am hoping to get back into the iPhone tutorial writing headspace very soon and I have some great ideas to put down, the first one will be a lengthy [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/general/alive-and-kicking/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Tutorial: Building an Advanced RSS reader using TouchXML (Part 1)</title>
		<link>http://dblog.com.au/general/iphone-sdk-tutorial-building-an-advanced-rss-reader-using-touchxml-part-1/</link>
		<comments>http://dblog.com.au/general/iphone-sdk-tutorial-building-an-advanced-rss-reader-using-touchxml-part-1/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 10:02:46 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[CXMLDocument]]></category>
		<category><![CDATA[iPhone SDK Tutorial]]></category>
		<category><![CDATA[NSMutableArray]]></category>
		<category><![CDATA[NSMutableDictionary]]></category>
		<category><![CDATA[UIActivityIndicatorView]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://dblog.com.au/general/iphone-sdk-tutorial-building-an-advanced-rss-reader-using-touchxml-part-1/</guid>
		<description><![CDATA[If you are here I am guessing that you are interested in iPhone/iTouch development and are looking for a place to start. Due to Apple&#8217;s NDA on the iPhone SDK there really isn&#8217;t much information out there on getting started with iPhone development, by writing this tutorial I hope to give people the confidence to [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/general/iphone-sdk-tutorial-building-an-advanced-rss-reader-using-touchxml-part-1/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Flex TabNavigatior Initialization</title>
		<link>http://dblog.com.au/web-development/flex-tabnavigatior-initialization/</link>
		<comments>http://dblog.com.au/web-development/flex-tabnavigatior-initialization/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 01:24:34 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://dblog.com.au/web-development/flex-tabnavigatior-initialization/</guid>
		<description><![CDATA[I sat here for quite some time banging my head against the wall trying to figure out why I was getting a null object reference error for some of my components in a TabNavigator.
After some Googling and hair pulling I found out that only the first tab is actually initialized, while the other tabs only [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/web-development/flex-tabnavigatior-initialization/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Helpful CakePHP Resources</title>
		<link>http://dblog.com.au/web-development/10-helpful-cakephp-resources/</link>
		<comments>http://dblog.com.au/web-development/10-helpful-cakephp-resources/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 00:40:21 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[sydphp]]></category>

		<guid isPermaLink="false">http://dblog.com.au/web-development/10-helpful-cakephp-resources/</guid>
		<description><![CDATA[Whilst trekking around the wilderness learning the ins and outs of CakePHP I have compiled a list of helpful CakePHP related sites that have gotten me through some tough times.
After spending so much time finding these resources I thought that I would compile them into a list and publish them.

1. Official CakePHP website: The number [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/web-development/10-helpful-cakephp-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BooksAround.com: CakePHP 1.2 driven online bookstore launched</title>
		<link>http://dblog.com.au/web-development/booksaroundcom-cakephp-12-driven-online-bookstore-launched/</link>
		<comments>http://dblog.com.au/web-development/booksaroundcom-cakephp-12-driven-online-bookstore-launched/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 01:37:27 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Central Coast Business]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bigclick projects]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://dblog.com.au/web-development/booksaroundcom-cakephp-12-driven-online-bookstore-launched/</guid>
		<description><![CDATA[Today is the day that Booksaround, an Australian Online Second hand bookstore is launched.
The CMS for BooksAround was written from scratch and utilises the CakePHP 1.2 framework for everything from inventory management through to payment processing and order fulfillment.
Why CakePHP you ask? Well CakePHP offers a strong yet flexible PHP framework to kickstart application development [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/web-development/booksaroundcom-cakephp-12-driven-online-bookstore-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

