<?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>Free and Open Source Web Resources &#187; MySQL</title>
	<atom:link href="http://inwebdeveloper.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://inwebdeveloper.com</link>
	<description>Free and Open Source Web Resources</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:50:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Tutorial : Parsing XML With PHP</title>
		<link>http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/</link>
		<comments>http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 20:23:06 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=1472</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/mysql/" title="View all posts in MySQL" rel="category tag">MySQL</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>, <a href="http://inwebdeveloper.com/category/php-snippets/" title="View all posts in PHP Snippets" rel="category tag">PHP Snippets</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a>, <a href="http://inwebdeveloper.com/tag/xml/" rel="tag">XML</a></p>Parsing XML With PHP Maybe it&#8217;s a lot of tutorials that teach how to parsing XML with PHP. However, only the basics. What if a little more complicated. This time I made a tutorial how to parsing XML with PHP, then process the data into MySQL. First, an XML file. Now, code in PHP. How,<a href="http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/' title='Tutorial : Parsing XML With PHP'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2012/01/14/tutorial-parsing-xml-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyWebSQL: Desktop Like Web-Based MySQL Admin Tool</title>
		<link>http://inwebdeveloper.com/2011/11/14/mywebsql-desktop-like-web-based-mysql-admin-tool/</link>
		<comments>http://inwebdeveloper.com/2011/11/14/mywebsql-desktop-like-web-based-mysql-admin-tool/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 22:24:39 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL admin tool]]></category>
		<category><![CDATA[MyWebSql]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[web-based MySQL]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=1380</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a>, <a href="http://inwebdeveloper.com/category/mysql/" title="View all posts in MySQL" rel="category tag">MySQL</a>, <a href="http://inwebdeveloper.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/mysql-admin-tool/" rel="tag">MySQL admin tool</a>, <a href="http://inwebdeveloper.com/tag/mywebsql/" rel="tag">MyWebSql</a>, <a href="http://inwebdeveloper.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a>, <a href="http://inwebdeveloper.com/tag/phpmyadmin/" rel="tag">phpMyAdmin</a>, <a href="http://inwebdeveloper.com/tag/sqlite/" rel="tag">SQLite</a>, <a href="http://inwebdeveloper.com/tag/web-based-mysql/" rel="tag">web-based MySQL</a></p>For MySQL users, phpMyAdmin -the popular MySQL admin tool-, is probably one of the most-used apps unless you are fan of a desktop MySQL admin tool. MyWebSQL is an exciting open source alternative to both as it is a web-based MySQL (and SQLite) manager with a desktop-like functionality. It is built with PHP and, with<a href="http://inwebdeveloper.com/2011/11/14/mywebsql-desktop-like-web-based-mysql-admin-tool/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2011/11/14/mywebsql-desktop-like-web-based-mysql-admin-tool/' title='MyWebSQL: Desktop Like Web-Based MySQL Admin Tool'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/11/14/mywebsql-desktop-like-web-based-mysql-admin-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yioop! &#8211; Open Source PHP Search Engine</title>
		<link>http://inwebdeveloper.com/2011/09/01/yioop-open-source-php-search-engine/</link>
		<comments>http://inwebdeveloper.com/2011/09/01/yioop-open-source-php-search-engine/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 22:10:01 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=1338</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/mysql/" title="View all posts in MySQL" rel="category tag">MySQL</a>, <a href="http://inwebdeveloper.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a></p>Yioop! is an open source search engine built with PHP and uses MySQL or SQLite for storing the data. It can be configured to crawl any page it finds by following links or limited to any given number of URLs and used as an in-site search engine (like Google Custom Search). A standard setup can<a href="http://inwebdeveloper.com/2011/09/01/yioop-open-source-php-search-engine/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2011/09/01/yioop-open-source-php-search-engine/' title='Yioop! - Open Source PHP Search Engine'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/09/01/yioop-open-source-php-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP/MySQL : Create Archive</title>
		<link>http://inwebdeveloper.com/2011/04/27/phpmysql-create-archive/</link>
		<comments>http://inwebdeveloper.com/2011/04/27/phpmysql-create-archive/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 20:09:26 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=907</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/mysql/" title="View all posts in MySQL" rel="category tag">MySQL</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>, <a href="http://inwebdeveloper.com/category/tutorial/" title="View all posts in Tutorial" rel="category tag">Tutorial</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a></p>PHP/MySQL : Create Archive Order By Month Year (Like WordPress Archieve) How to build an archive link that will display as such: - April 2011 - March 2011 - February 2011 - January 2011 - December 2010 - November 2010 - October 2010 - September 2010 - August 2010 - July 2010 - June 2010<a href="http://inwebdeveloper.com/2011/04/27/phpmysql-create-archive/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2011/04/27/phpmysql-create-archive/' title='PHP/MySQL : Create Archive'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/04/27/phpmysql-create-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dracMail : Feature Rich Webmail Software</title>
		<link>http://inwebdeveloper.com/2011/01/13/dracmail-feature-rich-webmail-software/</link>
		<comments>http://inwebdeveloper.com/2011/01/13/dracmail-feature-rich-webmail-software/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 16:02:03 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ExtJS]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=468</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/mysql/" title="View all posts in MySQL" rel="category tag">MySQL</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/extjs/" rel="tag">ExtJS</a>, <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a></p>dracMail is a feature rich webmail software built with PHP, ExtJS (JavaScript framework), MySQL and IMAP. It comes with many useful features including Rich UI, WYSIWYG editor, HTML mail composing and message caching. Features: - Rich User Interface - Built in WYSIWYG (using TinyMCE) - HTML mail message - IMAP Folder listing - Folder content<a href="http://inwebdeveloper.com/2011/01/13/dracmail-feature-rich-webmail-software/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2011/01/13/dracmail-feature-rich-webmail-software/' title='dracMail : Feature Rich Webmail Software'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/01/13/dracmail-feature-rich-webmail-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Customer: Open Source Contact Management</title>
		<link>http://inwebdeveloper.com/2010/12/31/simple-customer-open-source-contact-management/</link>
		<comments>http://inwebdeveloper.com/2010/12/31/simple-customer-open-source-contact-management/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 22:46:52 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Simple Customer]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=450</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/mysql/" title="View all posts in MySQL" rel="category tag">MySQL</a>, <a href="http://inwebdeveloper.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a>, <a href="http://inwebdeveloper.com/tag/simple-customer/" rel="tag">Simple Customer</a></p>Simple Customer is an free contact management software, developed for anyone who needs a simple and easy way to keep track of their clients, customers and business contacts. Simple Customer is developed with PHP and MySQL. Its a light-weight, sleek and professional contact management software. Requirements: PHP, MySQL Demo: http://www.simplecustomer.com/demo/index.php Website: http://www.simplecustomer.com/ License: Apache 2<a href="http://inwebdeveloper.com/2010/12/31/simple-customer-open-source-contact-management/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/12/31/simple-customer-open-source-contact-management/' title='Simple Customer: Open Source Contact Management'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/12/31/simple-customer-open-source-contact-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBKiss: PHP Database Browser (MySQL, PostgreSQL)</title>
		<link>http://inwebdeveloper.com/2010/11/26/dbkiss-php-database-browser-mysql-postgresql/</link>
		<comments>http://inwebdeveloper.com/2010/11/26/dbkiss-php-database-browser-mysql-postgresql/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 19:05:44 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL editor]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=417</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/mysql/" title="View all posts in MySQL" rel="category tag">MySQL</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a>, <a href="http://inwebdeveloper.com/tag/postgresql/" rel="tag">PostgreSQL</a>, <a href="http://inwebdeveloper.com/tag/sql-editor/" rel="tag">SQL editor</a></p>There are many database editors with advanced features, but sometimes, a smaller and simpler tool is all we need. DBKiss is a MySQL and PostgreSQL manager application that is only a single PHP file. It has most of the features you can ask for including: - import/export of data - searching of the whole database<a href="http://inwebdeveloper.com/2010/11/26/dbkiss-php-database-browser-mysql-postgresql/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/11/26/dbkiss-php-database-browser-mysql-postgresql/' title='DBKiss: PHP Database Browser (MySQL, PostgreSQL)'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/11/26/dbkiss-php-database-browser-mysql-postgresql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQLiteManager : Web-based SQLite administration.</title>
		<link>http://inwebdeveloper.com/2010/11/06/sqlitemanager-web-based-sqlite-administration/</link>
		<comments>http://inwebdeveloper.com/2010/11/06/sqlitemanager-web-based-sqlite-administration/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 02:21:45 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQLiteManager]]></category>
		<category><![CDATA[Web-based Application]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=397</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>, <a href="http://inwebdeveloper.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>, <a href="http://inwebdeveloper.com/category/sqlite/" title="View all posts in SQLite" rel="category tag">SQLite</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a>, <a href="http://inwebdeveloper.com/tag/sqlite/" rel="tag">SQLite</a>, <a href="http://inwebdeveloper.com/tag/sqlitemanager/" rel="tag">SQLiteManager</a>, <a href="http://inwebdeveloper.com/tag/web-based-application/" rel="tag">Web-based Application</a></p>SQLiteManager is an open source and web-based application for managing the popular server-less, zero-configuration SQLite databases. It is built with PHP and can control multiple databases besides applying every action on tables or records. Using the application, queries can be ran, MySQL queries can be converted to SQLite-compatible ones and triggers can be created/edited as<a href="http://inwebdeveloper.com/2010/11/06/sqlitemanager-web-based-sqlite-administration/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/11/06/sqlitemanager-web-based-sqlite-administration/' title='SQLiteManager : Web-based SQLite administration.'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/11/06/sqlitemanager-web-based-sqlite-administration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Ruby on Rails alongside WampServer?</title>
		<link>http://inwebdeveloper.com/2010/10/27/how-to-install-ruby-on-rails-alongside-wampserver/</link>
		<comments>http://inwebdeveloper.com/2010/10/27/how-to-install-ruby-on-rails-alongside-wampserver/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 06:13:03 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[WampServer]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=383</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/ruby/" title="View all posts in Ruby" rel="category tag">Ruby</a>, <a href="http://inwebdeveloper.com/category/tutorial/" title="View all posts in Tutorial" rel="category tag">Tutorial</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/apache/" rel="tag">Apache</a>, <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/ruby/" rel="tag">Ruby</a>, <a href="http://inwebdeveloper.com/tag/ruby-on-rails/" rel="tag">Ruby on Rails</a>, <a href="http://inwebdeveloper.com/tag/wampserver/" rel="tag">WampServer</a></p>Installing Ruby. 1. Download Ruby (the Windows binary version, not the &#8220;one click installer&#8221; because it contains MySQL and Apache which we don&#8217;t need). 2. Extract the zip to C:\wamp\ruby\ 3. Add Ruby&#8217;s bin repertory in your PATH environment variable: - Right click &#8220;Computer / Properties&#8221;. - Click &#8220;Advanced System Settings&#8221;. - Advanced tab /<a href="http://inwebdeveloper.com/2010/10/27/how-to-install-ruby-on-rails-alongside-wampserver/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/10/27/how-to-install-ruby-on-rails-alongside-wampserver/' title='How to install Ruby on Rails alongside WampServer?'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/10/27/how-to-install-ruby-on-rails-alongside-wampserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thingamablog: Free Desktop Blogging Platform</title>
		<link>http://inwebdeveloper.com/2010/10/27/thingamablog-free-desktop-blogging-platform/</link>
		<comments>http://inwebdeveloper.com/2010/10/27/thingamablog-free-desktop-blogging-platform/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 21:44:50 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Desktop Blogging Platform]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Thingamablog]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=377</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/desktop-blogging-platform/" rel="tag">Desktop Blogging Platform</a>, <a href="http://inwebdeveloper.com/tag/ftp/" rel="tag">FTP</a>, <a href="http://inwebdeveloper.com/tag/mysql/" rel="tag">MySQL</a>, <a href="http://inwebdeveloper.com/tag/thingamablog/" rel="tag">Thingamablog</a></p>Thingamablog is a cross-platform, standalone blogging application that makes authoring and publishing your weblogs almost effortless. Unlike most blogging solutions, Thingamablog does NOT require a third-party blogging host, a cgi/php enabled web host, or a MySQL database. In fact, all you need to setup, and manage, a blog with Thingamablog is FTP, SFTP, or network<a href="http://inwebdeveloper.com/2010/10/27/thingamablog-free-desktop-blogging-platform/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/10/27/thingamablog-free-desktop-blogging-platform/' title='Thingamablog: Free Desktop Blogging Platform'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/10/27/thingamablog-free-desktop-blogging-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

