<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>lloydhome consulting</title>
    <link>http://lloydhome.com/blog/</link>
    <description>Specifically general musings on everything.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 10 Dec 2008 17:40:36 GMT</pubDate>

    <image>
        <url>http://lloydhome.com/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: lloydhome consulting - Specifically general musings on everything.</title>
        <link>http://lloydhome.com/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Help Wanted</title>
    <link>http://lloydhome.com/blog/archives/2008/12/Help-Wanted.html</link>
    
    <comments>http://lloydhome.com/blog/archives/2008/12/Help-Wanted.html#comments</comments>
    <wfw:comment>http://lloydhome.com/blog/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lloydhome.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (David Lloyd)</author>
    <content:encoded>
    &lt;br /&gt;
Lloydhome Consulting, Inc. has immediate opportunities for several renewable fixed-length contract positions. We are seeking highly motivated individuals that work well on a team and on their own.  You will be a part of an established successful team of developers working on high profile and exciting web applications for one of the world&#039;s foremost telecommunication company&#039;s intranet.  Telecommuting and teleworking opportunities are possible.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://lloydhome.com/blog/archives/2008/12/Help-Wanted.html#extended&quot;&gt;Continue reading &quot;Help Wanted&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 10 Dec 2008 07:51:05 -0500</pubDate>
    <guid isPermaLink="false">http://lloydhome.com/blog/archives/2008/12/6.html</guid>
    
</item>
<item>
    <title>FlySpray Rocks</title>
    <link>http://lloydhome.com/blog/archives/2007/02/FlySpray-Rocks.html</link>
    
    <comments>http://lloydhome.com/blog/archives/2007/02/FlySpray-Rocks.html#comments</comments>
    <wfw:comment>http://lloydhome.com/blog/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lloydhome.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (David Lloyd)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;I have used many defect tracking systems over the years but FlySpray is the best.&lt;/p&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://lloydhome.com/blog/archives/2007/02/FlySpray-Rocks.html#extended&quot;&gt;Continue reading &quot;FlySpray Rocks&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 20 Feb 2007 07:53:17 -0500</pubDate>
    <guid isPermaLink="false">http://lloydhome.com/blog/archives/2007/02/4.html</guid>
    
</item>
<item>
    <title>Recursive Association Support in CakePHP</title>
    <link>http://lloydhome.com/blog/archives/2007/02/Recursive-Association-Support-in-CakePHP.html</link>
    
    <comments>http://lloydhome.com/blog/archives/2007/02/Recursive-Association-Support-in-CakePHP.html#comments</comments>
    <wfw:comment>http://lloydhome.com/blog/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://lloydhome.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (David Lloyd)</author>
    <content:encoded>
    &lt;p&gt;We have all been there.  A simple query but the query condition is three joins away.  Now I don&#039;t have to build a large custom query.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://lloydhome.com/blog/archives/2007/02/Recursive-Association-Support-in-CakePHP.html#extended&quot;&gt;Continue reading &quot;Recursive Association Support in CakePHP&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 17 Feb 2007 10:49:34 -0500</pubDate>
    <guid isPermaLink="false">http://lloydhome.com/blog/archives/2007/02/3.html</guid>
    
</item>
<item>
    <title>More Caching in CakePHP</title>
    <link>http://lloydhome.com/blog/archives/2007/02/More-Caching-in-CakePHP.html</link>
    
    <comments>http://lloydhome.com/blog/archives/2007/02/More-Caching-in-CakePHP.html#comments</comments>
    <wfw:comment>http://lloydhome.com/blog/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lloydhome.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (David Lloyd)</author>
    <content:encoded>
    &lt;br /&gt;
I have a user portal that gathers information from multiple controllers. The logic belongs in those controllers. The portal obtains these viewlets via requestAction() calls. RequestAction is notoriously slow and had no chance of using the view cache - until now.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://lloydhome.com/blog/archives/2007/02/More-Caching-in-CakePHP.html#extended&quot;&gt;Continue reading &quot;More Caching in CakePHP&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 15 Feb 2007 18:40:00 -0500</pubDate>
    <guid isPermaLink="false">http://lloydhome.com/blog/archives/2007/02/2.html</guid>
    
</item>
<item>
    <title>Smart Caching in CakePHP</title>
    <link>http://lloydhome.com/blog/archives/2007/02/Smart-Caching-in-CakePHP.html</link>
    
    <comments>http://lloydhome.com/blog/archives/2007/02/Smart-Caching-in-CakePHP.html#comments</comments>
    <wfw:comment>http://lloydhome.com/blog/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lloydhome.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (David Lloyd)</author>
    <content:encoded>
    &lt;br /&gt;
CakePHP&#039;s view caching can dramatically reduce the load on your server&lt;br /&gt;
and decrease page load time. I have several requirements that has kept&lt;br /&gt;
me from using Cake&#039;s caching - until now.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://lloydhome.com/blog/archives/2007/02/Smart-Caching-in-CakePHP.html#extended&quot;&gt;Continue reading &quot;Smart Caching in CakePHP&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 15 Feb 2007 14:27:00 -0500</pubDate>
    <guid isPermaLink="false">http://lloydhome.com/blog/archives/2007/02/1.html</guid>
    
</item>

</channel>
</rss>