<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Babar's Blog</title>
	<atom:link href="http://babartareen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://babartareen.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 26 Oct 2008 11:05:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='babartareen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Babar's Blog</title>
		<link>http://babartareen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://babartareen.wordpress.com/osd.xml" title="Babar&#039;s Blog" />
	<atom:link rel='hub' href='http://babartareen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Harddisk scan at startup, Always!!!</title>
		<link>http://babartareen.wordpress.com/2008/10/26/harddisk-scan-at-startup-always/</link>
		<comments>http://babartareen.wordpress.com/2008/10/26/harddisk-scan-at-startup-always/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 11:05:09 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://babartareen.wordpress.com/?p=72</guid>
		<description><![CDATA[For past few days, when ever i was starting my computer it always scanned D: drive for disk errors at windows startup. I always let it run to the finish but it just won&#8217;t go away. As soon as i reboot my computer, D: drive scan starts again . So today i spent some time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=72&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For past few days, when ever i was starting my computer it always scanned D: drive for disk errors at windows startup. I always let it run to the finish but it just won&#8217;t go away. As soon as i reboot my computer, D: drive scan starts again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . So today i spent some time on this issue and tried to fix the problem. If you will google for this you will probably find alot of articles describing how to fix this problem. One such article is <a href="http://forums.techguy.org/windows-nt-2000-xp/333320-xp-always-scans-boot.html">XP always scans on boot</a> but to my disappointment it did not fixed my problem. So i tried to fix the problem my self.</p>
<p>For every hard disk partition there is a bit which indicates weather the disk is in good state or needs to be checked for errors. At startup windows checks this bit and if a partition is marked as dirty an scan is performed. To check the dirty bit run following command on CMD</p>
<p style="padding-left:30px;"><em><strong>fsutil dirty query &lt;Drive Letter&gt;</strong></em></p>
<p>As for me the drive was D: so i executed following command</p>
<p style="padding-left:30px;"><em><strong>fsutil dirty query d:</strong></em></p>
<p>Turns out that the D: drive was marked as dirty. Now i begin to wonder even after running chkdsk so many times why my D: drive was not being marked as &#8216;NOT Dirty&#8217;. After looking around for possible reasons, i found out that i have configured my windows to create Page file on D: drive. That made some sense, because chkdsk probably won&#8217;t be able to completely fix D: drive because some portion of it was locked by the Operating System. So i changed the Page file from D: to E: and re-run the chkdsk. This time chkdsk took a little bit more time and after the scan, D: drive was no more dirty. To change the page file location</p>
<ol>
<li>go to &#8216;Mmy Computer&#8217; properties by right clicking on &#8216;My Computer&#8217; icon</li>
<li>select the &#8216;Advanced&#8217; tab</li>
<li>click the settings button in the &#8216;Performance&#8217; group</li>
<li>It will open up a &#8216;Performance Options&#8217; dialog</li>
<li>Select the &#8216;Advanced &#8216; tab</li>
<li>Click the the &#8216;Change&#8217; button under the &#8216;Virtual Memory&#8217; group</li>
<li>this will open up a dialog, do the necessary changes and hit the &#8216;Set&#8217; button.</li>
<li>Close the dialogs by clicking &#8216;Ok&#8217; button</li>
</ol>
<p>And for fixing bad sectors run following command</p>
<p style="padding-left:30px;"><em><strong>chkdsk /r &lt;Drive Letter&gt;</strong></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=72&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/26/harddisk-scan-at-startup-always/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>
	</item>
		<item>
		<title>Website Update Scanner</title>
		<link>http://babartareen.wordpress.com/2008/10/16/website-update-scanner/</link>
		<comments>http://babartareen.wordpress.com/2008/10/16/website-update-scanner/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 13:47:54 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://babartareen.wordpress.com/?p=57</guid>
		<description><![CDATA[I have to check my course web pages daily to see if there are some notices about the class or assignments. Doing this is annoying. That&#8217;s why i searched the Google and found this little Add-on, Update Scanner, for Firefox. Update Scanner automatically checks web pages for any updates and when an update is found, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=57&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have to check my course web pages daily to see if there are some notices about the class or assignments. Doing this is annoying. That&#8217;s why i searched the Google and found this little Add-on, <a title="Update Scanner" href="https://addons.mozilla.org/en-US/firefox/addon/3362">Update Scanner</a>, for Firefox. <a title="Update Scanner" href="https://addons.mozilla.org/en-US/firefox/addon/3362">Update Scanner</a> automatically checks web pages for any updates and when an update is found, it notifies about the page update and highlights the changes that took place compared to previous version. At least now i don&#8217;t have to keep o checking my course sites like 2-3 times a day. Whenever there is a notice, <a title="Update Scanner" href="https://addons.mozilla.org/en-US/firefox/addon/3362">Update Scanner</a> alerts me.  This Add-on is for FF 3.0.*.</p>
<p style="text-align:center;"><a href="https://addons.mozilla.org/en-US/firefox/images/p/16188/1188845682"><br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=57&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/16/website-update-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>
	</item>
		<item>
		<title>Seoul National University</title>
		<link>http://babartareen.wordpress.com/2008/10/15/seoul-national-university/</link>
		<comments>http://babartareen.wordpress.com/2008/10/15/seoul-national-university/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 05:49:29 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://babartareen.wordpress.com/?p=50</guid>
		<description><![CDATA[SNU is ranked 50th in 2008 Times Higer - QS World University Rankings. Checkout university&#8217;s notice about world ranking. Today i am going to post videos about the university as i am also studying in Seoul National University. Seoul National University 2008 Video Seoul National University Video<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=50&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SNU is ranked 50th in <a href="http://www.topuniversities.com/worlduniversityrankings/results/2008/overall_rankings/fullrankings/">2008 Times Higer - QS World University Rankings</a>. Checkout <a href="http://useoul.edu/news/news0101_view.jsp?idx=128762">university&#8217;s notice</a> about world ranking. Today i am going to post videos about the university as i am also studying in Seoul National University.</p>
<h2>Seoul National University 2008 Video</h2>
<span style="text-align:center; display: block;"><a href="http://babartareen.wordpress.com/2008/10/15/seoul-national-university/"><img src="http://img.youtube.com/vi/uro6ckTk8GI/2.jpg" alt="" /></a></span>
<h2>Seoul National University Video</h2>
<span style="text-align:center; display: block;"><a href="http://babartareen.wordpress.com/2008/10/15/seoul-national-university/"><img src="http://img.youtube.com/vi/e-F7wni4AaE/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=50&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/15/seoul-national-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>
	</item>
		<item>
		<title>The Future of Web</title>
		<link>http://babartareen.wordpress.com/2008/10/13/the-future-of-web/</link>
		<comments>http://babartareen.wordpress.com/2008/10/13/the-future-of-web/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 12:52:42 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://babartareen.wordpress.com/?p=39</guid>
		<description><![CDATA[World wide web is evolving. It is becoming more and more understadable to the computers. Traditional web is getting more colors with semantics. They say an image is worth a thousand words then a video  may be worth more then a thousand pictures. Checkout following videos to have some idea about Semantic Web and Web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=39&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>World wide web is evolving. It is becoming more and more understadable to the computers. Traditional web is getting more colors with semantics. They say an image is worth a thousand words then a video  may be worth more then a thousand pictures. Checkout following videos to have some idea about Semantic Web and Web 2.0</p>
<h2 style="text-align:center;"><strong>Introduction to the Semantic Web</strong></h2>
<span style="text-align:center; display: block;"><a href="http://babartareen.wordpress.com/2008/10/13/the-future-of-web/"><img src="http://img.youtube.com/vi/OGg8A2zfWKg/2.jpg" alt="" /></a></span>
<h2 style="text-align:center;">Tim Berners Lee on the Semantic Web</h2>
<span style="text-align:center; display: block;"><a href="http://babartareen.wordpress.com/2008/10/13/the-future-of-web/"><img src="http://img.youtube.com/vi/mVFY52CH6Bc/2.jpg" alt="" /></a></span>
<h2 style="text-align:center;">Web 2.0 &#8230; The Machine is Using Us</h2>
<span style="text-align:center; display: block;"><a href="http://babartareen.wordpress.com/2008/10/13/the-future-of-web/"><img src="http://img.youtube.com/vi/6gmP4nk0EOE/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=39&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/13/the-future-of-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Developer &#8211; Java based SQL Client</title>
		<link>http://babartareen.wordpress.com/2008/10/12/sql-developer-java-based-sql-client/</link>
		<comments>http://babartareen.wordpress.com/2008/10/12/sql-developer-java-based-sql-client/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 13:06:45 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://babartareen.wordpress.com/?p=33</guid>
		<description><![CDATA[Today i had to work with an oracle database and i did not had any SQL client installed on my machine, so i went to Oracle’s site and tried to download Oracle SQL Developer but my luck, i couldn’t signup because of some error on oracle’s signup page. Hmm … so i tried to look [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=33&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://sqldeveloper.solyp.com/"><img class="aligncenter" title="SQL Developer Logo" src="http://sqldeveloper.solyp.com/images/sqldeveloperLogo.jpg" alt="SQL Developer Logo" width="250" height="229" /></a></p>
<p>Today i had to work with an oracle database and i did not had any SQL client installed on my machine, so i went to Oracle’s site and tried to download Oracle SQL Developer but my luck, i couldn’t signup because of some error on oracle’s signup page. Hmm … so i tried to look for some other website which might be keeping a copy of Oracle SQL Developer. It was the when i found out about this similarly named product “<a href="http://sqldeveloper.solyp.com/">SQL Developer</a>”. I downloaded and installed it. But before i could connect to the database i had to download Oracle’s JDBC driver and add it in SQL Developer&#8217;s driver list. Once that was done i could easily access the database. Checkout a screen shoot of the product taken from their website.</p>
<p style="text-align:center;"><a href="http://sqldeveloper.solyp.com/"><img class="aligncenter" title="SQL Developer Desktop" src="http://sqldeveloper.solyp.com/screenshots/images/Desktop_en.png" alt="" width="461" height="368" /></a></p>
<p>1. Main menu and tool bar</p>
<p>2. Database Navigator</p>
<p>3. Output window and Bookmarks</p>
<p>4. MDI (Multiple Document Interface) window area</p>
<p>5. Context menus</p>
<p>PS: I figured out that the problem with downloading Oracle Developer was because of some cache problem with my browser and i was able to download Oracle SQL Developer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=33&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/12/sql-developer-java-based-sql-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>

		<media:content url="http://sqldeveloper.solyp.com/images/sqldeveloperLogo.jpg" medium="image">
			<media:title type="html">SQL Developer Logo</media:title>
		</media:content>

		<media:content url="http://sqldeveloper.solyp.com/screenshots/images/Desktop_en.png" medium="image">
			<media:title type="html">SQL Developer Desktop</media:title>
		</media:content>
	</item>
		<item>
		<title>Screen capturing is now easy for me!!!</title>
		<link>http://babartareen.wordpress.com/2008/10/11/screen-capturing-is-now-easy-for-me/</link>
		<comments>http://babartareen.wordpress.com/2008/10/11/screen-capturing-is-now-easy-for-me/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 17:23:35 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://babartareen.wordpress.com/?p=25</guid>
		<description><![CDATA[I have always been capturing some part of screen or an image of some file or pdf using the traditional &#8216;Prt Scr&#8217; (print screen) button and then cropping and saving the image using the free image editor Paint.net. Though, capturing images using print screen is not a big deal but often i have to save [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=25&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have always been capturing some part of screen or an image of some file or pdf using the traditional &#8216;Prt Scr&#8217; (print screen) button and then cropping and saving the image using the free image editor <a title="Paint.net Free Image Editor" href="http://www.paint.net/" target="_self">Paint.net</a>. Though, capturing images using print screen is not a big deal but often i have to save 5 &#8211; 10 images from research papers and make presentations, so i googled for some screen capturing utility. I found <a title="Screen Hunter" href="http://www.wisdom-soft.com/sh/sh_free.htm" target="_self">ScreenHunter (Free Ver)</a>. First impression of <a href="http://www.wisdom-soft.com/sh/sh_free.htm" target="_self">ScreenHunter</a> is great! As soon as you hit the hot key for screen capture it displays alignment lines on screen, you just need to drag on the screen and mark the rectangular area you want to capture. <a href="http://www.wisdom-soft.com/sh/sh_free.htm" target="_self">ScreenHunter</a> will capture that part of screen and save it in a file. A little disappointment though was that while saving images, it does not asks for a file name instead it generates incremental file names which of course can be customized.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=25&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/11/screen-capturing-is-now-easy-for-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>
	</item>
		<item>
		<title>Google&#8217;s Mail Goggles</title>
		<link>http://babartareen.wordpress.com/2008/10/10/googles-mail-goggles/</link>
		<comments>http://babartareen.wordpress.com/2008/10/10/googles-mail-goggles/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 15:47:21 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://babartareen.wordpress.com/?p=9</guid>
		<description><![CDATA[Google has launched a new feature &#8216;Google Mail Goggles&#8217; in Gmail. It is an attempt to prohibit people from sending emails when they are drunk. How they do it is prety simple, when you write an email and hit the send button, GMail displays some simple math problems to solve in short time. The Mail [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=9&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://babartareen.files.wordpress.com/2008/10/gmail-logo.png"><img class="aligncenter size-full wp-image-12" title="gmail-logo" src="http://babartareen.files.wordpress.com/2008/10/gmail-logo.png?w=450" alt=""   /></a></p>
<p>Google has launched a new feature <a href="http://gmailblog.blogspot.com/2008/10/new-in-labs-stop-sending-mail-you-later.html">&#8216;Google Mail Goggles&#8217;</a> in Gmail. It is an attempt to prohibit people from sending emails when they are drunk. How they do it is prety simple, when you write an email and hit the send button, GMail displays some simple math problems to solve in short time. The Mail is only sent when you solve the problems correctly. A unique way to make sure that you actually want to send that late night email.</p>
<p style="text-align:center;"><a href="http://babartareen.files.wordpress.com/2008/10/mail_goggles.png"><img class="alignnone size-full wp-image-14" title="mail_goggles" src="http://babartareen.files.wordpress.com/2008/10/mail_goggles.png?w=450&#038;h=229" alt="" width="450" height="229" /></a></p>
<p style="text-align:left;">By default Mail Goggle feature  is only active late night on the weekend but you can customize it according to your needs.</p>
<p style="text-align:center;"><a href="http://babartareen.files.wordpress.com/2008/10/mail_goggles_settings.png"><img class="size-full wp-image-15 aligncenter" title="mail_goggles_settings" src="http://babartareen.files.wordpress.com/2008/10/mail_goggles_settings.png?w=450" alt=""   /></a></p>
<p style="text-align:left;">You can install Mail Goggles by clicking on &#8220;Labs&#8221; in my Gmail account and selecting the Mail Goggles feature.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=9&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/10/googles-mail-goggles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>

		<media:content url="http://babartareen.files.wordpress.com/2008/10/gmail-logo.png" medium="image">
			<media:title type="html">gmail-logo</media:title>
		</media:content>

		<media:content url="http://babartareen.files.wordpress.com/2008/10/mail_goggles.png" medium="image">
			<media:title type="html">mail_goggles</media:title>
		</media:content>

		<media:content url="http://babartareen.files.wordpress.com/2008/10/mail_goggles_settings.png" medium="image">
			<media:title type="html">mail_goggles_settings</media:title>
		</media:content>
	</item>
		<item>
		<title>Finally, The Blog</title>
		<link>http://babartareen.wordpress.com/2008/10/10/hello-world/</link>
		<comments>http://babartareen.wordpress.com/2008/10/10/hello-world/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 08:45:38 +0000</pubDate>
		<dc:creator>babartareen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have been planning to update my site and make a blog. But couldn&#8217;t spare some time. It is great to post my first post on this blog. Hopefully i will keep on updating this. My website is http://babartareen.zxq.net.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=1&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been planning to update my site and make a blog. But couldn&#8217;t spare some time. It is great to post my first post on this blog. Hopefully i will keep on updating this. My website is <a href="http://babartareen.zxq.net">http://babartareen.zxq.net</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babartareen.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babartareen.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babartareen.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babartareen.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babartareen.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babartareen.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babartareen.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babartareen.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babartareen.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babartareen.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babartareen.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babartareen.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babartareen.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babartareen.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babartareen.wordpress.com&amp;blog=5130007&amp;post=1&amp;subd=babartareen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babartareen.wordpress.com/2008/10/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4c50d9ca15d4b5eac716279a6019aefd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babartareen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
