<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>@ Classic Tutorials &#187; Tricks and Tips</title>
	<atom:link href="http://classictutorials.com/category/tricks-and-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://classictutorials.com</link>
	<description>Think Geek</description>
	<lastBuildDate>Mon, 21 May 2012 11:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Crash a computer with a HTML exploit</title>
		<link>http://classictutorials.com/2011/09/crash-a-computer-with-a-html-exploit/</link>
		<comments>http://classictutorials.com/2011/09/crash-a-computer-with-a-html-exploit/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 19:10:05 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://classictutorials.com/?p=858</guid>
		<description><![CDATA[An old trick which we used to play prank in college days. All you need to do is click the link below to crash a computer. Works on both MAC and Windows. Disclaimer: This seriously works. Before trying make sure you have all your works saved. Only way to come out of this is to pull the power off your computer/laptop. Proceed at your own risk Link to Click: http://tiny.cc/ibJUN Ok so you tried or not tried but want to know how it works? The exploit basically triggers multiple instance of your default mail client and ends all your computer ...]]></description>
			<content:encoded><![CDATA[<p>An old trick which we used to play prank in college days.</p>
<p>All you need to do is click the link below to crash a computer. Works on both MAC and Windows.</p>
<blockquote><p><span style="color: #ff0000;"><strong>Disclaimer:</strong> <em>This seriously works. Before trying make sure you have all your works saved. Only way to come out of this is to pull the power off your computer/laptop. Proceed at your own risk <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></span></p></blockquote>
<p><em><strong>Link to Click: <a href="http://tiny.cc/ibJUN">http://tiny.cc/ibJUN</a></strong></em></p>
<h4></h4>
<h4><span style="text-decoration: underline;">Ok so you tried or not tried but want to know how it works?</span></h4>
<p>The exploit basically triggers multiple instance of your default mail client and ends all your computer resource (CPU/RAM) and hangs the computer.</p>
<p>Here is how it works. Typing the following url on your browser will open your default mail client with fields populated. If you don&#8217;t know you can try it. Its safe.</p>
<blockquote><p>mailto:somebody@somebody.com?subject=Hell Ya&amp;amp;body=Check my Site.. classictutorials</p></blockquote>
<p>Now in a HTML page if you just give the same in an iframe it will basically do the same. Reloading the page will open one instance of mail client.</p>
<blockquote><p>&lt;iframe src=&#8221;mailto:somebody@somebody.com?subject=Hell Ya&amp;amp;body=Check my Site.. classictutorials&#8221;&gt;&lt;/iframe&gt;</p></blockquote>
<p>If above script opens one instance of mail client, what happens if we have similar 100 entries in a page and just reload the page say every 5 sec.. IT BECOMES EVIL <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>You can do a HTML reload using</p>
<blockquote><p>&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;5;url=<em>current page URL</em>&#8220;&gt;</p></blockquote>
<p>Cheers! Bring it on <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2011/09/crash-a-computer-with-a-html-exploit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customizing and Branding a QR Code</title>
		<link>http://classictutorials.com/2011/07/customizing-and-branding-a-qr-code/</link>
		<comments>http://classictutorials.com/2011/07/customizing-and-branding-a-qr-code/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 18:07:47 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[QR]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://classictutorials.com/?p=781</guid>
		<description><![CDATA[QR is fun and always something interesting going on. Learned an interesting thing today. QR code algorithm works even with 30% error in it First thing came in my mind was a 30% destorted QR image should work then. And saying so i started doing some research on internet and figured out its very easy to destroy a QR and still make it work. First thing i did was went here http://zxing.appspot.com/generator/ and created a sample QR code. &#160; Then installed a QR reader on my phone. There are lot of free QR application. Just search in your market place ...]]></description>
			<content:encoded><![CDATA[<p>QR is fun and always something interesting going on. Learned an interesting thing today.</p>
<blockquote><p>QR code algorithm works even with 30% error in it</p></blockquote>
<p>First thing came in my mind was a 30% destorted QR image should work then. And saying so i started doing some research on internet and figured out its very easy to destroy a QR and still make it work.</p>
<p>First thing i did was went here <a href="http://zxing.appspot.com/generator/" target="_blank">http://zxing.appspot.com/generator/</a> and created a sample QR code.<a href="http://classictutorials.com/blog/wp-content/uploads/2011/07/chart.png"><img class="aligncenter size-medium wp-image-782" title="chart" src="http://classictutorials.com/blog/wp-content/uploads/2011/07/chart-300x300.png" alt="" height="300" width="300" /></a></p>
<p>&nbsp;</p>
<p>Then installed a QR reader on my phone. There are lot of free QR application. Just search in your market place with &#8220;QR&#8221;.</p>
<p>The actual output:</p>
<p><a href="http://classictutorials.com/blog/wp-content/uploads/2011/07/IMG_0403.png"><img class="aligncenter size-thumbnail wp-image-784" title="IMG_0403" src="http://classictutorials.com/blog/wp-content/uploads/2011/07/IMG_0403-150x150.png" alt="" height="150" width="150" /></a></p>
<p>&nbsp;</p>
<p><strong>Opened Photoshop. All good and let the game begin.</strong></p>
<p><strong>Stage1: (Click Images for larger view)<br />
</strong></p>
<p>Lets make it colorful like those Japanese festival.</p>
<p><a href="http://classictutorials.com/blog/wp-content/uploads/2011/07/Colorful.png"><img class="aligncenter size-thumbnail wp-image-783" title="Colorful" src="http://classictutorials.com/blog/wp-content/uploads/2011/07/Colorful-150x150.png" alt="" height="150" width="150" /></a><span style="color: #008000;"><strong>Worked! </strong></span></p>
<p><strong>Stage2:</strong><strong>(Click Images for larger view)</strong></p>
<p>How about a colored image inside it.Think of putting some branding.How about a colorful company logo? Just a random image. Scanning with an apple iphone so added a pineapple <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  image #PJ</p>
<p><a href="http://classictutorials.com/blog/wp-content/uploads/2011/07/Pineapple.png"><img class="aligncenter size-thumbnail wp-image-786" title="Pineapple" src="http://classictutorials.com/blog/wp-content/uploads/2011/07/Pineapple-150x150.png" alt="" height="150" width="150" /></a>Ok must say it was bit complex then it looks. I was forced to reduce the size of the pineapple little by little and stopped at the point as soon as it started working.</p>
<p><span style="color: #008000;"><strong>Worked!</strong></span></p>
<p><strong>Stage3:</strong><strong>(Click Images for larger view)</strong></p>
<p>Thinking about branding again.This time more complex.How about some alphabets like a company name. Trying with my name.</p>
<p><a href="http://classictutorials.com/blog/wp-content/uploads/2011/07/kaushik.png"><img class="aligncenter size-thumbnail wp-image-785" title="kaushik" src="http://classictutorials.com/blog/wp-content/uploads/2011/07/kaushik-150x150.png" alt="" height="150" width="150" /></a></p>
<p>Ok this was most complex. Worked after several attempts. But this looks the best. I have written the text in white and gave a black background to make it look better.</p>
<p><span style="color: #008000;"><strong>Worked!</strong></span></p>
<p><strong><span style="color: #800000;"><em>Game over <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </em></span></strong></p>
<p>Try out some more combinations and its really fun. Make sure to keep your phone and a photo editing app like photoshop or GIMP handy as it take lot of hit and trials.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2011/07/customizing-and-branding-a-qr-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Turn Alphabets upside down &#124; uʍop ǝpısdn sʇǝqɐɥdןɐ uɹnʇ</title>
		<link>http://classictutorials.com/2009/03/turn-alphabets-upside-down-u%ca%8dop-%c7%9dpisdn-s%ca%87%c7%9dq%c9%90%c9%a5d%d7%9f%c9%90-u%c9%b9n%ca%87/</link>
		<comments>http://classictutorials.com/2009/03/turn-alphabets-upside-down-u%ca%8dop-%c7%9dpisdn-s%ca%87%c7%9dq%c9%90%c9%a5d%d7%9f%c9%90-u%c9%b9n%ca%87/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 00:40:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2009/03/11/turn-alphabets-upside-down-u%ca%8dop-%c7%9dpisdn-s%ca%87%c7%9dq%c9%90%c9%a5d%d7%9f%c9%90-u%c9%b9n%ca%87/</guid>
		<description><![CDATA[I just love this apps and after i got this site i am just writing everything upside down . Its so cool. How does it works(Start reading from end): &#8220;˙ǝpoɔ ǝɔɹnos ןɯʇɥ s,ǝƃɐd sıɥʇ ƃuıʍǝıʌ ʎq ʇxǝʇ uʍop ǝpısdn ǝɥʇ sǝʇɐɹǝuǝƃ ʇɐɥʇ ƃuıddɐɯ ɹǝʇʇǝן ǝɥʇ uɹɐǝן uɐɔ noʎ ˙ʇxǝʇ pǝddıןɟ ǝɥʇ ʎɐןdsıp oʇ „sɯ ǝpoɔıun ןɐıɹɐ„ ʇuoɟ ǝɥʇ sǝsn ǝƃɐd sıɥʇ ˙ʎןuo sɹǝʇʇǝן ǝsɐɔɹǝʍoן sʇɹoddns ןooʇ sıɥʇ os &#8216;sɹǝʇʇǝן ןɐʇıdɐɔ uʍop ǝpısdn ɥƃnouǝ ʇou puɐ sɹǝqɯnu uʍop ǝpısdn ou ǝɹɐ ǝɹǝɥʇ ʎןǝʇɐunʇɹoɟun ˙„ʇǝqɐɥdןɐ ɔıʇǝuoɥd ןɐuoıʇɐuɹǝʇuı„ puɐ „pǝpuǝʇxǝ uıʇɐן„ sʇǝs ɹǝʇɔɐɹɐɥɔ ǝɥʇ ɯoɹɟ ǝɯoɔ ɯǝɥʇ ɟo ʇsoɯ ˙ɹǝʇndɯoɔ ǝɥʇ uo ʇxǝʇ ...]]></description>
			<content:encoded><![CDATA[<p>I just love this apps and after i got this site i am just writing everything upside down <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .<br />
Its so cool.</p>
<blockquote></blockquote>
<p><span style="color: #ff0000;">How does it works(Start reading from end):</span></p>
<p>&#8220;˙ǝpoɔ ǝɔɹnos ןɯʇɥ s,ǝƃɐd sıɥʇ ƃuıʍǝıʌ ʎq ʇxǝʇ uʍop ǝpısdn ǝɥʇ sǝʇɐɹǝuǝƃ ʇɐɥʇ ƃuıddɐɯ ɹǝʇʇǝן ǝɥʇ uɹɐǝן uɐɔ noʎ ˙ʇxǝʇ pǝddıןɟ ǝɥʇ ʎɐןdsıp oʇ „sɯ ǝpoɔıun ןɐıɹɐ„ ʇuoɟ ǝɥʇ sǝsn ǝƃɐd sıɥʇ ˙ʎןuo sɹǝʇʇǝן ǝsɐɔɹǝʍoן sʇɹoddns ןooʇ sıɥʇ os &#8216;sɹǝʇʇǝן ןɐʇıdɐɔ uʍop ǝpısdn ɥƃnouǝ ʇou puɐ sɹǝqɯnu uʍop ǝpısdn ou ǝɹɐ ǝɹǝɥʇ ʎןǝʇɐunʇɹoɟun ˙„ʇǝqɐɥdןɐ ɔıʇǝuoɥd ןɐuoıʇɐuɹǝʇuı„ puɐ „pǝpuǝʇxǝ uıʇɐן„ sʇǝs ɹǝʇɔɐɹɐɥɔ ǝɥʇ ɯoɹɟ ǝɯoɔ ɯǝɥʇ ɟo ʇsoɯ ˙ɹǝʇndɯoɔ ǝɥʇ uo ʇxǝʇ uʍop-ǝpısdn pǝʇɐǝɹɔ ǝʌ,noʎ ǝʞıן ʞooן ʇı ǝʞɐɯ oʇ &#8216;pǝʇɹǝʌuı ʞooן ʇɐɥʇ sןoqɯʎs puɐ sɹǝʇɔɐɹɐɥɔ ǝpoɔıun oʇ sɹǝʇʇǝן ɥsıןƃuǝ sʇɹǝʌuoɔ ɯɐɹƃoɹd ʇdıɹɔsɐʌɐɾ ǝɥʇ ¿pɹɐʍʞɔɐq puɐ uʍop ǝpıs dn ʇxǝʇ dıןɟ ןooʇ sıɥʇ sǝop ʍoɥ&#8221;</p>
<p>Link for the app: <a href="http://www.sevenwires.com/play/UpsideDownLetters.html" target="_blank">http://www.sevenwires.com/play/UpsideDownLetters.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2009/03/turn-alphabets-upside-down-u%ca%8dop-%c7%9dpisdn-s%ca%87%c7%9dq%c9%90%c9%a5d%d7%9f%c9%90-u%c9%b9n%ca%87/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accessing Windows drive (NTFS drives) on Mac with READ &amp; WRITE</title>
		<link>http://classictutorials.com/2008/11/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/</link>
		<comments>http://classictutorials.com/2008/11/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 16:18:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/11/08/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/</guid>
		<description><![CDATA[Hi All,This is the first MAC tutorial of this blog!The tutorial gives you step by step procedure of enabling NTFS (Windows) read/write support in your MAC So by default MAC OS X won&#8217;t come with NTFS support. So one way is to customize during installation and choose NTFS 3G. Else if you haven&#8217;t customized then follow the steps below! 1) Download and install MacFuse. Download link is here2) Once installed now download NTFS 3G and install it. Download it from here It will ask you for restart. Restart your comp and see the changes. Now you can use the same ...]]></description>
			<content:encoded><![CDATA[<p>Hi All,<br />This is the first MAC tutorial of this blog!<br />The tutorial gives you step by step procedure of enabling NTFS (Windows) read/write support in your MAC</p>
<p>So by default MAC OS X won&#8217;t come with NTFS support. So one way is to customize during installation and choose NTFS 3G.</p>
<p>Else if you haven&#8217;t customized then follow the steps below!</p>
<p>1) Download and install MacFuse. Download link is <a href="http://macfuse.googlecode.com/files/MacFUSE-1.7.dmg"><span style="color:rgb(255,0,0);">here</span></a><br />2) Once installed now download NTFS 3G and install it. Download it from <a href="http://sourceforge.net/project/downloading.php?groupname=catacombae&amp;filename=NTFS-3G_1.5012-stable-catacombae.dmg&amp;use_mirror=osdn"><span style="color:rgb(255,0,0);">here</span></a></p>
<p>It will ask you for restart. Restart your comp and see the changes. Now you can use the same windows drive in mac. I am using vista and mac together and can share my files easily on both of them!  <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 
<div style="text-align:center;">Before<br /><a href="http://kaushik009.files.wordpress.com/2008/11/macfin1.png"><img style="cursor:pointer;width:233px;height:320px;" src="http://kaushik009.files.wordpress.com/2008/11/macfin1.png?w=218" alt="" border="0" /></a><br />After</div>
<div style="text-align:center;"><a href="http://kaushik009.files.wordpress.com/2008/11/macfin2.png"><img style="cursor:pointer;width:241px;height:320px;" src="http://kaushik009.files.wordpress.com/2008/11/macfin2.png?w=225" alt="" border="0" /></a></div>
<p>NB: Remember the download links i provided was tested on MacOSX 10.5.4<br />So if you are using any other version of mac i would suggest to visit the following links:
<ul>
<li>http://code.google.com/p/macfuse/</li>
<li>http://macntfs-3g.blogspot.com/</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/11/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice trick to have notes on desktop &#124; Without any 3rd party</title>
		<link>http://classictutorials.com/2008/10/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/</link>
		<comments>http://classictutorials.com/2008/10/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 10:24:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/10/22/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/</guid>
		<description><![CDATA[This is a nice trick and am using this extensively now a days! What is this all about:Guys to keep small notes in comp we usually use software like Stick Note(http://www.sticky-notes.net/). But these usually eats up huge memory and sometime very complected. Solution:This trick will help you to maintain your notes as logs using simple windows inbuilt Notepad. Its very easy. Create a new text file.Name it anything you like. Say Notes.txtNow add the following text in your notepad. &#8220;.LOG&#8221;Save your file.Now close the file and open again.Each time you open it the file will append current time stamp in ...]]></description>
			<content:encoded><![CDATA[<p>This is a nice trick and am using this extensively now a days!</p>
<p><span style="font-weight:bold;color:rgb(255,0,0);">What is this all about:</span><br />Guys to keep small notes in comp we usually use software like Stick Note(http://www.sticky-notes.net/). But these usually eats up huge memory and sometime very complected.</p>
<p><span style="font-weight:bold;color:rgb(255,0,0);">Solution:</span><br />This trick will help you to maintain your notes as logs using simple windows inbuilt Notepad.</p>
<p>Its very easy. Create a new text file.Name it anything you like. Say Notes.txt<br />Now add the following text in your notepad. &#8220;.LOG&#8221;<br />Save your file.<br />Now close the file and open again.<br />Each time you open it the file will append current time stamp in the file<br /><a href="http://kaushik009.files.wordpress.com/2008/10/1.jpg"><img style="cursor:pointer;" src="http://kaushik009.files.wordpress.com/2008/10/1.jpg?w=300" alt="" border="0" /></a><a href="http://kaushik009.files.wordpress.com/2008/10/2.jpg"><img style="cursor:pointer;" src="http://kaushik009.files.wordpress.com/2008/10/2.jpg?w=300" alt="" border="0" /></a></p>
<p>This is quiet easy and very easy to maintain. Just create a shortcut of it on your desktop and use it.<br />Let me know how you like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/10/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying full folder path in windows</title>
		<link>http://classictutorials.com/2008/10/copying-full-folder-path-in-windows/</link>
		<comments>http://classictutorials.com/2008/10/copying-full-folder-path-in-windows/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 13:11:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/10/18/copying-full-folder-path-in-windows/</guid>
		<description><![CDATA[Guys this trick is bit old but as this blog is meant for all small and big tricks so i thought of adding this one also. Guys say you want to copy the full folder path. Usually what we do is we copy the path from the required folder&#8217;s parents folder and then add folder name to it. Say we need to copy the path for Songs folder which is at &#8220;D:TestSongs&#8221; we usually get &#8220;D:Test&#8221; + &#8220;Songs&#8221; = &#8220;D:TestSongs&#8221; But there is a easier way. Check the screen shot below. Just you need to press &#8220;Shift&#8221; and &#8220;Right Click&#8221; ...]]></description>
			<content:encoded><![CDATA[<p>Guys this trick is bit old but as this blog is meant for all small and big tricks so i thought of adding this one also.</p>
<p>Guys say you want to copy the full folder path. Usually what we do is we copy the path from the required folder&#8217;s parents folder and then add folder name to it.</p>
<p>Say we need to copy the path for Songs folder which is at &#8220;D:TestSongs&#8221; we usually get &#8220;D:Test&#8221; + &#8220;Songs&#8221; = &#8220;D:TestSongs&#8221;</p>
<p>But there is a easier way. Check the screen shot below. Just you need to press &#8220;Shift&#8221; and &#8220;Right Click&#8221; and &#8220;Copy as Path&#8221;
<div style="text-align:center;"><a href="http://kaushik009.files.wordpress.com/2008/10/a.jpg"><img style="cursor:pointer;" src="http://kaushik009.files.wordpress.com/2008/10/a.jpg?w=300" alt="" border="0" /></a>
<div style="text-align:left;">Actually this has helped me in various ways specially copying folder structures for pasting in cmd prompt.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/10/copying-full-folder-path-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schedule your Gtalk to Kill</title>
		<link>http://classictutorials.com/2008/08/schedule-your-gtalk-to-kill/</link>
		<comments>http://classictutorials.com/2008/08/schedule-your-gtalk-to-kill/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 13:33:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/08/11/schedule-your-gtalk-to-kill/</guid>
		<description><![CDATA[Before i proceed let me ask you a question. Has this ever happened to you. You logged in to gtalk in your office. Now you came home and remembered that you forgot to sign it off and now when you sign in here if some one pings you the message will once come in your current window and once in office window? Has this happened to you? Then this is the tutorial you want! This is very easy and very handy. Prerequisits: Download at http://www.mediafire.com/file/k2ydg0yozzm/gtalkKill.zip Remember this is for your office computer or the computer where you want a auto ...]]></description>
			<content:encoded><![CDATA[<p>Before i proceed let me ask you a question.<br />
Has this ever happened to you. You logged in to gtalk in your office. Now you came home and remembered that you forgot to sign it off and now when you sign in here if some one pings you the message will once come in your current window and once in office window? Has this happened to you? Then this is the tutorial you want! This is very easy and very handy.</p>
<p><span style="font-weight:bold;">Prerequisits:</span><br />
Download at</p>
<p><a href="http://www.mediafire.com/file/k2ydg0yozzm/gtalkKill.zip">http://www.mediafire.com/file/k2ydg0yozzm/gtalkKill.zip</a></p>
<p>Remember this is for your office computer or the computer where you want a auto gtalk kill.<br />
Once you download just extract it in any drive.</p>
<p>Now <span style="font-weight:bold;">for XP users:</span><br />
Go to control pannel &#8211;&gt; Scheduled Task &#8211;&gt; Add scheduled task.. Click and follow the steps. Where it asks for application point it to the file you download. Give a time which you will be out of your office. Also <span class="blsp-spelling-corrected">don&#8217;t</span> forget to put your user <span class="blsp-spelling-corrected">credentials</span>. And make it a daily schedule. <span class="blsp-spelling-corrected">That&#8217;s</span> it.</p>
<p><span style="font-weight:bold;">For vista User:</span><br />
Click on Start button and type in search as &#8220;<span class="blsp-spelling-error">schedul</span>&#8221; click on the <span class="blsp-spelling-corrected">scheduler</span>.<br />
Now once the Task <span class="blsp-spelling-corrected">Scheduler</span> is open on the right hand side you will see &#8220;Create Basic Task&#8221; Click on it. The task <span class="blsp-spelling-corrected">scheduler</span> will open.</p>
<div style="text-align:center;"><a href="http://img144.imageshack.us/img144/5613/schedularaf2.jpg"><img style="cursor: pointer; width: 391px; height: 190px;" src="http://img144.imageshack.us/img144/5613/schedularaf2.jpg" border="0" alt="" /></a></div>
<p>Name: Give anything (<span class="blsp-spelling-error">Gtalk</span> kill)<br />
Description: Any description<br />
Task to start: Daily<br />
Start time: Time you will be out of your office<br />
Action: Start a program<br />
Program: Browse to the file you downloaded<br />
And press finish in the next screen and forget it..</p>
<p>Next time it will never ever happen that you will have 2 instance of <span class="blsp-spelling-error">gtalk</span> running.<br />
If you usually forget to log off your <span class="blsp-spelling-error">gtalk</span> at home then use the same method for home also.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/08/schedule-your-gtalk-to-kill/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easy way to add some extra space and speed up XP</title>
		<link>http://classictutorials.com/2008/08/easy-way-to-add-some-extra-space-and-speed-up-xp/</link>
		<comments>http://classictutorials.com/2008/08/easy-way-to-add-some-extra-space-and-speed-up-xp/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 14:21:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/08/02/easy-way-to-add-some-extra-space-and-speed-up-xp/</guid>
		<description><![CDATA[Usually i have seen my friends getting frustrated as XP it self is taking up so much space and eating up memory..What we should do?See obviously the best way is format the computer and reinstall the OS.. but its hectic and lots of imp data gets lost. So whats next?So XP keeps some folders to keep its temporary data!Those ideally should get deleted but they never happen perfectly. So..Step1: Delete C:WindowsTemp This folder is safe to delete and it again gets created when required by the OSStep2: Clear c:documents and setingsusernamelocal setingstemp folder.Step3: Clear the recycle bin.Step4: Open My Computer ...]]></description>
			<content:encoded><![CDATA[<p>Usually i have seen my friends getting frustrated as XP it self is taking up so much space and eating up memory..<br /><span style="font-weight:bold;">What we should do?</span><br />See obviously the best way is format the computer and reinstall the OS.. but its hectic and lots of imp data gets lost.</p>
<p><span style="font-weight:bold;">So whats next?</span><br />So XP keeps some folders to keep its temporary data!Those ideally should get deleted but they never happen perfectly. So..<br /><span style="font-weight:bold;">Step1: </span>Delete <strong>C:WindowsTemp </strong>This folder is safe to delete and it again gets created when required by the OS<br /><span style="font-weight:bold;">Step2:</span> Clear <span style="font-weight:bold;">c:documents and setingsusernamelocal setingstemp</span> folder.<br /><span style="font-weight:bold;">Step3:</span> Clear the recycle bin.<br /><span style="font-weight:bold;">Step4:</span> Open My Computer and then right click on the installed drive. Select the checkbox for &#8220;Compress the drive to save disk space&#8221; and let do the job.. it should take some time.<br /><span style="font-weight:bold;">Step5:</span>Uninstall all useless programs or reinstall programs on another drive.<br /><span style="font-weight:bold;">Step6:</span> Clean up your desktop. First it look ugly with lots of icon and 2nd it eats up memory.<br />Once these are done lets see what if anything else is wrong!<br /><span style="font-weight:bold;">Step7</span>:Click ctrl+altr+del and you get your task manager.<br />See the Applications running. Stop all the applications present there. And now wait for 5 mins. Now click on the performance tab and see the CPU usage.. A normal flow when you dont do anything should be 0~10 anything more than that means something wrong!<br />If anything wrong check step8<br /><span style="font-weight:bold;">Step8:</span> Click on the processes tab. You will see lots of application running. Lets figure out whats wrong. Click twice on the CPU tab will sort the thing and give you the applications taking lots of energy. Try to figure out what can be killed.. Reading there description you can come to know. <span style="font-weight:bold;">What you should not delete are &#8220;explorer.exe&#8221; or &#8220;Dllhost.exe&#8221;</span> and some others. Its best to read there description and folder location and think it can be deleted or not.<br /><span style="font-weight:bold;">Anyways if you kill something and do a mess just restart and it will be fine!</span></p>
<p>Also defragmenting your hard disk is a good practice!</p>
<p>I think that preety much should help.. From my experience one more thing i can tell.. never ever use cracked antivirus or you are gone.. use AVG Free edition best.<br />Also do scan your computer with some anti spyware! Use trial version of this: http://www.pctools.com/spyware-doctor/</p>
<p>Hope this post will help!</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/08/easy-way-to-add-some-extra-space-and-speed-up-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create multiple login in gtalk!</title>
		<link>http://classictutorials.com/2008/05/how-to-create-multiple-login-in-gtalk/</link>
		<comments>http://classictutorials.com/2008/05/how-to-create-multiple-login-in-gtalk/#comments</comments>
		<pubDate>Thu, 22 May 2008 13:15:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/05/22/how-to-create-multiple-login-in-gtalk/</guid>
		<description><![CDATA[Yaps! Me and my friend wanted to have gtalk login at the same time in the same computer. Idea was to use the gtalk browser and then open two browser for each of us.. but suddenly we thought of finding out a way to get multiple login at gtalk and here is it.. Let me know if you like it! Create a gtalk shortcut on the desktop. Right click that icon and select properties and then in the target place u will see something like this. &#8220;&#8221;C:Program FilesGoogleGoogle Talkgoogletalk.exe&#8221; /startmenu&#8221; Rename it as&#8220;&#8221;C:Program FilesGoogleGoogle Talkgoogletalk.exe&#8221; /nomutex&#8221; click apply and OK. ...]]></description>
			<content:encoded><![CDATA[<p>Yaps! Me and my friend wanted to have gtalk login at the same time in the same computer. Idea was to use the gtalk browser and then open two browser for each of us.. but suddenly we thought of finding out a way to get multiple login at gtalk and here is it..</p>
<p>Let me know if you like it!
<ol>
<li>Create a gtalk shortcut on the desktop.</li>
<li>Right click that icon and select properties and then in the target place u will  see something like this.        <span style="color:rgb(102,102,102);">&#8220;&#8221;C:Program FilesGoogleGoogle Talkgoogletalk.exe&#8221; /startmenu&#8221;</span>          </li>
<li>Rename it as<span style="color:rgb(102,102,102);">&#8220;&#8221;C:Program FilesGoogleGoogle Talkgoogletalk.exe&#8221; /nomutex&#8221;</span></li>
<li>click apply and OK.</li>
</ol>
<p>Thats it! Clicking on the shortcut will let you open multiple login gtalk!<br /><span style="color:rgb(102,102,102);"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/05/how-to-create-multiple-login-in-gtalk/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Using IE 5, IE4,IE5,IE6 and IE7 together</title>
		<link>http://classictutorials.com/2008/05/using-ie-5-ie4ie5ie6-and-ie7-together/</link>
		<comments>http://classictutorials.com/2008/05/using-ie-5-ie4ie5ie6-and-ie7-together/#comments</comments>
		<pubDate>Tue, 20 May 2008 22:31:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/05/21/using-ie-5-ie4ie5ie6-and-ie7-together/</guid>
		<description><![CDATA[Hi,Being a web developer by profession i always faced this problem! When ever i wrote some script or some Iframe tags i always feared that will it work on older version of IE or not?And to check that i always had to find out someone who is using a older browser which is again a rare case!Quiet frustrated i got a plugin in firefox which can simulate an environment of older IE but again it cant run the local website(I mean the one which is running on localhost).After a long and long search i got a solution from Yousif the ...]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />Being a web developer by profession i always faced this problem! When ever i wrote some script or some Iframe tags i always feared that will it work on older version of IE or not?<br />And to check that i always had to find out someone who is using a older browser which is again a rare case!<br />Quiet frustrated i got a plugin in firefox which can simulate an environment of older IE but again it cant run the local website(I mean the one which is running on localhost).<br />After a long and long search i got a solution from Yousif the geek guy of TredoSoft.<br />He created this application which will support multiple IEs together.<br />Check the screen shot below!<br /><a href="http://img442.imageshack.us/img442/6855/iepl8.png"><img style="display:block;text-align:center;cursor:pointer;width:400px;margin:0 auto 10px;" src="http://img442.imageshack.us/img442/6855/iepl8.png" alt="" border="0" /></a><br />Its a installer and you just need to install it.<br />Download link for the Aplication is below.
<ul>
<li><a href="http://rapidshare.com/files/116426588/multiple-ie-setup.exe">Link1</a></li>
<li><a href="http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe">Link2</a></li>
</ul>
<p>NB: <span style="color:rgb(255,0,0);">This works only in XP and some time crashes.Just restart the application and it will work</span></p>
<p>Let me know if that was of any use to you? I will be over excited to know from you guys! <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span style="color:rgb(0,0,0);" class="submitted"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/05/using-ie-5-ie4ie5ie6-and-ie7-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

