<?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>JavaChap Blog &#187; General</title>
	<atom:link href="http://blog.javachap.com/index.php/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.javachap.com</link>
	<description>Java and Technology musings for the masses</description>
	<lastBuildDate>Tue, 15 Nov 2011 10:19:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>&#9733; 6th Grader and iPhone Application Developer</title>
		<link>http://blog.javachap.com/index.php/6th-grader-and-iphone-application-developer/</link>
		<comments>http://blog.javachap.com/index.php/6th-grader-and-iphone-application-developer/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 10:19:31 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.javachap.com/?p=614</guid>
		<description><![CDATA[Not sure which makes me feel like more of a slacker, his mutliple apps in the App Store or his excellent public speaking]]></description>
			<content:encoded><![CDATA[<p>Not sure which makes me feel like more of a slacker, his mutliple apps in the App Store or his excellent public speaking</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/ehDAP1OQ9Zw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/6th-grader-and-iphone-application-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#9733; The 5 Biggest Ways to Boost MySQL Scalability</title>
		<link>http://blog.javachap.com/index.php/the-5-biggest-ways-to-boost-mysql-scalability/</link>
		<comments>http://blog.javachap.com/index.php/the-5-biggest-ways-to-boost-mysql-scalability/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 18:43:09 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[scalability]]></category>

		<guid isPermaLink="false">http://blog.javachap.com/?p=605</guid>
		<description><![CDATA[Sean Hall with some really good MySQL advice: Tune those queries. Biggest bang for your buck. Enable the slow query log and watch it. Once you've found a heavy resource intensive query, optimize it! Tune what receives real-world traffic. Employ Master-Master Replication. Immediately have a read-only slave for your application to hit as well. Use Your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iheavy.com/" target="_blank">Sean Hall</a> with some really good <a href="http://www.iheavy.com/2011/07/28/5-ways-to-boost-mysql-scalability/" target="_blank">MySQL advice</a>:</p>
<ol>
<li><strong>Tune those queries</strong>. Biggest bang for your buck. Enable the slow query log and watch it. Once you've found a heavy resource intensive query, optimize it! Tune what receives real-world traffic.</li>
<li><strong>Employ Master-Master Replication</strong>. Immediately have a read-only slave for your application to hit as well.</li>
<li><strong>Use Your Memory</strong>. Set innodb_buffer_pool_size, key_buffer_size and other key options.</li>
<li><strong>RAID Your Disk I/O</strong>. Use RAID 10 mirroring and striping. On EC2 striping across a number of EBS volumes using the Linux md software raid.</li>
<li><strong>Tune Key Parameters</strong>. speeds up inserts &amp; updates with innodb_flush_log_at_trx_commit=2; create a tablespace and underlying datafile for each table with innodb_file_per_table.</li>
</ol>
<p>Full details at the <a href="http://www.iheavy.com/2011/07/28/5-ways-to-boost-mysql-scalability/" target="_blank">original article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/the-5-biggest-ways-to-boost-mysql-scalability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#9733; Learning by Doing</title>
		<link>http://blog.javachap.com/index.php/learning-by-doing/</link>
		<comments>http://blog.javachap.com/index.php/learning-by-doing/#comments</comments>
		<pubDate>Mon, 16 May 2011 01:13:48 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.javachap.com/?p=502</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="480" height="390" src="http://www.youtube.com/embed/bzEjYZnZSqE?rel=0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/learning-by-doing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#9733; How to Enable Permalinks in WordPress &#8211; Yahoo Hosting</title>
		<link>http://blog.javachap.com/index.php/how-to-enable-permalinks-in-wordpress-yahoo-hosting/</link>
		<comments>http://blog.javachap.com/index.php/how-to-enable-permalinks-in-wordpress-yahoo-hosting/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:01:21 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.javachap.com/?p=289</guid>
		<description><![CDATA[Problem : WordPress Permalinks don’t work on Yahoo! hosting because they do not give their users access to the htaccess file – which means you cannot create the mod_rewrite rules needed for custom permlinks. Any other WordPress feature.. addon or plugin that you may need your .htaccess file for? Forget it – they do not [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem </strong>: WordPress Permalinks don’t work on Yahoo! hosting because they do not give their users access to the htaccess file – which means you cannot create the mod_rewrite rules needed for custom permlinks. Any other WordPress feature.. addon or plugin that you may need your .htaccess file for? Forget it – they do not give you access to it. Period.</p>
<p><strong>Solution: </strong>Go to Permalink Settings &gt; Select Custom Structure. And define the value as<strong> /index.php/%postname%/</strong> Then your URL will look like http://yoursite.com/index.php/your-post-title.</p>
<p>Huh finally Permanlinks are enabled for my blog. Just incase if you dont know, Permalinks will help you on SEO. Yes Yahoo hosting sucks !</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/how-to-enable-permalinks-in-wordpress-yahoo-hosting/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>&#9733; GreatAndhra RSS Feed</title>
		<link>http://blog.javachap.com/index.php/great-andhra-rss-feed/</link>
		<comments>http://blog.javachap.com/index.php/great-andhra-rss-feed/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 03:52:12 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[greatandhra]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://blog.javachap.com/?p=92</guid>
		<description><![CDATA[I do regularly read telugu news at http://www.greatandhra.com, But the issue is i have to go to the site to read the news. They don't provide an RSS feed. So i have used Yahoo Pipes and created an RSS feed for greatandhra.com. So if you want greatandhra RSS feed in your favorite RSS reader. Use [...]]]></description>
			<content:encoded><![CDATA[<p>I do regularly read telugu news at <a href="http://www.greatandhra.com">http://www.greatandhra.com</a>, But the issue is i have to go to the site to read the news. They don't provide an RSS feed.</p>
<p>So i have used <a href="http://pipes.yahoo.com/">Yahoo Pipes</a> and created an RSS feed for greatandhra.com.  So if you want greatandhra RSS feed in your favorite RSS reader. Use the following RSS feed URLs.</p>
<p>All News:<a href="http://feeds.feedburner.com/greatandhra-news"> http://feeds.feedburner.com/greatandhra-news</a></p>
<p>Only Movie News:<a href="http://feeds.feedburner.com/greatandhra-movienews"> http://feeds.feedburner.com/greatandhra-movienews</a></p>
<p><strong>Update:</strong> Fixed the Yahoo Pipes, since the pipes are broken after the UI is updated for GreatAndhra.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/great-andhra-rss-feed/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>&#9733; Indian Celebrities &#8211; Twitter Accounts</title>
		<link>http://blog.javachap.com/index.php/indian-celebrities-twitter-accounts/</link>
		<comments>http://blog.javachap.com/index.php/indian-celebrities-twitter-accounts/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:52:33 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.javachap.com/?p=85</guid>
		<description><![CDATA[Update: I have created a Twitter List for Indian Movie Celebrities. So now you can follow all the celebrities in single shot, http://twitter.com/javachap/indian-movie-celebrities Twitter is becoming famous in India now, And so the celebrities and famous personalities are tweeting now sharing there thoughts. Here is a list of indian celebrities who are tweeting. Verified accounts [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: </strong>I have created a Twitter List for Indian Movie Celebrities. So now you can follow all the celebrities in single shot, <a href="http://twitter.com/javachap/indian-movie-celebrities">http://twitter.com/javachap/indian-movie-celebrities</a></p>
<p>Twitter is becoming famous in India now, And so the celebrities and famous personalities are tweeting now sharing there thoughts. Here is a list of indian celebrities who are tweeting. Verified accounts are the accounts that actually verified by Twitter confirming that they are orginal users</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/indian-celebrities-twitter-accounts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#9733; Rab Ne Bana Di Jodi</title>
		<link>http://blog.javachap.com/index.php/rab-ne-bana-di-jodi/</link>
		<comments>http://blog.javachap.com/index.php/rab-ne-bana-di-jodi/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:50:52 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[movie]]></category>

		<guid isPermaLink="false">http://blog.javachap.com/?p=13</guid>
		<description><![CDATA[So I saw the movie last night, Rab Ne Bana Di Jodi. Asusual, Sharukh Khan is superb, your heart goes out to him every time he appears on screen. Anushka has done a pretty awesome job in her dream debut movie. Salim-Sulaiman's Music is good too, i'm still humming 'Haule Haule'. On down side, Wife(Anushka) [...]]]></description>
			<content:encoded><![CDATA[<p>So I saw the movie last night, Rab Ne Bana Di Jodi.</p>
<p>Asusual, Sharukh Khan is superb, your heart goes out to him every time he appears on screen. Anushka has done a pretty awesome job in her dream debut movie. Salim-Sulaiman's Music is good too, i'm still humming 'Haule Haule'.</p>
<p>On down side, Wife(Anushka) not able to recognize her husband(Sharukh) after a makeover and not a convincing Climax .</p>
<p>Overall i enjoyed the movie and sharukh's acting.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/rab-ne-bana-di-jodi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#9733; Humor</title>
		<link>http://blog.javachap.com/index.php/humor/</link>
		<comments>http://blog.javachap.com/index.php/humor/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 04:05:50 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://javachap.com/blog/?p=10</guid>
		<description><![CDATA[SE: I'm tired of being SE for last 3 years.I demand my designation to be changed to SSE HR : Okay, No problem we do everything to keep our employees happy. ........ HR : SE, your designation has been changed to SSE (Still Software Engineer) - HR]]></description>
			<content:encoded><![CDATA[<p>SE: I'm tired of being SE for last 3 years.I demand my designation to be changed to SSE</p>
<p>HR : Okay, No problem we do everything to keep our employees happy.</p>
<p>........</p>
<p>HR : SE, your designation has been changed to SSE (Still Software Engineer) - HR</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/humor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#9733; Hello World !!</title>
		<link>http://blog.javachap.com/index.php/hello-world/</link>
		<comments>http://blog.javachap.com/index.php/hello-world/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 15:08:27 +0000</pubDate>
		<dc:creator>JavaChap</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://javachap.com/blog/?p=5</guid>
		<description><![CDATA[Hello World !! My First Post.]]></description>
			<content:encoded><![CDATA[<p>Hello World !!</p>
<p>My First Post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javachap.com/index.php/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

