<?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>Superdit.com &#187; framework</title>
	<atom:link href="http://superdit.com/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://superdit.com</link>
	<description>blogging, design, tech, and web</description>
	<lastBuildDate>Sat, 31 Mar 2012 20:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP Tutorial Collection: Build Your Own PHP Framework</title>
		<link>http://superdit.com/2011/10/01/php-tutorial-collection-build-your-own-php-framework/</link>
		<comments>http://superdit.com/2011/10/01/php-tutorial-collection-build-your-own-php-framework/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 23:42:33 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=9033</guid>
		<description><![CDATA[In today world of web development, we cannot escape the term of a framework, whether in server side or client side scripting, PHP framework are the most common used in today application, but there are so many choices of PHP Framework that can a developer confuse what to choose, especially for the beginner. Here a collection<a href="http://superdit.com/2011/10/01/php-tutorial-collection-build-your-own-php-framework/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>In today world of web development, we cannot escape the term of a framework, whether in server side or client side scripting, PHP framework are the most common used in today application, but there are so <a title="Big List of PHP Framework" href="http://superdit.com/2009/07/22/big-list-of-php-framework/" target="_blank">many choices of PHP Framework</a> that can a developer confuse what to choose, especially for the beginner.</p>
<p><a title="PHP Tutorial Collection: Build Your Own PHP Framework" href="http://superdit.com/2011/10/01/php-tutorial-collection-build-your-own-php-framework/"><img class="alignnone size-full wp-image-9076" title="php framework tutorial" src="http://superdit.com/wp-content/uploads/2011/10/php-framework-tutorial-thumbs1.jpg" alt="php framework tutorial" width="550" height="160" /></a></p>
<p>Here a collection of tutorial of creating your own PHP framework in case you don&#8217;t satisfied enough of the available framework or maybe you have more time to create your own, these tutorial might help you to get started.<span id="more-9033"></span></p>
<h5>Write Your Own PHP MVC Framework</h5>
<p><a href="http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/" target="_blank">Part 1</a> - <a href="http://anantgarg.com/2009/03/30/write-your-own-php-mvc-framework-part-2/ " target="_blank">Part 2</a></p>
<p><a href="http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/" target="_blank"><img class="alignnone size-full wp-image-9041" title="Write your own PHP MVC Framework" src="http://superdit.com/wp-content/uploads/2011/09/01-Write-your-own-PHP-MVC-Framework-Part-1-anant-garg.jpg" alt="Write your own PHP MVC Framework" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Creating A PHP5 Framework</h5>
<p><a href="http://net.tutsplus.com/tutorials/php/creating-a-php5-framework-part-1/" target="_blank">Part 1</a> - <a href="http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/" target="_blank">Part 2</a> - <a href="http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-3/" target="_blank">Part 3</a></p>
<p><a href="http://net.tutsplus.com/tutorials/php/creating-a-php5-framework-part-1/" target="_blank"><img class="alignnone size-full wp-image-9044" title="Creating a PHP5 Framework - Nettuts+" src="http://superdit.com/wp-content/uploads/2011/09/02-Creating-a-PHP5-Framework-–-Part-1-Nettuts+.jpg" alt="Creating a PHP5 Framework - Nettuts+" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>PHP Frameworks? Just Roll Your Own</h5>
<p><a href="http://fuelyourcoding.com/php-frameworks-just-roll-your-own-part-1/" target="_blank">Part 1</a> - <a href="http://fuelyourcoding.com/roll-your-own-php-framework-part-ii/" target="_blank">Part 2</a> - <a href="http://fuelyourcoding.com/roll-your-own-php-framework-part-iii/" target="_blank">Part 3</a></p>
<p><a href="http://fuelyourcoding.com/php-frameworks-just-roll-your-own-part-1/" target="_blank"><img class="alignnone size-full wp-image-9046" title="PHP Frameworks - Just roll your own! - Fuel Your Coding" src="http://superdit.com/wp-content/uploads/2011/09/03-PHP-Frameworks-Just-roll-your-own-–-PART-1-Fuel-Your-Coding.jpg" alt="PHP Frameworks - Just roll your own! - Fuel Your Coding" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Build A PHP MVC Framework in an Hour</h5>
<p><a href="http://johnsquibb.com/tutorials" target="_blank">Intro</a> - <a href="http://johnsquibb.com/tutorials/mvc-framework-in-1-hour-part-one" target="_blank">Part 1</a> - <a href="http://johnsquibb.com/tutorials/mvc-framework-in-1-hour-part-two" target="_blank">Part 2</a> - <a href="http://johnsquibb.com/tutorials/mvc-framework-in-1-hour-part-three" target="_blank">Part 3</a></p>
<p><a href="http://johnsquibb.com/tutorials" target="_blank"><img class="alignnone size-full wp-image-9048" title="Build Your Own PHP MVC Framework, Method Chaining, Chainable Interfaces" src="http://superdit.com/wp-content/uploads/2011/09/04-Tutorials-Build-Your-Own-PHP-MVC-Framework-Method-Chaining-Chainable-Interfaces-www.johnsquibb.com_.jpg" alt="Build Your Own PHP MVC Framework, Method Chaining, Chainable Interfaces - www.johnsquibb.com" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Create Your Own Lightweight PHP MVC Framework</h5>
<p><a href="http://www.markisgood.com/blog/php/create-your-own-lightweight-php-mvc-framework" target="_blank">One Part</a></p>
<p><a href="http://www.markisgood.com/blog/php/create-your-own-lightweight-php-mvc-framework" target="_blank"><img class="alignnone size-full wp-image-9049" title="Create Your Own lightweight PHP MVC Framework" src="http://superdit.com/wp-content/uploads/2011/09/05-web-development-blog-»-Create-Your-Own-lightweight-PHP-MVC-Framework.jpg" alt="Create Your Own lightweight PHP MVC Framework" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>How To Learn To Build Your Own PHP Framework</h5>
<p><a href="http://www.slideshare.net/pcdinh/how-to-learn-to-build-your-own-php-framework-presentation" target="_blank">Slide Presentation</a></p>
<p><a href="http://www.slideshare.net/pcdinh/how-to-learn-to-build-your-own-php-framework-presentation" target="_blank"><img class="alignnone size-full wp-image-9052" title="How to learn to build your own PHP framework" src="http://superdit.com/wp-content/uploads/2011/09/06-How-to-learn-to-build-your-own-PHP-framework.jpg" alt="How to learn to build your own PHP framework" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Create Your First Tiny MVC Boilerplate With PHP (Video)</h5>
<p><a href="http://net.tutsplus.com/tutorials/php/create-your-first-tiny-mvc-boilerplate-with-php/" target="_blank">One Video</a></p>
<p><a href="http://net.tutsplus.com/tutorials/php/create-your-first-tiny-mvc-boilerplate-with-php/" target="_blank"><img class="alignnone size-full wp-image-9054" title="Create your First Tiny MVC Boilerplate with PHP" src="http://superdit.com/wp-content/uploads/2011/09/07-Untitled.jpg" alt="Create your First Tiny MVC Boilerplate with PHP" width="550" height="322" /></a></p>
<hr class="hr-5" />
<h5>PHP: Create Your Own MVC (Video)</h5>
<p><a href="http://www.youtube.com/watch?v=Aw28-krO7ZM" target="_blank">Part 1</a> - <a href="http://www.youtube.com/watch?v=bQxvYs9yO7Y" target="_blank">Part 2</a> - <a href="http://www.youtube.com/watch?v=2Eu0Nkpo6vM" target="_blank">Part 3</a> - <a href="http://www.youtube.com/watch?v=4hh2IXrdT4g" target="_blank">Part 4</a> - <a href="http://www.youtube.com/watch?v=4gDLBMs_9ng" target="_blank">Part 5</a></p>
<p><a href="http://www.youtube.com/watch?v=Aw28-krO7ZM" target="_blank"><img class="alignnone size-full wp-image-9055" title="PHP: Create Your Own MVC" src="http://superdit.com/wp-content/uploads/2011/09/08-Untitled.jpg" alt="PHP: Create Your Own MVC" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Building A Simple MVC Based Framework in PHP5</h5>
<p><a href="http://www.devshed.com/c/a/PHP/Building-a-Simple-MVCbased-Framework-in-PHP-5/" target="_blank">Part 1</a> - <a href="http://www.devshed.com/c/a/PHP/Building-a-Simple-MVCbased-Framework-in-PHP-5/1/" target="_blank">Part 2</a> - <a href="http://www.devshed.com/c/a/PHP/Building-a-Simple-MVCbased-Framework-in-PHP-5/2/" target="_blank">Part 3</a> - <a href="http://www.devshed.com/c/a/PHP/Building-a-Simple-MVCbased-Framework-in-PHP-5/3/" target="_blank">Part 4</a></p>
<p><a href="http://www.devshed.com/c/a/PHP/Building-a-Simple-MVCbased-Framework-in-PHP-5/" target="_blank"><img class="alignnone size-full wp-image-9057" title="Building a Simple MVC-based Framework in PHP 5" src="http://superdit.com/wp-content/uploads/2011/09/09-Building-a-Simple-MVC-based-Framework-in-PHP-5-PHP.jpg" alt="Building a Simple MVC-based Framework in PHP 5" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Creating An MVC Framework (Video)</h5>
<p><a href="http://www.youtube.com/watch?v=zmhzTbHF0Qc" target="_blank">Part 1</a> - <a href="http://www.youtube.com/watch?v=EGAIHTn1wp8" target="_blank">Part 2</a></p>
<p><a href="http://www.youtube.com/watch?v=zmhzTbHF0Qc" target="_blank"><img class="alignnone size-full wp-image-9059" title="Creating An MVC Framework" src="http://superdit.com/wp-content/uploads/2011/09/10-Untitled.jpg" alt="Creating An MVC Framework" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>How To Create A Simple MVC Framework in PHP</h5>
<p><a href="http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/" target="_blank">One Part</a></p>
<p><a href="http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/" target="_blank"><img class="alignnone size-full wp-image-9060" title="How to create a simple MVC framework in PHP" src="http://superdit.com/wp-content/uploads/2011/09/11-How-to-create-a-simple-MVC-framework-in-PHP-Henrique-Barroso-Web-developer-freelancer.jpg" alt="How to create a simple MVC framework in PHP - Henrique Barroso - Web developer freelancer" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>PHP Basic MVC Framework (Video)</h5>
<p><a href="http://www.youtube.com/watch?v=O3ogaH5AOOw" target="_blank">Part 1</a> - <a href="http://www.youtube.com/watch?v=9MXHlxcPb8Q" target="_blank">Part 2</a> - <a href="http://www.youtube.com/watch?v=-Vkl3spgDUM" target="_blank">Part 3</a> - <a href="http://www.youtube.com/watch?v=3QAZSo96_ow" target="_blank">Part 4</a> - <a href="http://www.youtube.com/watch?v=NSp_WU-gBTk" target="_blank">Part 5</a> - <a href="http://www.youtube.com/watch?v=ZrwgDxIGimY" target="_blank">Part 6</a> - <a href="http://www.youtube.com/watch?v=v6c_DGM6U7s" target="_blank">Part 7</a></p>
<p><a href="http://www.youtube.com/watch?v=O3ogaH5AOOw" target="_blank"><img class="alignnone size-full wp-image-9062" title="PHP Basic MVC Framework" src="http://superdit.com/wp-content/uploads/2011/09/12-Untitled.jpg" alt="PHP Basic MVC Framework" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Create An MVC Framework In PHP (Video)</h5>
<p><a href="http://www.youtube.com/watch?v=kLrmIr0obYk" target="_blank">Part 1</a> - <a href="http://www.youtube.com/watch?v=9pFSPO1gazE" target="_blank">Part 2</a> - <a href="http://www.youtube.com/watch?v=opMQeko86Ms " target="_blank">Part 3</a></p>
<p><a href="http://www.youtube.com/watch?v=kLrmIr0obYk" target="_blank"><img class="alignnone size-full wp-image-9064" title="Create An MVC Framework" src="http://superdit.com/wp-content/uploads/2011/09/13-Untitled.jpg" alt="Create An MVC Framework" width="550" height="190" /></a></p>
<hr class="hr-5" />
<h5>Write Your Own PHP5 MVC Framework</h5>
<p><a href="http://ndungi.kenya.or.ke/?p=38" target="_blank">One Part</a></p>
<p><a href="http://ndungi.kenya.or.ke/?p=38" target="_blank"><img class="alignnone size-full wp-image-9065" title="Write your own PHP5 MVC framework" src="http://superdit.com/wp-content/uploads/2011/09/14-Write-your-own-PHP5-MVC-framework-«-ndungi-kyalo’s-blog.jpg" alt="Write your own PHP5 MVC framework" width="550" height="190" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2011/10/01/php-tutorial-collection-build-your-own-php-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>10 Javascript Framework With Rich UI Component</title>
		<link>http://superdit.com/2011/06/08/10-javascript-framework-with-rich-ui-component/</link>
		<comments>http://superdit.com/2011/06/08/10-javascript-framework-with-rich-ui-component/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 05:00:28 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=1371</guid>
		<description><![CDATA[There are many javascript framework that available to use on the internet, most of them offering a simple solution to build modern web application, but not all offering a full rich UI component. Some framework like jquery, mootools, prototype only cover the core feature like animating, effect, DOM manipulation. This rich feature whether you called<a href="http://superdit.com/2011/06/08/10-javascript-framework-with-rich-ui-component/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>There are many javascript framework that available to use on the internet, most of them offering a simple solution to build modern web application, but not all offering a full rich UI component. Some framework like jquery, mootools, prototype only cover the core feature like animating, effect, DOM manipulation.</p>
<p><a title="10 Javascript Framework With Rich UI Component" href="http://superdit.com/2011/06/08/10-javascript-framework-with-rich-ui-component"><img class="alignnone size-full wp-image-7062" title="rich ui javascript framework" src="http://superdit.com/wp-content/uploads/2011/06/rich_ui_javascript_framework.jpg" alt="rich ui javascript framework" width="590" height="230" /></a></p>
<p>This rich feature whether you called it component, widget or any other, can help you to make user interface faster, without have to write your own style. These might be help if you build an enterprise web application. I list some of javascript framework with rich that maybe can be one of your choice. <span id="more-1371"></span></p>
<h5>ExtJS</h5>
<p>ExtJS is one of the most popular javascript framework that offer very rich and complete UI widget to build web application, created by <a title="sencha inc" href="http://www.sencha.com/" target="_blank">sencha inc</a>, extjs is very popular since the early release in version 2, even in latest version extjs added an architectural pattern like MVC to make the code more readable.</p>
<p><a href="http://www.sencha.com/products/extjs/" target="_blank"><img class="alignnone size-full wp-image-7042" title="extjs" src="http://superdit.com/wp-content/uploads/2011/06/extjs.png" alt="extjs sample widget" width="590" height="340" /></a></p>
<p><a title="extjs" href="http://www.sencha.com/products/extjs/" target="_blank">visit extjs</a></p>
<h5>Dojo Toolkit</h5>
<p>Since the first it born dojo is one of the extjs competitor, one of the advantages of dojo is the license. you can use it for free even for the commercial project, it is created by <a title="sitepen" href="http://www.sitepen.com/" target="_blank">sitepen</a>, unlike extjs who separated the mobile feature in different framework, dojo include the mobile feature.</p>
<p><a href="http://dojotoolkit.org/" target="_blank"><img class="alignnone size-full wp-image-7035" title="dojotoolkit sample screen" src="http://superdit.com/wp-content/uploads/2011/06/dojotoolkit.png" alt="dojotoolkit sample screen" width="590" height="340" /></a></p>
<p><a href="http://dojotoolkit.org" target="_blank">visit dojotoolkit</a></p>
<h5>Qooxdoo</h5>
<p>It is open source and enterprise ready javascript framework maintained by <a href="http://1and1.com/xml/order/AboutUs" target="_blank">1&amp;1</a> hosting company, you can see the <a title="qooxdoo real life example" href="http://qooxdoo.org/community/real_life_examples" target="_blank">real life example</a> on the it official page, to see how this framework are implemented.</p>
<p><a href="http://qooxdoo.org/" target="_blank"><img class="alignnone size-full wp-image-7037" title="qooxdoo " src="http://superdit.com/wp-content/uploads/2011/06/qooxdoo.png" alt="qooxdoo sample widget" width="590" height="340" /></a></p>
<p><a title="qooxdoo" href="http://qooxdoo.org" target="_blank">visit qooxdoo</a></p>
<h5>Smartclient</h5>
<p>Created by Isomorphic Software, smartclient require JDK to work on you machine, smartclient offer variety off license you can get the free version with very limited features, you can see the <a title="smartclient product comparison" href="http://www.smartclient.com/product/competition.jsp" target="_blank">smartclient version comparison</a>.</p>
<p><a href="http://www.smartclient.com/" target="_blank"><img class="alignnone size-full wp-image-7040" title="smartclient" src="http://superdit.com/wp-content/uploads/2011/06/smartclient.png" alt="smartclient sample widget" width="590" height="340" /></a></p>
<p><a title="smartclient" href="http://www.smartclient.com/" target="_blank">visit smartclient</a></p>
<h5>ZK Framework</h5>
<p>ZK framework developed and maintained by Potix Corporation, not only offering framework that ready to use by developer but there also a ready to use application like pivot table and spreadsheet, also there is plugin to integrate to eclipse IDE.</p>
<p><a href="http://www.zkoss.org/" target="_blank"><img class="alignnone size-full wp-image-7044" title="zk" src="http://superdit.com/wp-content/uploads/2011/06/zk.png" alt="zk sample application" width="590" height="340" /></a></p>
<p><a title="zk framework" href="http://www.zkoss.org/" target="_blank">visit zk</a></p>
<h5>DHTMLX</h5>
<p>Like smartclient, DHTMLX not completely free, it charge by what the features you want to use, see this <a title="dhtmlx licenses comparison" href="http://dhtmlx.com/docs/products/licenses.shtml" target="_blank">licenses comparison</a>.</p>
<p><a href="http://dhtmlx.com/" target="_blank"><img class="alignnone size-full wp-image-7046" title="dhtmlx" src="http://superdit.com/wp-content/uploads/2011/06/dhtmlx.png" alt="dhtmlx sample application" width="590" height="340" /></a></p>
<p><a title="dhtmlx" href="http://dhtmlx.com" target="_blank">visit dHTMLX</a></p>
<h5>Wijmo</h5>
<p>Wijmo is a kit of web UI based on JQuery UI, is offer many ready to use widget, and it can be themed based on JQuery UI theme, but unlike it core JQuery UI license, wijmo only free for the trial edition.</p>
<p><a href="http://wijmo.com/" target="_blank"><img class="alignnone size-full wp-image-7053" title="wijmo" src="http://superdit.com/wp-content/uploads/2011/06/wijmo.png" alt="wijmo sample grid" width="590" height="340" /></a></p>
<p><a title="Wijmo" href="http://wijmo.com/" target="_blank">visit wijmo</a></p>
<h5>Vaadin</h5>
<p>Vaadin is java web application framework, which mostly used by Java developer, it created by Vaadin Ltd previously named IT Mill.</p>
<p><a href="http://vaadin.com/" target="_blank"><img class="alignnone size-full wp-image-7056" title="vaadin" src="http://superdit.com/wp-content/uploads/2011/06/vaadin.png" alt="vaadin sample " width="590" height="340" /></a></p>
<p><a title="Vaadin" href="http://vaadin.com" target="_blank">visit vaadin</a></p>
<h5>Echo Web Framework</h5>
<p><a href="http://echo.nextapp.com/site/" target="_blank"><img class="alignnone size-full wp-image-7050" title="echo" src="http://superdit.com/wp-content/uploads/2011/06/echo.png" alt="echo web framework" width="590" height="340" /></a></p>
<p><a title="echo web framework" href="http://echo.nextapp.com/site/" target="_blank">visit echo</a></p>
<h5>Rialto</h5>
<p>Not really know about this one, it seems it already long time not being updated, but the web still active and you can still download it.</p>
<p><a href="http://rialto.improve-technologies.com/wiki/rialto" target="_blank"><img class="alignnone size-full wp-image-7051" title="rialto" src="http://superdit.com/wp-content/uploads/2011/06/rialto.png" alt="rialot sample widget" width="590" height="340" /></a></p>
<p><a title="rialto" href="http://rialto.improve-technologies.com/wiki/rialto" target="_blank">visit rialto</a></p>
<h5>Some Others Web UI Widget</h5>
<p>- <a title="uize" href="http://www.uize.com/" target="_blank">Uize</a> by Chris van Rensburg</p>
<p>- <a title="Alloy UI" href="http://alloy.liferay.com/" target="_blank">Alloy UI</a> by Liferay</p>
<p>- <a title="YUI (Yahoo User Interface)" href="http://developer.yahoo.com/yui/" target="_blank">YUI Library</a> by Yahoo!</p>
<p>- Based on Mootols: <a title="JxLib" href="http://jxlib.org/" target="_blank">JxLib</a>, <a title="MochaUI" href="http://mochaui.org/" target="_blank">MochaUI</a>, <a title="Moolego UI" href="http://ui.moolego.org/" target="_blank">MoolegoUI</a></p>
<p>- Based on JQuery: <a title="intelligent Expert" href="http://www.intelligentexpert.net/" target="_blank">Intelligent Expert</a>, <a title="jQuery Tools" href="http://flowplayer.org/tools/index.html" target="_blank">jQuery Tools</a>, <a href="http://www.kendoui.com/" target="_blank">KendoUI</a></p>
<p>- <a title="UkiJS" href="http://ukijs.org/" target="_blank">Uki</a> Simple UI Kit for complex web apps</p>
<p>- <a title="cappuccino" href="http://cappuccino.org/" target="_blank">Cappuccino</a> an Objective-J javascript framework</p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2011/06/08/10-javascript-framework-with-rich-ui-component/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Collection: Free WordPress Theme Framework</title>
		<link>http://superdit.com/2011/05/10/collection-free-wordpress-theme-framework/</link>
		<comments>http://superdit.com/2011/05/10/collection-free-wordpress-theme-framework/#comments</comments>
		<pubDate>Tue, 10 May 2011 02:14:19 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=4796</guid>
		<description><![CDATA[For who are new to wordpress, starting your own wordpress theme can be hard and take long time, even if you are already familiar with PHP, cause wordpress has it&#8217;s own function for displaying content. All these theme framework can help you to make your own wordpress theme faster, most of them already have the<a href="http://superdit.com/2011/05/10/collection-free-wordpress-theme-framework/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>For who are new to wordpress, starting your own wordpress theme can be hard and take long time, even if you are already familiar with PHP, cause wordpress has it&#8217;s own function for displaying content.</p>
<p><a title="Collection Of Free WordPress Theme Framework" href="http://superdit.com/2011/05/10/collection-free-wordpress-theme-framework"><img class="alignnone size-full wp-image-6566" title="free wordpress theme framework" src="http://superdit.com/wp-content/uploads/2011/05/wordpress-theme-framework-thumbanial.jpg" alt="free wordpress theme framework" width="540" height="225" /></a></p>
<p>All these theme framework can help you to make your own wordpress theme faster, most of them already have the common structure of wordpress theme, like filename, stylesheet, used wordpress function in layout, etc.<span id="more-4796"></span></p>
<h4>1. Roots</h4>
<p>Roots theme is a wordpress theme framework build on HTML5 Boilerplate and Blueprint CSS, on the official page you can see a lot of feature from this framework, and some tips on wordpress, like recommended plugins to use.</p>
<p><a title="Roots Theme" href="http://www.rootstheme.com/" target="_blank"><img class="alignnone size-full wp-image-6497" title="roots themes" src="http://superdit.com/wp-content/uploads/2011/05/roots.png" alt="roots themes" width="540" height="270" /></a></p>
<p><a title="roots theme" href="http://www.rootstheme.com/" target="_blank">visit</a></p>
<h4>2. Wonderflux</h4>
<p>When I found this one, currently still in beta version, but you can download it from google code, the purpose to aiming not only for developers, but for designer as well.</p>
<p><a title="Wonderflux" href="http://wonderflux.com/" target="_blank"><img class="alignnone size-full wp-image-6499" title="wonderflux " src="http://superdit.com/wp-content/uploads/2011/05/wonderflux_com.png" alt="wonderflux " width="540" height="255" /></a></p>
<p><a title="wonderflux" href="http://wonderflux.com/" target="_blank">visit</a></p>
<h4>3. Whiteboard Framework</h4>
<p>This framework is that I&#8217;m currently learning of, it use some HTML5 tags, the default stylesheet based on CSS less framework, and you can always have an option to have your own stylesheet.</p>
<p><a title="whiteboard framework" href="http://whiteboardframework.com/" target="_blank"><img class="alignnone size-full wp-image-6501" title="whiteboard framework" src="http://superdit.com/wp-content/uploads/2011/05/whiteboardframework_com.png" alt="whiteboard framework" width="540" height="371" /></a></p>
<p><a title="whiteboard framework" href="http://whiteboardframework.com/" target="_blank">visit</a></p>
<h4>4. The Buffet Framework</h4>
<p>Targeted for developers and end user who want to create both theme or child theme.</p>
<p><a href="http://www.zy.sg/the-buffet-framework/" target="_blank"><img class="alignnone size-full wp-image-6502" title="Buffet" src="http://superdit.com/wp-content/uploads/2011/05/Buffet.png" alt="Buffet" width="540" height="280" /></a></p>
<p><a title="the-buffet-framework" href="http://www.zy.sg/the-buffet-framework/" target="_blank">visit</a></p>
<h4>5. Thematic Framework</h4>
<p>Thematic is a WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins, and a whole community behind it. Great for beginner and WordPress development professionals.</p>
<p><a title="thematic" href="http://themeshaper.com/thematic/" target="_blank"><img class="alignnone size-full wp-image-6506" title="thematic" src="http://superdit.com/wp-content/uploads/2011/05/thematic.png" alt="thematic" width="540" height="280" /></a></p>
<p><a title="thematic" href="http://themeshaper.com/thematic/" target="_blank">visit</a></p>
<h4>6. Plaintxt</h4>
<p>Start to create a minimalist wordpress theme, this theme have 6 variety of themes that you can used as theme framework.</p>
<p><a title="plaintxt" href="http://www.plaintxt.org" target="_blank"><img class="alignnone size-full wp-image-6509" title="plaintxt" src="http://superdit.com/wp-content/uploads/2011/05/plaintxt_org.png" alt="plaintxt" width="540" height="275" /></a></p>
<p><a title="plaintxt" href="http://www.plaintxt.org/" target="_blank">visit</a></p>
<h4>7. Carrington Theme</h4>
<p>Carrington Theme is one of the most popular wordpress theme framework, it available on three different format, the elegant stlye, minimalist or text style and the mobile style.</p>
<p><a title="carrington theme" href="http://carringtontheme.com/" target="_blank"><img class="alignnone size-full wp-image-6504" title="carrington theme" src="http://superdit.com/wp-content/uploads/2011/05/text_carringtontheme_com.png" alt="carrington theme" width="540" height="290" /></a></p>
<p><a title="carringtontheme" href="http://carringtontheme.com/" target="_blank">visit</a></p>
<h4>8. Platform</h4>
<p>Platform is a free version of pagelines wordpress theme framework, that have advanced theme feature like drag and drop layout.</p>
<p><a title="platform" href="http://wordpress.org/extend/themes/platform" target="_blank"><img class="alignnone size-full wp-image-6520" title="Platform Pagelines" src="http://superdit.com/wp-content/uploads/2011/05/Platform.png" alt="Platform Pagelines" width="540" height="333" /></a></p>
<p><a title="platform pagelines" href="http://wordpress.org/extend/themes/platform" target="_blank">visit</a></p>
<h4>9. Build</h4>
<p>A minimal framework theme. Can also be used as a standalone theme for your blog.</p>
<p><a title="Build" href="http://wordpress.org/extend/themes/build" target="_blank"><img class="alignnone size-full wp-image-6522" title="Build" src="http://superdit.com/wp-content/uploads/2011/05/Build.png" alt="Build" width="540" height="316" /></a></p>
<p><a title="build" href="http://wordpress.org/extend/themes/build" target="_blank">visit</a></p>
<h4>10. WP Framework</h4>
<p>A rapid wordpress development framework, that have default look like default wordpress theme &#8220;Twenty Ten&#8221;.</p>
<p><a title="Wp Framework" href="http://wordpress.org/extend/themes/wp-framework" target="_blank"><img class="alignnone size-full wp-image-6525" title="WP Framework" src="http://superdit.com/wp-content/uploads/2011/05/WP-Framework.png" alt="WP Framework" width="540" height="314" /></a></p>
<p><a title="wp-framework" href="http://wordpress.org/extend/themes/wp-framework" target="_blank">visit</a></p>
<h4>11. One Press Community</h4>
<p>One Press Community framework is for community site based on wordpress, the theme also have easy integration with phpBB forum system.</p>
<p><a title="One Press" href="http://onepresscommunity.com/" target="_blank"><img class="alignnone size-full wp-image-6528" title="One Press" src="http://superdit.com/wp-content/uploads/2011/05/OnePress.png" alt="One Press" width="540" height="280" /></a></p>
<p><a title="onepresscommunity" href="http://onepresscommunity.com/" target="_blank">visit</a></p>
<h4>12. Hybrid</h4>
<p>Hybrid core is very modular, Hybrid Core should be used when you need to quickly build a new WordPress theme but also need control over the markup, style, and JavaScript. Hybrid core is not a theme but a framework.</p>
<p><a title="hybrid " href="http://themehybrid.com/hybrid-core" target="_blank"><img class="alignnone size-full wp-image-6508" title="theme hybrid" src="http://superdit.com/wp-content/uploads/2011/05/themehybrid_com_demo_hybrid.png" alt="theme hybrid" width="540" height="270" /></a></p>
<p><a title="hybrid" href="http://themehybrid.com/hybrid-core" target="_blank">visit</a></p>
<h4>13. Startkers</h4>
<p>Starkers is completely blankc wordpress themes, when you install it you will got the blog with no style at all.</p>
<p><a title="starkers theme" href="http://starkerstheme.com/" target="_blank"><img class="alignnone size-full wp-image-6534" title="starkers theme" src="http://superdit.com/wp-content/uploads/2011/05/starkerstheme_com.png" alt="starkers theme" width="540" height="317" /></a></p>
<p><a title="starkers theme" href="http://starkerstheme.com/" target="_blank">visit</a></p>
<h4>14. O-Theme</h4>
<p><a title="o-theme" href="http://www.o-theme.com/" target="_blank"><img class="alignnone size-full wp-image-6536" title="O-Theme" src="http://superdit.com/wp-content/uploads/2011/05/o-theme_com.png" alt="O-Theme" width="540" height="217" /></a></p>
<p><a title="o-theme" href="http://www.o-theme.com/" target="_blank">visit</a></p>
<h4>15. Simon Framework</h4>
<p>It&#8217;s a blank wordpress theme framework that uses 960.gs grid.</p>
<p><a title="Simon WordPress Framework" href="http://simonwebdesign.com/simon-wordpress-framework-blank-theme/" target="_blank"><img class="alignnone size-full wp-image-6537" title="Simon WordPress Framework" src="http://superdit.com/wp-content/uploads/2011/05/SimonWordPressFramework.png" alt="Simon WordPress Framework" width="540" height="270" /></a></p>
<p><a title="simon-wordpress-framework" href="http://simonwebdesign.com/simon-wordpress-framework-blank-theme/" target="_blank">visit</a></p>
<h4>16. SWFPress</h4>
<p>SWFPress is a framework that allows you to easily create flash based wordpress themes that behave exactly like any other wordpress theme.</p>
<p><a title="swfpress" href="http://swfpress.org/" target="_blank"><img class="alignnone size-full wp-image-6541" title="SWF Press" src="http://superdit.com/wp-content/uploads/2011/05/swfpress_org.png" alt="SWF Press" width="540" height="270" /></a></p>
<p><a title="swfpress" href="http://swfpress.org/" target="_blank">visit</a></p>
<h4>17. WP Constructor</h4>
<p><a title="WP Constructor" href="http://code.google.com/p/wp-constructor/" target="_blank"><img class="alignnone size-full wp-image-6543" title="WP Constructor" src="http://superdit.com/wp-content/uploads/2011/05/wp-themes_com_constructor.png" alt="WP Constructor" width="540" height="280" /></a></p>
<p><a title="wp-constructor" href="http://code.google.com/p/wp-constructor/" target="_blank">visit</a></p>
<h4>18. Notes Blog Core</h4>
<p>The Notes Blog Core theme is meant to work both as a framework to build child themes on.</p>
<p><a title="Notes Blog Core" href="http://wordpress.org/extend/themes/notes-blog-core-theme" target="_blank"><img class="alignnone size-full wp-image-6544" title="Notes Blog Core" src="http://superdit.com/wp-content/uploads/2011/05/notes-blog-core-theme.png" alt="Notes Blog Core" width="540" height="270" /></a></p>
<p><a title="Notes Blog Core" href="http://wordpress.org/extend/themes/notes-blog-core-theme" target="_blank">visit</a></p>
<h4>19. 3.0 Basic Theme Framework</h4>
<p>This is a New2WP 3.0 theme framework that started out as more of a basic starter theme to use when making new WordPress themes and quickly became a bigger project than was planned.</p>
<p><a title="3.0 Basic Theme Framework" href="http://new2wp.com/pro/basic-theme-framework-wordpress3-custom-post-type/" target="_blank"><img class="alignnone size-full wp-image-6546" title="3.0 Basics Theme Framework" src="http://superdit.com/wp-content/uploads/2011/05/3_0Basics.png" alt="3.0 Basics Theme Framework" width="540" height="280" /></a></p>
<p><a title="Basic Theme Framework" href="http://new2wp.com/pro/basic-theme-framework-wordpress3-custom-post-type/" target="_blank">visit</a></p>
<h5>20. PHP Ease</h5>
<p>A WordPress theme built on the Blueprint and Yahoo! YUI Grid Builder CSS Frameworks.</p>
<p><a title="php ease" href="http://wordpress.org/extend/themes/php-ease" target="_blank"><img class="alignnone size-full wp-image-6548" title="php-ease" src="http://superdit.com/wp-content/uploads/2011/05/php-ease.png" alt="php-ease" width="540" height="271" /></a></p>
<p><a title="PHP Ease" href="http://wordpress.org/extend/themes/php-ease" target="_blank">visit</a></p>
<h4>21. Precious</h4>
<p>Precious is a theme framework for WordPress 2.8+. Built with simplicity and web accessibility in mind.</p>
<p><a title="precious" href="http://wordpress.org/extend/themes/precious" target="_blank"><img class="alignnone size-full wp-image-6550" title="precious" src="http://superdit.com/wp-content/uploads/2011/05/precious.png" alt="precious" width="540" height="280" /></a></p>
<p><a title="Precious" href="http://wordpress.org/extend/themes/precious" target="_blank">visit</a></p>
<h4>22. Shape</h4>
<p>A search engine optimized website framework for WordPress.</p>
<p><a title="shape" href="http://wordpress.org/extend/themes/shape" target="_blank"><img class="alignnone size-full wp-image-6551" title="shape" src="http://superdit.com/wp-content/uploads/2011/05/shape.png" alt="shape" width="540" height="269" /></a></p>
<p><a title="Shape" href="http://wordpress.org/extend/themes/shape" target="_blank">visit</a></p>
<h4>23. Biblioteca</h4>
<p><a title="biblioteca" href="http://wpshout.com/free-wordpress-magazineframeworkbloggytech-blog-theme-biblioteca/" target="_blank"><img class="alignnone size-full wp-image-6552" title="Biblioteca" src="http://superdit.com/wp-content/uploads/2011/05/biblio.png" alt="Biblioteca" width="540" height="270" /></a></p>
<p><a title="Biblioteca" href="http://wpshout.com/free-wordpress-magazineframeworkbloggytech-blog-theme-biblioteca/" target="_blank">visit</a></p>
<h4>24. WP Basis Theme</h4>
<p><em>Basis</em> has been built to make theme development for WordPress easier. If you are an experienced theme developer or a total beginner, <em>Basis</em> provides a highly customizable starting point for your theme development.</p>
<p><a title="WP Basis Theme" href="http://wpbasis.de/readme-en_US.php" target="_blank"><img class="alignnone size-full wp-image-6553" title="wp basis" src="http://superdit.com/wp-content/uploads/2011/05/wpbasis_de_readme-en_US_php.png" alt="wp basis" width="540" height="271" /></a></p>
<p><a title="WP Basis Theme" href="http://wpbasis.de/readme-en_US.php" target="_blank">visit</a></p>
<h4>25. Vanilla Theme</h4>
<p>Not like any other theme framework vanilla theme use PHPTAL Template Engine.</p>
<p><a title="Vanilla Theme" href="http://code.google.com/p/vanilla-theme/" target="_blank"><img class="alignnone size-full wp-image-6555" title="vanilla-theme" src="http://superdit.com/wp-content/uploads/2011/05/vanilla-theme.png" alt="vanilla-theme" width="540" height="287" /></a></p>
<p><a title="Vanilla Theme" href="http://code.google.com/p/vanilla-theme/" target="_blank">visit</a></p>
<h4>26. Imagination</h4>
<p><a title="imagination" href="http://www.cssjockey.com/imagination/" target="_blank"><img class="alignnone size-full wp-image-6557" title="imagination" src="http://superdit.com/wp-content/uploads/2011/05/imagination.png" alt="imagination" width="540" height="301" /></a></p>
<p><a title="Imagination" href="http://www.cssjockey.com/imagination/" target="_blank">visit</a></p>
<h4>27. Starter Theme</h4>
<p><a title="Starter Theme Project" href="http://wpcandy.com/made/the-wordpress-starter-theme-project" target="_blank"><img class="alignnone size-full wp-image-6559" title="starter theme project" src="http://superdit.com/wp-content/uploads/2011/05/starter-theme-project.png" alt="starter theme project" width="540" height="279" /></a></p>
<p><a title="Starter Theme" href="http://wpcandy.com/made/the-wordpress-starter-theme-project" target="_blank">visit</a></p>
<h4>28. PressWork</h4>
<p>PressWork is a free, open-source theme framework built for WordPress 3.2 using HTML5 and CSS3. It was created out of a need for a framework that catered to all types of users. As developers, we needed it to be powerful enough to allow for complete customization, which is why every element in PressWork can be hooked into.</p>
<p><a title="Press Work" href="http://presswork.me/" target="_blank"><img class="alignnone size-full wp-image-8562" title="Press Work" src="http://superdit.com/wp-content/uploads/2011/05/PressWork.jpg" alt="Press Work" width="540" height="278" /></a></p>
<p><a href="http://presswork.me/" target="_blank">visit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2011/05/10/collection-free-wordpress-theme-framework/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>[Opinion] Why PHP Developers Choose CodeIgniter</title>
		<link>http://superdit.com/2011/03/28/opinion-why-php-developers-choose-codeigniter/</link>
		<comments>http://superdit.com/2011/03/28/opinion-why-php-developers-choose-codeigniter/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 04:09:44 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=4073</guid>
		<description><![CDATA[Codeigniter is one of the most popular php framework out there, that have been used by many php developers around the world. This post is just my own opinion from my technical experience while using codeigniter. This graphic below is taken from google trends to compare codeigniter search popularity, than any other popular php framework.<a href="http://superdit.com/2011/03/28/opinion-why-php-developers-choose-codeigniter/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>Codeigniter is one of the most popular php framework out there, that have been used by many php developers around the world. This post is just my own opinion from my technical experience while using codeigniter. This graphic below is taken from <a title="codeigniter, cakephp, zend framework, symfony google trends" href="http://www.google.co.id/trends?q=codeigniter%2C+cakephp%2C+zend+framework%2C+symfony&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=0" target="_blank">google trends</a> to compare codeigniter search popularity, than any other popular php framework.</p>
<p><img class="alignnone size-full wp-image-5829" title="codeigniter, cakephp, zend framework, symfony google trend" src="http://superdit.com/wp-content/uploads/2011/03/Google-Trends_-codeigniter-cakephp-zend-framework-symfony2.png" alt="codeigniter, cakephp, zend framework, symfony google trend" width="540" height="276" /></p>
<p>The first php framework I use is <a href="http://cakephp.org" target="_blank">cakephp</a>, it has a lot more features than codeigniter, very detail documentation too, for the first time it will take some time to understanding, exploring the features and find some other reference online.<span id="more-4073"></span></p>
<p>Below I mention some my opinion why people choose codeigniter, some may show it lack of features, but behind the lack of features, codeigniter can be use to get an  easy understanding of php framework, and the most important thing is to  get the job done as soon as possible. <em>please note that this reason maybe for a who are new with php framework</em></p>
<h6>1) Do Not Have Command Line</h6>
<p>Most of php framework come a command line feature, I haven&#8217;t fell the benefit command line in the real project, but <a title="Building CLI Apps With Symfony Console Component" href="http://dev.umpirsky.com/building-cli-apps-with-symfony-console-component/" target="_blank">this article</a> will help you to get an idea why command line is useful, my point is not much web application need to have command line.</p>
<h6>2) Do Not Have ORM</h6>
<p><a title="Object Relational Mapping Wikipedia" href="http://en.wikipedia.org/wiki/Object-relational_mapping" target="_blank">ORM</a> is very useful when dealing so many database tables, but in simple web application this feature do not need to use, when I first learn php framework, I don&#8217;t really know about ORM, and when I read the ORM section I feel like that it need to be in every web application. The good thing I learn about what ORM is, the bad thing is if we are in hurry, it will cost more time.</p>
<h6>3) Great Documentation</h6>
<p>Codeigniter documentation sure really written well, even for developer who are not familiar to <a title="MVC Codeigniter Documentation" href="http://codeigniter.com/user_guide/overview/mvc.html" target="_blank">MVC</a> pattern codeigniter documentation is one of good place to start, it is not really perfect but you can get the most out of the features here.</p>
<h6>4) No Plugin</h6>
<p>Since version 2 codeigniter remove plugins, from it feature, because he ambiguous with &#8220;Library&#8221; and &#8220;Helper&#8221;. It good to not to make a term confusion.</p>
<h6>5) Performance</h6>
<p>Codeigniter not really the fastest but one of the fastest, also I never test it by myself, cause I think it doesn&#8217;t really necessary, this two benchmark maybe can be as your benchmark reference (<a href="http://www.yiiframework.com/performance/" target="_blank">benchmark 1</a>, <a href="http://doophp.com/benchmark" target="_blank">benchmark 2</a>), but don&#8217;t rely on these to much cause &#8220;Hello World&#8221; application benchmark cannot measure overall performance when the web goes live.</p>
<p><img class="alignleft size-full wp-image-5838" title="codeigniter logo" src="http://superdit.com/wp-content/uploads/2011/03/codeigniter_logo_small.jpg" alt="codeigniter logo" width="42" height="54" />The conclusion is I&#8217;m not saying codeigniter is the best php framework, but it really good for everyone to getting started with php framework. One point, It will save more time when learning all the framework scope, but if you are a experience php developer and have more time to learn why not trying some more advanced framework like <a title="symfony" href="http://www.symfony-project.org/" target="_blank">Symfony</a> or <a title="Zend Framework" href="http://framework.zend.com/" target="_blank">Zend Framework</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2011/03/28/opinion-why-php-developers-choose-codeigniter/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>10 Framework To Help Build Mobile Web Application</title>
		<link>http://superdit.com/2010/12/20/10-framework-to-help-build-mobile-web-application/</link>
		<comments>http://superdit.com/2010/12/20/10-framework-to-help-build-mobile-web-application/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 00:21:56 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=1607</guid>
		<description><![CDATA[Day by day, web application framework make our development easier and faster, with the growing of mobile devices such as smartphone and tablet pc for browsing the web, the web framework need to meet the difference screen for each devices, different user experience. These are the list of framework (well not all actually a framework)<a href="http://superdit.com/2010/12/20/10-framework-to-help-build-mobile-web-application/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-3562" title="Mobile Web Framework" src="http://superdit.com/wp-content/uploads/2010/12/SCREEN_CAPTURE1.jpg" alt="" width="500" height="197" /></p>
<p>Day by day, web application framework make our development easier and faster, with the growing of mobile devices such as smartphone and tablet pc for browsing the web, the web framework need to meet the difference screen for each devices, different user experience. These are the list of framework (well not all actually a framework) that can be choosen by you for developing mobile web application, some provide full user interface and some only provide a basic framework.<span id="more-1607"></span></p>
<h5>1. <a title="Sencha Touch" href="http://www.sencha.com/products/touch/" target="_blank">Sencha Touch </a></h5>
<p>Sencha<em> </em>Touch is one of the product of <a href="http://www.sencha.com/company/" target="_blank">SenchaInc</a>, the first HTML5 mobile JavaScript framework that allows developer to  develop mobile web apps that look and feel native on iPhone and  Android  touchscreen devices. Sencha Touch built like the ExtJS component, if have some experience with ExtJS I believe it will bring the advantage for easier learning.</p>
<p style="text-align: center;"><img class="size-full wp-image-3486 aligncenter" title="Sencha-Touch Example" src="http://superdit.com/wp-content/uploads/2010/12/SEncha-Touch.png" alt="" width="328" height="488" /></p>
<p style="text-align: center;"><a title="Sencha Touch Download" href="http://www.sencha.com/products/touch/download.php" target="_blank">Download Page</a> | <a title="Sencha Touch Demo" href="http://www.sencha.com/products/touch/demos.php" target="_blank">View Demo</a></p>
<h5>2. <a title="jQuery Mobile Framework" href="http://jquerymobile.com/" target="_blank">jQuery Mobile</a></h5>
<p>I think this is the most awaited in mobile web application framework, because the popularity of jQuery, this framework is not the first but getting a lot of attention, jQuery Mobile: Touch-Optimized Web Framework for Smartphones &amp; Tablets. A unified user interface system across all popular mobile device  platforms, built on the rock-solid jQuery and jQuery UI foundation. Its  lightweight code is built with progressive enhancement, and has a  flexible, easily themeable design.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3494" title="jquerymobile example screen capture" src="http://superdit.com/wp-content/uploads/2010/12/jquerymobile.png" alt="" width="328" height="488" /></p>
<p style="text-align: center;"><a title="jQuery Mobile Download" href="http://jquerymobile.com/download/" target="_blank">Download Page</a> | <a title="jQuery Mobile Demo" href="http://jquerymobile.com/demos/1.0a2/" target="_blank">View Demo</a></p>
<h5>3. <a title="WebApp.Net" href="http://webapp-net.com/" target="_blank">WebApp.Net</a></h5>
<p>WebApp.Net is a light weight, powerful javascript framework taking  advantage of AJAX technology. It provides a full set of ready to use  components to help you develop, quickly and easily, advanced mobile web  applications.</p>
<p style="text-align: center;"><img class="size-full wp-image-3498 alignnone" title="WebApp.Net Example Screen" src="http://superdit.com/wp-content/uploads/2010/12/WebApp.Net_.png" alt="" width="328" height="488" /></p>
<p style="text-align: center;"><a title="WebApp.Net Download" href="http://webapp-net.com/Download/get.php?d=19" target="_blank">Download Page</a> | <a title="WebApp.Net Demo" href="http://demo.webapp-net.com/" target="_blank">View Demo</a></p>
<h5>4. <a title="DHTMLX Touch" href="http://www.dhtmlx.com/touch/" target="_blank">DTHMLX Touch</a></h5>
<p>DHTMLX Touch is an HTML5-based JavaScript library for building mobile web applications.  			It’s not just a set of UI widgets, but a complete framework that allows you to create  			eye-catching, cross-platform web applications for mobile and touch-screen devices.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3501" title="DHTMLX Touch Form Example" src="http://superdit.com/wp-content/uploads/2010/12/DHTMLXTouch.png" alt="" width="328" height="488" /></p>
<p style="text-align: center;"><a title="DHTMLX Touch Download" href="http://www.dhtmlx.com/touch/" target="_blank">Download Page</a> | <a title="DHTMLX Touch Demo" href="http://www.dhtmlx.com/touch/samples/" target="_blank">View Demo</a></p>
<h5>5. <a title="jQTouch" href="http://jqtouch.com" target="_blank">jQTouch </a></h5>
<p>This is not a framework but just a jQuery plugin for mobile web development on the iPhone, iPod Touch, and other forward-thinking devices. Now this project a part of Sencha Labs, the company who developing Sencha Touch. I love the default theme that have black, dark look and feel.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3506" title="jqtouch example" src="http://superdit.com/wp-content/uploads/2010/12/jqtouch.png" alt="" width="328" height="488" /></p>
<p style="text-align: center;"><a title="jQTouch Download" href="http://jqtouch.googlecode.com/files/jqtouch-1.0-beta-2-r109.zip" target="_blank">Download Page</a> | <a title="jQTouch Demo" href="http://jqtouch.com/preview/demos/main/" target="_blank">View Demo</a></p>
<h5>6. <a title="iWebKit" href="http://iwebkit.net/" target="_blank">iWebKit</a></h5>
<p>iWebKit is a file package designed to help you create your own iPhone,  iPod Touch and iPad compatible website or webapp. The kit is accessible  to anyone even people without any html knowledge and is simple to  understand thanks to the included tutorials.</p>
<p style="text-align: center;"><img class="size-full wp-image-3512  aligncenter" title="iWebKit Example Screen Capture" src="http://superdit.com/wp-content/uploads/2010/12/iWebKit.png" alt="" width="328" height="488" /></p>
<p style="text-align: center;"><a title="iWebKit Download" href="http://www.iwebkit.net/downloads" target="_blank">Download Page</a> | <a title="iWebKit Demo" href="http://www.iwebkit.net/demo" target="_blank">View Demo</a></p>
<h5>7. <a title="Jo HTML5 Mobile App Framework" href="http://joapp.com/" target="_blank">Jo HTML5 Mobile App Framework</a></h5>
<p>Joapp is a UI Widget Framework With a side of DOM, event and data stuff , Open Source Under a friendly OpenBSD License , Cross Platform webOS, iOS, Android, Symbian, Safari, Chrome, Dashboard Widgets<em>.</em> Light and Efficient Minified JavaScript is just over 8K with no dependancies, and compatible with PhoneGap Plus most other JavaScript frameworks</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3513" title="joapp Example Capture" src="http://superdit.com/wp-content/uploads/2010/12/joapp.png" alt="" width="327" height="488" /></p>
<p style="text-align: center;"><a title="Joapp Download" href="https://github.com/davebalmer/jo/downloads" target="_blank">Download Page</a></p>
<h5>8. <a title="iUI: iPhone User Interface Framework" href="http://code.google.com/p/iui/" target="_blank">iUI: iPhone User Interface Framework</a></h5>
<p>iUI is a framework consisting of a JavaScript library, CSS, and  images for developing advanced mobile webapps for iPhone and  comparable/compatible devices. iUI has the following features: Create Navigational Menus and iPhone-style interfaces from standard HTML, use or knowledge of JavaScript is not required to create modern mobile web pages, ability to handle phone orientation changes, provide a more &#8220;iPhone-like&#8221; experience in your Web apps.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3533" title="iui example capture" src="http://superdit.com/wp-content/uploads/2010/12/iui.png" alt="" width="328" height="488" /></p>
<p style="text-align: center;"><a title="iUI: iPhone User Interface Framework Download" href="http://code.google.com/p/iui/downloads/list" target="_blank">Download Page</a></p>
<h5>9. <a title="SproutCore" href="http://www.sproutcore.com" target="_blank">Sproutcore</a></h5>
<p>SproutCore is an HTML5 application framework for building responsive,  desktop-caliber apps in any modern web browser, without plugins.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3542" title="SproutCore" src="http://superdit.com/wp-content/uploads/2010/12/SproutCore.png" alt="" width="328" height="125" /></p>
<p style="text-align: center;"><a title="SproutCore get started" href="http://www.sproutcore.com/get-started/" target="_blank">Download Page</a></p>
<h5>10. <a title="Zepto.js" href="http://zeptojs.com/" target="_blank">Zepto.js</a></h5>
<p>Zepto.js is a minimalist JavaScript framework for mobile WebKit browsers, with a jQuery-compatible syntax. The goal: a 2-5k library that handles most basic drudge work with a nice API so you can concentrate on getting stuff done. Zepto.js is created by <a title="Thomas Fuchs" href="http://mir.aculo.us/" target="_blank">Thomas Fuchs</a> the author of <a href="http://script.aculo.us" target="_blank">script.aculo.us</a>, the javascript user interface framework.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3541" title="zeptojs" src="http://superdit.com/wp-content/uploads/2010/12/zeptojs.png" alt="" width="328" height="122" /></p>
<p style="text-align: center;"><a title="Zepto.js Download" href="http://zeptojs.com/" target="_blank">Download Page</a></p>
<p>With all the choice that we have, sometimes we confuse what should we choose, but I&#8217;m sure the most promising framework to use in the future are the first two, they are Sencha Touch, backed by strong company and jQueryMobile, that have very large community.</p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2010/12/20/10-framework-to-help-build-mobile-web-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Steps to Understanding ExtJS</title>
		<link>http://superdit.com/2009/08/21/simple-steps-to-understanding-extjs/</link>
		<comments>http://superdit.com/2009/08/21/simple-steps-to-understanding-extjs/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 02:39:40 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Extjs]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=113</guid>
		<description><![CDATA[ExtJS is one of the most popular javascript user interface framework, it offer a bunch of great user interface component, if you are a Java Programmer it better you use the Ext-GWT, but if you are a web programmer who always using web scripting language such as PHP, it may be painless if you learn<a href="http://superdit.com/2009/08/21/simple-steps-to-understanding-extjs/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://extjs.com" target="_blank">ExtJS</a> is one of the most popular javascript user interface framework, it offer a bunch of great user interface component, if you are a Java Programmer it better you use the Ext-GWT, but if you are a web programmer who always using web scripting language such as PHP, it may be painless if you learn the new web interface beside the traditional HTML, but i did it and mix it with <a href="http://codeigniter.com" target="_blank">Codeigniter</a> in purpose to create and maintain better PHP code, and it&#8217;s not really bad and here some advice I have for you :</p>
<p><strong>1. Follow the examples</strong></p>
<p><img class="size-medium wp-image-124 alignleft" title="Ext-Examples" src="http://superdit.com/wp-content/uploads/2009/08/Ext-Examples-300x183.png" alt="Ext-Examples" width="300" height="183" />ExtJS come with a bunch of great sample use of using widget, this provide the basic use of the component, creating plugin, etc. This is the best way to know what you can do with the component and how to implement the component by viewing the source code, if you somehow don&#8217;t understand what the code means, simply you can consult the API documentation first. Just <a href="http://extjs.com/products/extjs/download.php" target="_blank">download</a> it first and run on your local server or you can view it <a href="http://extjs.com/deploy/dev/examples/samples.html" target="_blank">online</a>.<span id="more-113"></span></p>
<p><strong>2. Read the ExtJS tutorial</strong></p>
<p><a href="http://extjs.com/learn/Tutorials" target="_blank"><img class="size-medium wp-image-126 alignright" title="Tutorials - Learn About the Ext JavaScript Library_1250977156212" src="http://superdit.com/wp-content/uploads/2009/08/Tutorials-Learn-About-the-Ext-JavaScript-Library_1250977156212-300x210.png" alt="Tutorials - Learn About the Ext JavaScript Library_1250977156212" width="240" height="168" /></a>So, you are ready to get your hand wet ? but don&#8217;t know what to do to digging depper to understanding ExtJS, I suggest you start with <a href="http://extjs.com/learn/Tutorials" target="_blank">tutorial</a> from the ExtJS official site. It&#8217;s cover about the getting started guide, dom query helper, combobox, form, grids, drag &amp; drop, menus, tree, etc, even the basic of the application design and some of them provide the downloadable example source code. Although the tutorial is useing version 1.x and 2.x, yes it is compatible if you are using version 3.</p>
<p><strong>3. Don&#8217;t fear to read the API</strong></p>
<p><img class="size-medium wp-image-125 alignleft" title="Ext 3.0 - API Documentation_1250974839663" src="http://superdit.com/wp-content/uploads/2009/08/Ext-3.0-API-Documentation_1250974839663-300x197.png" alt="Ext 3.0 - API Documentation_1250974839663" width="210" height="138" /> The ExtJS API documentation come with the bundle when you&#8217;re downloading ExtJS. So how this gonna be useful ? well for me it provide very useful information about the Ext core and default config options, properties, events, method for each component, it&#8217;s a good reference when you are trying to manipulating the component. Some component given the basic example of usage. Just <a href="http://extjs.com/products/extjs/download.php" target="_blank">download the ExtJS</a> bundle and you can find it in examples folder or you can view it <a href="http://extjs.com/deploy/dev/docs/" target="_blank">online</a></p>
<p><strong>4. Consult the spesific question to the forum</strong></p>
<p><img class="alignleft size-medium wp-image-146" title="extjs reconfigure proxy url - Telusuri dengan Google_1251076695170" src="http://superdit.com/wp-content/uploads/2009/08/extjs-reconfigure-proxy-url-Telusuri-dengan-Google_1251076695170-300x160.png" alt="extjs reconfigure proxy url - Telusuri dengan Google_1251076695170" width="300" height="160" />When I get some trouble I always use Google first, type your spesific question on Google and most of the solution found in the ExtJS official forum and i always found the solution is very handy and easy to understand. Even some of the expert member provide advance source about ExtJS like quick search plugin, grid paging row numberer and custom themes and you can download it for free.</p>
<p><strong>5. Use the good IDE</strong></p>
<p><img class="size-medium wp-image-120 alignleft" title="netbeans-extjs" src="http://superdit.com/wp-content/uploads/2009/08/netbeans-extjs-252x300.png" alt="netbeans-extjs" width="162" height="192" /> Since you use ExtJS in javascript language, the you must code all the ExtJS component by hand, and you need the good IDE to help you browse the all avaliable API. I&#8217;m personally using <a href="http://www.netbeans.org/" target="_blank">Netbeans PHP IDE</a> for my project, you can set the project and include the ExtJS style, ExtJS basic and ExtJS all. The IDE will scan all the project including the ExtJS file and when you code the ExtJS component or ExtJS core, you can type <em>shift + space</em> on your keyboard and the IDE will give an autocomplete feature, and it helping me a lot, maybe not all the method shown in the autocomplete feature but you still can browse on the API documentation. If your not the fan of Netbeans, you can use other great IDE like <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> or <a href="http://aptana.com/" target="_blank">Aptana</a>.</p>
<h5>6. You may need to know a bit about Javascript Language</h5>
<p>My experience is when i code the event handler of the component, sometimes need like client side validation, like is defined object, sel length etc. When you found this trouble just googling about spesific javascript question and it&#8217;is not really hard.</p>
<p><strong>more ExtJS Resource and tutorial</strong></p>
<p><a href="http://extjs.tv" target="_blank">Video tutorial from EXTJS.TV</a> bunch of ExtJS Tutorial</p>
<p><a href="http://defafe.com/" target="_blank">http://defafe.com</a> a blog about ExtJS tutorial</p>
<p><a href="http://www.extforge.org/index.php/2009/examples-of-extjs-in-action/" target="_blank">Example ExtJS in Action</a> some of link not working but the <a href="http://extplorer.sourceforge.net/" target="_blank">ExtPlorer</a> is good.</p>
<p><a href="http://tuturtinular.com/category/extjs/" target="_blank">TuturTinular</a> a blog who have some ExtJS tutorial</p>
<p><a href="http://extjswordpress.net" target="_blank">ExtJS and WordPress</a> wordpress themes usign extjs and it&#8217;s free to download</p>
<p><a href="http://blog.andrekolell.de/2009/04/15/using-an-ext-js-datagrid-with-ajax-in-the-wordpress-administration-panel/" target="_blank">Using ExtJS grid in WordPress Admin</a></p>
<p><a href="http://ragrawal.wordpress.com/2008/12/13/integrating-cakephp-and-extjs-a-complete-guide/" target="_blank">Integrating CakePHP and ExtJS</a></p>
<p><a href="http://blog.extjs.eu/" target="_blank">http://blog.extjs.eu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2009/08/21/simple-steps-to-understanding-extjs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Big List of PHP Framework</title>
		<link>http://superdit.com/2009/07/22/big-list-of-php-framework/</link>
		<comments>http://superdit.com/2009/07/22/big-list-of-php-framework/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:00:48 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=3</guid>
		<description><![CDATA[A PHP framework can help you to develop web application faster, and it used by many company around the world. Here a list of php framework that avaliable and downloadable, I copy the sort explanation about the framework, you can go to the official site to learn more, so here it goes : 1. CodeIgniter<a href="http://superdit.com/2009/07/22/big-list-of-php-framework/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>A PHP framework can help you to develop web application faster, and it used by many company around the world. Here a list of php framework that avaliable and downloadable, I copy the sort explanation about the framework, you can go to the official site to learn more, so here it goes :</p>
<p><strong>1. CodeIgniter</strong><br />
<img class="alignleft size-thumbnail wp-image-15" title="codeigniter" src="http://superdit.com/wp-content/uploads/2009/07/codeigniter-150x150.jpg" alt="codeigniter" width="59" height="59" />CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you’re a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you’re tired of ponderously large and thoroughly undocumented frameworks.<br />
more on &#8230;<a href="http://www.2shared.com/file/tfFyBlS2/codeigniter_archive.html" target="_blank"> codeigniter archive </a></p>
<p><strong>2. CakePHP</strong><br />
<img class="size-thumbnail wp-image-11 alignright" title="cakephp" src="http://superdit.com/wp-content/uploads/2009/07/cakephp-150x150.png" alt="cakephp" width="90" height="90" />CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.<br />
more on &#8230; <a href="http://www.2shared.com/file/Uv0yVqSl/cakephp_archive.html" target="_blank">cakephp archive</a></p>
<p><strong>3. Zend Framework</strong><br />
<img class="size-thumbnail wp-image-17 alignright" title="zend_framework" src="http://superdit.com/wp-content/uploads/2009/07/zend_framework-150x150.jpg" alt="zend_framework" width="43" height="43" />Extending the art &amp; spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase.<br />
more on &#8230; <a href="http://framework.zend.com" target="_blank">http://framework.zend.com</a></p>
<p><strong>4. Symfony</strong><br />
<img class="size-full wp-image-21 alignleft" title="symfony" src="http://superdit.com/wp-content/uploads/2009/07/symfony.gif" alt="symfony" width="269" height="73" />Symfony is a full-stack framework, a library of cohesive classes written in PHP. It provides an architecture, components and tools for developers to build complex web applications faster. Choosing symfony allows you to release your applications earlier, host and scale them without problem, and maintain them over time with no surprise.<br />
more on &#8230;<a href="http://www.symfony-project.org" target="_blank"> http://www.symfony-project.org</a><span id="more-3"></span></p>
<p><strong>5. Yii Framework</strong><br />
<img class="alignleft size-full wp-image-23" title="yii logo" src="http://superdit.com/wp-content/uploads/2009/07/yii-logo.jpg" alt="yii logo" width="56" height="55" />Yes, it is Yii — a high-performance component-based PHP framework best for developing large-scale Web applications. Yii comes with a full stack of features, including MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, authentication and role-based access control, scaffolding, input validation, widgets, events, theming, Web services, and so on. Written in strict OOP, Yii is easy to use and is extremely flexible and extensible.<br />
more on &#8230; <a href="http://www.yiiframework.com" target="_blank">http://www.yiiframework.com</a></p>
<p><strong>6. Prado</strong><br />
PRADO™ is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented.<br />
more on &#8230; <a href="http://pradosoft.com" target="_blank">http://pradosoft.com</a></p>
<p><strong>7. Kohana</strong><br />
Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.<br />
more on &#8230; <a href="http://kohanaframework.org/" target="_blank">http://kohanaframework.org/</a></p>
<p><strong>8. Akelos</strong><br />
The Akelos PHP Framework is a web application development platform based on the MVC (Model View Controller) design pattern.<br />
more on &#8230; <a href="http://akelos.org" target="_blank">http://akelos.org</a></p>
<p><strong>9. Phocoa</strong><br />
PHOCOA is an object-oriented, event-driven, componentized, MVC (model-view-controller) web framework inspired by Apple’s Cocoa and WebObjects technologies.<br />
more on &#8230; <a href="http://phocoa.com" target="_blank">http://phocoa.com</a></p>
<p><strong>10. Recess</strong><br />
<img class="alignleft size-full wp-image-25" title="recess" src="http://superdit.com/wp-content/uploads/2009/07/recess.gif" alt="recess" width="139" height="30" />You should enjoy PHP development. That&#8217;s why Recess exists. Recess is a serious PHP framework designed to give you a delightful development experience.<br />
more on &#8230; <a href="http://www.recessframework.org" target="_blank">http://www.recessframework.org</a></p>
<p><strong>11. Seagull</strong><br />
Seagull is a mature OOP framework for building web, command line and GUI applications.<img class="alignleft size-full wp-image-26" title="seagull" src="http://superdit.com/wp-content/uploads/2009/07/seagull.png" alt="seagull" width="115" height="35" /> Licensed under BSD, the project allows PHP developers to easily integrate and manage code resources, and build complex applications quickly.<br />
more on &#8230; <a href="http://seagullproject.org" target="_blank">http://seagullproject.org</a></p>
<p><strong>12. evoCore</strong><br />
evoCore is the framework at the heart of the b2evolution blogging application. It is freely available for anyone to use. It is dual licensed so you can choose to use it either under the GNU GPL or the Mozilla MPL license. (b2evo for example is using it under the GPL).<br />
more on &#8230; <a href="http://evocore.net" target="_blank">http://evocore.net</a></p>
<p><strong>13. Qcodo</strong><br />
The Qcodo Development Framework is an open-source PHP 5 framework that focuses on freeing developers from unnecessary tedious, mundane coding. The result is that developers can do what they do best: focus on implementing functionality and usability, improving performance and ensuring security.<br />
more on &#8230; <a href="http://qcodo.com" target="_blank">http://qcodo.com</a></p>
<p><strong>14. Agavi</strong><br />
<img class="size-full wp-image-8 alignleft" title="agavi" src="http://superdit.com/wp-content/uploads/2009/07/agavi.png" alt="agavi" width="137" height="56" />Agavi is a powerful, scalable PHP5 application framework that follows the MVC paradigm. It enables developers to write clean, maintainable and extensible code. Agavi puts choice and freedom over limiting conventions, and focuses on sustained quality rather than short-sighted decisions.<br />
more on &#8230; <a href="http://www.agavi.org" target="_blank">http://www.agavi.org</a></p>
<p><strong>15. FUSE</strong><br />
FUSE is a Model View Controller framework for PHP. Taking influence from other web frameworks such as Ruby on Rails and CakePHP, then adding in custom, intuitive features of our own design, FUSE has developed into a robust, stable platform for MVC development using object oriented PHP.<br />
more on &#8230; <a href="http://www.phpfuse.net" target="_blank">http://www.phpfuse.net</a></p>
<p><strong>16. Horde</strong><br />
<img class="alignleft size-thumbnail wp-image-30" title="horde" src="http://superdit.com/wp-content/uploads/2009/07/horde-150x150.png" alt="horde" width="54" height="54" />The Horde Framework provides backend-independent interfaces for dealing with preferences, logfiles, MIME, hierarchical data, authentication, data formats, encryption, forms, session handling, file storage, remote procedure calls &#8211; and more is on the way.<br />
more on &#8230; <a href="http://www.horde.org" target="_blank">http://www.horde.org</a></p>
<p><strong>17. Zoop</strong><br />
<img class="alignleft size-full wp-image-31" title="zoop" src="http://superdit.com/wp-content/uploads/2009/07/zoop.png" alt="zoop" width="42" height="42" />Far from being Yet Another PHP Framework or Rails clone, Zoop has been in development since 2001 and in use for the last 6 years in a number of different production environments. While it predates the recent proliferation of PHP frameworks, it&#8217;s based on solid MVC principles, including separation of display, logic, and data layers. It&#8217;s designed to be efficient, modular, and extensible, striking a balance between lightweight and fully-featured.<br />
more on &#8230; <a href="http://zoopframework.com" target="_blank">http://zoopframework.com</a></p>
<p><strong>18. PHPWork</strong><br />
phpWork is an event-driven(EDP), component-based framework similar as architecture to ASP.NET. It is part of &#8220;The work family&#8221; including javawork.org, phpwork.org and flashwork.org. It helps you build php-based websites in a very fast, reliable, safe and well-organized way.<br />
more on &#8230; <a href="http://phpwork.org" target="_blank">http://phpwork.org</a></p>
<p><strong>19. Lisa PHP Framework</strong><br />
<img class="alignleft size-full wp-image-32" title="Lisa" src="http://superdit.com/wp-content/uploads/2009/07/Lisa.jpg" alt="Lisa" width="33" height="33" />LISA is an object oriented web application framework based on PHP 5.2 and Smarty template engine. LISA is follows the model view controller architecture.<br />
more on &#8230; <a href="http://code.google.com/p/lisaframework" target="_blank">http://code.google.com/p/lisaframework</a></p>
<p><strong>20. Orinoco</strong><br />
<img class="alignleft size-full wp-image-37" title="oricono" src="http://superdit.com/wp-content/uploads/2009/07/oricono.png" alt="oricono" width="42" height="48" />orinoco framework is a light full-stack web framework written in PHP5. It is based on MVC architecture and implements the Model 2 design pattern. Its infrastructure helps developers create a clean and maintainable applications.<br />
more on &#8230; <a href="http://code.google.com/p/orinoco-framework" target="_blank">http://code.google.com/p/orinoco-framework</a></p>
<p><strong>21. DIY</strong><br />
It is an open-source lightweight web application framework based on object-oriented PHP 5, MySQL, and XSLT. It is fully object-oriented and designed following the MVC architecture and REST design principles. The idea behind it is not to reinvent the wheel but instead to combine existing and proven technologies in a convenient and effective way.<br />
more on &#8230; <a href="http://www.xml.lt/Resources/Framework" target="_blank">http://www.xml.lt/Resources/Framework</a></p>
<p><strong>22. ash.MVC</strong><br />
ash.MVC is a simple PHP programming framework proposed by Ash. The basic approach of this framework is to adopt a middle-path approach between faster development cycle, and a robust and scalable application. Moreover, the schemes proposed in the framework stick to the line of simplicity all along.<br />
more on &#8230; <a href="http://ash-mvc.org" target="_blank">http://ash-mvc.org</a></p>
<p><strong>23. SolarPHP</strong><br />
Solar is a PHP 5 framework for web application development. It is fully name-spaced and uses enterprise application design patterns, with built-in support for localization and configuration at all levels.<br />
more on &#8230; <a href="http://solarphp.com" target="_blank">http://solarphp.com</a></p>
<p><strong>24. PHPOpenBiz</strong><br />
Want to build a data centric business application without dirty code &#8211; PhpOpenbiz (Openbiz) is the solution! OpenBiz is a PHP application framework for professional IT developers and consultants to build web-based enterprise applications.<br />
more on &#8230; <a href="http://www.phpopenbiz.org/jim" target="_blank">http://www.phpopenbiz.org/jim</a></p>
<p><strong>25. PHPonTRAX</strong><br />
<img class="alignleft size-full wp-image-48" title="phpontrax" src="http://superdit.com/wp-content/uploads/2009/07/phpontrax.png" alt="phpontrax" width="47" height="49" />Want to become a better PHP programmer, cut your development time in more than half, create ultra clean, and easy to maintain, enterprise quality applications, complete with highly reusable code/components? or perhaps you just want to enjoy creating software, instead of tedious, repetitive, boring SQL statements.<br />
more on &#8230; <a href="http://www.phpontrax.com" target="_blank">http://www.phpontrax.com</a></p>
<p><strong>26. PHPDevShell</strong><br />
<img class="alignleft size-full wp-image-47" title="phpdevshellpng" src="http://superdit.com/wp-content/uploads/2009/07/phpdevshellpng.png" alt="phpdevshellpng" width="91" height="56" />Tired of complex and heavy PHP based frameworks? Need a web based application to be up and running ASAP? Are you perhaps a sole developer or small team that needs a head start with your new project? If yes, then PHPDevShell is your answer. PHPDevShell as the name suggests provides a “shell” for your code to run in. It was developed from the ground up to be fast, secure and to provide immediate results for the developer using it.<br />
more on &#8230; <a href="http://www.phpdevshell.org" target="_blank">http://www.phpdevshell.org</a></p>
<p><strong>27. Madeam</strong><br />
Madeam is a PHP framework for small agile teams and freelancers.<br />
more on &#8230; <a href="http://madeam.com" target="_blank">http://madeam.com</a></p>
<p><strong>28. Limb3</strong><br />
Limb is an OpenSource(LGPL) Library of Interdependent Modules and Blocks mostly aimed for rapid web application prototyping and development with PHP5.<br />
more on &#8230; <a href="http://limb-project.com" target="_blank">http://limb-project.com</a></p>
<p><strong>29. PHPCliFramework</strong><br />
more on &#8230; <a href="http://cliframework.com" target="_blank">http://cliframework.com</a></p>
<p><strong>30. WASP</strong><br />
more on &#8230; <a href="http://wasp.sourceforge.net/content" target="_blank">http://wasp.sourceforge.net/content</a></p>
<p><strong>31. PHP for Applications</strong><br />
more on &#8230; <a href="http://p4a.crealabsfoundation.org" target="_blank">http://p4a.crealabsfoundation.org</a></p>
<p><strong>32. Lion PHP Framework</strong><br />
Lion is an emerging open source PHP framework for creating rich web applications as a combination of the most valuable features and patterns taken from the development community.<br />
more on &#8230; <a href="http://www.lionframework.org" target="_blank">http://www.lionframework.org</a></p>
<p><strong>33. Flow3</strong><br />
<img class="alignleft size-full wp-image-39" title="flow3" src="http://superdit.com/wp-content/uploads/2009/07/flow3.gif" alt="flow3" width="109" height="40" />FLOW3 brings new concepts to the PHP world. Domain-Driven Design, Dependency Injection and Aspect-Oriented Programming are some of them. And besides some great features we offer a new view on the &#8220;how&#8221; of software development.<br />
more on &#8230; <a href="http://flow3.typo3.org" target="_blank">http://flow3.typo3.org</a></p>
<p><strong>34. Adventure PHP Framework</strong><br />
more on &#8230; <a href="http://adventure-php-framework.org" target="_blank">http://adventure-php-framework.org</a></p>
<p><strong>35. Amhulio</strong><br />
Amhulio is a PHP 5 and MySQL web framework. With the idea of widgets, the design pattern of MVC, and the technology of AJAX, we have created a structural, and extensible architecture for rapid development of interactive and complex web application.<br />
more on &#8230; <a href="http://www.amhulio.com" target="_blank">http://www.amhulio.com</a></p>
<p><strong>36. ATK Framework</strong><br />
<img class="alignleft size-full wp-image-40" title="atk" src="http://superdit.com/wp-content/uploads/2009/07/atk.jpg" alt="atk" width="76" height="56" />ATK is a special purpose framework, targeted at business applications. It allows you to build an application with very small amounts of code.Its focus on business features makes it an excellent framework for HRM, CRM, data management and CMS type applications.<br />
more on &#8230; <a href="http://www.atk-framework.com" target="_blank">http://www.atk-framework.com</a></p>
<p><strong>37. Ambivalence</strong><br />
Ambivalence is a Model-View-Controller framework for PHP web development. Based on the Java-based Maverick project, Ambivalence also offers clean MVC separation and an XML sitemap. Ambivalence provides an optional service to authenticate and enforce access controls upon users, based on the JBoss implementation of the J2EE Java Authorization and Authentication Service (JAAS).<br />
more on &#8230; <a href="http://amb.sourceforge.net" target="_blank">http://amb.sourceforge.net</a></p>
<p><strong>38. Nette Framework</strong><br />
Nette Framework is a powerful, component-based and event-driven framework for <img class="alignright size-full wp-image-34" title="nette" src="http://superdit.com/wp-content/uploads/2009/07/nette.png" alt="nette" width="86" height="46" />creating web applications and services in PHP 5. Nette Framework is designed with simplicity in mind.<br />
more on &#8230; <a href="http://nettephp.com/en" target="_blank">http://nettephp.com/en</a></p>
<p><strong>39. Andromeda</strong><br />
Andromeda is a programmer productivity tool, our only measure of success is how much we can reduce labor and increase quality. We want to help you to get it done, get it right.<br />
more on &#8230; <a href="http://www.andromeda-project.org" target="_blank">http://www.andromeda-project.org</a></p>
<p><strong>40. CoughPHP</strong><br />
Cough is an extremely lightweight PHP ORM framework for dealing with objects that have single table counterparts in a database. Cough is built to be easy to learn, use, and extend.<br />
more on &#8230; <a href="http://www.coughphp.com" target="_blank">http://www.coughphp.com</a></p>
<p><strong>41. InterJinn</strong><br />
<img class="alignleft size-full wp-image-41" title="interJinn" src="http://superdit.com/wp-content/uploads/2009/07/interJinn.jpg" alt="interJinn" width="22" height="34" />InterJinn™ is an open-source multi-tier framework for web and shell applications using the PHP scripting engine.<br />
more on &#8230; <a href="http://www.interjinn.com" target="_blank">http://www.interjinn.com</a></p>
<p><strong>42. Jelix</strong><br />
Jelix is an open-source PHP5 framework which help you to develop any k<img class="alignright size-full wp-image-42" title="jelix" src="http://superdit.com/wp-content/uploads/2009/07/jelix.png" alt="jelix" width="65" height="22" />ind of web applications.<br />
more on &#8230; <a href="http://jelix.org" target="_blank">http://jelix.org</a></p>
<p><strong>43. KissMVC</strong><br />
KISSMVC is a simple and minimalist PHP Model-View-Controller (MVC) framework for rapid development of web applications.<br />
It is designed with the KISS principle in mind, and the entire source code can be read and understood in minutes.<br />
more on &#8230; <a href="http://kissmvc.com" target="_blank">http://kissmvc.com</a></p>
<p><strong>44. Kolibri</strong><br />
Kolibri is a lightweight, flexible web application framework written in PHP 5. Kolibri&#8217;s focus is on providing you with the tools to customize the framework to your liking &#8212; from its custom URI mapper and plug-in-based core architecture, to the view technology of your choice. Kolibri flies either way.<br />
more on &#8230; <a href="https://launchpad.net/kolibri" target="_blank">https://launchpad.net/kolibri</a></p>
<p><strong>45. phpPeanuts</strong><br />
more on &#8230; http://www.phppeanuts.org</p>
<p><strong>46. PHPulse</strong><br />
PHPulse is the FASTEST PHP based MVC framework in the world! It is built to be <img class="alignleft size-full wp-image-45" title="phpulse" src="http://superdit.com/wp-content/uploads/2009/07/phpulse.jpg" alt="phpulse" width="174" height="61" />EXTREMELY lightweight and fast with a modular development environment allowing for quick plug-n-play functionality to be added merely by dropping in extra modules.<br />
more on &#8230; <a href="http://www.phpulse.com" target="_blank">http://www.phpulse.com</a></p>
<p><strong>47. Pluf</strong><br />
<img class="alignleft size-full wp-image-43" title="pluf" src="http://superdit.com/wp-content/uploads/2009/07/pluf.png" alt="pluf" width="64" height="22" />Simple, elegant and easy for people used to Django but in PHP5 so easy to deploy all over the world.<br />
more on &#8230; <a href="http://pluf.org" target="_blank">http://pluf.org</a></p>
<p><strong>48. QCubed</strong><br />
<img class="alignleft size-full wp-image-44" title="qcube" src="http://superdit.com/wp-content/uploads/2009/07/qcube.jpg" alt="qcube" width="130" height="53" />QCubed (pronounced &#8216;Q&#8217; &#8211; cubed) is a PHP5 Model-View-Controller framework. The goal of the framework is to save the time for developers around mundane, repeatable tasks &#8211; allowing them to concentrate on things that are useful AND fun.<br />
more on &#8230; <a href="http://qcu.be" target="_blank">http://qcu.be</a></p>
<p><strong>49. Swat</strong><br />
more on &#8230; <a href="https://code.silverorange.com/wiki/Swat" target="_blank">https://code.silverorange.com/wiki/Swat</a></p>
<p><strong>50. LightVC</strong><br />
LightVC is a lightweight model-view-controller (MVC) framework without the model. This decoupling allows any model or object relation mapping (ORM) tool to be used, including none at all if one is not needed.<br />
more on &#8230; <a href="http://www.lightvc.org" target="_blank">http://www.lightvc.org</a></p>
<p><strong>51. Tangra Framework</strong><br />
<img class="alignleft size-full wp-image-36" title="tangra" src="http://superdit.com/wp-content/uploads/2009/07/tangra.png" alt="tangra" width="108" height="46" />Tangra is a LGPL licensed open source framework for development of PHP5 applications. Its main target is to boost the productivity of the developers. It consist code library, modules and control center.<br />
more on &#8230; <a href="http://www.tangraframework.net" target="_blank">http://www.tangraframework.net</a></p>
<p><strong>52. TinyMVC</strong><br />
TinyMVC is an Model-View-Controller application framework for PHP. It provides clear separation between the database operations (Model), the presentation (View), and the glue in between (Controller).<br />
more on &#8230; <a href="http://www.tinymvc.com" target="_blank">http://www.tinymvc.com</a></p>
<p><strong>53. Flourish</strong><br />
Flourish is The PHP Unframework, an object-oriented PHP library designed to reduce <img class="alignright size-full wp-image-35" title="flourish" src="http://superdit.com/wp-content/uploads/2009/07/flourish.gif" alt="flourish" width="143" height="49" />code and improve security. It’s not an MVC framework and it doesn’t try to solve every problem. Instead, it focuses on being small, portable, well documented and easy to use.<br />
more on &#8230; <a href="http://flourishlib.com" target="_blank">http://flourishlib.com</a></p>
<p><strong>54. Stubbles</strong><br />
<img class="alignleft size-full wp-image-28" title="stubbles" src="http://superdit.com/wp-content/uploads/2009/07/stubbles.png" alt="stubbles" width="106" height="90" />Stubbles is a PHP 5 framework, that combines your favorite features from other programming languages and frameworks. When using Stubbles, it does not force you to use all of its packages, instead you just use the packages you like and combine it with PEAR, the Zend Framework or any other PHP-based framework.<br />
more on &#8230; <a href="http://www.stubbles.net" target="_blank">http://www.stubbles.net</a></p>
<p><strong>55. Atomik Framework</strong><br />
Atomik is a free, open-source, micro framework for PHP5. Atomik is built for small web applications that do not need heavy frameworks but still want powerful features. It is build with the KISS principle in mind as well as speed and security. Atomik is also an ideal introduction for beginners to the world of web development frameworks.<br />
more on &#8230; <a href="http://www.atomikframework.com" target="_blank">http://www.atomikframework.com</a></p>
<p><strong>56. Simplicity</strong><br />
Simplicity is a lightweight modular Web development framework. It is designed with a tight core providing and innovative module chain architecture. All framework functionality is provided by modules which can be loaded in module chains and a simple routing interface allows you to direct requests to the appropriate module chain.<br />
more on &#8230; <a href="http://www.simplicityphp.com/" target="_blank">http://www.simplicityphp.com</a></p>
<p><strong>57. DOOPHP</strong><br />
<img class="alignleft size-full wp-image-79" title="doo" src="http://superdit.com/wp-content/uploads/2009/07/doo.png" alt="doo" width="215" height="54" />Doo framework is one of the fastest, if not the fastest PHP framework available. It enables developers at all levels to rapidly develop robust web 2.0 applications. MVC based, URI routing, Extremely simple, RESTful API, Templating, ORM tool, Clean IP, OOP, Flexible license.<br />
more on &#8230; <a href="http://doophp.com" target="_blank">http://doophp.com</a></p>
<p><strong>58. DragonPHP</strong><br />
DragonPHP is an open source PHP 5 web application framework that is based on the MVC 2(Model View Controller &#8211; Model 2) architecture. Key Features: Request Dispatcher, Session Management, Page Controller, Page Flow Routing, Security, Common Logger, Validator, Dynamic Templating, Modules, Database Access.<br />
more on &#8230; <a href="http://www.dragonphp.com" target="_blank">http://www.dragonphp.com</a></p>
<p><strong>59. tk_self</strong><br />
more on &#8230; <a href="http://tkself.org" target="_blank">http://tkself.org</a></p>
<p><strong>60. SpotLight</strong><br />
SpotLight  is a web application development framework based on  Model-View-Controller  architecture. Considering influence from framework such as  Struts  for  Java ,  SpotLight has incorporated the best aspects of such systems of development and became stable  MVC  platform with object-oriented  PHP  usage. SpotLight gives a powerful kernel for development MVC based applications with Ajax support.<br />
more on &#8230; <a href="http://spotlight.cv.ua" target="_blank">http://spotlight.cv.ua</a></p>
<p><strong>61. WEB2BB</strong><br />
WEB2BB is an ultra light, ultra fast, and freely available MVC written in PHP. It does not try to be all things to all people, nor does it even care what other frameworks do. It just provides a simple and easy to use framework for PHP projects.<br />
more on &#8230; <a href="http://web2bb.com" target="_blank">http://web2bb.com</a></p>
<p><strong>62. SENCHA</strong><br />
SENCHA is an open-source PHP MVC framework. The framework is none-restrictive, scalable, allows for rapid-development &amp; lets you spend more time building the application and not worrying about building solid foundations. Sencha 2.0 is currently under development! Here you will find documentation, news &amp; tutorials.<br />
more on &#8230; <a href="http://www.sencha-project.org" target="_blank">http://www.sencha-project.org</a></p>
<p><strong>63. Bedrock Framework</strong><br />
<img class="alignleft size-full wp-image-110" title="bedrockframework" src="http://superdit.com/wp-content/uploads/2009/07/bedrockframework.png" alt="bedrockframework" width="69" height="69" />Bedrock Framework is a web framework designed around bridging popular APIs<br />
and technologies with PHP. While it has an MVC core with all the functionality expected from a web framework, its primary goal is to simplify the use of other technologies with PHP.<br />
more on &#8230; <a href="http://www.bedrockframework.com" target="_blank">http://www.bedrockframework.com</a></p>
<p><strong>64. VLC for PHP</strong><br />
VCL for PHP is PHP framework to develop web applications, it&#8217;s OpenSource and it&#8217;s licensed using LGPL. The framework has been designed to be integrated into an IDE, called Delphi for PHP, which allows you to develop PHP web applications visually with all the benefits of a RAD Integrated Development Environment<br />
more on &#8230; <a href="http://www.qadram.com/vcl4php/index.php" target="_blank">http://www.qadram.com/vcl4php/index.php</a></p>
<p><strong>65. Maverick PHP</strong><br />
Maveric is an extremely simple, lightweight, and flexible <span>MVC</span> <span>framework</span> written in <span>PHP</span>. Check out <a href="http://svn.jamessocol.com/maveric/wiki/StoryOfMaveric">StoryOfMaveric</a> to see what inspired yet another MVC framework.<br />
more on &#8230; <a href="http://svn.jamessocol.com/maveric" target="_blank">http://svn.jamessocol.com/maveric</a></p>
<p><strong>67. phpHtmlLib</strong><br />
phpHtmlLib is now an application development framework for developing OOP style web applications in PHP.                     The application framework supports an MVC style architecture, Ajaxable and                      Cacheable interfaces for developing rich client web applications.                     It still contains the set of PHP classes and library functions to help                      facilitate building, debugging, and rendering of XML, HTML, XHTML,                      WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well                      as complex html                      <a href="http://phphtmllib.newsblob.com/?target=-ws">Widgets</a><br />
more on &#8230; h<a href="http://phphtmllib.newsblob.com" target="_blank">ttp://phphtmllib.newsblob.com</a></p>
<p><strong>68. BaseBones</strong><br />
more on &#8230; <a href="http://code.google.com/p/barebonesmvc-php" target="_blank">http://code.google.com/p/barebonesmvc-php</a></p>
<p><strong>69. micMVC</strong><br />
<img class="alignleft size-full wp-image-108" title="micmvc" src="http://superdit.com/wp-content/uploads/2009/07/micmvc.png" alt="micmvc" width="251" height="141" />micMVC is a light-weight application framework for PHP5 that uses the MVC architecture. It attempts to be more lightweight and easy to use than TinyMVC or LightMVC but also includes support for basic testing. micMVC does not require an application framework to be installed on the host computer as an application written using micMVC packages all the necessary framework code with the application. On a personal note I am not a huge fan of PHP but have been forced to use it quite often for various projects as most basic hosting packages offer PHP. I wrote this framework to make life a little less painful for me when having to write PHP code.<br />
more on &#8230; <a href="http://riftor.g615.co.uk/index.php?action=view&amp;id=22" target="_blank">http://riftor.g615.co.uk/index.php?action=view&amp;id=22</a></p>
<p><strong>70. Odin Assemble</strong><br />
Odin Assemble is a small footprint PHP framework designed to help you create and maintain dynamic websites without a content management system.<br />
more on &#8230; <a href="http://www.odinassemble.com" target="_blank">http://www.odinassemble.com</a></p>
<p><strong>71. Castle-PHP</strong><br />
more on &#8230; <a href="http://code.google.com/p/castle-php/" target="_blank">http://code.google.com/p/castle-php/</a></p>
<p><strong>72. MiMVic</strong><br />
MiMViC that embraces the PHP 5.3 and takes a step into future by utilizing the namespaces, lambda functions and minimality. MiMViC is supposed to be super-light weight and programmer friendly framework, thus giving programmer only the most essential tools for programming. Practically speaking MiMViC follows the &#8220;KISS  Rule&#8221; for real!<br />
more on &#8230; <a href="http://code.google.com/p/mimvic/" target="_blank">http://code.google.com/p/mimvic/</a></p>
<p><strong>73. CIEXtended</strong></p>
<p>CIEX stands for CIEXtended and is based on the popular PHP framework:  <a href="http://codeigniter.com/" target="_new">CodeIgniter</a>.<br />
As CIEX is based on CodeIgniter, it also has an extremely small  footprint, in fact probably smaller than CodeIgniter as CIEX has been  optimized thoroughly. You should also find that CIEX is easier to use,  and more convenient. Some of the missed features in CodeIgniter has been  implemented/changed in CIEX, which will make your job (as web  developers) more efficient and with ease.<br />
more on &#8230; <a href="http://ciex.levallois.biz/" target="_blank">http://ciex.levallois.biz/</a></p>
<p><strong>74. </strong><strong>FAT-FREE</strong><br />
The philosophy behind the framework and its approach to the  Model-View-Controller design pattern is towards minimalism in structural  components, avoiding application complexity and striking a balance  between code elegance, application performance and programmer  productivity.<br />
more on &#8230; <a href="http://fatfree.sourceforge.net/" target="_blank">http://fatfree.sourceforge.net/</a></p>
<p><strong>75. Noloh</strong><br />
<img class="alignleft size-full wp-image-456" title="nolohLogoSmall" src="http://superdit.com/wp-content/uploads/2009/07/nolohLogoSmall.png" alt="" width="131" height="56" />NOLOH is a lightweight, on-demand, object oriented  Web application development platform. It is ideal for developing feature-rich web sites and web applications faster and with fewer resources. NOLOH extends PHP 5.1+, eliminates the need for HTML and JavaScript, and builds in many advanced features such as codeless AJAX, automatic SEO and a full suite of UI controls.<br />
more on &#8230; <a href="http://www.noloh.com" target="_blank">http://www.noloh.com</a></p>
<p><strong>76. Vork Enterprise PHP Framework</strong><br />
Vork is an open-source PHP framework designed for rapid development of performance-oriented scalable applications. The mission of Vork is to provide an MVC architecture with a full-featured toolkit and universal database support without adding overhead, creating slow &amp; unscalable abstraction layers or re-inventing native PHP functionality.<br />
more on &#8230; <a href="http://www.vork.us/">http://www.vork.us/</a></p>
<p><strong>77. KumbiaPHP</strong><br />
Kumbia PHP Framework is a full-stack MVC framework written in PHP for developing database-backed web applications according to the Model-View-Control pattern and other patterns as ActiveRecord and TemplateView. Optimized for PHP programmer productivity.<br />
more on &#8230; <a href="http://sourceforge.net/projects/kumbia/">http://sourceforge.net/projects/kumbia/</a></p>
<p><strong>78. mgframework</strong><br />
Mangrove aims to be a highly robust product offering new and uniform approaches to existing problems in web application development. In order to use the Mangrove PHP framework at least PHP 5.3 with the <em>mbstring</em> and <em>intl</em> extensions is required. Furthermore, it is highly recommended to utilize a caching mechanism like XCache or APC. Mangrove has been tested and proven to work on both Linux and Windows setups running Apache httpd 2.0+, nginx and lighttpd with no additional php.ini settings.<br />
more on &#8230;<strong> <span style="font-weight: normal;"><a href="http://code.google.com/p/mgframework/" target="_blank">http://code.google.com/p/mgframework/</a></span></strong></p>
<p><strong>79. Lithium</strong><br />
<a href="http://superdit.com/wp-content/uploads/2009/07/php_lithium_logo.jpg"><img class="alignleft size-full wp-image-493" title="php_lithium_logo" src="http://superdit.com/wp-content/uploads/2009/07/php_lithium_logo.jpg" alt="" width="145" height="129" /></a>Lithium, the most RAD framework for PHP 5.3+ is focused on quality, speed, and flexibility. It&#8217;s a set of no-nonsense philosophies and tools that enable you to build better applications, in less time, without sacrificing quality or extensibility.<br />
Lithium understands distributed storage and caching, queuing systems, micro-dispatch frameworks, with integrated support for document oriented databases like CouchDB and MongoDB, alongside relational databases like MySQL and PostgreSQL.<br />
Lithium&#8217;s architecture allows you to get your application up and running quickly, and still allows you to take control of the framework to support the requirements of your application.<br />
more on &#8230; <a href="http://lithify.me/" target="_blank">http://lithify.me/</a></p>
<p style="text-align: left;"><em>added on May 23, 2010</em></p>
<p><strong>80. Yellow Duck Framework</strong><br />
The Yellow Duck Framework is an object oriented framework that will help you with creating web applications. It&#8217;s implemented using the popular PHP web scripting language.<br />
more on &#8230;<strong> </strong><a href="http://ydframework.berlios.de/" target="_blank">http://ydframework.berlios.de/</a></p>
<p><strong>81. LightMVC</strong><br />
more on &#8230; <a href="http://ldos.fe.uni-lj.si/eng/index.php?id=01_Members/15_Marko_Tkalcic/mvc/index.html" target="_blank">http://ldos.fe.uni-lj.si/eng/index.php?id=01_Members/15_Marko_Tkalcic/mvc/</a></p>
<p><strong>82. Ister</strong><br />
The Ister PHP4 Framework is a class library providing a consistent object oriented framework to build web applications. Features are custom logging, database abstraction, encapsulation of HTTP, classes to configure applications, form processing and more. Also included in the framework is an improved version of the templating system t24. The framework is aimed to support the implementation of the MVC pattern for PHP.<br />
more on &#8230; <a href="http://www.ister.org/code/ister/" target="_blank">http://www.ister.org/code/ister/</a></p>
<p><strong>83. Sourdough</strong></p>
<div id="_mcePaste"><span style="font-weight: normal;"><img class="alignleft size-full wp-image-618" title="sourdough_logo_small" src="http://superdit.com/wp-content/uploads/2009/07/sourdough_logo_small.gif" alt="" width="244" height="79" /></span></div>
<p>Sourdough is a comprehensive web application framework for PHP5. Sourdough provides developers with real-world solutions for common system components such as User Management, Session Handling, User Authentication, Exception Handling and Logging, Template System as well as Form Building and Handling. It does also include a database abstraction layer with excellent support for the popular MySQL database as well as support for many other database systems like MSSQL, PostgreSQL, and the new lightweight SQLite.Sourdough&#8217;s extensive feature set can also simplify or eliminate many common, and often tedious, programming tasks.<br />
more on &#8230; <a href="http://sourdough.phpee.com/" target="_blank">http://sourdough.phpee.com/</a></p>
<p><strong>84. MagicPHP</strong><br />
<img class="alignleft size-full wp-image-1308" title="magicphp" src="http://superdit.com/wp-content/uploads/2009/07/magicphp.gif" alt="" width="48" height="48" />MagicPHP is an MVC framework which allows you to build rich, highly sophisticated web applications without ever leaving the PHP code line, giving you more time to focus on what really matters: core functionality.<br />
more on &#8230; <a title="MagicPHP" href="http://sourceforge.net/projects/magicphp/" target="_blank">http://sourceforge.net/projects/magicphp/</a></p>
<p><strong>85. SimplePHP</strong><br />
SimplePHP is a small, light and versatile framework. It was created by Scott Nicol for use on his own sites, but has been refined and documented for public use. There is currently a documentation and download available, and is under constant development.<br />
more on &#8230; <a title="SimplePHP" href="http://weareinfinite.net/simple/" target="_blank">http://weareinfinite.net/simple/</a></p>
<p><strong>86. PSX Framework</strong><br />
psx is a framework for developing dynamic Web sites in PHP. It is completely object-oriented programmed and designed in a modular fashion. All classes in the psx library are independently usable because of dependency injection. It has a focus on social technologies and provides classes to use and implement OAuth, OpenID, OpenSocial, PubSubHubbub, Atom, and RSS. It has a strict separation between code logic and design. The template engine is based on pure PHP, which means speed and flexibility.<br />
more on &#8230; <a href="http://phpsx.org/" target="_blank">http://phpsx.org/</a></p>
<p><strong>87. Open Delight</strong><br />
Opendelight framework encompasses the multi-tier architecture of web, and enables entreprise-grade web application development really fast and easy.<br />
more on &#8230; <a href="http://www.adiipl.com/opendelight/" target="_blank">http://www.adiipl.com/opendelight/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2009/07/22/big-list-of-php-framework/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>

