<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lifelog &#187; framework</title>
	<atom:link href="http://www.lifelog.be/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifelog.be</link>
	<description>Life as a web developer/entrepreneur</description>
	<lastBuildDate>Wed, 10 Aug 2011 13:05:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Prado v3.0 alpha edition is out</title>
		<link>http://www.lifelog.be/2006/01/25/prado-v30-alpha-edition/</link>
		<comments>http://www.lifelog.be/2006/01/25/prado-v30-alpha-edition/#comments</comments>
		<pubDate>Wed, 25 Jan 2006 12:31:50 +0000</pubDate>
		<dc:creator>snk00sj</dc:creator>
				<category><![CDATA[frameworks]]></category>
		<category><![CDATA[PHP / MySQL]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://www.lifelog.be/?p=18</guid>
		<description><![CDATA[I just got a very nice email concerning the release of an update of my favourite MVC php framework. We are very pleased to announce that PRADO 3.0 alpha version is now available for downloading. Please use PRADO v3 discussion for topics about this v3 alpha release. We are working on a new website at [...]]]></description>
			<content:encoded><![CDATA[<p>I just got a very nice email concerning the release of an update of my favourite MVC php framework.</p>
<blockquote><p>We are very pleased to announce that PRADO 3.0 alpha version is now available for downloading.  Please use PRADO v3 discussion for topics about this v3 alpha release. We are working on a new website at pradosoft.com which will be available upon v3 beta release.</p></blockquote>
<p>I got the 3.0a version just 5 minutes ago, because i am starting a new project with another user registration / signup, i decided to give <a href="http://www.xisc.com/">prado</a> a shot. Very nice is the <a title="prado v3 quickstart tutorial" href="http://www.pradosoft.com/prado3/demos/quickstart/index.php">v3 quickstart tutorial</a>, the guys over at <a href="http://www.xisc.com/">xisc</a> realize how important it is to have good user documentation / sample applications.</p>
<p>I used prado v2 before to develop a small intranet, and back then the <em>petshop example</em> (available by CVS) helped me quite alot trying to figure things out&#8230;and it seems like they are putting a big effort into <a title="prado wiki" href="http://www.xisc.com/wiki/index.php/Main_Page">documentation</a> once again. Another big advantage is that prado has a good / friendly community, decent questions on the <a target="_blank" href="http://www.xisc.com/forum/">forum</a> get a fast reply, and also developers are hanging around to help people as much as possible, keep up the good work guys ! i&#8217;m with ya !</p>
<p>Go get it over at <a title="XiSC" target="_blank" href="http://www.xisc.com/">xisc.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifelog.be/2006/01/25/prado-v30-alpha-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Frameworks</title>
		<link>http://www.lifelog.be/2006/01/24/ajax-frameworks/</link>
		<comments>http://www.lifelog.be/2006/01/24/ajax-frameworks/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 19:30:31 +0000</pubDate>
		<dc:creator>snk00sj</dc:creator>
				<category><![CDATA[(x)HTML]]></category>
		<category><![CDATA[PHP / MySQL]]></category>
		<category><![CDATA[Tech-Stuff]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://www.lifelog.be/?p=17</guid>
		<description><![CDATA[Cajax : A PHP class library for writing powerfull reloadless web user interfaces using Ajax (DHTML+server-side) style. Homepage : http://sourceforge.net/projects/cajax/ On the first view i can&#8217;t seem to find a webpage or online documentation, now that&#8217;s a bad start. Because there are alot of AJAX frameworks available, i decided to let this one go&#8230;i had [...]]]></description>
			<content:encoded><![CDATA[<div align="center"><strong>Cajax :</strong></div>
<p><em>A PHP class library for writing powerfull reloadless web user interfaces using Ajax (DHTML+server-side) style.<br />
</em><br />
Homepage : <a href="http://sourceforge.net/projects/cajax/">http://sourceforge.net/projects/cajax/</a></p>
<p>On the first view i can&#8217;t seem to find a webpage or online documentation, now that&#8217;s a bad start. Because there are alot of AJAX frameworks available, i decided to let this one go&#8230;i had a look at the sourcecode, some examples included but besides a README.developer file i prefer some more documentation&#8230;</p>
<p align="center"><strong>AjaxAC </strong></p>
<p align="left"><em>AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX             applications. The fundamental idea behind AJAX (Asynchronous JavaScript And XML)             is to use the XMLHttpRequest object to change a web page state using background             HTTP sub-requests without reloading the entire page. It is released under the             terms of the Apache License v2.0.</em></p>
<p align="left">Homepage : <a target="_blank" href="http://ajax.zervaas.com.au/">http://ajax.zervaas.com.au/</a></p>
<p align="left">Also not much documentation, three nice examples are online on their homepage, one example with similar functionality as &#8220;Google Suggest&#8221;. I downloaded the source file, in total the lib comes down to 56kb (example excluded), all bundled in one big class file with 3 dependencies, i am still playing with the examples to see how this framework works&#8230;i&#8217;ll keep u posted</p>
<p align="center"><strong>XAjaxÃ‚Â </strong></p>
<div align="left"><em>Ajax-enable your PHP application with a simple toolkit that gets the job done fast.</p>
<p></em></div>
<div align="left">Homepage : <a href="http://www.xajaxproject.org/">http://www.xajaxproject.org/</a></div>
<div align="left"></div>
<div align="left">Some very nice examples online, including a signup form (thats exactly what i needed), i&#8217;ll give it a try and let you guys know what i think about it</div>
<p align="left"><em /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifelog.be/2006/01/24/ajax-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

