<?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>Fading Impression &#187; Joomla</title>
	<atom:link href="http://azeemkhan.info/tag/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://azeemkhan.info</link>
	<description>Leaving my mark (temporarily)</description>
	<lastBuildDate>Sun, 14 Nov 2010 05:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Joomla2WordPress Import Wizard v.3</title>
		<link>http://azeemkhan.info/2008/joomla2wordpress-import-wizard-v3/</link>
		<comments>http://azeemkhan.info/2008/joomla2wordpress-import-wizard-v3/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:48:21 +0000</pubDate>
		<dc:creator>Azeem</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://azeemkhan.info/2008/joomla2wordpress-import-wizard-v3/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I recently switched from Joomla over to WordPress.  One major step which was preventing me from making the move for so long was the export process. Then I found <a href="http://rangit.com/software/6-steps-how-to-migrate-from-joomla-to-wordpress/" target="_blank">a pos</a>t on rangit.com which had a script which would allow you to move the content over. But there was a problem. WordPress had changed its database schema in its latest version (2.3.2) thus breaking the script (linked above). So I decided to take this on as a side project and fix it. I also made some changes which will make it even easier to use this script; such as allowing the user to set table prefixes in the config file.</p>
<p>UPDATE: This version of the script has been tested and works on all versions of Joomla between  1.0.12 &#8211; 1.5 and WordPress 2.3.2 -2.7 and works pretty smoothly. So it should work with the latest versions of both CMS platforms! Make sure to post your success or failure and which version you were using in the comments.</p>
<p>Step by Step Instruction (with Screenshots):</p>
<p>1. Unzip <a href="http://azeemkhan.info/wp-content/uploads/2008/01/joomla2wordpress.zip">Joomla2WordPress.zip</a><br />
2. Edit config.php and enter all missing values<br />
<a title="Screen01" href="http://azeemkhan.info/wp-content/uploads/2008/01/01.jpg" rel="lightbox[204]"><img src="http://azeemkhan.info/wp-content/uploads/2008/01/01.thumbnail.jpg" alt="Screen01" /></a><br />
3. Upload files to /export on your server<br />
<a title="Screen02" href="http://azeemkhan.info/wp-content/uploads/2008/01/02.jpg" rel="lightbox[204]"><img src="http://azeemkhan.info/wp-content/uploads/2008/01/02.thumbnail.jpg" alt="Screen02" /></a><br />
4. Add Categories in wordpress which you want to import into<br />
5. Open www.yoursite.com/export/index.php on a browser<br />
<a title="Screen03" href="http://azeemkhan.info/wp-content/uploads/2008/01/03.jpg" rel="lightbox[204]"><img src="http://azeemkhan.info/wp-content/uploads/2008/01/03.thumbnail.jpg" alt="Screen03" /></a><br />
6. Select either a Joomla Section, Category or Links Category<br />
<a title="Screen04" href="http://azeemkhan.info/wp-content/uploads/2008/01/04.jpg" rel="lightbox[204]"><img src="http://azeemkhan.info/wp-content/uploads/2008/01/04.thumbnail.jpg" alt="Screen04" /></a><br />
7. Select a WordPress Category to import into<br />
<a title="Screen05" href="http://azeemkhan.info/wp-content/uploads/2008/01/05.jpg" rel="lightbox[204]"><img src="http://azeemkhan.info/wp-content/uploads/2008/01/05.thumbnail.jpg" alt="Screen05" /></a><br />
8. Repeat Steps 5-7 till all of your articles have been imported<br />
<a title="Screen06" href="http://azeemkhan.info/wp-content/uploads/2008/01/06.jpg" rel="lightbox[204]"><img src="http://azeemkhan.info/wp-content/uploads/2008/01/06.thumbnail.jpg" alt="Screen06" /></a><br />
9. Enjoy and Spread the word!</p>
<p><a title="Joomla2WordPress Import Wizard" href="http://azeemkhan.info/wp-content/uploads/2008/01/joomla2wordpress.zip">Download: Joomla2WordPress Import Wizard</a><br />
<span id="more-204"></span><br />
Notes:-minor glitch: If you create a WP category which is empty (has no posts), the articles will import just fine, but the category may not appear in the categories widget until you open at least one post in that category in /wp-admin and just hit save. If anyone knows how to fix this minor bug</p>
<p><strong>Credits</strong><br />
v1: <a href="http://www.blevins.nl/missiontech/">Mambo2Wordpress Import Wizard</a> by <a href="http://www.blevins.nl/missiontech">Mission:Tech</a>, technology blog.<br />
v2:<a href="http://www.mediafire.com/?6dsuxjjm0ig"><span style="text-decoration: underline;">Joomla To WordPress</span></a> by Chris Chee of<a href="http://rangit.com/software/6-steps-how-to-migrate-from-joomla-to-wordpress/"> Rangit.com</a><br />
v3: <a href="http://azeemkhan.info/2008/joomla2wordpress-import-wizard-v3/">Joomla2WordPress Import</a> Wizard by Azeem Khan of <a href="http://www.azeemkhan.info">Azeemkhan.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://azeemkhan.info/2008/joomla2wordpress-import-wizard-v3/feed/</wfw:commentRss>
		<slash:comments>242</slash:comments>
		</item>
		<item>
		<title>Joomla Study Shows Its level of adoption</title>
		<link>http://azeemkhan.info/2007/joomla-study-shows-its-level-of-adoption/</link>
		<comments>http://azeemkhan.info/2007/joomla-study-shows-its-level-of-adoption/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 03:46:03 +0000</pubDate>
		<dc:creator>Azeem</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://azeemkhan.info/2007/joomla-study-shows-its-level-of-adoption/</guid>
		<description><![CDATA[JoomlaShack.com surveyed over 3,600 individuals who use the Joomla CMS. The survey yielded some very interesting results. The findings state: &#8220;Perhaps one of the more surprising results, this seems to imply that Joomla finds more users in the business community than the non-profit world. One possibility however, is that these are web designers using Joomla [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://JoomlaShack.com" target="_blank">JoomlaShack.com</a> surveyed over 3,600 individuals who use the Joomla CMS. The survey yielded some very interesting results. The findings state:</p>
<p>&#8220;Perhaps one of the more surprising results, this seems to imply that Joomla finds more users in the business community than the non-profit world. One possibility however, is that these are web designers using Joomla for their clients of all types.&#8221;</p>
<p>Questions on what other CMS&#8217;s are used by these individuals bought up the usual suspects; WordPress followed by drupal.</p>
<p>Read the entire report <a href="http://www.joomlashack.com/joomlashack/news/joomla-survey-says-who-uses-joomla.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://azeemkhan.info/2007/joomla-study-shows-its-level-of-adoption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Vs. Drupal</title>
		<link>http://azeemkhan.info/2007/joomla-vs-drupal/</link>
		<comments>http://azeemkhan.info/2007/joomla-vs-drupal/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 00:25:02 +0000</pubDate>
		<dc:creator>Azeem</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://azeemkhan.info/2007/joomla-vs-drupal/</guid>
		<description><![CDATA[There&#8217;s a really good Comparison Chart here. Ayaz and I had this discussion a while ago, when we first created our respective blogs using Joomla. We quickly realized the shortcomings the Joomla CMS had when it came to blogging. For starters it didn&#8217;t have a built in commenting or tagging (taxonomy) system. When I complained [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a really good Comparison Chart <a href="http://www.alledia.com/blog/general-cms-issues/joomla-and-drupal-%11-which-one-is-right-for-you?/" target="_blank">here</a>.<a href="http://www.ayazsiddiqui.com/" target="_blank"> Ayaz</a> and I had this discussion a while ago, when we first created our respective blogs using <a href="http://www.joomla.org" target="_blank">Joomla</a>. We quickly realized the shortcomings the Joomla CMS had when it came to blogging. For starters it didn&#8217;t have a built in commenting or tagging (taxonomy) system. When I <a href="http://forum.joomla.org/index.php/topic,90223.0.html" target="_blank">complained</a> about this on the joomla forums I was told that Joomla wasn&#8217;t going to cater to any specific crowd (i.e. bloggers). The point was made that Joomla is used for all types of sites, and 3rd party plugins were available to customize your site. As a developer in the back of my mind I also knew that if I wanted something really well integrated I would either have to wait a really long time or just develop something myself.</p>
<p>This site is my first attempt at working <a href="http://www.drupal.org" target="_blank">Drupal</a> and I have to say that having blogging and commenting modules built in really makes a difference when deciding between Drupal or Joomla, well at least when picking between the two for a blogging platform.</p>
<p>I have also worked with WordPress and I think thats the best platform for people who just want to blog. Drupal might be a step above that if you want your site to be more feature rich. I think as of now Joomla is the most extensive (Look at the camparison chart to see what Joomla has that Drupal doesn&#8217;t). Joomla also has <a href="http://extensions.joomla.org/" target="_blank">a ton of extensions</a> to play with developed by third party developers.</p>
<p>I&#8217;m going to continue to work with all of them to understand their ins and outs. I will develop my next group project in Drupal. Will keep you updated&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://azeemkhan.info/2007/joomla-vs-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

