<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<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/"
	>

<channel>
	<title>ShaBaDeeHoob</title>
	<link>http://shabadeehoob.com</link>
	<description>Adventures in Web Programming</description>
	<pubDate>Wed, 17 Oct 2007 04:59:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>CakePHP default dateTime()</title>
		<link>http://shabadeehoob.com/2007/09/08/cakephp-default-datetime/</link>
		<comments>http://shabadeehoob.com/2007/09/08/cakephp-default-datetime/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 18:15:57 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>CakePHP</dc:subject><dc:subject>CakePHP</dc:subject><dc:subject>dateTime()</dc:subject><dc:subject>FormHelper</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2007/09/08/cakephp-default-datetime/</guid>
		<description><![CDATA[In the FormHelper class of Cake 1.2 there&#8217;s a method for generating fields for a datetime.  It is not documented very well but you can pass a timestamp into the &#8220;selected&#8221; parameter and it will default the dropdowns to the date and time of that timestamp.
For instance, if you make this call:
echo $form->dateTime('GiftCard.expire','MDY','NONE',strtotime('+1 month'));
it [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2007/09/08/cakephp-default-datetime/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Extending CakePHP&#8217;s beforeFilter()</title>
		<link>http://shabadeehoob.com/2007/03/24/extending-cakephps-beforefilter/</link>
		<comments>http://shabadeehoob.com/2007/03/24/extending-cakephps-beforefilter/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 19:10:57 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>CakePHP</dc:subject><dc:subject>beforeFilter()</dc:subject><dc:subject>CakePHP</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2007/03/24/extending-cakephps-beforefilter/</guid>
		<description><![CDATA[This is a simple addition to app_controller.php to allow a more customized beforeFilter() callback.
I set out to get a little more functionality out of the controller callback beforeFilter().  I had 2 requirements for this extended functionality:

Specify which actions to apply the callback to.
Ability to specify multiple methods beforeFilter would call.

Let me give a very [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2007/03/24/extending-cakephps-beforefilter/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Rails-like Flash messages in CakePHP</title>
		<link>http://shabadeehoob.com/2007/03/17/rails-like-flash-messages-in-cakephp/</link>
		<comments>http://shabadeehoob.com/2007/03/17/rails-like-flash-messages-in-cakephp/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 17:20:00 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>CakePHP</dc:subject><dc:subject>CakePHP</dc:subject><dc:subject>phpThumb</dc:subject><dc:subject>thumbnail</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2007/03/17/rails-like-flash-messages-in-cakephp/</guid>
		<description><![CDATA[Another thing lacking in CakePHP is it&#8217;s flash messaging mechanism.  Right out of the box the flash() method in CakePHP displays your message on a stark page and then redirects to the page you want to go to.  The nice thing about Ruby on Rails is that adding a flash message actually redirects [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2007/03/17/rails-like-flash-messages-in-cakephp/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>CakePHP thumbnails with phpThumb</title>
		<link>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/</link>
		<comments>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 23:28:49 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>CakePHP</dc:subject><dc:subject>CakePHP</dc:subject><dc:subject>CakePHP phpThumb</dc:subject><dc:subject>CakePHP thumbnail</dc:subject><dc:subject>thumbnail generator</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/</guid>
		<description><![CDATA[I&#8217;ve written a component that integrates phpThumb with CakePHP in order to give you thumbnail generation. Here&#8217;s the link to the component in the Bakery: http://bakery.cakephp.org/articles/view/274.
And here are the instructions for installing and using CakePHP with phpThumb.
Download the latest copy of phpThumb from http://phpthumb.sourceforge.net and extract it into your vendors directory. Once extracted, your app&#8217;s [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>CakePHP model validation</title>
		<link>http://shabadeehoob.com/2007/02/15/cakephp-model-validation/</link>
		<comments>http://shabadeehoob.com/2007/02/15/cakephp-model-validation/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 21:42:57 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>CakePHP</dc:subject><dc:subject>CakePHP</dc:subject><dc:subject>model</dc:subject><dc:subject>model validation</dc:subject><dc:subject>uniqueness</dc:subject><dc:subject>validation options</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2007/02/15/cakephp-model-validation/</guid>
		<description><![CDATA[One thing I miss about Ruby on Rails is the model validation.  Right out of the box CakePHP does not have great validation.  I&#8217;ve been specifically looking for a good implementation of validating the uniqueness of an attribute.  
After doing some research, Evan of evansagge.com has written a fantastic solution to CakePHP&#8217;s [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2007/02/15/cakephp-model-validation/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>CakePHP - saving dates in your model</title>
		<link>http://shabadeehoob.com/2007/02/10/cakephp-saving-dates-in-your-model/</link>
		<comments>http://shabadeehoob.com/2007/02/10/cakephp-saving-dates-in-your-model/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 21:03:50 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>CakePHP</dc:subject><dc:subject>CakePHP</dc:subject><dc:subject>datetime</dc:subject><dc:subject>Model::save()</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2007/02/10/cakephp-saving-dates-in-your-model/</guid>
		<description><![CDATA[Learning continues!  Today I learned about Controller::cleanUpFields().
If you&#8217;ve used CakePHP&#8217;s scaffolding and are ready to create your own views you might run into a problem saving dates into your database.
Here&#8217;s the scenario:
You have a table with a datetime field in it.  In your view you have a form that saves a date and [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2007/02/10/cakephp-saving-dates-in-your-model/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Importing multiple pdf pages and documents into PDFlib - Part 2</title>
		<link>http://shabadeehoob.com/2006/09/19/importing-multiple-pdf-pages-and-documents-into-pdflib-part-2/</link>
		<comments>http://shabadeehoob.com/2006/09/19/importing-multiple-pdf-pages-and-documents-into-pdflib-part-2/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 21:13:06 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>PDFLib</dc:subject>
	<dc:subject>PDF</dc:subject>
	<dc:subject>Rails</dc:subject>
	<dc:subject>Ruby</dc:subject><dc:subject>PDF</dc:subject><dc:subject>PDFLib</dc:subject><dc:subject>Rails</dc:subject><dc:subject>Ruby</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2006/09/19/importing-multiple-pdf-pages-and-documents-into-pdflib-part-2/</guid>
		<description><![CDATA[This is a followup to my first post about importing multiple pages into PDFlib .
I have created a class that will allow you to import multi page PDF&#8217;s as well as importing multiple PDF documents into one generated PDF.  It will also fill all of your PDFlib text blocks with the data you provide:
Please [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2006/09/19/importing-multiple-pdf-pages-and-documents-into-pdflib-part-2/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Quick Link - Every CSS based layout you could want</title>
		<link>http://shabadeehoob.com/2006/09/18/quick-link-every-css-based-layout-you-could-want/</link>
		<comments>http://shabadeehoob.com/2006/09/18/quick-link-every-css-based-layout-you-could-want/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 21:00:11 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>CSS</dc:subject>
	<dc:subject>Design</dc:subject><dc:subject>CSS</dc:subject><dc:subject>Design</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2006/09/18/quick-link-every-css-based-layout-you-could-want/</guid>
		<description><![CDATA[I stumbled across this article that has about every CSS-based design layout you could possibly want and I thought I would share:
digg_url = 'http://digg.com/design/Every_CSS_based_Layout_you_could_want';http://blog.html.it/layoutgala/
It has over 40 CSS-based layouts with code examples.


]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2006/09/18/quick-link-every-css-based-layout-you-could-want/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Mongrel pid error fixed</title>
		<link>http://shabadeehoob.com/2006/09/04/mongrel-pid-error-fixed/</link>
		<comments>http://shabadeehoob.com/2006/09/04/mongrel-pid-error-fixed/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 18:15:04 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>Rails</dc:subject>
	<dc:subject>Ruby</dc:subject>
	<dc:subject>Mongrel</dc:subject><dc:subject>Mongrel</dc:subject><dc:subject>Rails</dc:subject><dc:subject>Ruby</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2006/09/04/mongrel-pid-error-fixed/</guid>
		<description><![CDATA[I am BRAND SPANKIN NEW to mongrel and for a few days i could not figure out what an error was I was getting.
I have been setting up my mongrel to run off a config file so I would run this command from my rails app top level directory:
mongrel_rails start -G config/mongrel_production.yml -e production -p [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2006/09/04/mongrel-pid-error-fixed/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Typo, Work in Progress</title>
		<link>http://shabadeehoob.com/2006/09/04/typo-work-in-progress/</link>
		<comments>http://shabadeehoob.com/2006/09/04/typo-work-in-progress/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 18:13:25 +0000</pubDate>
		<dc:creator>Nate Constant</dc:creator>
		
	<dc:subject>Rails</dc:subject>
	<dc:subject>Ruby</dc:subject>
	<dc:subject>Typo</dc:subject>
	<dc:subject>Mongrel</dc:subject><dc:subject>Mongrel</dc:subject><dc:subject>Rails</dc:subject><dc:subject>Ruby</dc:subject><dc:subject>Typo</dc:subject>
		<guid isPermaLink="false">http://shabadeehoob.com/2006/09/04/typo-work-in-progress/</guid>
		<description><![CDATA[Well, I figured that since I&#8217;m making a go at this Rails thing I might as well use the Rails-based Blogging platform,  &#8220;Typo&#8221;:http://typosphere.org.
Before I get into any details I want to say that there are a ton of very nice features of Typo like live searching and Theme switching.  One major thing I [...]]]></description>
		<wfw:commentRSS>http://shabadeehoob.com/2006/09/04/typo-work-in-progress/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
