<?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>Who? Me?? &#187; wordpress</title>
	<atom:link href="http://kidakaka.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://kidakaka.com/blog</link>
	<description>Random musings which I rather not say out loud :)</description>
	<lastBuildDate>Thu, 19 Jan 2012 18:20:50 +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>Upgrading WordPress</title>
		<link>http://kidakaka.com/blog/2011/12/25/upgrading-wordpress/</link>
		<comments>http://kidakaka.com/blog/2011/12/25/upgrading-wordpress/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 02:10:45 +0000</pubDate>
		<dc:creator>Prasad</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[neev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[webmasters]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kidakaka.com/blog/?p=1281</guid>
		<description><![CDATA[With the Wordpress 3.3 update coming out, I decided that it was about time that I upgrade the wordpress running on our company's website from the lowly 2.7.1 to the current version.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fkidakaka.com%2Fblog%2F2011%2F12%2F25%2Fupgrading-wordpress%2F' data-shr_title='Upgrading+Wordpress'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fkidakaka.com%2Fblog%2F2011%2F12%2F25%2Fupgrading-wordpress%2F' data-shr_title='Upgrading+Wordpress'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>With the WordPress 3.3 update coming out, I decided that it was about time that I upgrade the wordpress running on our <a href="http://www.edupristine.com">company&#8217;s website</a> from the lowly 2.7.1 to the current version. This has been a thorn in my side from quite some time (about a year now). I had earlier attempted to correct this, however direct update options available in WP always resulted in broken themes or worse, broken functionality. It&#8217;s a nightmare when you have to consider the SEO juice you would be loosing because of the change in URLs. Even if I put in 301 redirects, it was too much of an effort to consider the update.</p>
<h2>Installation</h2>
<ul>
<li>Christmas and New Year is always a slow time for any business, the perfect time to update WordPress. Also, using Google Analytics, I noted the time of the day when we receive the least no. of visitors (2am to 7am IST, when the no. is around 300-400 visitors per hour, else it goes as high as 1700-2000 visitors per hour)</li>
<li>The first thing I did was ensure that my hosting environment was compatible with WP 3.3. Turns out that my PHP version was not updated. I found this excellent guide to <a href="http://www.andresmontalban.com/update-centos-5-php-5-1-to-php-5-3/">upgrade PHP from 5.1 to 5.3</a>.</li>
<li>Once that was done, I double checked to see if my existing packages were compatible with the updated PHP. Turns out, that a lot of the functions in the previous version were deprecated. My <em>error_log</em> was looking like a battlefield scarred with PHP Fatal Errors, and PHP Warnings. Some quick fixes, I was ready for the WP update.</li>
<li>Using the awesome 5-minute WP install, I installed a dummy version on a hidden subdomain. I was sure to disable search engines on this deployment.</li>
<li>I then exported all the data from our current system and imported it into this deployment. This was the easiest part!</li>
<li>I then copied our theme files, and installed it into this new WP package (you have to check the theme files for deprecated methods)</li>
<li>I then copied all the plug-ins from the old to the new WP. These were then updated. The good thing about updated plug-ins is that you get awesome set of functionalities and security updates that you so wanted. Note to New Webmasters: There are a lot of plug-ins out there whose older versions contain backdoors (more on this later), trigger false alarms on search engines, etc which need to be taken care of. Earlier I used to this clean-up using shell scripts, but not anymore <img src='http://kidakaka.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Now with a bit of tweaking here and there, the site had URLs which were function properly (no more worrying about loosing on our SEO efforts).</li>
<li>With adding a fair bit of plug-ins into the system, came a new problem &#8211; conflicting jQuery!! Earlier this month, I had asked <a href="http://rontnp.blogspot.com">our intern</a> to hand script a jQuery menu, and that was conflicting with the other jQuery scripts. Fortunately, we have <a href="http://api.jquery.com/jQuery.noConflict/">jQuery.noConflict()</a>.</li>
</ul>
<h2>A whole new World!</h2>
<div>
<ul>
<li>WordPress 3.3 is breathtakingly awesome!</li>
<li>The custom fields have been nerfed, now you have to do a fair bit of tweaking around to introduce custom fields in pages. But that allows me to have a higher controls on them. Earlier custom fields had this nagging way of getting out of control in a wordpress installation. Not any more!</li>
<li>Plug-ins like All-in-one-SEO make for better and simpler SEO efforts. All my worries of duplicate title tags are slowly vanishing away!</li>
<li>Better plug-in support! Earlier where I would myself script a small workflow on the WP installation, now I can again rely on the huge set of awesome wordpress plug-ins</li>
</ul>
<p>The good part of this transition was that it took me a little of 3 hours to completely migrate. Of course for some other media (such as videos, pdfs, etc.) which I did not want to migrate to a new folder, I created softlinks and the task was done. All in all, if you are facing legacy wordpress systems, and are worried about upgrading them to the latest version &#8230; dont. The best method is to deploy a new version and migrate all the content (however ginormous the task sounds, its a better approach).</p></div></p>
<div class="shr-publisher-1281"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://kidakaka.com/blog/2011/12/25/upgrading-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme!</title>
		<link>http://kidakaka.com/blog/2010/04/23/wordpress-theme/</link>
		<comments>http://kidakaka.com/blog/2010/04/23/wordpress-theme/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 05:29:00 +0000</pubDate>
		<dc:creator>Prasad</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[fb]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kidakaka.com/blog/2010/04/23/wordpress-theme/</guid>
		<description><![CDATA[Created or rather tweaked my first WordPress theme ever. Have taken the Magazine theme and with the help of Angad worked out a flashy new theme for our latest blog at work. Interesting to note that many people do only this for a living and some of the themes fetching a whopping $200 per piece. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fkidakaka.com%2Fblog%2F2010%2F04%2F23%2Fwordpress-theme%2F' data-shr_title='Wordpress+Theme%21'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fkidakaka.com%2Fblog%2F2010%2F04%2F23%2Fwordpress-theme%2F' data-shr_title='Wordpress+Theme%21'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://kidakaka.com/blog/wp-content/uploads/2010/04/wordpressspanner.jpg"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="wordpress-spanner" src="http://kidakaka.com/blog/wp-content/uploads/2010/04/wordpressspanner_thumb.jpg" border="0" alt="wordpress-spanner" width="100" height="64" align="left" /></a> Created or rather tweaked my first WordPress theme ever. Have taken the <a href="http://wordpress.org/extend/themes/magazine-basic">Magazine</a> theme and with the help of Angad worked out a flashy new theme for our latest blog at work.</p>
<p>Interesting to note that many people do only this for a living and some of the themes fetching a whopping $200 per piece. Makes me want to learn WordPress as an engine and contribute (eh … loosely using the term here!) to the WP community.</p>
<p>See the series of blogs under this theme shortly <a href="http://i-become.org/beta/existing-to-living/">here</a> and <a href="http://i-become.org/beta/herd-to-wise/">here</a>.</p>
<div class="shr-publisher-831"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://kidakaka.com/blog/2010/04/23/wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

