<?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>i-keng.com &#187; i-keng</title>
	<atom:link href="http://www.i-keng.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.i-keng.com</link>
	<description>free php scripts ajax web resource</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:48:23 +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>Generate A Base CSS From HTML</title>
		<link>http://www.i-keng.com/2012/02/05/generate-a-base-css-from-html/</link>
		<comments>http://www.i-keng.com/2012/02/05/generate-a-base-css-from-html/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 16:48:23 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=207</guid>
		<description><![CDATA[When creating/designing a web page, we either start with the HTML, build the structure and style it later or style-while-structuring. If you design with the 1st approach and bored of creating a CSS file with copy-pasting all those class + id names, here is a quick solution: Bear CSS is a free-to-use web application that generates a stylesheet with all the [...]]]></description>
			<content:encoded><![CDATA[<p>When creating/designing a web page, we either start with the HTML, build the structure and style it later or style-while-structuring.</p>
<p>If you design with the 1st approach and bored of creating a CSS file with copy-pasting all those <code>class</code> + <code>id</code> names, here is a quick solution:</p>
<p><a href="http://www.i-keng.com/wp-content/uploads/2012/02/bear_css.jpg"><img class="aligncenter size-full wp-image-208" title="bear_css" src="http://www.i-keng.com/wp-content/uploads/2012/02/bear_css.jpg" alt="" width="480" height="252" /></a></p>
<p><span id="more-207"></span></p>
<p><a href="http://bearcss.com/" target="_blank"><strong>Bear CSS</strong></a> is a free-to-use web application that <strong>generates a stylesheet with all the elements, ids and classes from a given HTML file</strong>.</p>
<p>The app is mostly useful for projects with a pretty long HTML and it would be better if <strong>Bear CSS</strong> had asked which items to include inside the stylesheet just after the upload -feature request</p>
<p><strong>Website:</strong> <a href="http://bearcss.com/" target="_blank">http://bearcss.com/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2012/02/05/generate-a-base-css-from-html/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2012/02/05/generate-a-base-css-from-html/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2012/02/05/generate-a-base-css-from-html/"></g:plusone></div><div style='display:none' id="post-refEl-207"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2012/02/05/generate-a-base-css-from-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQ.Mobi: jQuery-Like JavaScript Framework For Mobile (But Smaller &amp; Faster)</title>
		<link>http://www.i-keng.com/2012/01/16/jq-mobi-jquery-like-javascript-framework-for-mobile-but-smaller-faster/</link>
		<comments>http://www.i-keng.com/2012/01/16/jq-mobi-jquery-like-javascript-framework-for-mobile-but-smaller-faster/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:48:15 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=202</guid>
		<description><![CDATA[This is how jQ.Mobi defines itself and gives a good insight on what it is. It is a fresh and open source JavaScript framework -developed by appMobi- that focuses on providing a great experience on both of the dominant mobile operating systems with a tiny footprint and code efficiency. Compared to jQuery Mobile (24kb), it [...]]]></description>
			<content:encoded><![CDATA[<p>This is how <a href="http://www.jqmobi.com/" target="_blank"><strong>jQ.Mobi</strong></a> defines itself and gives a good insight on what it is.</p>
<p>It is a fresh and <strong>open source JavaScript framework</strong> -developed by appMobi- that focuses on providing a great experience on both of the dominant mobile operating systems with a <strong>tiny footprint</strong> and code efficiency.</p>
<p><a href="http://www.i-keng.com/wp-content/uploads/2012/01/jq_mobi.jpg"><img class="aligncenter size-full wp-image-203" title="jq_mobi" src="http://www.i-keng.com/wp-content/uploads/2012/01/jq_mobi.jpg" alt="" width="480" height="283" /></a><span id="more-202"></span></p>
<p><strong>Compared to jQuery Mobile (24kb), it is much smaller in size</strong> with only 3.5kb (both minified and gzipped) and <strong>covers most features with the same syntax</strong>.</p>
<p>When it comes to speed, <strong>jQ.Mobi</strong> is impressive there as well and mentioned to be <strong>3x faster on Android and 2.2x faster on iOS</strong>.</p>
<p>The framework also <strong>has a UI library</strong> (again smaller in size) and includes plugins for mobile interactions and interfaces</p>
<p>&nbsp;</p>
<p><strong>Website:</strong> <a href="http://www.jqmobi.com/" target="_blank">http://www.jqmobi.com/</a><br />
<strong>Download:</strong> <a href="https://github.com/appMobi/jQ.Mobi/downloads" target="_blank">https://github.com/appMobi/jQ.Mobi/downloads</a></p>
<p>&nbsp;</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2012/01/16/jq-mobi-jquery-like-javascript-framework-for-mobile-but-smaller-faster/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2012/01/16/jq-mobi-jquery-like-javascript-framework-for-mobile-but-smaller-faster/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2012/01/16/jq-mobi-jquery-like-javascript-framework-for-mobile-but-smaller-faster/"></g:plusone></div><div style='display:none' id="post-refEl-202"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2012/01/16/jq-mobi-jquery-like-javascript-framework-for-mobile-but-smaller-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Mobile Becomes Stable With V1.0</title>
		<link>http://www.i-keng.com/2011/11/19/jquery-mobile-becomes-stable-with-v1-0/</link>
		<comments>http://www.i-keng.com/2011/11/19/jquery-mobile-becomes-stable-with-v1-0/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 05:26:32 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery framework]]></category>
		<category><![CDATA[jquery ipad]]></category>
		<category><![CDATA[jquery iphone]]></category>
		<category><![CDATA[jquery mobile]]></category>
		<category><![CDATA[jquery mobile framework]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=197</guid>
		<description><![CDATA[Many designers/developers were excited to see the launch of the jQuery Mobile~a year ago and waited for the stable release to start building for mobile. With an announcement yesterday, the project officially reached to its first stable release. jQuery Mobile already supports a huge set of mobile browsers, has theThemeRoller for mobile and it is very well-documented with guides + examples for an easy [...]]]></description>
			<content:encoded><![CDATA[<p>Many designers/developers were excited to see the launch of the <a href="http://jquerymobile.com/" target="_blank"><strong>jQuery Mobile</strong></a><a href="http://www.webresourcesdepot.com/jquery-mobile-feature-rich-web-framework-for-smartphones-tablets/">~a year ago</a> and waited for the stable release to start building for mobile.</p>
<p>With an <a href="http://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/" target="_blank">announcement</a> yesterday, the project officially reached to its first stable release.</p>
<p><a href="http://www.i-keng.com/wp-content/uploads/2011/11/jquery_mobile-stable.jpg"><img class="size-full wp-image-198 aligncenter" title="jquery_mobile-stable" src="http://www.i-keng.com/wp-content/uploads/2011/11/jquery_mobile-stable.jpg" alt="" width="480" height="230" /><span id="more-197"></span></a></p>
<p><strong>jQuery Mobile</strong> already <strong>supports a huge set of mobile browsers</strong>, has the<a href="http://jquerymobile.com/themeroller/" target="_blank">ThemeRoller for mobile</a> and it is <a href="http://jquerymobile.com/demos/" target="_blank">very well-documented</a> with guides + examples for an easy start.</p>
<p>&nbsp;</p>
<p>The framework <strong>includes many widgets</strong> for (touch-optimized) mobile layouts: toolbars, buttons, pages/dialogs, content formatting, list views and forms. All built on jQuery core for a familiar and consistent syntax.</p>
<p>&nbsp;</p>
<p><strong>Website:</strong> <a href="http://jquerymobile.com/" target="_blank">http://jquerymobile.com/</a></p>
<p><strong>Demo:</strong> <a href="http://jquerymobile.com/demos" target="_blank">http://jquerymobile.com/demos</a><br />
<strong>Download:</strong> <a href="http://jquerymobile.com/download/" target="_blank">http://jquerymobile.com/download/</a></p>
<p>&nbsp;</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2011/11/19/jquery-mobile-becomes-stable-with-v1-0/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2011/11/19/jquery-mobile-becomes-stable-with-v1-0/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2011/11/19/jquery-mobile-becomes-stable-with-v1-0/"></g:plusone></div><div style='display:none' id="post-refEl-197"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2011/11/19/jquery-mobile-becomes-stable-with-v1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ownCloud – Open Source Web App For Managing Files, Contacts, Calendar &amp; More..</title>
		<link>http://www.i-keng.com/2011/11/15/owncloud-%e2%80%93-open-source-web-app-for-managing-files-contacts-calendar-more/</link>
		<comments>http://www.i-keng.com/2011/11/15/owncloud-%e2%80%93-open-source-web-app-for-managing-files-contacts-calendar-more/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 16:31:23 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[open source cloud]]></category>
		<category><![CDATA[own cloud]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=190</guid>
		<description><![CDATA[There is a &#8220;getting stronger&#8221; opinion and movement on web users having their own self-controlled, free and open source clouds where data belongs to the users, can be transferred easily and privacy is not an issue. ownCloud is supporting this movement with a cool app which works as a: file manager/explorer with share option, WebDAV support, the ability [...]]]></description>
			<content:encoded><![CDATA[<p>There is a &#8220;getting stronger&#8221; opinion and movement on web users having their own self-controlled, free and open source clouds where <strong>data belongs to the users</strong>, can be transferred easily and privacy is not an issue.</p>
<p style="text-align: center;"><a href="http://www.i-keng.com/wp-content/uploads/2011/11/owncloud11.gif"><img class="aligncenter size-full wp-image-192" title="owncloud(1)" src="http://www.i-keng.com/wp-content/uploads/2011/11/owncloud11.gif" alt="" width="480" height="270" /><span id="more-190"></span></a></p>
<p><a href="http://owncloud.org/" target="_blank"><strong>ownCloud</strong></a> is supporting this movement with a cool app which works as a:</p>
<ul>
<li><strong>file manager/explorer</strong> with share option, WebDAV support, the ability to play music files</li>
<li>calendar</li>
<li>contacts manager</li>
<li>and has planned features like image gallery, online text editor, online task manager, encryption, bookmarks, desktop sync client, Android&amp;webOS apps and server-server sync.</li>
</ul>
<p>It is <strong>built with PHP-MySQL (or SQLite)</strong> and is definitely a good option for users willing to move their data to the web + manage easily.</p>
<p>&nbsp;</p>
<p><strong>Website:</strong> <a href="http://owncloud.org/" target="_blank">http://owncloud.org/</a><br />
<strong>Demo:</strong> <a href="http://demo.owncloud.org/" target="_blank">http://demo.owncloud.org/</a></p>
<p style="text-align: center;">
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2011/11/15/owncloud-%e2%80%93-open-source-web-app-for-managing-files-contacts-calendar-more/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2011/11/15/owncloud-%e2%80%93-open-source-web-app-for-managing-files-contacts-calendar-more/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2011/11/15/owncloud-%e2%80%93-open-source-web-app-for-managing-files-contacts-calendar-more/"></g:plusone></div><div style='display:none' id="post-refEl-190"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2011/11/15/owncloud-%e2%80%93-open-source-web-app-for-managing-files-contacts-calendar-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WYSIWYG Editor With A File Manager: elRTE</title>
		<link>http://www.i-keng.com/2010/08/29/wysiwyg-editor-with-a-file-manager-elrte/</link>
		<comments>http://www.i-keng.com/2010/08/29/wysiwyg-editor-with-a-file-manager-elrte/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 08:59:20 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=182</guid>
		<description><![CDATA[elRTE is an open source and feature-rich WYSIWYG editor that is built using jQuery UI. It performs all standard functions of an editor and has all the extras like undo-redo, advanced table management, creating a custom HTML element with a custom style + inserting it quickly and more. The interface is controlled via a single [...]]]></description>
			<content:encoded><![CDATA[<p>elRTE is an open source and feature-rich WYSIWYG editor that is built using jQuery UI.</p>
<p>It performs all standard functions of an editor and has all the extras like undo-redo, advanced table management, creating a custom HTML element with a custom style + inserting it quickly and more.</p>
<p><a href="http://www.i-keng.com/wp-content/uploads/2010/08/screenshot.png"><img class="aligncenter size-full wp-image-188" title="screenshot" src="http://www.i-keng.com/wp-content/uploads/2010/08/screenshot.png" alt="" width="450" height="260" /></a></p>
<p><span id="more-182"></span></p>
<p>The interface is controlled via a single CSS file and can be customized pretty easily.</p>
<p>It has a <strong>built-in &#8220;save&#8221; button</strong> which can be  attached to a JS function that saves the content that is pretty useful  for helping users not to lose their content.</p>
<p><strong>elRTE</strong> can be integrated with any file manager, however, there is <a href="http://elrte.org/elfinder" target="_blank">elFinder</a>, a file manager that has ready-to-use integration (can be used standalone too).</p>
<p><strong>Website:</strong> <a href="http://elrte.org/" target="_blank">http://elrte.org/</a><br />
<strong>Demo:</strong> <a href="http://elrte.org/demo" target="_blank">http://elrte.org/demo</a><br />
<strong>Download:</strong> <a href="http://sourceforge.net/projects/elrte/files/" target="_blank">http://sourceforge.net/projects/elrte/files/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/08/29/wysiwyg-editor-with-a-file-manager-elrte/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/08/29/wysiwyg-editor-with-a-file-manager-elrte/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2010/08/29/wysiwyg-editor-with-a-file-manager-elrte/"></g:plusone></div><div style='display:none' id="post-refEl-182"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2010/08/29/wysiwyg-editor-with-a-file-manager-elrte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MobiOne iPhone Emulator</title>
		<link>http://www.i-keng.com/2010/04/15/mobione-iphone-emulator/</link>
		<comments>http://www.i-keng.com/2010/04/15/mobione-iphone-emulator/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 07:55:44 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[iPhone Emulator]]></category>
		<category><![CDATA[iPhone Emulator for Windows]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=171</guid>
		<description><![CDATA[MobiOne is a powerful and free iPhone and Palm Pre emulator (currently for Windows only) with a drag-n-drop mobile-web visual designer for mockups and mobile HTML code generation functionality. It has various mobile design templates, updated OSS components, screen capture, multi-touch, gesture support and more. The tool doesn&#8217;t require any SDK to be installed as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.genuitec.com/mobile/" target="_blank"><strong>MobiOne</strong></a> is a powerful and <strong>free iPhone and Palm Pre emulator</strong> (currently for Windows only) with a drag-n-drop mobile-web visual  designer for mockups and mobile HTML code generation functionality.</p>
<p><a href="http://www.i-keng.com/wp-content/uploads/2010/04/mobione.jpg"><img class="aligncenter size-full wp-image-172" title="mobione" src="http://www.i-keng.com/wp-content/uploads/2010/04/mobione.jpg" alt="" width="480" height="214" /></a><span id="more-171"></span>It has various mobile design templates, updated OSS components,  screen capture, multi-touch, gesture support and more.</p>
<p>The tool <strong>doesn&#8217;t require any SDK to be installed</strong> as  it takes advantage of HTML5, CSS3 and JavaScript for development.</p>
<p><strong>MobiOne</strong> also supports <a href="http://www.phonegap.com/" target="_blank">PhoneGap</a> (an open  source, JS-based mobile development toolkit)</p>
<p><strong>Website:</strong> <a href="http://www.genuitec.com/mobile/" target="_blank">http://www.genuitec.com/mobile/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/04/15/mobione-iphone-emulator/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/04/15/mobione-iphone-emulator/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2010/04/15/mobione-iphone-emulator/"></g:plusone></div><div style='display:none' id="post-refEl-171"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2010/04/15/mobione-iphone-emulator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AeroSQL : Web-Based Multiple MySQL Manager</title>
		<link>http://www.i-keng.com/2010/04/07/aerosql-web-based-multiple-mysql-manager/</link>
		<comments>http://www.i-keng.com/2010/04/07/aerosql-web-based-multiple-mysql-manager/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:57:47 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL Management Tool]]></category>
		<category><![CDATA[MySQL Manager]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=165</guid>
		<description><![CDATA[AeroSQL is an open source web application, for managing MySQL databases. It can control databases from different servers in a single, desktop-like interface where records can be easily browsed or edited within a grid. The application displays every query executed &#38; can run a batch of sql queries to save you time. It is possible [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.burlaca.com/aerosql/" target="_blank"><strong>AeroSQL</strong></a> is an <strong>open source</strong> web application, for <strong>managing MySQL databases</strong>.</p>
<p>It can <strong>control databases from different servers</strong> in a single, <strong>desktop-like interface</strong> where records can be easily browsed or edited within a grid.</p>
<p><a href="http://www.i-keng.com/wp-content/uploads/2010/04/aerosql.gif"><img class="aligncenter size-full wp-image-166" title="aerosql" src="http://www.i-keng.com/wp-content/uploads/2010/04/aerosql.gif" alt="" width="480" height="187" /></a><span id="more-165"></span></p>
<p>The application displays every query executed &amp; can run a batch of sql queries to save you time.</p>
<p>It is possible to <strong>select the columns to be displayed</strong> while editing a table which will help reaching the data in an organized way.</p>
<p><strong>AeroSQL</strong> is <strong>built with PHP &amp; uses ExtJS</strong> to provide the desktop-like functionality.</p>
<p><strong>Website:</strong> <a href="http://www.burlaca.com/aerosql/" target="_blank">http://www.burlaca.com/aerosql/</a><br />
<strong>Demo:</strong> <a href="http://www.burlaca.com/aerosql-demo/" target="_blank">http://www.burlaca.com/aerosql-demo/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/04/07/aerosql-web-based-multiple-mysql-manager/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/04/07/aerosql-web-based-multiple-mysql-manager/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2010/04/07/aerosql-web-based-multiple-mysql-manager/"></g:plusone></div><div style='display:none' id="post-refEl-165"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2010/04/07/aerosql-web-based-multiple-mysql-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexPaper Open Source Document Viewer For Websites</title>
		<link>http://www.i-keng.com/2010/04/07/flexpaper-open-source-document-viewer-for-websites/</link>
		<comments>http://www.i-keng.com/2010/04/07/flexpaper-open-source-document-viewer-for-websites/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:36:31 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[document viewer]]></category>
		<category><![CDATA[Document Viewer on web]]></category>
		<category><![CDATA[flash document viewer]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=161</guid>
		<description><![CDATA[FlexPaper is an open source document viewer component for displaying PDF files inside websites or Flash applications. The component does not exactly display PDF files but the PDF-to-SWF converted files in a Acrobat Reader-like interface. Usage is pretty simple, just inserting the SWF file + customizing the options and there are free tools to convert [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flexpaper.devaldi.com/" target="_blank"><strong>FlexPaper</strong></a> is an <strong>open source</strong> document viewer component for <strong>displaying PDF files inside websites</strong> or Flash applications.</p>
<p>The component does not exactly display PDF files but the PDF-to-SWF converted files in a Acrobat Reader-like interface.</p>
<p><a href="http://www.i-keng.com/wp-content/uploads/2010/04/flexpaper.gif"><img class="aligncenter size-full wp-image-162" title="flexpaper" src="http://www.i-keng.com/wp-content/uploads/2010/04/flexpaper.gif" alt="" width="480" height="168" /><span id="more-161"></span></a></p>
<p>Usage is pretty simple, just inserting the SWF file + customizing the options and there are free tools to convert documents, like <a href="http://www.swftools.org/download.html" target="_blank">SwfTools</a>.</p>
<p><strong>FlexPaper</strong> supports zoom in/out, paging, fullscreen, search and printing the documents viewed.</p>
<p>Optionally, it is possible to use the component in Adobe Flex as a SWC source file comes with the download.</p>
<p><strong>Website:</strong> <a href="http://flexpaper.devaldi.com/" target="_blank">http://flexpaper.devaldi.com/</a><br />
<strong>Download:</strong> <a href="http://flexpaper.devaldi.com/download.htm" target="_blank">http://flexpaper.devaldi.com/download.htm</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/04/07/flexpaper-open-source-document-viewer-for-websites/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/04/07/flexpaper-open-source-document-viewer-for-websites/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2010/04/07/flexpaper-open-source-document-viewer-for-websites/"></g:plusone></div><div style='display:none' id="post-refEl-161"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2010/04/07/flexpaper-open-source-document-viewer-for-websites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Real-Time Site Analytics Tool: Woopra</title>
		<link>http://www.i-keng.com/2010/01/12/real-time-site-analytics-tool-woopra/</link>
		<comments>http://www.i-keng.com/2010/01/12/real-time-site-analytics-tool-woopra/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:25:22 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Stat]]></category>
		<category><![CDATA[Web Tracking]]></category>
		<category><![CDATA[woopra]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=131</guid>
		<description><![CDATA[วันนี้จะมาแนะนำ Tools สำหรับใช้เก็บ Stat. ของ WebSite กันครับ โดยเจ้าตัวนี้ชื่อ Woopra ครับ โดยการใช้งานทั่วไปก็คล้ายๆกับ Web stats หรือ Google Analytics ทั่วไป (ข้อมูลอาจจะเยอะกว่าด้วยซ้ำ) .. แต่เจ้าตัวนี้จะมี Desktop Application เอาใว้ให้ Monitor กันแบบ Realtime กันเลยทีเดียวเชียวครับ Features Live Tracking and Web Statistics Rich User Interface Real-Time Analytics Manage Multiple Blogs and Websites Deep Analytic and Search Capabilities Live Chat ตัวอย่าง Desktop Application Website: http://www.woopra.com/ [...]]]></description>
			<content:encoded><![CDATA[<p>วันนี้จะมาแนะนำ Tools สำหรับใช้เก็บ Stat. ของ WebSite กันครับ โดยเจ้าตัวนี้ชื่อ <a href="http://www.woopra.com/" target="_blank">Woopra</a> ครับ</p>
<p>โดยการใช้งานทั่วไปก็คล้ายๆกับ Web stats หรือ Google Analytics ทั่วไป (ข้อมูลอาจจะเยอะกว่าด้วยซ้ำ) .. แต่เจ้าตัวนี้จะมี Desktop Application เอาใว้ให้ Monitor กันแบบ Realtime กันเลยทีเดียวเชียวครับ</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-140" title="woo" src="http://www.i-keng.com/wp-content/uploads/2010/01/woo1.png" alt="" width="450" height="268" /></p>
<p><span id="more-131"></span></p>
<p><strong><span style="text-decoration: underline;">Features</span></strong></p>
<ul>
<li>Live Tracking and Web Statistics</li>
<li>Rich User Interface</li>
<li>Real-Time Analytics</li>
<li>Manage Multiple Blogs and Websites</li>
<li>Deep Analytic and Search Capabilities</li>
<li>Live Chat</li>
</ul>
<p><strong><span style="text-decoration: underline;">ตัวอย่าง Desktop Application</span></strong></p>
<p><img class="aligncenter size-full wp-image-134" title="woopra" src="http://www.i-keng.com/wp-content/uploads/2010/01/woopra1.png" alt="" width="450" height="300" /></p>
<p><img class="aligncenter size-full wp-image-135" title="woopra2" src="http://www.i-keng.com/wp-content/uploads/2010/01/woopra2.png" alt="" width="450" height="300" /></p>
<p><img class="aligncenter size-full wp-image-136" title="woopra3" src="http://www.i-keng.com/wp-content/uploads/2010/01/woopra3.png" alt="" width="450" height="300" /></p>
<p><strong>Website:</strong> <a href="http://www.woopra.com/" target="_blank">http://www.woopra.com/</a></p>
<p><strong>Download:</strong> <a href="http://www.woopra.com/download/" target="_blank">http://www.woopra.com/download/</a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h3>Live Tracking and Web Statistics</h3>
</div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/01/12/real-time-site-analytics-tool-woopra/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/01/12/real-time-site-analytics-tool-woopra/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2010/01/12/real-time-site-analytics-tool-woopra/"></g:plusone></div><div style='display:none' id="post-refEl-131"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2010/01/12/real-time-site-analytics-tool-woopra/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>xmoovStream &#8211; Opensource PHP Streaming</title>
		<link>http://www.i-keng.com/2010/01/12/xmoovstream-opensource-php-streaming/</link>
		<comments>http://www.i-keng.com/2010/01/12/xmoovstream-opensource-php-streaming/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:31:49 +0000</pubDate>
		<dc:creator>i-keng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php Streaming]]></category>
		<category><![CDATA[PHP Streaming Server]]></category>
		<category><![CDATA[straming server]]></category>
		<category><![CDATA[xmoovStream]]></category>

		<guid isPermaLink="false">http://www.i-keng.com/?p=122</guid>
		<description><![CDATA[xmoovStream Server is an open source http streaming server built with PHP. It creates a layer between the web &#38; your files to provide you control over them in many ways like: stream Flash videos force file downloads logging of every action hot link protection hide original file locations bandwidth throttling &#38; burst loading &#38; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>xmoovStream Server</strong> is an <strong>open source http streaming server</strong> built with <strong>PHP</strong>.</p>
<div style="text-align: center;"><img class="size-full wp-image-123  aligncenter" title="xmoovStream" src="http://www.i-keng.com/wp-content/uploads/2010/01/xmoovStream.png" alt="" width="400" height="225" /></div>
<p><span id="more-122"></span><br />
It creates a layer between the web &amp; your files to provide you control over them in many ways like:</p>
<ul>
<li>stream Flash videos</li>
<li>force file downloads</li>
<li>logging of every action</li>
<li>hot link protection</li>
<li>hide original file locations</li>
<li>bandwidth throttling &amp; burst loading</li>
<li>&amp; more..</li>
</ul>
<p><strong>xmoovStream</strong> is a <strong>centralized server</strong> which can manage different kinds of content from different urls under a single installation.</p>
<p>Like mentioned, it is not limited to streaming Flash videos, it can simply <strong>stream any file type</strong> including the video player itself or a thumbnail.</p>
<p>The server also <strong>comes with a lightweight video player &amp; an audio player</strong> for streaming your content.</p>
<p><strong>P.S.</strong> The resource is free for non-commercial website &amp; requires a license for any other usage.</p>
<p><strong>Website:</strong> <a href="http://stream.xmoov.com/" target="_blank">http://stream.xmoov.com/</a><br />
<strong>Demo:</strong> <a href="http://stream.xmoov.com/examples/" target="_blank">http://stream.xmoov.com/examples/</a><br />
<strong>Download:</strong> <a href="http://stream.xmoov.com/download/" target="_blank">http://stream.xmoov.com/download/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/01/12/xmoovstream-opensource-php-streaming/" target="_blank"><img src="http://www.i-keng.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.i-keng.com/2010/01/12/xmoovstream-opensource-php-streaming/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://www.i-keng.com/2010/01/12/xmoovstream-opensource-php-streaming/"></g:plusone></div><div style='display:none' id="post-refEl-122"></div>]]></content:encoded>
			<wfw:commentRss>http://www.i-keng.com/2010/01/12/xmoovstream-opensource-php-streaming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

