<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Bakery: Tutorials</title>
    <link>http://bakery.cakephp.org/</link>
    <description>Recent Tutorials Articles at The Bakery.</description>
    <language>en-us</language>
    <pubDate>Sun, 11 May 2008 22:13:49 -0500</pubDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>CakePHP Bakery</generator>
    <managingEditor>psychic@cakephp.org</managingEditor>
    <webMaster>phpnut@cakephp.org</webMaster>
        <item>
      <title>Rolling you own Gallery2 component</title>
      <link>http://bakery.cakephp.org/articles/view/gallery2-api-and-cakephp-component</link>
      <description>Gallery2 is a Media Manager and can be embedded in other applications like CMS. Gallery2 also has an API that we can use to embed Gallery into our Web Apps. Below is only a sample of what can be done. If you find it interesting enough, please contribute your improvements and suggestions as well as any code. I have only been working with CakePHP for little over two weeks, so not saying this is the best way. My first post so go easy :)</description>
      <pubDate>Sat, 03 May 2008 18:40:38 -0500</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/gallery2-api-and-cakephp-component</guid>
    </item>
        <item>
      <title>Maintaining an Application-independant Code Library</title>
      <link>http://bakery.cakephp.org/articles/view/maintaining-an-application-independant-code-library</link>
      <description>As a developper for my web company, I often write cake components/helpers/etc that I reuse often throughout my various client projects. For a while now I've been looking for a way to use and manage this code with CVS in a way that avoids duplication. I finally found the solution.</description>
      <pubDate>Sat, 03 May 2008 18:35:31 -0500</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/maintaining-an-application-independant-code-library</guid>
    </item>
        <item>
      <title>Filter Out Unnecessary Recursive Relationships</title>
      <link>http://bakery.cakephp.org/articles/view/filtering-recursive-relationships</link>
      <description>Add a small function to your AppModel to filter out those recursive relationships that are unnecessary for a particular controller action.</description>
      <pubDate>Sat, 12 Apr 2008 05:04:50 -0500</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/filtering-recursive-relationships</guid>
    </item>
        <item>
      <title>CakePHP on IIS6 with FastCGI, SQL Server 2005, and ISAPI_Rewrite</title>
      <link>http://bakery.cakephp.org/articles/view/cakephp-on-iis6-with-fastcgi-sql-server-2005-and-isapi_rewrite</link>
      <description>A detailed walkthrough on how to set up and configure a fast, stable PHP 5.x environment on Windows Server 2003 for CakePHP.</description>
      <pubDate>Sat, 12 Apr 2008 05:03:45 -0500</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/cakephp-on-iis6-with-fastcgi-sql-server-2005-and-isapi_rewrite</guid>
    </item>
        <item>
      <title>Using the Unobtrusive Date Picker Widget in CakePHP</title>
      <link>http://bakery.cakephp.org/articles/view/using-the-unobtrusive-date-picker-widget-in-cakephp</link>
      <description>The default CakePHP date selection boxes are rather a pain in the rear. Wouldn't it be nice if you could use a Date-Picker in your app's? Well you can, and it's rather easy to implement.</description>
      <pubDate>Sat, 12 Apr 2008 05:01:16 -0500</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/using-the-unobtrusive-date-picker-widget-in-cakephp</guid>
    </item>
        <item>
      <title>Testing Components with CakePHP 1.2 test suite</title>
      <link>http://bakery.cakephp.org/articles/view/testing-components-with-cakephp-1-2-test-suite</link>
      <description>This tutorial discusses how to use the CakePHP test suit to test components. It builds upon the excellent work of Mariano Iglesias found here: http://bakery.cakephp.org/articles/view/testing-models-with-cakephp-1-2-test-suite</description>
      <pubDate>Mon, 18 Feb 2008 06:42:19 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/testing-components-with-cakephp-1-2-test-suite</guid>
    </item>
        <item>
      <title>Baking with Markdown and dp.SyntaxHighlighter</title>
      <link>http://bakery.cakephp.org/articles/view/baking-with-markdown-and-dp-syntaxhighlighter</link>
      <description>Creating a content editor with has never been easier. All you need is Markdown and dp.SyntaxHighlighter!</description>
      <pubDate>Mon, 18 Feb 2008 06:34:02 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/baking-with-markdown-and-dp-syntaxhighlighter</guid>
    </item>
        <item>
      <title>Subdomaining with Cake</title>
      <link>http://bakery.cakephp.org/articles/view/subdomaining-with-cake</link>
      <description>In this article, following a practical approach to subdomaining, we will make one model available through subdomains. Can be inspiring for alternative uses.</description>
      <pubDate>Mon, 04 Feb 2008 11:58:01 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/subdomaining-with-cake</guid>
    </item>
        <item>
      <title>CakePHP on IIS</title>
      <link>http://bakery.cakephp.org/articles/view/cakephp-on-iis</link>
      <description>In this article you find all the information required for successfully run CakePHP web applications under Microsoft IIS web server.</description>
      <pubDate>Tue, 29 Jan 2008 05:17:00 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/cakephp-on-iis</guid>
    </item>
        <item>
      <title>Introducing the cakephp-instaweb webserver</title>
      <link>http://bakery.cakephp.org/articles/view/the-cakephp-instaweb-webserver</link>
      <description>Save time and effort developing with this zero-configuration CakePHP-oriented webserver.</description>
      <pubDate>Mon, 14 Jan 2008 02:21:43 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/the-cakephp-instaweb-webserver</guid>
    </item>
        <item>
      <title>Using Custom Validation Rules To Compare Two Form Fields</title>
      <link>http://bakery.cakephp.org/articles/view/using-equalto-validation-to-compare-two-form-fields</link>
      <description>Want to make sure that two submitted form fields have the same value?  Use the ability to write your own validation rules, to add this validation to your model.</description>
      <pubDate>Mon, 14 Jan 2008 02:18:01 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/using-equalto-validation-to-compare-two-form-fields</guid>
    </item>
        <item>
      <title>Getting Tidy.</title>
      <link>http://bakery.cakephp.org/articles/view/getting-tidy</link>
      <description>5 minutes job to get a fair markup validation implant.</description>
      <pubDate>Mon, 14 Jan 2008 02:16:37 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/getting-tidy</guid>
    </item>
        <item>
      <title>Getting started quickly with Scriptaculous effects</title>
      <link>http://bakery.cakephp.org/articles/view/getting-started-quickly-with-scriptaculous-effects</link>
      <description>CakePHP's AJAX helper offers you direct access to the Sciptaculous library. If you have little AJAX experience, the usage of this helper might seem overwhelming. It is not, the largest part of the job is creating good views.
</description>
      <pubDate>Thu, 03 Jan 2008 07:34:12 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/getting-started-quickly-with-scriptaculous-effects</guid>
    </item>
        <item>
      <title>Using JpGraph</title>
      <link>http://bakery.cakephp.org/articles/view/using-jpgraph</link>
      <description>JpGraph can dynamically generate various types of graphs based on data you feed it from a database/array. This tutorial is just how I use it and how I got it working. As I deal with it more, I will try to include more information.</description>
      <pubDate>Wed, 26 Dec 2007 03:38:07 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/using-jpgraph</guid>
    </item>
        <item>
      <title>EmailComponent in a (cake) Shell</title>
      <link>http://bakery.cakephp.org/articles/view/emailcomponent-in-a-cake-shell</link>
      <description>This little Shell Task will allow you to use the EmailComponent from your shell applications like you normally do from WWW.</description>
      <pubDate>Sun, 02 Dec 2007 05:29:00 -0600</pubDate>
      <guid>http://bakery.cakephp.org/articles/view/emailcomponent-in-a-cake-shell</guid>
    </item>
      </channel>
</rss>