<?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>Sweet Thursday</title>
	<atom:link href="http://sweetthursdayweb.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sweetthursdayweb.com/blog</link>
	<description>Sweet Thursday Web Blog</description>
	<lastBuildDate>Wed, 09 Nov 2011 19:41:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CakePHP &amp; OOP</title>
		<link>http://sweetthursdayweb.com/blog/?p=205</link>
		<comments>http://sweetthursdayweb.com/blog/?p=205#comments</comments>
		<pubDate>Wed, 09 Nov 2011 19:41:08 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[CakePHP for Beginners]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=205</guid>
		<description><![CDATA[The more I&#8217;ve gotten into CakePHP the more apparent it has become that in order to use it to its full potential it&#8217;s important to understand Object Oriented Programming in PHP. I&#8217;ve been a Procedural programmer for the last six years, but since CakePHP is so awesome, and since using it requires OOP knowledge&#8230;.I&#8217;m going [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=205</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Accessing Variables from Anywhere</title>
		<link>http://sweetthursdayweb.com/blog/?p=197</link>
		<comments>http://sweetthursdayweb.com/blog/?p=197#comments</comments>
		<pubDate>Thu, 08 Sep 2011 00:08:44 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[CakePHP for Beginners]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=197</guid>
		<description><![CDATA[My problem was I wanted to create an array that I could use throughout the site. Specifically, I wanted to create this: $yes_no = array&#40; '0' =&#62; 'No', '1' =&#62; 'Yes' &#41; When you set up the database and use tinyint(1), CakePHP will automatically create this as a checkbox in the form field&#8230;essentially giving you [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=197</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Updating Field in Database Using Auth Session</title>
		<link>http://sweetthursdayweb.com/blog/?p=178</link>
		<comments>http://sweetthursdayweb.com/blog/?p=178#comments</comments>
		<pubDate>Mon, 15 Aug 2011 23:56:11 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[CakePHP for Beginners]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=178</guid>
		<description><![CDATA[Note: this information assumes you have set up a login using CakePHP&#8217;s Authentication component. What I needed to do in the web application I&#8217;m building to learn CakePHP is update the database with information from a Session handled by CakePHP&#8217;s Authentication component. Specifically, I have a user who is logged in and who is going [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Multiple Fields in Dropdown (select) List</title>
		<link>http://sweetthursdayweb.com/blog/?p=133</link>
		<comments>http://sweetthursdayweb.com/blog/?p=133#comments</comments>
		<pubDate>Mon, 15 Aug 2011 19:02:46 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[CakePHP for Beginners]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=133</guid>
		<description><![CDATA[I needed to have a dropdown list that displayed users&#8217; first and last name. By default when you use the list in cakePHP it only shows one field. After doing a lot of searching I found this solution which works very well. Thanks to teknoid at nuts and bolts cakephp for this solution. Here is [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Getting the Console Working (cake bake)</title>
		<link>http://sweetthursdayweb.com/blog/?p=121</link>
		<comments>http://sweetthursdayweb.com/blog/?p=121#comments</comments>
		<pubDate>Sun, 14 Aug 2011 04:47:31 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[CakePHP for Beginners]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=121</guid>
		<description><![CDATA[In CakePHP&#8217;s tutorial &#8220;Simple Acl controlled Application&#8221; you are directed to use &#8220;cake bake&#8221; in the CakePHP console. You will need to get that working before you can continue with the tutorial and/or if you really want to see the incredible power of CakePHP. If you are a Windows&#8217; user watch the video: Setting Up the [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Getting Started</title>
		<link>http://sweetthursdayweb.com/blog/?p=117</link>
		<comments>http://sweetthursdayweb.com/blog/?p=117#comments</comments>
		<pubDate>Sat, 13 Aug 2011 22:00:21 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[CakePHP for Beginners]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=117</guid>
		<description><![CDATA[An Introduction In which the author explains why he is doing this I&#8217;m going to start posting information about cakePHP. I&#8217;m not a cakePHP expert, far from it. In fact, I&#8217;m just starting out with cakePHP. One of the things I&#8217;ve noticed with online tutorials when I was first starting out with an internet technology [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP: cake bake&#8230;..</title>
		<link>http://sweetthursdayweb.com/blog/?p=114</link>
		<comments>http://sweetthursdayweb.com/blog/?p=114#comments</comments>
		<pubDate>Wed, 10 Aug 2011 05:23:50 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=114</guid>
		<description><![CDATA[Another web developer suggested I check out cakePHP, a PHP framework. I don&#8217;t think I would have save for one reason: in his email he wrote, &#8220;It changed my life.&#8221; Changed your life? Wow. I mean, that&#8217;s significant&#8230;.particularly for a PHP program and not some deity, a lottery ticket or that first viewing of The [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey Techies, the iPad is Not for You</title>
		<link>http://sweetthursdayweb.com/blog/?p=93</link>
		<comments>http://sweetthursdayweb.com/blog/?p=93#comments</comments>
		<pubDate>Fri, 24 Dec 2010 05:58:21 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=93</guid>
		<description><![CDATA[I&#8217;ve heard some talk, some rumblings in the techie community, a bit of condescension thrown about like guests throwing confetti at a wedding:  The iPad can&#8217;t do this. The iPad can&#8217;t do that. If you are one of those people who enjoy running the command line, wearing t-shirts that promote the merits of binary code [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=93</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Did I Get Here and What Do I Do?</title>
		<link>http://sweetthursdayweb.com/blog/?p=59</link>
		<comments>http://sweetthursdayweb.com/blog/?p=59#comments</comments>
		<pubDate>Fri, 14 May 2010 01:59:23 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=59</guid>
		<description><![CDATA[What&#8217;s the most boring page on a website? Let&#8217;s assume that it&#8217;s a decent website with decent content. The prime candidate for the most boring page on most websites has to be the infamous 404 page, that is, the Page Not Found page. This page, when delivered by the server, is about as boring as [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE 6 . . . Why Can&#8217;t I Leave it Alone?</title>
		<link>http://sweetthursdayweb.com/blog/?p=46</link>
		<comments>http://sweetthursdayweb.com/blog/?p=46#comments</comments>
		<pubDate>Wed, 07 Apr 2010 23:06:11 +0000</pubDate>
		<dc:creator>glen</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IE 6]]></category>

		<guid isPermaLink="false">http://sweetthursdayweb.com/blog/?p=46</guid>
		<description><![CDATA[Some months back I wrote about extracting myself from IE 6. Basically, I decided I wouldn&#8217;t support it unless a client asked for support or we deemed it necessary for their situation. I make this very clear to my clients before I begin building their sites. Most of them agree. Don&#8217;t worry about it, they [...]]]></description>
		<wfw:commentRss>http://sweetthursdayweb.com/blog/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

