<?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/"
><channel><title>WebAppers &#187; Framework</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Mon, 22 Mar 2010 07:01:47 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>GameQuery Makes Javascript Game Development Easier</title><link>http://www.webappers.com/2010/03/10/gamequery-makes-javascript-game-development-easier/</link> <comments>http://www.webappers.com/2010/03/10/gamequery-makes-javascript-game-development-easier/#comments</comments> <pubDate>Wed, 10 Mar 2010 07:01:51 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2575</guid> <description><![CDATA[gameQuery is a jQuery plug-in to help make javascript game development easier by adding some simple game-related classes. gameQuery has the following features: multi layer-sprite animations, sprite hierarchies, collision detection, swappable sound support, periodic callbacks and keyboard state polling.
Javascript games are still in their infancy but but there is many reason why they are more [...]]]></description> <content:encoded><![CDATA[<p><a
title="gameQuery" href="http://gamequery.onaluf.org/" target="_blank">gameQuery</a> is a jQuery plug-in to help make javascript game development easier by adding some simple game-related classes. gameQuery has the following features: multi layer-sprite animations, sprite hierarchies, collision detection, swappable sound support, periodic callbacks and keyboard state polling.</p><p>Javascript games are still in their infancy but but there is many reason why they are more than a curiosity: Modern borwser provide very good javascript engine and impovement keeps comming. Then to develope javascript games you don&#8217;t need an expensive proprietray IDE, widly available, free, open source software are there wating for you! Sometimes Flash is not available in some platform, even very recent ones (Wii, iPhone &#8230;).</p><p
style="text-align: center;"><a
title="gameQuery" href="http://gamequery.onaluf.org/" target="_blank"><img
class="size-full wp-image-2576 aligncenter" title="jquery-games" src="http://www.webappers.com/img/2010/03/jquery-games.jpg" alt="jquery-games" width="480" height="199" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://gamequery.onaluf.org/demos.php" target="_blank">http://gamequery.onaluf.org/demos.php</a><br
/> License:  MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/12/16/jquery-javascript-image-magnifier-under-gpl/" rel="bookmark" title="December 16, 2008">jQuery Javascript Image Magnifier under GPL</a></li><li><a
href="http://www.webappers.com/2009/12/14/ajax-org-open-source-application-platform-for-rias/" rel="bookmark" title="December 14, 2009">Ajax.org &#8211; Open Source Application Platform for RIAs</a></li><li><a
href="http://www.webappers.com/2007/08/16/jitsu-user-interface-toolkit-for-rich-web-applications/" rel="bookmark" title="August 16, 2007">Jitsu User Interface Toolkit for Rich Web Applications</a></li><li><a
href="http://www.webappers.com/2009/04/18/using-open-source-projects-to-build-an-ssl-accelerator/" rel="bookmark" title="April 18, 2009">Using Open Source Projects to Build an SSL Accelerator</a></li><li><a
href="http://www.webappers.com/2008/09/10/openlayers-open-source-javascript-dynamic-map/" rel="bookmark" title="September 10, 2008">OpenLayers Open Source JavaScript Dynamic Map</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/10/gamequery-makes-javascript-game-development-easier/feed/</wfw:commentRss> </item> <item><title>A Smarter Way to Apply Progressive Enhancement</title><link>http://www.webappers.com/2010/03/03/a-smarter-way-to-apply-progressive-enhancement/</link> <comments>http://www.webappers.com/2010/03/03/a-smarter-way-to-apply-progressive-enhancement/#comments</comments> <pubDate>Wed, 03 Mar 2010 07:01:53 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2543</guid> <description><![CDATA[Building with progressive enhancement is essential to ensuring a usable experience for all. But how do you determine which browsers should receive the enhanced experience and which should stick with the basic experience?
Introducing EnhanceJS, a JavaScript framework designed specifically to deliver a usable experience to the widest possible audience, by testing the browser to determine [...]]]></description> <content:encoded><![CDATA[<p>Building with progressive enhancement is essential to ensuring a usable experience for all. But how do you determine which browsers should receive the enhanced experience and which should stick with the basic experience?</p><p>Introducing <a
title="EnhanceJS" href="http://www.filamentgroup.com/lab/introducing_enhancejs_smarter_safer_apply_progressive_enhancement/" target="_blank"><strong>EnhanceJS</strong></a>, a JavaScript framework designed specifically to deliver a usable experience to the widest possible audience, by testing the browser to determine whether it is capable of correctly supporting a range of essential CSS and JavaScript properties, and delivering features only to those that pass the test.</p><p>Filament Group is releasing <a
title="EnhanceJS" href="http://www.filamentgroup.com/lab/introducing_enhancejs_smarter_safer_apply_progressive_enhancement/" target="_blank"><strong>EnhanceJS</strong></a> as an open source (MIT license) project to allow everyone to start building sites with test-driven progressive enhancement. They explained how to use EnhanceJS in your own projects so you can take advantage of new CSS and JavaScript features while ensuring a usable experience to all.</p><p
style="text-align: center;"><a
title="EnhanceJS" href="http://www.filamentgroup.com/lab/introducing_enhancejs_smarter_safer_apply_progressive_enhancement/" target="_blank"><img
class="size-full wp-image-2544 aligncenter" title="enhanced-js" src="http://www.webappers.com/img/2010/02/enhanced-js.jpg" alt="enhanced-js" width="480" height="203" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.filamentgroup.com/lab/introducing_enhancejs_smarter_safer_apply_progressive_enhancement/" target="_blank">http://www.filamentgroup.com/lab/introducing_enhancejs&#8230;</a><br
/> License:  MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/04/11/developing-an-accessible-slider-with-jquery/" rel="bookmark" title="April 11, 2008">Developing an Accessible Slider with jQuery</a></li><li><a
href="http://www.webappers.com/2008/07/03/jibberbook-open-source-guestbook-with-mootools/" rel="bookmark" title="July 3, 2008">JibberBook &#8211;  Open Source Guestbook with Mootools</a></li><li><a
href="http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/" rel="bookmark" title="February 26, 2009">Display Easily Accessible Tabular Data with DataTables</a></li><li><a
href="http://www.webappers.com/2008/03/20/first-ever-open-source-social-network-platform/" rel="bookmark" title="March 20, 2008">First Ever Open Source Social Network Platform</a></li><li><a
href="http://www.webappers.com/2010/03/19/best-ui-controls-for-creating-your-web-applications/" rel="bookmark" title="March 19, 2010">Best UI Controls for Creating Your Web Applications</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/03/a-smarter-way-to-apply-progressive-enhancement/feed/</wfw:commentRss> </item> <item><title>Symfony 2.0 &#8211; Preview Release Now Available Online</title><link>http://www.webappers.com/2010/02/18/symfony-2-0-preview-release-now-available-online/</link> <comments>http://www.webappers.com/2010/02/18/symfony-2-0-preview-release-now-available-online/#comments</comments> <pubDate>Thu, 18 Feb 2010 11:36:59 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2477</guid> <description><![CDATA[Symfony 2.0 has a preview release now available online. It leads a new generation of PHP frameworks. Based on an innovative architecture, Symfony 2 is fast, flexible, and easy to learn. It allows developers to build better and easy to maintain websites with PHP.
Symfony 2.0 is up to 3 times faster than symfony 1.4 or [...]]]></description> <content:encoded><![CDATA[<p><a
title="Symfony 2.0" href="http://symfony-reloaded.org/" target="_blank">Symfony 2.0</a> has a preview release now available online. It leads a new generation of PHP frameworks. Based on an innovative architecture, Symfony 2 is fast, flexible, and easy to learn. It allows developers to build better and easy to maintain websites with PHP.</p><p><a
title="Symfony 2.0" href="http://symfony-reloaded.org/" target="_blank">Symfony 2.0</a> is up to 3 times faster than symfony 1.4 or Zend Framework 1.10 and consumes half the memory. Symfony 2.0 provides tools that greatly enhance the productivity of developers, like the famous web debug toolbar, native support for environments, detailed error pages, and more. It also comes out of the box with all the features you need to develop modern web applications. It also provides built-in security and promotes web development best practices.</p><p>It is released under the MIT license, you are free to do whatever you want with Symfony, even in a commercial environment. <strong>However, Symfony 2.0 is not yet ready for production. The final release is planned for late 2010 and will only supports PHP 5.3.2.</strong></p><p
style="text-align: center;"><a
title="Symfony 2.0" href="http://symfony-reloaded.org/" target="_blank"><img
class="size-full wp-image-2478 aligncenter" title="symfony-2" src="http://www.webappers.com/img/2010/02/symfony-2.jpg" alt="symfony-2" width="480" height="195" /></a></p><blockquote><p>Requirements:  -<br
/> Demo: <a
title="demo" rel="nofollow" href="http://symfony-reloaded.org/" target="_blank">http://symfony-reloaded.org/</a><br
/> License:  MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/08/22/phpsecinfo-security-information-about-php-environment/" rel="bookmark" title="August 22, 2009">PHPSecInfo &#8211; Security Information About PHP Environment</a></li><li><a
href="http://www.webappers.com/2008/11/22/prado-component-framework-for-php-5/" rel="bookmark" title="November 22, 2008">PRADO &#8211; Component Framework for PHP 5</a></li><li><a
href="http://www.webappers.com/2007/08/12/akelos-a-port-of-ruby-on-rails-php-framework/" rel="bookmark" title="August 12, 2007">Akelos a Port of Ruby on Rails PHP Framework</a></li><li><a
href="http://www.webappers.com/2008/12/12/comparison-between-zend-and-cakephp-framework/" rel="bookmark" title="December 12, 2008">Comparison Between Zend and CakePHP Framework</a></li><li><a
href="http://www.webappers.com/2009/01/03/browser-security-handbook-for-web-application-developers/" rel="bookmark" title="January 3, 2009">Browser Security Handbook For Web Application Developers</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/18/symfony-2-0-preview-release-now-available-online/feed/</wfw:commentRss> </item> <item><title>Open Source JSF Library for Creating UI for Web Apps</title><link>http://www.webappers.com/2010/01/23/open-source-jsf-library-for-creating-ui-for-web-apps/</link> <comments>http://www.webappers.com/2010/01/23/open-source-jsf-library-for-creating-ui-for-web-apps/#comments</comments> <pubDate>Sat, 23 Jan 2010 07:01:46 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[LGPL License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2306</guid> <description><![CDATA[OpenFaces is an open-source library of AJAX-powered JSF components, an Ajax framework and a client-side validation framework. OpenFaces is based on the set of JSF components formerly known as QuipuKit. It contains fully revised codebase of QuipuKit and introduces many new components and features.
Here&#8217;s a list of components inherited from the QuipuKit library: Calendar, Chart, [...]]]></description> <content:encoded><![CDATA[<p><a
title="OpenFaces" href="http://openfaces.org/" target="_blank">OpenFaces</a> is an <strong>open-source library of AJAX-powered JSF components, an Ajax framework and a client-side validation framework</strong>. OpenFaces is based on the set of JSF components formerly known as QuipuKit. It contains fully revised codebase of QuipuKit and introduces many new components and features.</p><p>Here&#8217;s a list of components inherited from the <strong>QuipuKit library</strong>: Calendar, Chart, Confirmation, DataTable, DateChooser, DynamicImage, FoldingPanel, GraphicText, HintLabel, PopupLayer, SuggestionField, TabSet, TabbedPane, TreeTable, TwoListSelection, Utility Components (Focus, ScrollPosition, LoadBundle).</p><p><a
title="OpenFaces" href="http://openfaces.org/" target="_blank">OpenFaces</a> is distributed under a dual license model. It means that you can choose between using the library under GNU Lesser General Public License (LGPL) or purchasing a commercial license.</p><p
style="text-align: center;"><a
title="OpenFaces" href="http://openfaces.org/" target="_blank"><img
class="size-full wp-image-2307 aligncenter" title="openfaces" src="http://www.webappers.com/img/2010/01/openfaces.jpg" alt="openfaces" width="480" height="290" /></a></p><blockquote><p>Requirements:  -<br
/> Demo: <a
title="demo" rel="nofollow" href="http://openfaces.org/demo/" target="_blank">http://openfaces.org/demo/</a><br
/> License:  LGPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/08/04/the-yahoo-user-interface-library/" rel="bookmark" title="August 4, 2007">The Yahoo! User Interface Library</a></li><li><a
href="http://www.webappers.com/2007/07/14/ext-js-a-javascript-framework-with-ajax-and-stunning-ui/" rel="bookmark" title="July 14, 2007">Ext JS a Javascript Framework with Ajax and Stunning UI</a></li><li><a
href="http://www.webappers.com/2007/08/31/richfaces-open-source-rich-jsf-components/" rel="bookmark" title="August 31, 2007">RichFaces &#8211; Open Source Rich JSF Components</a></li><li><a
href="http://www.webappers.com/2007/10/24/jfreechart-free-100-java-chart-library/" rel="bookmark" title="October 24, 2007">JFreeChart &#8211; Free 100% Java Chart Library</a></li><li><a
href="http://www.webappers.com/2009/06/05/jquery-tools-a-collection-of-javascript-ui-components/" rel="bookmark" title="June 5, 2009">jQuery Tools &#8211; A Collection of Javascript UI Components</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/01/23/open-source-jsf-library-for-creating-ui-for-web-apps/feed/</wfw:commentRss> </item> <item><title>The Best Open Source CMS Mainly Used for Blogging</title><link>http://www.webappers.com/2010/01/22/the-best-open-source-cms-mainly-used-for-blogging/</link> <comments>http://www.webappers.com/2010/01/22/the-best-open-source-cms-mainly-used-for-blogging/#comments</comments> <pubDate>Fri, 22 Jan 2010 07:48:37 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2254</guid> <description><![CDATA[All websites require their content to showcase in a very professional manner. Since it is very hard for a single person or team to do it by himself/herself, they look for help in designing and maintaining the websites. This is where the importance of CMS systems props up. These systems not only help in creating [...]]]></description> <content:encoded><![CDATA[<p>All websites require their content to showcase in a very professional manner. Since it is very hard for a single person or team to do it by himself/herself, they look for help in designing and maintaining the websites. This is where the importance of CMS systems props up. These systems not only help in creating a good website but also help in managing and updating the website. Given below are some of the very <a
title="Free Best CMS for Blogging" href="http://www.webappers.com/2010/01/22/the-best-open-source-cms-mainly-used-for-blogging/">Best Free CMS which are Mainly used for Blogging Purposes</a>.</p><h3>1. Typo 3</h3><p>A CMS used by the multinational company Philips, Typo 3 is known for its efficiency. It offers amazing features for content management. However, the only point to be noted is that it is not very simple to use, especially as an admin. There are more than 1000 tutorials present to guide you, but reading and understanding these tutorials takes dedication and valuable time. The result of the hard work put in by the Administration side is seen as it takes the end users roughly an hour to set up all the required tools. It is supported by PHP and supports most operating systems. Some of its features include an internal search engine, editing on page etc.</p><p
style="text-align: center;"><a
href="http://typo3.com" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/TYPO3.jpg" alt="Typo 3" /></a></p><h3>2. Frog CMS</h3><p>Unlike Typo, Frog CMS is known for its simplicity and speed. It‘s features include on page editing, templating code. It is extendable and includes an API and you can also add images and pages to the data. However, this software is involved and is not recommended for newbies. By using Frog, you can be fully ready with a content solution within an hour. This is also supported by PHP and has RDMS like MySQL or SQLite.</p><p
style="text-align: center;"><a
href="http://www.madebyfrog.com/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/FrogCMS.jpg" alt="Frog CMS" /></a></p><p><span
id="more-2254"></span></p><h3>3. Symphony</h3><p>Symphony is an Open source CMS which can be described in 3 words –standard driven, simple and modular.  It has discrete components which can configured fully to suit your needs .All the features are independent of each other making it perfect for modifications and additions. This CMS is lean, small and precise. It is supported by XHTML,CSS  ,XML etc.</p><p
style="text-align: center;"><a
href="http://symphony-cms.com/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Symphony.jpg" alt="Symphony" /></a></p><h3>4. Textpattern</h3><p>Textpattern is an very elegant and user –friendly CMS. It is supported by CSS and XHTML and has hundreds of plug-ins that are ready to be used. A notable feature is that it has built-in tags which decide how the dynamic content will be displayed. The admin interface is efficient, minimalist and clearly labelled .It also has a lot security features like anti-spamming system .It is also very  easy to manages it has a variety of features like up to date visitor logs ,unlimited categories of images ,files etc.</p><p
style="text-align: center;"><a
href="http://textpattern.com/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Textpattern.jpg" alt="Textpattern" /></a></p><h3>5. Wordpress</h3><p>Wordpress focuses on speed, simplicity and great user experience. Wordpress is designed in such a manner so as to give the user absolute control of the webblog. Wordpress has control tolls, which enable to restrict the amount of changes that a visitor can make while visiting your blog. Also whenever you update your blog the is no need to rebuild your page. It has the template editor tool which allows you to improve the presentation of your blog. Wordpress can moderate comments from certain addresses, comments with particular words in them etc.</p><p
style="text-align: center;"><a
href="http://wordpress.org" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Wordpress.jpg" alt="Wordpress" /></a></p><h3>6. DotCMS</h3><p>DotCMS is one such software which covers a wide variety of needs. It does so convincing set of features which can be tailored to suit your needs. It offers site-wide templating, inline content editing, MP3 player streaming, content versioning etc. In addition to the above mentioned features, it also offers “on demand installs”, thereby improving its commercial use. However, the admin screens require time and patience to figure out the details. It uses Java technology and supports OS like Windows and UNIX .It has a setup time of roughly 60 minutes.</p><p
style="text-align: center;"><a
href="http://www.dotcms.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/DotCMS.jpg" alt="DotCMS" /></a></p><h3>7. Umbraco</h3><p>Umbraco is open source software which is one of the top contenders for the best ASP.net CMS software. This software focuses on and has achieved high standards in accordance with CSS and XHTML. It has a very short setup time – a mere 10 minutes. Its main features include a compact template engine, scheduled publishing and support for most net languages and Ajax frameworks. Its RDMS is MS SQL.</p><p
style="text-align: center;"><a
href="http://umbraco.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Umbraco.jpg" alt="Umbraco" /></a></p><h3>8. Habari</h3><p>This free software is made after a thorough understanding of the blogging system. This software does not allow content spams or digg overloads to affect its functionality. It strongly favors standard , open and documented protocols.  It is not a plug-in, but instead a core feature. It is supported by the PHP language and therefore enables the use of PDO which in turn enables proper statements for the interactions with the database. Its vulnerability to SQL injects attacks has been greatly reduced due to this</p><p
style="text-align: center;"><a
href="http://habariproject.org" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Habari.jpg" alt="Habari" /></a></p><h3>9. ocPortal</h3><p>ocPortal is a very user-friendly CMS which offers a wide range of features .It major plus points are that its highly customizable , easy to use for admins and its out-of the box usability. It’s features include sophisticated tools like Theme Wizard, integration with many forums for increased efficiency, functionality is very high for all content , which includes articles, images  etc. It does not hide any features from the users and is OSI-approved Open Source licence.</p><p
style="text-align: center;"><a
href="http://ocportal.com/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/ocPortal.jpg" alt="ocPortal" /></a></p><h3>10. CMS Made Simple</h3><p>CMS Made Simple is an open source (GPL) package, built using PHP that provides website developers with a simple, easy to use utility to allow building small-ish (dozens to hundreds of pages), semi-static websites. CMS Made Simple provides a mechanism for the website administrator to create and manage &#8220;pages&#8221;, their layout, and their content. CMS Made simple is unobtrusive. You can create a table based layout, or a fully validating XHTML/CSS layout.</p><p
style="text-align: center;"><a
href="http://www.cmsmadesimple.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/GetSimple.jpg" alt="GetSimple" /></a></p><h3>11. Squarespace</h3><p>Squarespace is specially designed for the creation of blogs .It has simple yet state of the art tools to help you set up and manage your website .Its blogging features are very diverse and they include spell checks, RSS , ATOM, XML-RCC pinging ,member registration, content management ,multiple authors, timed publishing dates and many more interesting features. A notable feature is that it has an internal search engine which helps you during the customization process of your website.</p><p
style="text-align: center;"><a
href="http://www.squarespace.com/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/squarespace.jpg" alt="Squarespace" /></a></p><h3>12. Movable Type</h3><p>Movable type is an open source project aims at producing an open source version of the MTPP (movable type publishing platform) which is destined to become the core of all other movable products. It helps you understand your blog better through features like improved user interface, integrated asset manager for reusing , uploading and finding files like video and audio, gives you details about you blog performance and improves the aesthetic look of your blogs. It improves publishing through a WYSIWYG editor ,cross blog aggregation ,advanced blog template languages  ,paginated archives and many more features.</p><p
style="text-align: center;"><a
href="http://www.movabletype.org" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/MovableType.jpg" alt="Movable Type" /></a></p><h3>13. XOOPS</h3><p>XOOPS is the short form for eXtensible Object Oriented Portal System .It serves as a web framework which can be used by large, medium and small sites. Depending on whether the site is small or large you can install XOOPS in different manners to include different modules like News, forum etc. The notable features of XOOPS are mainly that it is fully modularized, database driven , personalization , World wide support ,theme based skinnable interface and versatile group permissions system</p><p
style="text-align: center;"><a
href="http://www.xoops.org" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/XOOPS.jpg" alt="XOOPS" /></a></p><h3>14. Radiant</h3><p>Radiant is one such CMS which is targeted at the small sites. It has a simple user interface which is elegant and centers around layouts, snippets and pages. It has a very flexible sit structure allowing you to arrange the pages in any order .In addition, Radiant has its own macro language called radius template language thereby making it simple to add content from other pages . It also has custom text filters and intelligent page caching. One more notable feature is that it is built on ruby on rails making it easy for the web developers to extend this software for other purposes</p><p
style="text-align: center;"><a
href="http://radiantcms.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Radiant.jpg" alt="Radiant" /></a></p><h3>15. Drupal</h3><p>Drupal is a very popular CMS which enables a single person or an entire community  to easily manage ,organize and publish a variety of content on a particular website .With drupal one can register individual user accounts and maintain them ,can create new menus and manage already existing ones ,customize the website layout ,administer the system and perform logging. Drupal allows new features to be added i.e. you can extend Drupal with the help of plug-in modules. Using Drupal one can create a website, brochureware , blogs, forums and many more.It is supported by PHP and a database of PostgreSQL or MySQL .</p><p
style="text-align: center;"><a
href="http://drupal.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Drupal.jpg" alt="Drupal" /></a></p><h3>16. Free Flux</h3><p>Free flux is one such open source CMS which is known for the extensive feature they offer. Some of the features include static pages, galleries , can be used in different languages etc. It offers full control over the XSLT and CSS templates and has you can edit images in the browser itself .It supports XHTML and has a lot of useful plug-ins like spam protection ,RSS comments and feed and many more.</p><p
style="text-align: center;"><a
href="http://freeflux.net/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Free Flux.jpg" alt="Free Flux" /></a></p><h3>17. Silverstripe</h3><p>Supported by PHP ,Siverstripe takes just 30 minutes to setup. It uses MySQL as a database and is supported by OS systems like windows and Linux. The major features of this CMS is that it has an online image editor and has a wide variety of widgets. Also it has an internal search engine and user defined forms .Though it is also used for blogging, it has designed to meet the needs of management. It reduced the size of uploaded images on the fly and gives support to drafts and features. It also has support for out of the box SEO and allows viewers to review and roll back.</p><p
style="text-align: center;"><a
href="http://www.silverstripe.com" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Silverstripe.jpg" alt="Silverstripe" /></a></p><h3>18. Melody</h3><p>Melody is an open source CMS which is highly extensible and customizable. Melody is different from Movable Type because there are a set of processes that assist the greater Movable Type and Melody communities to contribute fixes, features and changes more quickly and freely back to the core product. It includes a logging framework for the developers and administrators, improved user interfaces .It is supported by Microsoft OS, Oracle, MySQL etc.</p><p
style="text-align: center;"><a
href="http://openmelody.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2010/01/cms/Melody.jpg" alt="Melody" /></a></p><h3>19. Joomla</h3><p>Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone as well.</p><p
style="text-align: center;"><a
href="http://www.joomla.org/" target="_blank"><img
class="alignnone size-full wp-image-2275" title="joomla" src="http://www.webappers.com/img/2010/01/joomla.jpg" alt="joomla" width="480" height="253" /></a></p><h3>20. b2evolution</h3><p>b2evolution is a powerful blog tool you can install on your own website. It includes all the features of traditional blog tools, and extends them with evolved features such as file &amp; photo management, versatile skins, multiple blogs, detailed user permissions&#8230; not to mention plugins, of course. b2evolution is free, open-source software (GPL), runs on virtually any webserver featuring PHP + MySQL and is available in several languages.</p><p
style="text-align: center;"><a
href="http://b2evolution.net/" target="_blank"><img
class="alignnone size-full wp-image-2277" title="b2evolution" src="http://www.webappers.com/img/2010/01/b2evolution.jpg" alt="b2evolution" width="480" height="282" /></a></p><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/02/29/piwik-open-source-web-analytics/" rel="bookmark" title="February 29, 2008">Piwik &#8211; Open Source Web Analytics</a></li><li><a
href="http://www.webappers.com/2008/10/29/wymeditor-web-based-wysiwym-xhtml-editor/" rel="bookmark" title="October 29, 2008">WYMeditor Web-Based WYSIWYM XHTML editor</a></li><li><a
href="http://www.webappers.com/2008/03/20/first-ever-open-source-social-network-platform/" rel="bookmark" title="March 20, 2008">First Ever Open Source Social Network Platform</a></li><li><a
href="http://www.webappers.com/2007/11/25/highslide-javascript-popup-and-thumbnail-viewer/" rel="bookmark" title="November 25, 2007">HighSlide &#8211; Javascript Popup and Thumbnail Viewer</a></li><li><a
href="http://www.webappers.com/2008/11/13/open-source-shopping-cart-for-joomla-and-mambo/" rel="bookmark" title="November 13, 2008">Open Source Shopping Cart for Joomla! and Mambo</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/01/22/the-best-open-source-cms-mainly-used-for-blogging/feed/</wfw:commentRss> </item> <item><title>Open Source Mac Rich Internet Application Framework</title><link>http://www.webappers.com/2010/01/13/open-source-mac-rich-internet-application-framework/</link> <comments>http://www.webappers.com/2010/01/13/open-source-mac-rich-internet-application-framework/#comments</comments> <pubDate>Wed, 13 Jan 2010 07:01:04 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2250</guid> <description><![CDATA[Fluidium is an open-source platform for developing Rich Internet Applications that run as native Mac OS X desktop apps. Fluidium is much like Adobe Air, except open source (liberal Apache license), and exclusive to the Mac.
Increasingly, new applications are being written as web apps, but native Cocoa applications still provide the best user experience on [...]]]></description> <content:encoded><![CDATA[<p><a
title="Fluidium" href="http://fluidium.org/" target="_blank">Fluidium</a> is an open-source platform for developing <strong>Rich Internet Applications</strong> that run as <strong>native Mac OS X desktop apps</strong>. Fluidium is much like Adobe Air, except open source (liberal Apache license), and exclusive to the Mac.</p><p>Increasingly, new applications are being written as web apps, but native Cocoa applications still provide the best user experience on Mac OS X. Using Fluidium, you can wrap your existing web app in a pure, native Mac application shell and provide the best of both worlds to your demanding user base.</p><p><a
title="Fluidium" href="http://fluidium.org/" target="_blank">Fluidium</a> is unabashedly Mac-only, and makes <strong>no cross-platform compromises</strong>. With the high quality of native Mac apps, cross-platform, least-common denominator approaches don&#8217;t cut it on OS X. Your Fluidium-based app will fit right in on OS X as a first-class Cocoa citizen.</p><p
style="text-align: center;"><a
title="Fluidium" href="http://fluidium.org/" target="_blank"><img
class="size-full wp-image-2251 aligncenter" title="fluidium" src="http://www.webappers.com/img/2010/01/fluidium.jpg" alt="fluidium" width="480" height="313" /></a></p><blockquote><p>Requirements:  Mac OS X<br
/> Demo: <a
title="demo" rel="nofollow" href="http://fluidium.org/" target="_blank">http://fluidium.org/</a><br
/> License:  Apache License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/08/11/uize-open-source-object-oriented-javascript-framework/" rel="bookmark" title="August 11, 2009">UIZE &#8211; Open Source Object Oriented Javascript Framework</a></li><li><a
href="http://www.webappers.com/2009/02/28/build-rich-web-mobile-and-desktop-apps-with-appcelerator/" rel="bookmark" title="February 28, 2009">Build Rich Web, Mobile and Desktop Apps with Appcelerator</a></li><li><a
href="http://www.webappers.com/2007/08/16/jitsu-user-interface-toolkit-for-rich-web-applications/" rel="bookmark" title="August 16, 2007">Jitsu User Interface Toolkit for Rich Web Applications</a></li><li><a
href="http://www.webappers.com/2008/09/28/create-your-own-social-network-site-with-elgg/" rel="bookmark" title="September 28, 2008">Create Your Own Social Network Site with Elgg</a></li><li><a
href="http://www.webappers.com/2007/09/23/microsoft-silverlight-for-rich-interactive-web-applications/" rel="bookmark" title="September 23, 2007">Microsoft Silverlight for Rich Interactive Web Applications</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/01/13/open-source-mac-rich-internet-application-framework/feed/</wfw:commentRss> </item> <item><title>Create Complex Layouts with a Fast and Simple UI Kit</title><link>http://www.webappers.com/2009/12/30/create-complex-layouts-with-a-fast-and-simple-ui-kit/</link> <comments>http://www.webappers.com/2009/12/30/create-complex-layouts-with-a-fast-and-simple-ui-kit/#comments</comments> <pubDate>Wed, 30 Dec 2009 08:16:16 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2203</guid> <description><![CDATA[Uki is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with a rich view-component library ranging from Slider to List and SplitPane. Google wave layout can be coded in 100 lines using uki code.
Uki doesn&#8217;t want to be a Jack-of-all-trades. It only does layout but it does it well. [...]]]></description> <content:encoded><![CDATA[<p><a
title="Uki" href="http://ukijs.org/" target="_blank">Uki</a> is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with a rich view-component library ranging from Slider to List and SplitPane. Google wave layout can be coded in 100 lines using uki code.</p><p><a
title="Uki" href="http://ukijs.org/" target="_blank">Uki</a> doesn&#8217;t want to be a Jack-of-all-trades. It only does layout but it does it well. You won&#8217;t find any ajax or data storage layer code here. Uki uses progressive rendering and can render 30k+ lists and tables most instantly. Uki works with IE6+, Opera 9+, FF 2+, Safari 3+, Chrome. And it looks exactly the same in all of them.</p><p
style="text-align: center;"><a
title="Uki" href="http://ukijs.org/" target="_blank"><img
class="size-full wp-image-2204 aligncenter" title="google-wave-layout" src="http://www.webappers.com/img/2009/12/google-wave-layout.jpg" alt="google-wave-layout" width="480" height="280" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://ukijs.org/functional/wave.html" target="_blank">http://ukijs.org/functional/wave.html</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/10/26/how-to-create-a-google-wave-like-history-slider/" rel="bookmark" title="October 26, 2009">How to Create a Google Wave-like History Slider</a></li><li><a
href="http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/" rel="bookmark" title="February 26, 2009">Display Easily Accessible Tabular Data with DataTables</a></li><li><a
href="http://www.webappers.com/2008/10/03/the-release-of-yui-library-v26-with-290-examples/" rel="bookmark" title="October 3, 2008">The Release of YUI Library V2.6 with 290 Examples</a></li><li><a
href="http://www.webappers.com/2008/11/03/everything-you-know-about-css-is-wrong/" rel="bookmark" title="November 3, 2008">Everything You Know About CSS Is Wrong</a></li><li><a
href="http://www.webappers.com/2009/12/16/hdx-quick-tables-for-showing-updating-db-data/" rel="bookmark" title="December 16, 2009">DHX Quick Tables for Showing &#038; Updating DB Data</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/30/create-complex-layouts-with-a-fast-and-simple-ui-kit/feed/</wfw:commentRss> </item> <item><title>Ample SDK &#8211; Open Source Javascript GUI Framework</title><link>http://www.webappers.com/2009/12/22/ample-sdk-open-source-javascript-gui-framework/</link> <comments>http://www.webappers.com/2009/12/22/ample-sdk-open-source-javascript-gui-framework/#comments</comments> <pubDate>Tue, 22 Dec 2009 07:01:11 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2164</guid> <description><![CDATA[
Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style and JavaScript for application logic. It equalizes browsers and brings technologies support to those missing any.
Ample SDK is entirely written in JavaScript and thus [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><a
title="Ample SDK" href="http://www.amplesdk.com/" target="_blank"><img
class="size-full wp-image-2165 aligncenter" title="ample-sdk" src="http://www.webappers.com/img/2009/12/ample-sdk.jpg" alt="ample-sdk" width="480" height="80" /></a></p><p><a
title="Ample SDK" href="http://www.amplesdk.com/" target="_blank">Ample SDK</a> is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style and JavaScript for application logic. It equalizes browsers and brings technologies support to those missing any.</p><p>Ample SDK is entirely written in JavaScript and thus it does not require any specific components installed in your browser to operate properly. It doesn&#8217;t modify the browser infrastructure but rather fills in the missing functionality.</p><p>Ample SDK consists of a Ample Runtime (or Core) and User Interface Markup Language implementations. Ample Runtime implements DOM (Level 3) objects, XML languages, objects facilitating work with XML, XSL-T, and a whole range of UI services. Every UI Markup Language implementation is included separately depending on your needs and specifics of the User Interface you build.</p><p><a
title="Ample SDK" href="http://www.amplesdk.com/" target="_blank">Ample SDK</a> can easily be extended by prototyping existing or new objects. You can also create new components or entire languages that suit best your User Interface specifics.</p><p>Ample SDK Runtime is fully functional in all modern web browsers. User Interface languages are still being implemented/tested and some quirks might be observed. Ample SDK is distributed using a dual-licensing approach under MIT and GPL licenses.</p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.amplesdk.com/examples/" target="_blank">http://www.amplesdk.com/examples/</a><br
/> License: MIT and GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/08/16/jitsu-user-interface-toolkit-for-rich-web-applications/" rel="bookmark" title="August 16, 2007">Jitsu User Interface Toolkit for Rich Web Applications</a></li><li><a
href="http://www.webappers.com/2007/12/14/it-mill-toolkit-open-source-user-interface-framework/" rel="bookmark" title="December 14, 2007">IT Mill Toolkit Open Source User Interface Framework</a></li><li><a
href="http://www.webappers.com/2008/03/22/google-ajax-language-api-for-detection-and-translation/" rel="bookmark" title="March 22, 2008">Google Ajax Language API for Detection and Translation</a></li><li><a
href="http://www.webappers.com/2008/02/04/controltextarea-cross-browser-textarea-manipulation/" rel="bookmark" title="February 4, 2008">Control.TextArea Cross Browser Textarea Manipulation</a></li><li><a
href="http://www.webappers.com/2008/12/15/smartmarkup-universal-markup-editor-and-platform/" rel="bookmark" title="December 15, 2008">SmartMarkUP &#8211; Universal Markup Editor and Platform</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/22/ample-sdk-open-source-javascript-gui-framework/feed/</wfw:commentRss> </item> <item><title>Ajax.org &#8211; Open Source Application Platform for RIAs</title><link>http://www.webappers.com/2009/12/14/ajax-org-open-source-application-platform-for-rias/</link> <comments>http://www.webappers.com/2009/12/14/ajax-org-open-source-application-platform-for-rias/#comments</comments> <pubDate>Mon, 14 Dec 2009 07:01:17 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[LGPL License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2124</guid> <description><![CDATA[Ajax.org PlatForm is a pure javascript application development framework aimed at developers for building applications that run via web browsers, but look and feel like conventional desktop applications. These Rich Internet Applications (RIAs) are a combination of the best of both worlds.
Ajax.org PlatForm has the desktop advantages of quick response time—the client handles a majority [...]]]></description> <content:encoded><![CDATA[<p><a
title="Ajax.org Platform" href="http://www.ajax.org/" target="_blank">Ajax.org PlatForm</a> is a pure javascript application development framework aimed at developers for building applications that run via web browsers, but look and feel like conventional desktop applications. These Rich Internet Applications (RIAs) are a combination of the best of both worlds.</p><p><a
title="Ajax.org Platform" href="http://www.ajax.org/" target="_blank">Ajax.org PlatForm</a> has the desktop advantages of quick response time—the client handles a majority of the         processing load, and generally only a small amount of data must be retrieved from the server (usually from a web         service). Furthermore, the data represented on the screen has more density, and does not need to be refreshed—         animations and other user cues are possible. Things like drag &amp; drop, right-click menus, property         windows, and similar interface items.</p><p>They believe Opensource software should be and remain free, and within this context there should be as little limitations as possible for people to utilize the free software. This includes not placing any restrictions on the use of the library in a commercial setting.  The LGPL license covers all these requirements.</p><p>The Open Source Ajax.org PlatForm offers an innovative new way to develope Internet applications that         run on FireFox, Internet Explorer, Opera, and Safari.</p><p
style="text-align: center;"><a
title="Ajax.org Platform" href="http://www.ajax.org/" target="_blank"><img
class="size-full wp-image-2125 aligncenter" title="ajax-org" src="http://www.webappers.com/img/2009/12/ajax-org.jpg" alt="ajax-org" width="480" height="204" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.ajax.org/#demos" target="_blank">http://www.ajax.org/#demos</a><br
/> License: LGPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/03/12/build-applications-with-the-guardian-open-platform/" rel="bookmark" title="March 12, 2009">Build Applications with The Guardian Open Platform</a></li><li><a
href="http://www.webappers.com/2009/02/28/build-rich-web-mobile-and-desktop-apps-with-appcelerator/" rel="bookmark" title="February 28, 2009">Build Rich Web, Mobile and Desktop Apps with Appcelerator</a></li><li><a
href="http://www.webappers.com/2007/10/27/prism-running-web-application-on-your-desktop/" rel="bookmark" title="October 27, 2007">Prism &#8211; Running Web Application on Your Desktop</a></li><li><a
href="http://www.webappers.com/2008/10/16/jquery-context-menu-plugin-with-a-bunch-of-context-menus/" rel="bookmark" title="October 16, 2008">jQuery Context Menu Plugin with a Bunch of Context Menus</a></li><li><a
href="http://www.webappers.com/2008/09/06/cappuccino-web-framework-in-objective-j/" rel="bookmark" title="September 6, 2008">Cappuccino Web Framework in Objective-J</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/14/ajax-org-open-source-application-platform-for-rias/feed/</wfw:commentRss> </item> <item><title>Node.js Makes Building Scalable Network Programs Easy</title><link>http://www.webappers.com/2009/11/30/node-js-makes-building-scalable-network-programs-easy/</link> <comments>http://www.webappers.com/2009/11/30/node-js-makes-building-scalable-network-programs-easy/#comments</comments> <pubDate>Mon, 30 Nov 2009 07:01:47 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2043</guid> <description><![CDATA[
Node.js is an Evented I/O for V8 javascript. Node&#8217;s goal is to provide an easy way to build scalable network programs.  This is in contrast to today&#8217;s more common concurrency model where OS threads are employed.
Thread-based networking is  relatively  inefficient  and very difficult to use. Node.js will show much better memory [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
class="size-full wp-image-2044 aligncenter" title="nodejs" src="http://www.webappers.com/img/2009/11/nodejs.jpg" alt="nodejs" width="480" height="80" /></p><p><strong><a
title="Node.js" href="http://nodejs.org/" target="_blank">Node.js</a></strong> is an Evented I/O for V8 javascript. Node&#8217;s goal is to provide an easy way to build scalable network programs.  This is in contrast to today&#8217;s more common concurrency model where OS threads are employed.</p><p>Thread-based networking is  relatively  inefficient  and very difficult to use. <strong><a
title="Node.js" href="http://nodejs.org/" target="_blank">Node.js</a></strong> will show much better memory efficiency under high-loads  than systems which allocate 2mb thread stacks for each connection.</p><p>Furthermore, users of Node are free from worries of dead-locking the process &#8211; there are no locks. Almost no function in Node directly performs I/O, so the process never blocks. Because nothing blocks, less-than-expert programmers are able to develop fast systems.</p><p>Node is similar in design to and influenced by systems like Ruby&#8217;s Event Machine or Python&#8217;s Twisted. Node takes the event model a bit further &#8211; it presents the event loop as a language construct instead of as a library.</p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://nodejs.org/" target="_blank">http://nodejs.org/</a><br
/> License: MIT and GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/03/22/google-ajax-language-api-for-detection-and-translation/" rel="bookmark" title="March 22, 2008">Google Ajax Language API for Detection and Translation</a></li><li><a
href="http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/" rel="bookmark" title="September 20, 2007">Phatfusion Image Menu with Mootools</a></li><li><a
href="http://www.webappers.com/2008/08/11/14-ways-to-learn-from-creative-programmers/" rel="bookmark" title="August 11, 2008">14 Ways to Learn From Creative Programmers</a></li><li><a
href="http://www.webappers.com/2007/12/08/thank-you-sponsors/" rel="bookmark" title="December 8, 2007">Thank You Sponsors</a></li><li><a
href="http://www.webappers.com/2009/01/05/quicksand-a-free-sans-serif-typeface-with-7-weights/" rel="bookmark" title="January 5, 2009">Quicksand &#8211; A Free Sans Serif Typeface with 7 Weights</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/11/30/node-js-makes-building-scalable-network-programs-easy/feed/</wfw:commentRss> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-22 01:55:42 -->