<?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>Coggeshall.org - Framework</title>
    <link>http://blog.coggeshall.org/</link>
    <description>PHP, Internet Architecture, and Technology</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 17 Dec 2007 17:01:07 GMT</pubDate>

    <image>
        <url>http://blog.coggeshall.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Coggeshall.org - Framework - PHP, Internet Architecture, and Technology</title>
        <link>http://blog.coggeshall.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Zend_Service_SlideShare approved</title>
    <link>http://blog.coggeshall.org/archives/344-Zend_Service_SlideShare-approved.html</link>
            <category>Framework</category>
    
    <comments>http://blog.coggeshall.org/archives/344-Zend_Service_SlideShare-approved.html#comments</comments>
    <wfw:comment>http://blog.coggeshall.org/wfwcomment.php?cid=344</wfw:comment>

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

    <author>nospam@example.com (John Coggeshall)</author>
    <content:encoded>
    Today I received an e-mail informing me that my &lt;a href=&quot;http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_SlideShare&quot;&gt;proposal&lt;/a&gt; for the Zend_Service_SlideShare component was accepted into the Zend Framework incubator. Woo hoo!&lt;br /&gt;
&lt;br /&gt;
What&#039;s the component? If you haven&#039;t seen it before, &lt;a href=&quot;http://www.slideshare.net/&quot;&gt;Slideshare.net&lt;/a&gt; is an excellent site for hosting various Powerpoint slide shows for public consumption (think &lt;a href=&quot;http://www.youtube.com/&quot;&gt;YouTube&lt;/a&gt; for slide shows). I wrote the component during the my site redesign to host my various slide shows which can be found in the &lt;a href=&quot;http://www.coggeshall.org/resources/&quot;&gt;resources section&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
While it is not &lt;i&gt;quite&lt;/i&gt; complete (everything but uploading slide shows is there), you can check out the source code by pointing your SVN to the &lt;a href=&quot;http://framework.zend.com/svn/framework/trunk&quot;&gt;Zend Framework Repository&lt;/a&gt;. Please use the Zend Framework &lt;a href=&quot;http://framework.zend.com/issues/secure/Dashboard.jspa&quot;&gt;bug tracking system&lt;/a&gt; if you find bugs.  
    </content:encoded>

    <pubDate>Mon, 10 Dec 2007 19:39:12 -0800</pubDate>
    <guid isPermaLink="false">http://blog.coggeshall.org/archives/344-guid.html</guid>
    
</item>
<item>
    <title>Alan has smoked too much PHP</title>
    <link>http://blog.coggeshall.org/archives/337-Alan-has-smoked-too-much-PHP.html</link>
            <category>Framework</category>
            <category>PHP</category>
    
    <comments>http://blog.coggeshall.org/archives/337-Alan-has-smoked-too-much-PHP.html#comments</comments>
    <wfw:comment>http://blog.coggeshall.org/wfwcomment.php?cid=337</wfw:comment>

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

    <author>nospam@example.com (John Coggeshall)</author>
    <content:encoded>
    Alan, I think you were smoking way too much PHP when you wrote &lt;a href=&quot;http://www.akbkhome.com/blog.php/View/155/PHPs_days_numbered.html&quot;&gt;this post&lt;/a&gt;.. This in particular really surprised me to hear you say:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&quot;...if there was an apache module that did mysql stored procedure calls based on the request URL, and returned JSON, I suspect PHP would be practically obsolite.....&quot;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
While I do understand the concept your explaining, I simply can&#039;t see how the model is practical at all for two big reasons:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Reason 1:&lt;/b&gt; Businesses will never build applications designed to make money when the entire application is transmitted open-source to any client which requests it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Reason 2:&lt;/b&gt; Without a server-side language such as PHP, there is not a viable security model. Javascript data validation is a half-measure at best, and do you honestly believe that it makes sense to use stored procedures written in SQL to scrub data?&lt;br /&gt;
&lt;br /&gt;
While I think Alan really did go a bit off the deep end, he has touched on a pretty interesting point though. While I can&#039;t see the server-side ever going away I do think that in the near future the development model will change from what it is today to a completely event-based model based on a json-powered message bus between the client and server. IBM&#039;s &lt;a href=&quot;http://services.alphaworks.ibm.com/qedwiki/&quot;&gt;QEDWiki&lt;/a&gt; uses &lt;a href=&quot;http://framework.zend.com/&quot;&gt;Zend Framework&lt;/a&gt; to create such a bus and I have to say it&#039;s a very impressive architecture. The idea that PHP programming will for a lot of people resemble Visual Basic is really a lot closer then a lot of people might think.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 15 Nov 2007 16:16:55 -0800</pubDate>
    <guid isPermaLink="false">http://blog.coggeshall.org/archives/337-guid.html</guid>
    
</item>

</channel>
</rss>