<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 07:56:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Agile Toolkit News: Selective view rendering in Web Applications]]></title>
      <guid>http://www.phpdeveloper.org/news/15399</guid>
      <link>http://www.phpdeveloper.org/news/15399</link>
      <description><![CDATA[<p>
New from the Agile Toolkit News site today, there's <a href="http://blog.atk4.com/html-rendering-in-web-applications/">a new article</a> looking at selectively rendering views in framework-based web applications, handling them as objects instead of just output.
</p>
<blockquote>
Today - any desktop software is able to re-draw itself from a callback by operating system. However many Web Frameworks today do not keep track of objects and cannot selectively produce pieces of HTML code. I believe that ability to have control over objects on HTML pages is very essential to have in the Framework. Here is why...
</blockquote>
<p>
He starts with a look at how desktop software handles things, then moves to the state of web rendering ("still in the 90-ties"). He talks about their better approach to things - creating a two-pass walkthrough where rendering is done on each of the objects in the page first and then those are passed to a "master parser" for overall display. A simple PHP code example is included. Creating an application with this approach makes performance, javascript integration and other templating features simpler.
</p>]]></description>
      <pubDate>Mon, 08 Nov 2010 13:48:56 -0600</pubDate>
    </item>
  </channel>
</rss>
