<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Kokul's World</title>
	
	<link>http://www.kokul-idk.com</link>
	<description>A blog about various things in life.</description>
	<pubDate>Sun, 16 Aug 2009 22:50:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KokulsWorld" /><feedburner:info uri="kokulsworld" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:emailServiceId>KokulsWorld</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FKokulsWorld" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FKokulsWorld" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FKokulsWorld" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/KokulsWorld" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FKokulsWorld" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FKokulsWorld" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FKokulsWorld" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Getting the Most of Out Wordpress</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/bsjIOH9nRus/getting-the-most-of-out-wordpress</link>
		<comments>http://www.kokul-idk.com/2009/08/16/getting-the-most-of-out-wordpress#comments</comments>
		<pubDate>Sun, 16 Aug 2009 22:50:32 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=209</guid>
		<description><![CDATA[The folks over at hongkiat.com offer tips through a blog post on how you can get the most out of your Wordpress site using 30 new useful tricks and hacks.
There are some great tips on that site. However I also wanted to add a few of my own in addition to what is there.

Keep your [...]]]></description>
			<content:encoded><![CDATA[<p>The folks over at <a href="http://www.hongkiat.com">hongkiat.com</a> offer tips through a blog post on how you can get the most out of your Wordpress site using <a href="http://www.hongkiat.com/blog/30-new-useful-wordpress-tricks-hacks/">30 new useful tricks and hacks</a>.</p>
<p>There are some great tips on that site. However I also wanted to add a few of my own in addition to what is there.</p>
<ol>
<li><strong>Keep your Wordpress site up to date.</strong><br />
Of course the most obvious part of this is keeping your install updated since it means new features, bug fixes and additions. An outdated Wordpress install leaves you wide open to be hacked and also means you are missing out on the many improvements that are made to Wordpress during each release.<br />
However a not so obvious part that many people seem to forget is to update plugins and themes. Like the base install, plugins and themes are also updated regularly by their authors to add new features, improvements, security fixes and bug fixes. Thus, outdated plugins and themes leave your install open to errors, problems and hacking as well.</li>
<li><strong>Validate your site with W3C tools.<br />
</strong>Search engines and most web browsers prefer if your site is 100% valid HTML and CSS markup. So once you get a theme and your site up and running, validate it using <a href="http://validator.w3.org/">W3C&#8217;s markup validator</a>. That way your users don&#8217;t see wonky effects and search engines are slightly happier. Also, keep checking your site with this tool periodically since updates to plugins, themes and Wordpress may cause problems. Also new plugins can also cause invalid markup when activated.</li>
<li><strong>Get rid of plugins you rarely use or never use<br />
</strong>The most important reason for this is to improve the performance of your site. Too many unnecessary plugins means more server resources are being used to generate your site, slowing loading times. This may also lead to you getting in trouble with your web host. Also, the larger the number of plugins, the harder it is to maintain and keep compatibility with one another and with Wordpress.</li>
</ol>
<p>That&#8217;s all I have for now. One last thing I can recommend is using Google and the news feed on your Dashboard to keep yourself up-to-date with what is happening in the Wordpress world. Things are always changing and the more knowledge you have, the better equipped you can be to keep that install running smoothly and working great. There are loads of tips articles out there, so read them and try them out. Keep in mind though that like this article will soon become, there are many that are outdated and things change fast in the world of Wordpress.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=bsjIOH9nRus:kEsIrZCB43I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=bsjIOH9nRus:kEsIrZCB43I:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=bsjIOH9nRus:kEsIrZCB43I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=bsjIOH9nRus:kEsIrZCB43I:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=bsjIOH9nRus:kEsIrZCB43I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=bsjIOH9nRus:kEsIrZCB43I:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/08/16/getting-the-most-of-out-wordpress/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/08/16/getting-the-most-of-out-wordpress</feedburner:origLink></item>
		<item>
		<title>BatteryCare - Detailed Information about your Battery</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/WzbJjzYoDRY/batterycare-detailed-information-about-your-battery</link>
		<comments>http://www.kokul-idk.com/2009/08/11/batterycare-detailed-information-about-your-battery#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:39:34 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Laptops]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[battery]]></category>

		<category><![CDATA[BatteryCare]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[monitor]]></category>

		<category><![CDATA[tool]]></category>

		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=205</guid>
		<description><![CDATA[BatteryCare is a great program that allows you to monitor the state and health of your battery in detail.
You can get it at: http://batterycare.bkspot.com/en/index.html
If you laptop is like my machine, and it does not give Windows a means of estimating how much time your laptop has left until your battery is drained of power, then [...]]]></description>
			<content:encoded><![CDATA[<p>BatteryCare is a great program that allows you to monitor the state and health of your battery in detail.</p>
<p>You can get it at: <a href="http://batterycare.bkspot.com/en/index.html">http://batterycare.bkspot.com/en/index.html</a></p>
<p>If you laptop is like my machine, and it does not give Windows a means of estimating how much time your laptop has left until your battery is drained of power, then BatteryCare is just for you. It also has many other great features. You can get detailed information about your laptop&#8217;s battery health.</p>
<p><img src="file:///C:/Users/Shan/AppData/Local/Temp/moz-screenshot.png" alt="" /></p>
<p>It tells you how many discharge cycles your battery has until you have to replace it and how many discharge cycles in total your battery has. It also tells you the current total capacity of the battery, designed total capacity, the percentage of wear your battery has experienced, tension voltage, charge/discharge rate and a few other goodies.</p>
<p>As an added bonus, it will even tell you your CPU temperature. It also has power management features. For example, you can disable certain Windows services such as Aero, SuperFetch, etc to save battery power. It can also switch between power plans automatically when you go from AC power to battery power. Finally, it can notify you when it recommends a full discharge be done to your battery. That way, you can ensure that you always keep it healthy.</p>
<p>Try it out, it is a very small download and also a small memory footprint.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=WzbJjzYoDRY:6LuEuqQ-Bqs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=WzbJjzYoDRY:6LuEuqQ-Bqs:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=WzbJjzYoDRY:6LuEuqQ-Bqs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=WzbJjzYoDRY:6LuEuqQ-Bqs:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=WzbJjzYoDRY:6LuEuqQ-Bqs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=WzbJjzYoDRY:6LuEuqQ-Bqs:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/08/11/batterycare-detailed-information-about-your-battery/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/08/11/batterycare-detailed-information-about-your-battery</feedburner:origLink></item>
		<item>
		<title>How to Set Up a Web Proxy Using PHP in 5 minutes</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/H7Z9m5OO-jg/how-to-set-up-a-web-proxy-using-php-in-5-minutes</link>
		<comments>http://www.kokul-idk.com/2009/06/17/how-to-set-up-a-web-proxy-using-php-in-5-minutes#comments</comments>
		<pubDate>Thu, 18 Jun 2009 03:02:53 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=202</guid>
		<description><![CDATA[After watching the Iran protests and seeing the overwhelming response of internet users to create web proxies for Iranian citizens to use to get their messages, photos and stories out onto sites like Twitter and Facebook, I decided that I would make a guide to allow web users to quickly set up their own proxies [...]]]></description>
			<content:encoded><![CDATA[<p>After watching the Iran protests and seeing the overwhelming response of internet users to create web proxies for Iranian citizens to use to get their messages, photos and stories out onto sites like Twitter and Facebook, I decided that I would make a guide to allow web users to quickly set up their own proxies without having to install third party software.</p>
<p><strong>Requirements:</strong> All you will need is a web server (outside of Iran) with PHP installed. You will also need about 300 kb of space on that server and the ability to upload files to it. You can always download and run a web server with PHP on your own computer. I recommend you check out <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> for this.</p>
<p><strong>Steps</strong></p>
<ol>
<li>Download PHProxy from this <a href="http://sourceforge.net/project/showfiles.php?group_id=110693" target="_blank">site</a> to your computer.</li>
<li>Extract what you have downloaded into a folder that you can find easily. I recommend somewhere like your Desktop where it is easy to find.</li>
<li>Upload the index.php, index.inc.php and the style.css to your web server.</li>
<li>Now go to where you uploaded the above files, and test it out to see if it works.</li>
</ol>
<p><strong>and you&#8217;re DONE!!!</strong></p>
<p>See only took five minutes. Now start sharing the link with other people. I recommend you avoid publishing the link on public areas such as Twitter since the Iranian government may blacklist your server and block it, which would destroy the whole point of you doing this in the first place.</p>
<p>Also, I recommend that you set the following settings in php.ini or in your Apache .htaccess root for PHP. <strong>This is totally optional and the proxy will run fine even if you don&#8217;t set these things.</strong></p>
<blockquote><p>register_globals = Off (safer for your script)<br />
magic_quotes_gpc = Off (avoids unnecessary, slow stripslashing in the script)<br />
always_populate_raw_post_data = Off (no need for this extraneous data)<br />
zlib.output_compression = On (to enable output compression, better than doing it inside the script)</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=H7Z9m5OO-jg:wDId6o2iGus:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=H7Z9m5OO-jg:wDId6o2iGus:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=H7Z9m5OO-jg:wDId6o2iGus:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=H7Z9m5OO-jg:wDId6o2iGus:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=H7Z9m5OO-jg:wDId6o2iGus:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=H7Z9m5OO-jg:wDId6o2iGus:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/06/17/how-to-set-up-a-web-proxy-using-php-in-5-minutes/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/06/17/how-to-set-up-a-web-proxy-using-php-in-5-minutes</feedburner:origLink></item>
		<item>
		<title>Summer Wars Full Trailer Released</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/GDMRXWhrW3s/summer-wars-full-trailer-released</link>
		<comments>http://www.kokul-idk.com/2009/06/16/summer-wars-full-trailer-released#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:11:58 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=199</guid>
		<description><![CDATA[The full 111-second trailer of Summer Wars has been released:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"></object>

This anime film is from Mamoru Hosoda, the same person who directed The Girl Who Leapt Through Time. The film is scheduled for an August 1st release in Japan. It seems pretty interesting from the trailer, and the animation, character development and comedy seem right up there with The Girl Who Leapt Through Time. I'm definitely looking]]></description>
			<content:encoded><![CDATA[<p>The full 111-second trailer of Summer Wars has been released:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2Wi2lb1sVk8&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/2Wi2lb1sVk8&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This anime film is from Mamoru Hosoda, the same person who directed The Girl Who Leapt Through Time. The film is scheduled for an August 1st release in Japan. It seems pretty interesting from the trailer, and the animation, character development and comedy seem right up there with The Girl Who Leapt Through Time. I&#8217;m definetely looking forward to seeing this film</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=GDMRXWhrW3s:B6xjJr3-Upo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=GDMRXWhrW3s:B6xjJr3-Upo:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=GDMRXWhrW3s:B6xjJr3-Upo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=GDMRXWhrW3s:B6xjJr3-Upo:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=GDMRXWhrW3s:B6xjJr3-Upo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=GDMRXWhrW3s:B6xjJr3-Upo:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/06/16/summer-wars-full-trailer-released/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/06/16/summer-wars-full-trailer-released</feedburner:origLink></item>
		<item>
		<title>jQuery, Ajax/Javascript development made fast and easy</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/dJY_lTGceP8/jquery-ajaxjavascript-development-made-fast-and-easy</link>
		<comments>http://www.kokul-idk.com/2009/06/16/jquery-ajaxjavascript-development-made-fast-and-easy#comments</comments>
		<pubDate>Wed, 17 Jun 2009 00:31:44 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=197</guid>
		<description><![CDATA[Recently in work, I had to implement an  Ajax powered web page for a project I was working on. However, being a complete beginner in Javascript, this was quite a daunting task since I would have to write my own Javascript code for common functions that are used on many websites.
Then I did some Googling, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently in work, I had to implement an  Ajax powered web page for a project I was working on. However, being a complete beginner in Javascript, this was quite a daunting task since I would have to write my own Javascript code for common functions that are used on many websites.</p>
<p>Then I did some Googling, and I found <a href="http://www.jquery.com">jQuery</a>. It is a free Javascript library licensed under GPL and MIT licenses that is lightweight, cross-browser compatible and just plain easy to use with a very powerful set of hooks, event handles and constructors.</p>
<p>It made the development of my Ajax page a lot easier and faster, and it comes with some great functions and event handlers to make your life easier. Best of all, it&#8217;s got a large community of developers who are writing tutorials and assisting people, and a large array of plugins that you can do to extend the functionality of the library. Also, it is used on some big name websites such as Twitter.</p>
<p>So head over to <a href="http://www.jquery.com">jQuery.com</a> to grab the latest release and learn more about how this library can make your Javascript/Ajax development easier.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=dJY_lTGceP8:olXktF43yQQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=dJY_lTGceP8:olXktF43yQQ:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=dJY_lTGceP8:olXktF43yQQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=dJY_lTGceP8:olXktF43yQQ:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=dJY_lTGceP8:olXktF43yQQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=dJY_lTGceP8:olXktF43yQQ:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/06/16/jquery-ajaxjavascript-development-made-fast-and-easy/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/06/16/jquery-ajaxjavascript-development-made-fast-and-easy</feedburner:origLink></item>
		<item>
		<title>Youtube Edu - Free Education for Everyone</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/PhnLSW6IQms/youtube-edu-free-education-for-everyone</link>
		<comments>http://www.kokul-idk.com/2009/03/27/youtube-edu-free-education-for-everyone#comments</comments>
		<pubDate>Fri, 27 Mar 2009 05:41:34 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[classes]]></category>

		<category><![CDATA[education]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[lectures]]></category>

		<category><![CDATA[MIT]]></category>

		<category><![CDATA[videos]]></category>

		<category><![CDATA[Youtube]]></category>

		<category><![CDATA[Youtube Edu]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=195</guid>
		<description><![CDATA[Youtube recently launched a subsite called Youtube Edu. The purpose of the site is to list, index and make easily accessible the hundreds of lecture videos that are offered for free by many universities throught their respective channels. Basically anyone can go onto the site, and start viewing lectures from universities such as University of [...]]]></description>
			<content:encoded><![CDATA[<p>Youtube recently launched a subsite called <a href="http://www.youtube.com/edu">Youtube Edu</a>. The purpose of the site is to list, index and make easily accessible the hundreds of lecture videos that are offered for free by many universities throught their respective channels. Basically anyone can go onto the site, and start viewing lectures from universities such as University of Minnesota, MIT, etc.</p>
<p><a href="http://www.youtube.com/edu">Check</a> it out, it&#8217;s really cool and even if you don&#8217;t get a grade, credit or degree from it, it definetely helps to just have some general knowledge of a wide variety of topics.</p>
<p>So what does this mean for the future of learning? I think it is the start of a new trend where increasing numbers of people start taking distance education courses and earn their degrees this way. It also means that education is now more accessible and being free, it will definetely benefit those in poorer nations with access to internet connections. Overall, this just might be one of the best ways to raise the average level of education that humans worldwide receive.</p>
<p>The future of education is definetely looking brighter with the launch of Youtube Edu and similar sites like it. However I also do wonder whether this is just going to compound the current social problem of people preferring to hide behind the barrier of communication devices and having less actual person-to-person human contact that is gained from face-to-face lectures, conversations, etc.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=PhnLSW6IQms:TX6ezeo-PXI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=PhnLSW6IQms:TX6ezeo-PXI:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=PhnLSW6IQms:TX6ezeo-PXI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=PhnLSW6IQms:TX6ezeo-PXI:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=PhnLSW6IQms:TX6ezeo-PXI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=PhnLSW6IQms:TX6ezeo-PXI:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/03/27/youtube-edu-free-education-for-everyone/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/03/27/youtube-edu-free-education-for-everyone</feedburner:origLink></item>
		<item>
		<title>New Project: Anime Screenshots</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/d-cIlqQoEdI/new-project-anime-screenshots</link>
		<comments>http://www.kokul-idk.com/2009/03/23/new-project-anime-screenshots#comments</comments>
		<pubDate>Tue, 24 Mar 2009 03:54:52 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Anime]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[gallery]]></category>

		<category><![CDATA[screencaps]]></category>

		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=193</guid>
		<description><![CDATA[Now I&#8217;m been looking around the web and I have noticed that there aren&#8217;t many comphrensive sources of anime screenshots. So I decided it would be a good idea to try to fill the void with my own such project.
Check it out at http://anime.kokul-idk.com/
It&#8217;s basically just going to be a hobby site for me. but [...]]]></description>
			<content:encoded><![CDATA[<p>Now I&#8217;m been looking around the web and I have noticed that there aren&#8217;t many comphrensive sources of anime screenshots. So I decided it would be a good idea to try to fill the void with my own such project.</p>
<p>Check it out at <a href="http://anime.kokul-idk.com">http://anime.kokul-idk.com/</a></p>
<p>It&#8217;s basically just going to be a hobby site for me. but I&#8217;ll try to keep it updated with screenshots of anime I have recently viewed.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=d-cIlqQoEdI:1_I_Ig1qHMM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=d-cIlqQoEdI:1_I_Ig1qHMM:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=d-cIlqQoEdI:1_I_Ig1qHMM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=d-cIlqQoEdI:1_I_Ig1qHMM:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=d-cIlqQoEdI:1_I_Ig1qHMM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=d-cIlqQoEdI:1_I_Ig1qHMM:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/03/23/new-project-anime-screenshots/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/03/23/new-project-anime-screenshots</feedburner:origLink></item>
		<item>
		<title>Database Horrors</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/-9OjrLEwEqg/database-horrors</link>
		<comments>http://www.kokul-idk.com/2009/02/15/database-horrors#comments</comments>
		<pubDate>Sun, 15 Feb 2009 21:03:59 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=190</guid>
		<description><![CDATA[So recently this site blew up as it suddenly stopped working. When I looked into it, it seems like the Gallery2 software database which I integrated with wordpress just completely got erased/corrupted. Now I have to piece together my lovely galleries again and fix about three dozen different posts -_-. Well atleast it isn&#8217;t too [...]]]></description>
			<content:encoded><![CDATA[<p>So recently this site blew up as it suddenly stopped working. When I looked into it, it seems like the Gallery2 software database which I integrated with wordpress just completely got erased/corrupted. Now I have to piece together my lovely galleries again and fix about three dozen different posts -_-. Well atleast it isn&#8217;t too bad.</p>
<p>Moral of the story: always do weekly database backups.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=-9OjrLEwEqg:6zFt4tAvRMc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=-9OjrLEwEqg:6zFt4tAvRMc:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=-9OjrLEwEqg:6zFt4tAvRMc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=-9OjrLEwEqg:6zFt4tAvRMc:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=-9OjrLEwEqg:6zFt4tAvRMc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=-9OjrLEwEqg:6zFt4tAvRMc:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2009/02/15/database-horrors/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2009/02/15/database-horrors</feedburner:origLink></item>
		<item>
		<title>Google Chrome - Small, Fast and Secure</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/DL5ucoCNFN0/google-chrome-small-fast-and-secure</link>
		<comments>http://www.kokul-idk.com/2008/12/24/google-chrome-small-fast-and-secure#comments</comments>
		<pubDate>Thu, 25 Dec 2008 03:02:09 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[Chrome]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=185</guid>
		<description><![CDATA[Verdict: Google Chrome is a surefire winner in the browser market.
The Good: Small, fast, secure with a clean, intuitive interface.
The Bad: Not enough customization options available in terms of themes, addons, and extensions.
Google released their web browser not so long ago into a market already dominated by the likes of Internet Explorer, Firefox and Opera. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Verdict:</strong> Google Chrome is a surefire winner in the browser market.</p>
<p><strong>The Good</strong>: Small, fast, secure with a clean, intuitive interface.</p>
<p><strong>The Bad:</strong> Not enough customization options available in terms of themes, addons, and extensions.</p>
<p>Google released their web browser not so long ago into a market already dominated by the likes of Internet Explorer, Firefox and Opera. However, coming from a search and web giant, this browser definetely has the power to gain a solid foot hold. Google released this browser with the intent to improve the average user&#8217;s everyday web experience, fixing things that their engineers felt that other browsers felt lacking. After all, who else spends more time on the web than Google employees?</p>
<p>When you first boot up the browser, what you instantly notice is the clean browser interface. There is no splash screen, no loading bars, no pop-ups, prompts, etc. It just opens up and shows the initial start page. No hassles, no crying, no confusion. Unlike other web browsers, Chrome has only the most necessary and frequently used buttons in browsing: Back, Forward, Home, Refresh and the Favourites. Everything else has been shuffled into menus that take a page from Windows Live Messenger&#8217;s book. Two buttons on the right hand side are used to access menus where everything else like settings and history are stored. While this may seem like a nuisance since one will have to go through menus to access certain things, you find that you only need those menus perhaps once a day or once a session. Everything else you need is in the simplified toolbar. The URL address bar has also been greatly simplified and easier to use. Like Firefox, typing in URL or Web Page names brings up a list of recently visited pages from the history. Also, the URL bar acts as a search box which returns results from the Google search engine.</p>
<p>When you open a new tab or boot up Chrome, you get greeted with its start page. The start page lists your 6 most frequently visited websites, showing thumbnails of them that you can click on that will take you there instantly. Quite handy, since it reduces the amount of typing one has to do, and the number of URLs one has to memorize. The page also lists recent bookmarks, a search box to search your history from, and a link to show your full history.</p>
<p>Security in Chrome is pretty solid. Vulnerabilities are kept to a minimum using updates, with each tab and plugin held in a separate process to prevent one tab or plugin from sniffing credit information and personal information from other tabs or plugins. This type of isolation also prevents the entire browser from crashing if a plugin or tab crashes, preserving your entire web session. As of yet, there are no major reported vulnerabilities, making it pretty safe for banking and other matters that require personal or credit information.</p>
<p>One of the things that Google has kept in mind with this browser is Web standards. One notices that HTML and CSS render smoothly, cleanly, and more importantly unlike its Microsoft counterpart, <strong>correctly</strong>. Web pages that work in any other browser work in Chrome. This means that new adopters will not have to worry about their favourite sites loading and displaying properly. Of course, new adopters can also bring in bookmarks from other browsers into Chrome.</p>
<p>The one thing you notice when you open up the options page is Google&#8217;s commitment to make it a easy to use, simple, works out of the box solution to your web browsing needs. There are not a million dazzling options to scare the average user away. The only options available are ones that need to exist. Like where to place downloads by default, and some other minor tweaks all related to one&#8217;s web browsing experience. There is no need to tinker with settings to get it to work with your internet connection, etc.</p>
<p>Of course, with such simplicity comes some grief. Customization is sadly lacking, which I suppose is a small price to pay for usability and simplicity. There is currently no way to change its look and feel with themes or skins, but I suppose they may just interfere with the interface&#8217;s simplicity. There are no add-ons or extensions available to change your browsing experience although it may be possible that Google deemed these to reduce the stability of the browser or make it more insecure. Although it is true that extensions may weigh down the browser, making it more sluggish.</p>
<p>Overall though, this browser is certainly a keeper and may find a fairly large market for itself among the everday web surfer. Whether more advanced computer users will pick up on the browser and use it is still yet to be seen. But Google is far from done working on this browser.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=DL5ucoCNFN0:eZJdVht3CMI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=DL5ucoCNFN0:eZJdVht3CMI:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=DL5ucoCNFN0:eZJdVht3CMI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=DL5ucoCNFN0:eZJdVht3CMI:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=DL5ucoCNFN0:eZJdVht3CMI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=DL5ucoCNFN0:eZJdVht3CMI:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2008/12/24/google-chrome-small-fast-and-secure/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2008/12/24/google-chrome-small-fast-and-secure</feedburner:origLink></item>
		<item>
		<title>[inmyname.com] Pressure Your Government to Make a Difference</title>
		<link>http://feedproxy.google.com/~r/KokulsWorld/~3/LlzfbkZWwm8/inmynamecom-pressure-your-government-to-make-a-difference</link>
		<comments>http://www.kokul-idk.com/2008/11/28/inmynamecom-pressure-your-government-to-make-a-difference#comments</comments>
		<pubDate>Fri, 28 Nov 2008 05:43:32 +0000</pubDate>
		<dc:creator>Kokul</dc:creator>
		
		<category><![CDATA[Activism]]></category>

		<category><![CDATA[inmyname]]></category>

		<category><![CDATA[millenium development goals]]></category>

		<category><![CDATA[poverty]]></category>

		<category><![CDATA[Will.i.am]]></category>

		<guid isPermaLink="false">http://www.kokul-idk.com/?p=173</guid>
		<description><![CDATA[Cool video when you click read more link
Recently, singer and artist Will.i.am launched a site called inmyname.com which encouraged people around the globe to place pressure on their governments to meet the Millenium Development Goals which were established in 2000, which included halving extreme poverty by 2015. With serious support from various celebrities including Queen [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Cool video when you click read more link</strong></p>
<p>Recently, singer and artist Will.i.am launched a site called inmyname.com which encouraged people around the globe to place pressure on their governments to meet the Millenium Development Goals which were established in 2000, which included halving extreme poverty by 2015. With serious support from various celebrities including Queen Rania of Jordan, it is a movement that is making an impact.</p>
<p>Then, just go over to inmyname.com, add your name to the petition and add a pledge to make world leaders aware, including national leaders of your own country, that the pledges made at that 2000 UN Millenium Summit cannot be just ignored. THEY MUST BE MET!!</p>
<p>You have more power than you think. Make a difference. Check out the site for more details on how you can get involved and place presurre on your political leaders to help get these goals achieved. Millions of lives can be saved quite easily, but only if rich nations are willing to work together to help those poor nations.</p>
<p>For more info, just watch this video:<br />
<span><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="243" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/pRyMxSS-KI0" /><embed type="application/x-shockwave-flash" width="600" height="486" src="http://www.youtube.com/v/pRyMxSS-KI0"></embed></object></span></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=LlzfbkZWwm8:wv0WjCEd32g:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=LlzfbkZWwm8:wv0WjCEd32g:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=LlzfbkZWwm8:wv0WjCEd32g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=LlzfbkZWwm8:wv0WjCEd32g:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?i=LlzfbkZWwm8:wv0WjCEd32g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/KokulsWorld?a=LlzfbkZWwm8:wv0WjCEd32g:V-t1I-SPZMU"><img src="http://feeds.feedburner.com/~ff/KokulsWorld?d=V-t1I-SPZMU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.kokul-idk.com/2008/11/28/inmynamecom-pressure-your-government-to-make-a-difference/feed</wfw:commentRss>
		<feedburner:origLink>http://www.kokul-idk.com/2008/11/28/inmynamecom-pressure-your-government-to-make-a-difference</feedburner:origLink></item>
	</channel>
</rss>
