<?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>Don&#039;t break security, BURN it...</title>
	<atom:link href="http://purneshexpo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://purneshexpo.wordpress.com</link>
	<description>Bringing you the &#039;Qoduz&#039; flavored hacking tutorials this time...</description>
	<lastBuildDate>Wed, 09 May 2012 19:15:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='purneshexpo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Don&#039;t break security, BURN it...</title>
		<link>http://purneshexpo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://purneshexpo.wordpress.com/osd.xml" title="Don&#039;t break security, BURN it..." />
	<atom:link rel='hub' href='http://purneshexpo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>php Error Counter : Tutorial 1</title>
		<link>http://purneshexpo.wordpress.com/2012/04/22/php-error-counter-tutorial-1/</link>
		<comments>http://purneshexpo.wordpress.com/2012/04/22/php-error-counter-tutorial-1/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:25:12 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[boolean given in C:\wamp\www\web\setup.php on line 72]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[explained]]></category>
		<category><![CDATA[php. error]]></category>
		<category><![CDATA[Warning: mysql_fetch_array() expects parameter 1 to be resource]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=225</guid>
		<description><![CDATA[(Level: Newbie) OK guys, after a long time, I&#8217;m back. Today I&#8217;m gonna write about a php Error, which most of the beginners encounter due to carelessness. It looks like Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\web\setup.php on line 72 This is an error which occurs when compiler expects to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=225&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>(Level: Newbie)</h3>
<p>OK guys, after a long time, I&#8217;m back. Today I&#8217;m gonna write about a php Error, which most of the beginners encounter due to carelessness. It looks like</p>
<blockquote><p><span style="color:#ff0000;">Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\web\setup.php on line 72</span></p></blockquote>
<p><span id="more-225"></span></p>
<p>This is an error which occurs when compiler expects to get data in a variable and all it gets is a Boolean Value returned by the compiler itself. e.g.</p>
<blockquote><p><span style="color:#008000;">mysql_select_db($db);</span><br />
<span style="color:#0000ff;">$result = mysql_query(&#8220;SELECT * FROM <span style="color:#008000;">Persons</span>&#8220;);</span></p>
<p><span style="color:#0000ff;">while($row = mysql_fetch_array($result))</span><br />
<span style="color:#0000ff;">{</span><br />
<span style="color:#0000ff;">echo $row['name'].$row['idno'];</span></p>
<p><span style="color:#0000ff;">}</span></p></blockquote>
<p>Now you must realize the fact that the elements marked in the <span style="color:#008000;">GREEN <span style="color:#000000;">color in the code segment above are crucial for successful compilation of this program. For instance, if the database is not selected or the &#8220;$db&#8221; doesn&#8217;t have a valid variable value, the compiler won&#8217;t come to know where is the table &#8220;Persons&#8221; situated. Or let us say there is no table as &#8220;Persons&#8221; in the database corresponding to variable $db. Then also this error code would be prominent. </span></span></p>
<p>That&#8217;s all for this post, see you again soon. Hope you liked it. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=225&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2012/04/22/php-error-counter-tutorial-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>
	</item>
		<item>
		<title>How to download torrent files in CCF?</title>
		<link>http://purneshexpo.wordpress.com/2011/12/22/how-to-download-torrent-files-in-ccf/</link>
		<comments>http://purneshexpo.wordpress.com/2011/12/22/how-to-download-torrent-files-in-ccf/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 06:57:25 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet Utilities]]></category>
		<category><![CDATA[Tech Expo]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[in ccf]]></category>
		<category><![CDATA[pirate bay]]></category>
		<category><![CDATA[restricted]]></category>
		<category><![CDATA[strong security]]></category>
		<category><![CDATA[thepiratebay org]]></category>
		<category><![CDATA[to use]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[torrent file]]></category>
		<category><![CDATA[torrent search]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=218</guid>
		<description><![CDATA[When it comes to CCF, they have a very strong security system to prevent the download of movies, softwares and other data files using the college network. But, at last I&#8217;ve found a way to crack it all. Now you can download anything you like from the CCF. Step 1: Goto any suitable proxymizing site [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=218&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When it comes to CCF, they have a very strong security system to prevent the download of movies, softwares and other data files using the college network. But, at last I&#8217;ve found a way to crack it all. <strong>Now you can download anything you like from the CCF.</strong></p>
<h3>Step 1:</h3>
<p>Goto any suitable proxymizing site tat is available. I personally prefer <span style="color:#0000ff;">http://unblockit.info</span>. <strong>(Note: You can also use Facebook, Myspace or any other site using unblockit.info)</strong></p>
<h3><strong></strong>Step 2:</h3>
<p>Enter you favourite torrent search website in the text box that appears on the webpage. Mine is <span style="color:#0000ff;">http://thepiratebay.org</span>. After this I  search for whatever I like, say the movie Captain America. Then I choose my favorite torrent file, which could be randomly any one of the ones that appear in the search results. Now, I copy the torrent link. In this case, you copy the torrent link by right clicking on the inverted green triangle below the name of the movie. And then clicking on &#8220;Copy Link address&#8221;.</p>
<h3>Step 3:</h3>
<p>Goto <span style="color:#0000ff;">http://unblockit.info</span> again. This time, enter &#8220;<span style="color:#ff0000;">http://torrific.com</span>&#8221; in the text box and open the site.</p>
<h3>Step 4:</h3>
<p>Create an account at torrific through the sign up button on top right. After signing up, you&#8217;ll see another text box where you&#8217;ll have to enter the torrent file link that you copied from the pirate bay. A new page will appear showing the names of all the files contained in that torrent. Alongwith the names, there will be a button titled &#8220;Initiate Bittorrent Transmission&#8221; on the  right sidebar of the screen. Click on it and wait.</p>
<h3>Step 5:</h3>
<p>The page will again reload and after sometime you&#8217;ll see the blue colored links on the page. Copy the ones that you want and paste them to mozzilla firefox&#8217;s address bar. Hooraah! You&#8217;re done. The downlaod will start shortly.</p>
<h4><span style="color:#ff00ff;">The next time, it would be a tutorial on running fast downloads in CCF. So, Stay Tuned <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></h4>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=218&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/12/22/how-to-download-torrent-files-in-ccf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>
	</item>
		<item>
		<title>How to disable update notification?</title>
		<link>http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/</link>
		<comments>http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 21:33:50 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet Utilities]]></category>
		<category><![CDATA[Tech Expo]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=182</guid>
		<description><![CDATA[Many programs come with a habit of checking their newer versions everytime they run. The most ridiculous example of this is Google Talk. The program checks for update and if a newer version is available, it shows an annoying pop-up saying that, A new update is available for Google Talk, please update. Now the problem [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=182&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many programs come with a habit of checking their newer versions everytime they run. The most ridiculous example of this is Google Talk. The program checks for update and if a newer version is available, it shows an annoying pop-up saying that, A new update is available for Google Talk, please update. Now the problem of users like me, is, this proves to be a major distraction. So, today we will see, how to disable such distractions. Most of the developers are decent enough to provide some option saying &#8220;Disable automatic update check&#8221; in the program settings menu. But Google insists on using the latest version only. But do we really want to upgrade from version 2.3.1.12 to version 2.3.1.14? I don&#8217;t think, I&#8217;d not like to do so.</p>
<h4>This is a tutorial for programs that do not give an option like &#8220;Disable Auto-update&#8221; or something.</h4>
<h5>We are going to learn how to disable notifications of update check for Google Talk. You can try the analogy with other programs similarly.</h5>
<h3>Step 1:</h3>
<p>Open the &#8220;Run&#8221; dialogue box by pressing &#8220;Windows key&#8221; + &#8220;R&#8221; . Type &#8220;regedit.exe&#8221; and hit enter. This will open the default Registry Editor of Windows.</p>
<h3>Step 2:</h3>
<p>On the left sidebar, you&#8217;ll see and option of &#8220;HKEY_CURRENT_USER&#8221;. Click on it. A list of folders will be dropped down. Click on &#8220;Software&#8221;. Then further, click on &#8220;Google&#8221; and then on &#8220;Google Talk&#8221; in the same sidebar. The first option in the list that will appear hereafter, would be &#8220;Update Check&#8221;.</p>
<h3>Step 3:</h3>
<p>Click on update check. Then come on the main window and double click on the last option &#8220;Update URL&#8221;. Copy the URL from the following dialogue box, and then download the file using any download manager.</p>
<h3>Step 4:</h3>
<p>Upload the file to any free hosting server. I prefer &#8220;www.largedocument.com&#8221;. Then copy the link provided to you. Replace the link in the registry with this new link.</p>
<h6>You&#8217;re done my friend. The program will never be able to detect a newer version. And when you truly think that you need a newer version of the program, you can always download it for free, but the annoying notification of newer updates available are gone forever.</h6>

<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-1/' title='step 1'><img data-attachment-id='200' data-orig-size='423,266' data-liked='0' width="150" height="94" src="http://purneshexpo.files.wordpress.com/2011/12/step-1.jpg?w=150&h=94" class="attachment-thumbnail" alt="step 1" title="step 1" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-2a/' title='step 2a'><img data-attachment-id='201' data-orig-size='1365,732' data-liked='0' width="150" height="80" src="http://purneshexpo.files.wordpress.com/2011/12/step-2a.jpg?w=150&h=80" class="attachment-thumbnail" alt="step 2a" title="step 2a" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-2b/' title='step 2b'><img data-attachment-id='202' data-orig-size='1362,728' data-liked='0' width="150" height="80" src="http://purneshexpo.files.wordpress.com/2011/12/step-2b.jpg?w=150&h=80" class="attachment-thumbnail" alt="step 2b" title="step 2b" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-2c/' title='step 2c'><img data-attachment-id='203' data-orig-size='1365,725' data-liked='0' width="150" height="79" src="http://purneshexpo.files.wordpress.com/2011/12/step-2c.jpg?w=150&h=79" class="attachment-thumbnail" alt="step 2c" title="step 2c" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-2d/' title='step 2d'><img data-attachment-id='204' data-orig-size='1365,728' data-liked='0' width="150" height="80" src="http://purneshexpo.files.wordpress.com/2011/12/step-2d.jpg?w=150&h=80" class="attachment-thumbnail" alt="step 2d" title="step 2d" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-2e/' title='step 2e'><img data-attachment-id='205' data-orig-size='1365,730' data-liked='0' width="150" height="80" src="http://purneshexpo.files.wordpress.com/2011/12/step-2e.jpg?w=150&h=80" class="attachment-thumbnail" alt="step 2e" title="step 2e" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-3a/' title='step 3a'><img data-attachment-id='206' data-orig-size='1365,730' data-liked='0' width="150" height="80" src="http://purneshexpo.files.wordpress.com/2011/12/step-3a.jpg?w=150&h=80" class="attachment-thumbnail" alt="step 3a" title="step 3a" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-3b/' title='step 3b'><img data-attachment-id='207' data-orig-size='1365,727' data-liked='0' width="150" height="79" src="http://purneshexpo.files.wordpress.com/2011/12/step-3b.jpg?w=150&h=79" class="attachment-thumbnail" alt="step 3b" title="step 3b" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-3c/' title='step 3c'><img data-attachment-id='208' data-orig-size='579,135' data-liked='0' width="150" height="34" src="http://purneshexpo.files.wordpress.com/2011/12/step-3c.jpg?w=150&h=34" class="attachment-thumbnail" alt="step 3c" title="step 3c" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-4a/' title='step 4a'><img data-attachment-id='209' data-orig-size='1365,732' data-liked='0' width="150" height="80" src="http://purneshexpo.files.wordpress.com/2011/12/step-4a.jpg?w=150&h=80" class="attachment-thumbnail" alt="step 4a" title="step 4a" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-4b/' title='step 4b'><img data-attachment-id='210' data-orig-size='680,481' data-liked='0' width="150" height="106" src="http://purneshexpo.files.wordpress.com/2011/12/step-4b.jpg?w=150&h=106" class="attachment-thumbnail" alt="step 4b" title="step 4b" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-4c/' title='step 4c'><img data-attachment-id='211' data-orig-size='1365,731' data-liked='0' width="150" height="80" src="http://purneshexpo.files.wordpress.com/2011/12/step-4c.jpg?w=150&h=80" class="attachment-thumbnail" alt="step 4c" title="step 4c" /></a>
<a href='http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/step-5/' title='step 5'><img data-attachment-id='199' data-orig-size='394,182' data-liked='0' width="150" height="69" src="http://purneshexpo.files.wordpress.com/2011/12/step-5.jpg?w=150&h=69" class="attachment-thumbnail" alt="step 5" title="step 5" /></a>

<h3>Have a nice day folks. Don&#8217;t forget to comment and express your views <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </h3>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=182&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/12/05/how-to-disable-update-notification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-1.jpg?w=150" medium="image">
			<media:title type="html">step 1</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-2a.jpg?w=150" medium="image">
			<media:title type="html">step 2a</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-2b.jpg?w=150" medium="image">
			<media:title type="html">step 2b</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-2c.jpg?w=150" medium="image">
			<media:title type="html">step 2c</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-2d.jpg?w=150" medium="image">
			<media:title type="html">step 2d</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-2e.jpg?w=150" medium="image">
			<media:title type="html">step 2e</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-3a.jpg?w=150" medium="image">
			<media:title type="html">step 3a</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-3b.jpg?w=150" medium="image">
			<media:title type="html">step 3b</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-3c.jpg?w=150" medium="image">
			<media:title type="html">step 3c</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-4a.jpg?w=150" medium="image">
			<media:title type="html">step 4a</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-4b.jpg?w=150" medium="image">
			<media:title type="html">step 4b</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-4c.jpg?w=150" medium="image">
			<media:title type="html">step 4c</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/12/step-5.jpg?w=150" medium="image">
			<media:title type="html">step 5</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install Google Talk and get it running in CCF?</title>
		<link>http://purneshexpo.wordpress.com/2011/11/29/how-to-install-google-talk-and-get-it-running-in-ccf/</link>
		<comments>http://purneshexpo.wordpress.com/2011/11/29/how-to-install-google-talk-and-get-it-running-in-ccf/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 04:22:33 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=190</guid>
		<description><![CDATA[Hey guys, its been a while since I last posted something on this tech blog. So here we go. Today I&#8217;ll explain in detail, how to run Google Talk and get it running on CCF, or any computing facility where everything else but firefox is blocked. So let&#8217;s begin. Step 1: Download the Google Talk [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=190&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey guys, its been a while since I last posted something on this tech blog. So here we go. Today I&#8217;ll explain in detail, how to run Google Talk and get it running on CCF, or any computing facility where everything else but firefox is blocked. So let&#8217;s begin.</p>
<h2>Step 1:</h2>
<p>Download the Google Talk Setup Installation file from http://dl.google.com/googletalk/googletalk-setup.exe . After downloading it, change its filename to firefox.exe</p>
<h2>Step 2:</h2>
<p>Install the setup properly. The installation is expected to go without a hitch.</p>
<h2>Step 3:</h2>
<p>Go to &#8220;<span style="color:#0000ff;">My computer</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">C:</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Documents and Settings</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">knsccf.CCFSVR0.001</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Start Menu</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Programs</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Google Talk</span>&#8220;</p>
<p>Inside this folder you will find the icon of Google Talk and below would be written &#8220;Google Talk&#8221;.</p>
<p>Right Click on it, Go to &#8220;Properties&#8221;.</p>
<h4>Replace, Target from &#8220;C:\Documents and Settings\knsccf.CCFSVR0.001\Application Data\Google\Google Talk\<span style="color:#ff0000;">google-talk.exe&#8221;</span> /startmenu&#8221; to &#8220;C:\Documents and Settings\knsccf.CCFSVR0.001\Application Data\Google\Google Talk\<span style="color:#008000;">firefox.exe</span>&#8221; /startmenu</h4>
<h2>Step 4:</h2>
<p>Now go to &#8220;<span style="color:#0000ff;">My Computer</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">C:</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Documents and Settings</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Application Data</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Google</span>&#8220;&lt;&#8221;<span style="color:#0000ff;">Google Talk</span>&#8220;</p>
<h3>You will find the main file of Google Talk titled &#8220;<span style="color:#ff0000;">google-talk.exe</span>&#8220;. Rename it to &#8220;<span style="color:#008000;">firefox.exe</span>&#8220;</h3>
<h2>Step 5:</h2>
<p>Now, as we all know the proxy settings are harsh on our CCF computers. So some proxy configuration.</p>
<p>On the login dialogue box of Google talk, Click on the &#8220;<strong>Settings</strong>&#8221; on the top right corner of the Google Talk dialogue box which opens.</p>
<p>In the left sidebar of the Window which now opens, there is an option called &#8220;Connection&#8221;. Click on it.</p>
<p>Click on the radio button saying &#8220;Use the following proxy:&#8221; Click the checkbox, the proxy requires authentication. In the &#8220;Host&#8221; text box, enter &#8220;10.1.1.5&#8243; and in the &#8220;Port&#8221; dialogue box, enter &#8220;8080&#8243;. Then enter you CCF ID and Passowrd in the boxes of &#8220;Username&#8221; and &#8220;Password&#8221; below the one in which you&#8217;ve just entered the proxy. That&#8217;s it, you&#8217;re done. </p>
<p>&nbsp;</p>
<p>Now click </p>
<p>Index:</p>
<h3><span style="color:#0000ff;">Blue Color:</span> Name of directories (folders)</h3>
<h3><span style="color:#008000;">Green Color:</span> Corrected names of Files</h3>
<h3><span style="color:#ff0000;">Red Color:</span> Wrong Names of Files</h3>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=190&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/11/29/how-to-install-google-talk-and-get-it-running-in-ccf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>
	</item>
		<item>
		<title>Google introduces the +1 button</title>
		<link>http://purneshexpo.wordpress.com/2011/07/07/google-introduces-the-1-button/</link>
		<comments>http://purneshexpo.wordpress.com/2011/07/07/google-introduces-the-1-button/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:50:22 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=173</guid>
		<description><![CDATA[Google has recently launched Google+ for limited preview and people are really enjoying despite of its extremely limited set of features and basic functionality. I would be throwing light on a very elementary part of Google&#8217;s new service, the &#8220;+1 button&#8221;(refer Screenshot X). This button is an enhancement to the Google&#8217;s searching algorithm, with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=173&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google has recently launched Google+ for limited preview and people are really enjoying despite of its extremely limited set of features and basic functionality. I would be throwing light on a very elementary part of Google&#8217;s new service, the &#8220;+1 button&#8221;(refer Screenshot X). This button is an enhancement to the Google&#8217;s searching algorithm, with the tagline &#8220;Isn&#8217;t it easy to find something that your friend has already found&#8221;. Google will collect each and every &#8220;+1&#8243; that you make while searching on Google and they will be displayed in a special tab on Google Plus (which can be found under the profile section, as shown in screenshot 1 below), for enhancing the search procedure for those who are searching for the very same thing. This service is completely user dependent, hence, because the more number of people keep on &#8220;+1&#8243;ing the correct links in your circles, the more accurate your search is gonna be. So better invite as many friends as possible to Google Plus and encourage them to &#8220;+1&#8243; the useful link once they have found it.</p>
<p>Also, this is going to set a new benchmark for the sites even when they are not yet visited by your friends. Most of the major websites already have a Google &#8220;+1&#8243;s button which marks that how many users throughout the world have found the website usefull. As you can see in Screenshot 2.</p>

<a href='http://purneshexpo.wordpress.com/2011/07/07/google-introduces-the-1-button/screenshot-1/' title='Screenshot-1'><img data-attachment-id='174' data-orig-size='1280,1024' data-liked='0' width="150" height="120" src="http://purneshexpo.files.wordpress.com/2011/07/screenshot-1.jpg?w=150&h=120" class="attachment-thumbnail" alt="Screenshot-1" title="Screenshot-1" /></a>
<a href='http://purneshexpo.wordpress.com/2011/07/07/google-introduces-the-1-button/screenshot-2/' title='Screenshot-2'><img data-attachment-id='175' data-orig-size='1280,1024' data-liked='0' width="150" height="120" src="http://purneshexpo.files.wordpress.com/2011/07/screenshot-2.jpg?w=150&h=120" class="attachment-thumbnail" alt="Screenshot-2" title="Screenshot-2" /></a>
<a href='http://purneshexpo.wordpress.com/2011/07/07/google-introduces-the-1-button/screenshot-x/' title='Screenshot X'><img data-attachment-id='176' data-orig-size='1280,1024' data-liked='0' width="150" height="120" src="http://purneshexpo.files.wordpress.com/2011/07/screenshot-x.jpg?w=150&h=120" class="attachment-thumbnail" alt="Screenshot X" title="Screenshot X" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=173&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/07/07/google-introduces-the-1-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/07/screenshot-1.jpg?w=150" medium="image">
			<media:title type="html">Screenshot-1</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/07/screenshot-2.jpg?w=150" medium="image">
			<media:title type="html">Screenshot-2</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/07/screenshot-x.jpg?w=150" medium="image">
			<media:title type="html">Screenshot X</media:title>
		</media:content>
	</item>
		<item>
		<title>The brain of India, rests untouched &#8211; Floating Turbines, a new technique to generate efficient electricity&#8230; (atleast new to me ;))</title>
		<link>http://purneshexpo.wordpress.com/2011/07/05/the-brain-of-india-rests-untouched-floating-turbines-a-new-technique-to-generate-efficient-electricity-atleast-new-to-me/</link>
		<comments>http://purneshexpo.wordpress.com/2011/07/05/the-brain-of-india-rests-untouched-floating-turbines-a-new-technique-to-generate-efficient-electricity-atleast-new-to-me/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 19:44:10 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Science Expo]]></category>
		<category><![CDATA[ahead]]></category>
		<category><![CDATA[canal]]></category>
		<category><![CDATA[electricity]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[engineers]]></category>
		<category><![CDATA[extreme]]></category>
		<category><![CDATA[hydroelectricity]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[river]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/2011/07/05/the-brain-of-india-rests-untouched-floating-turbines-a-new-technique-to-generate-efficient-electricity-atleast-new-to-me/</guid>
		<description><![CDATA[As me and my friend Bharat Singh Bhandari were cruising along the embankments of Shakti Canal, here at Rishikesh, we found a boulder contructed on half of the road which blocked half the way, causing some inconvenience&#8230; As we closed in, we noticed some well known instruments floating on water. We saw something that looked quite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=158&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As me and my friend <a title="Raju" href="http://www.facebook.com/bharatsb" target="_blank">Bharat Singh Bhandari</a> were cruising along the embankments of Shakti Canal, here at Rishikesh, we found a boulder contructed on half of the road which blocked half the way, causing some inconvenience&#8230; As we closed in, we noticed some well known instruments floating on water. We saw something that looked quite similar to a generator, or a motor, a large floating desk, and chains that held the device on to the boulders. We were excited to see the setup , so we went across the canal and asked the officer on duty about the setup. He told us, that these were &#8220;Floating Turbines&#8221;.</p>
<p><span id="more-158"></span></p>
<p>I immediately asked him about the production capacity of these turbines, and he said that every turbine could produce a whopping 12MW per year, I don&#8217;t know whether it is possible or he joked, but this is what he told me. Now, some of my friends from THDC might think, that how is 12MW per year, a whopping production? So, friends, it is just one turbine which produces that much power, and if I&#8217;m right on my calculations, at least 300 such generators can be placed on this single canal. So that would sum up to 3600MW of electricity. I don&#8217;t think that there is any way in which you wouldn&#8217;t call it extreme engineering&#8230; and if you don&#8217;t, you&#8217;re an asshole <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  I&#8217;m posting a few pics that we illegally took from there. Hope you understand the working principle of the device using those&#8230; <img src="http://poemsbyp.files.wordpress.com/2011/07/060520110031.jpg?w=614" alt="" /><img src="http://poemsbyp.files.wordpress.com/2011/07/06052011004.jpg?w=1600&h=1200" alt="" width="1600" height="1200" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=158&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/07/05/the-brain-of-india-rests-untouched-floating-turbines-a-new-technique-to-generate-efficient-electricity-atleast-new-to-me/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>

		<media:content url="http://poemsbyp.files.wordpress.com/2011/07/060520110031.jpg" medium="image" />

		<media:content url="http://poemsbyp.files.wordpress.com/2011/07/06052011004.jpg" medium="image" />
	</item>
		<item>
		<title>CCB: Not Again&#8230; :(</title>
		<link>http://purneshexpo.wordpress.com/2011/06/11/ccb-not-again/</link>
		<comments>http://purneshexpo.wordpress.com/2011/06/11/ccb-not-again/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 13:14:34 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Internet Utilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software Reviews (Computers)]]></category>
		<category><![CDATA[Board]]></category>
		<category><![CDATA[CCB]]></category>
		<category><![CDATA[Center]]></category>
		<category><![CDATA[Central]]></category>
		<category><![CDATA[Centre]]></category>
		<category><![CDATA[Counselling]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Informatics]]></category>
		<category><![CDATA[National]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[poor]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[suck]]></category>
		<category><![CDATA[Sucks]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=149</guid>
		<description><![CDATA[And&#8230; yes, the aspirants of engineering are busy once again. And as expected the CCB(Central Counselling Board), India are back with their extremely poor website. The people out there are simply disgusting. They work for money, and if it were not about admission they would have made the website even poorer. Now, imagine yourself in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=149&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>And&#8230; yes, the aspirants of engineering are busy once again. And as expected the CCB(Central Counselling Board), India are back with their extremely poor website. The people out there are simply disgusting. They work for money, and if it were not about admission they would have made the website even poorer. Now, imagine yourself in an online shopping store, which refreshes its page everytime you add, delete, or change order, of your purchase queue. How annoying would that be? As annoying is the architecture of the CCB website.</p>
<p><span id="more-149"></span>The page reloads itself everytime you add, delete or change order of a particular choice. And any average student fills something between 100 to 200 choices, apart from the reordering of choices, which takes another fifty moves. This is like working on a single page, watching one line text move from one frame to another, and reloading of the page for about 250 times. Yes, this is the real India, this is why India doesn´t develop&#8230; Because, the top ranks at the most prestigious hosting servers of India, the National Informatics Center, are filled up by shitheads who don´t know even a bit of Ajax programming. I could program a better website than CCB Website, in less than 2days and this is an open challenge&#8230; A little use of Ajax would have made the site much more user friendly and easy to use. Even a novice Ajax programmer could have designed a better interface, but it seems like <span style="color:#ff0000;"><strong>INDIA DOESN´T WANT TO DEVELOP.</strong></span></p>
<p><a href="http://purneshexpo.files.wordpress.com/2011/06/aieee-sucks1.png"><img class="aligncenter size-full wp-image-151" title="AIEEE SUCKS" src="http://purneshexpo.files.wordpress.com/2011/06/aieee-sucks1.png?w=614&h=491" alt="AIEEE SUCKS" width="614" height="491" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=149&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/06/11/ccb-not-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/06/aieee-sucks1.png" medium="image">
			<media:title type="html">AIEEE SUCKS</media:title>
		</media:content>
	</item>
		<item>
		<title>Balancing the Cycle (via Journal de Brouillons)</title>
		<link>http://purneshexpo.wordpress.com/2011/06/03/balancing-the-cycle-via-journal-de-brouillons/</link>
		<comments>http://purneshexpo.wordpress.com/2011/06/03/balancing-the-cycle-via-journal-de-brouillons/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 09:31:48 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[balancing]]></category>
		<category><![CDATA[behind]]></category>
		<category><![CDATA[cycle]]></category>
		<category><![CDATA[easier]]></category>
		<category><![CDATA[is]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[of]]></category>
		<category><![CDATA[principle]]></category>
		<category><![CDATA[stationary]]></category>
		<category><![CDATA[than]]></category>
		<category><![CDATA[theories]]></category>
		<category><![CDATA[why]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/2011/06/03/balancing-the-cycle-via-journal-de-brouillons/</guid>
		<description><![CDATA[This is question that all of us would have in their minds, but only a very few courageous ones dare to step forward to answer it&#8230; Well the basic question was why is it easier to balance the cycle when it is moving fast than when it is stationary. So lets look at it. First, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=148&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is question that all of us would have in their minds, but only a very few courageous ones dare to step forward to answer it&#8230;<br />
<blockquote cite='http://sriramexp.wordpress.com/?p=138' style='overflow:hidden;'>
<p><a href='http://sriramexp.wordpress.com/?p=138' title='Journal de Brouillons'><img src="http://sriramexp.files.wordpress.com/2011/06/jdb-cycle-1.png?w=137&amp;h=100&h=100" width="137" height="100" alt="Balancing the Cycle" class="align-left thumbnail alignleft left" style="max-width:100%;" /></a> Well the basic question was why is it easier to balance the cycle when it is moving fast than when it is stationary. So lets look at it. First, why does the cycle fall? For the cycle to be stable it should be in an orientation in which its centre of gravity is at a point directly above the line the joining the points of  contact of the tyres with the road. This is an unstable equilibrium, so even a slight disturbance would send it to the more sta &#8230; <a href='http://sriramexp.wordpress.com/?p=138' title='Journal de Brouillons'>Read More</a></p>
</blockquote>
<p>via <a href='http://sriramexp.wordpress.com/?p=138' title='Journal de Brouillons'>Journal de Brouillons</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=148&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/06/03/balancing-the-cycle-via-journal-de-brouillons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>

		<media:content url="http://sriramexp.files.wordpress.com/2011/06/jdb-cycle-1.png?w=137&#38;h=100" medium="image">
			<media:title type="html">Balancing the Cycle</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia PCIA: A step ahead to Internet Connectiviy</title>
		<link>http://purneshexpo.wordpress.com/2011/05/27/nokia-pcia-a-step-ahead-to-internet-connectiviy/</link>
		<comments>http://purneshexpo.wordpress.com/2011/05/27/nokia-pcia-a-step-ahead-to-internet-connectiviy/#comments</comments>
		<pubDate>Thu, 26 May 2011 23:39:34 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Internet Utilities]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Tech Expo]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nokia E63]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[PC internet Access]]></category>
		<category><![CDATA[PCIA]]></category>
		<category><![CDATA[Suite]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=142</guid>
		<description><![CDATA[I bought this cell phone around two years back, Nokia E63. I got a PC Suite bundled in the memory card itself as the Nokia guys don&#8217;t bother to give a disc for easy installation. Well, we&#8217;re here to talk about something else. The thing that I&#8217;m going to take up here is a very [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=142&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I bought this cell phone around two years back, Nokia E63. I got a PC Suite bundled in the memory card itself as the Nokia guys don&#8217;t bother to give a disc for easy installation. Well, we&#8217;re here to talk about something else. The thing that I&#8217;m going to take up here is a very simple and basic software named Nokia PC Internet Access. This software has a very basic framework meant to waste as less data, as possible. This is a very basic program with very basic functionality meant to give high performance Internet Connectivity. Given below, are two screen shots of the program, one is of the main screen and the other is of the connectivity settings&#8217; page. We&#8217;re going to have a quick walk-through of this easy to use software.</p>
<p><span id="more-142"></span></p>
<h3>Features</h3>
<ul>
<li>Easy Internet Connectivity: Fast and easy to use connectivity</li>
<li>Permanent Connection: Nothing, no messages, no calls disrupt your internet connection. You can turn off the PC Suite while using Nokia PCIA, it saves a lot of bandwidth, gives high speed and permanent connection.</li>
<li>Easy to Configure Settings: The settings are really easy to configure, and there is a lot of customisability out there. Also, the large number of presets provided with the software, make the software good to use for Novice users.</li>
</ul>

<a href='http://purneshexpo.wordpress.com/2011/05/27/nokia-pcia-a-step-ahead-to-internet-connectiviy/mainscreen/' title='mainscreen'><img data-attachment-id='143' data-orig-size='610,575' data-liked='0' width="150" height="141" src="http://purneshexpo.files.wordpress.com/2011/05/mainscreen.jpg?w=150&h=141" class="attachment-thumbnail" alt="mainscreen" title="mainscreen" /></a>
<a href='http://purneshexpo.wordpress.com/2011/05/27/nokia-pcia-a-step-ahead-to-internet-connectiviy/settings/' title='settings'><img data-attachment-id='144' data-orig-size='609,573' data-liked='0' width="150" height="141" src="http://purneshexpo.files.wordpress.com/2011/05/settings.jpg?w=150&h=141" class="attachment-thumbnail" alt="settings" title="settings" /></a>

<p style="text-align:center;"><a href="http://www.enterupload.com/lcba67v76kx8/Nokia_PC_Internet_Access_-_PIRATE_PURNESH.rar.html">The Nokia PCIA can be downloaded over here.</a></p>
<p style="text-align:center;"><strong>The password for the file is &#8220;9759937472&#8243; without quotes</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=142&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/05/27/nokia-pcia-a-step-ahead-to-internet-connectiviy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/05/mainscreen.jpg?w=150" medium="image">
			<media:title type="html">mainscreen</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/05/settings.jpg?w=150" medium="image">
			<media:title type="html">settings</media:title>
		</media:content>
	</item>
		<item>
		<title>Optical Isomerism &#8211; The misconceptions and mysteries sorted out&#8230;</title>
		<link>http://purneshexpo.wordpress.com/2011/05/09/optical-isomerism-the-misconceptions-and-mysteries-sorted-out/</link>
		<comments>http://purneshexpo.wordpress.com/2011/05/09/optical-isomerism-the-misconceptions-and-mysteries-sorted-out/#comments</comments>
		<pubDate>Sun, 08 May 2011 20:12:17 +0000</pubDate>
		<dc:creator>Purnesh Tripathi</dc:creator>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[Science Expo]]></category>
		<category><![CDATA[busted]]></category>
		<category><![CDATA[chemistry]]></category>
		<category><![CDATA[isomerism]]></category>
		<category><![CDATA[lectures]]></category>
		<category><![CDATA[mysteries]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[optical]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[solutions]]></category>

		<guid isPermaLink="false">http://purneshexpo.wordpress.com/?p=127</guid>
		<description><![CDATA[Its been a few weeks since I&#8217;d posted an article by Sriram on &#8220;How to find the coefficient of friction?&#8221; via &#8216;Journal De Broullions&#8221;. And now, here come one of my initiatives, or so as I thought towards the optical isomerism in Organic Compounds. As you all know, I joined Baluni Classes last year in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=127&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Its been a few weeks since I&#8217;d posted an article by Sriram on &#8220;How to find the coefficient of friction?&#8221; via &#8216;Journal De Broullions&#8221;. And now, here come one of my initiatives, or so as I thought towards the optical isomerism in Organic Compounds. As you all know, I joined Baluni Classes last year in September and the very first day I joined Baluni Classes. My chemistry teacher was teaching me something that was really awkward to look at. I am subcategorizing the post further, so that it becomes easy to read.</p>
<p><span id="more-127"></span></p>
<p><strong>The Misconception. (Refer Picture C1 while reading)</strong></p>
<p>What is usually taught in Indian Schools, as far as the ones I&#8217;ve reached in, is that light bends towards left when it passes through an optically active laevo rotatory compounds. Now, most of us would go through these things in a hurry and won&#8217;t be giving much importance to what these words are actually trying to convey. These words are behind the concept destruction of a generation. Just imagine, a light ray coming perpendicularly from above a compound kept in a glass bowl, such that it passes through the center of the hemispherical bowl. According to the above lines that most of you must have heard through your teachers, light, instead of passing through the center of mass of the hemispherical bowl and its bottom most point, would pass somewhere due left of it. Now that, would certainly be a phenomenal event. As that ray of light would defy the basic principle of refraction, which is, &#8220;When a ray of light passes perpendicularly from one medium to another, its path goes undeviated.&#8221; Apart from this, a point that must have struck your brain by now, is, that when this hemispherical bowl would be observed from the opposite side of the current observer, the compound would appear to be a dextro rotatory compound, or a d compound as the light ray would apparently bend towards the right of the observer. So, we come to the conclusion that<strong> this theory is a complete failure and is unable to explain the optical behavior of optically active compounds under any circumstances.</strong></p>
<p><strong>The Concept behind identification of optical activity of compounds (Refer Picture C2 while reading)</strong></p>
<p>The truth of the above misconception lies in the definition of ‘leavo rotatory compound’ itself. The proper defintion of a laevo rotatory compound would be:<span style="color:#993300;"> The compound</span>, <span style="color:#0000ff;">through which</span>,<span style="color:#008000;"> when plane polarized light is passed</span>, <span style="color:#993366;">rotates it</span>, towards left, is called laevo rotatory compound. We will consider this statement word by word in order to understand optical activity of optically active compounds.</p>
<p><span style="color:#993300;">The Compound</span>: This can be any type of compound, dextro, laevo or optically inactive, we can easily judge it with the help of above definition and its converse. According the example that we have taken above, it is a laevo compound.</p>
<p><span style="color:#0000ff;">Through which</span>: by this term, the student must understand that light is being passed perpendicularly through the compound, which, according to the most obvious laws of refraction in physics, means that no deviation in the path of this light would be observed.</p>
<p><span style="color:#008000;">When plane polarized light is passed</span>: Now, a student might ask, why only plane polarized light, why not ordinary light, or why not a laser beam? And that, would perhaps, be the best question the student could ask. But dear student, a plane polarized light’s rotation is easiest, to be measured with a polarimeter. Moreover, according to whatever I have studied today only the rotation of plane polarized light can be measured.</p>
<p><span style="color:#993366;">Rotates it</span>: This is a simple concept, but yet, the teachers in our country don’t bother to understand this. It says, that light rotates towards left, which means, the Area Vector of the plane polarized light’s plane, at any instant of time, within its path in the compound, is rotating towards its left with its axis pivoted at the centre.</p>
<p>This concept is quite clear to all the readers, I believe, but in case any point or any line in the above explanation is unclear to you, just put it down in the comments section below. And I promise you to reply to it as soon as possible. Remember, ITS BETTER TO BE A FOOL FOR ONCE, THAN A FOOL FOR LIFE.</p>

<a href='http://purneshexpo.wordpress.com/2011/05/09/optical-isomerism-the-misconceptions-and-mysteries-sorted-out/c1/' title='c1'><img data-attachment-id='128' data-orig-size='586,470' data-liked='0' width="150" height="120" src="http://purneshexpo.files.wordpress.com/2011/05/c1.png?w=150&h=120" class="attachment-thumbnail" alt="c1" title="c1" /></a>
<a href='http://purneshexpo.wordpress.com/2011/05/09/optical-isomerism-the-misconceptions-and-mysteries-sorted-out/c2/' title='c2'><img data-attachment-id='129' data-orig-size='970,470' data-liked='0' width="150" height="72" src="http://purneshexpo.files.wordpress.com/2011/05/c2.png?w=150&h=72" class="attachment-thumbnail" alt="c2" title="c2" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/purneshexpo.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purneshexpo.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/purneshexpo.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purneshexpo.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/purneshexpo.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/purneshexpo.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/purneshexpo.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/purneshexpo.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/purneshexpo.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purneshexpo.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/purneshexpo.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purneshexpo.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/purneshexpo.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purneshexpo.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=purneshexpo.wordpress.com&#038;blog=13890877&#038;post=127&#038;subd=purneshexpo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://purneshexpo.wordpress.com/2011/05/09/optical-isomerism-the-misconceptions-and-mysteries-sorted-out/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9138b2a94f39390a681b250c204b7e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Purnesh</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/05/c1.png?w=150" medium="image">
			<media:title type="html">c1</media:title>
		</media:content>

		<media:content url="http://purneshexpo.files.wordpress.com/2011/05/c2.png?w=150" medium="image">
			<media:title type="html">c2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
