<?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"
	>

<channel>
	<title>PC Knight</title>
	<atom:link href="http://www.lockergnome.com/knight17/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lockergnome.com/knight17</link>
	<description>..On Windows, Linux, Software, Web2.0, Tips and *.*</description>
	<pubDate>Tue, 12 Feb 2008 21:49:18 +0000</pubDate>
	<generator>http://www.lockergnome.com/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Change command prompt to monochrome</title>
		<link>http://www.lockergnome.com/knight17/2008/02/12/change-command-prompt-to-monchrome/</link>
		<comments>http://www.lockergnome.com/knight17/2008/02/12/change-command-prompt-to-monchrome/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 21:27:04 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[command prompt]]></category>

		<category><![CDATA[monochrome]]></category>

		<category><![CDATA[windows on windows]]></category>

		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2008/02/12/change-command-prompt-to-monchrome/</guid>
		<description><![CDATA[Windows on Windows was bitten by memories of the monochrome days. So it introduced a handy tip to emulate a monochrome feel for your command prompt windows. Not good for anything practical, but hey, it&#8217;s still fun! Greg Shultz at TechRepublic tells us how:

Open a Command Prompt window.
Right the title bar and select the Properties [...]]]></description>
			<content:encoded><![CDATA[<p>Windows on Windows was bitten by memories of the monochrome days. So it introduced a handy tip to emulate a monochrome feel for your command prompt windows. Not good for anything practical, but hey, it&#8217;s still fun! Greg Shultz at TechRepublic tells us how:</p>
<ol>
<li>Open a Command Prompt window.</li>
<li>Right the title bar and select the Properties command.</li>
<li>Select the Colors tab.</li>
<li>Select the Screen Background button and select the black box in the color  palette.</li>
<li>Select the Screen Text button.</li>
<li>To emulate an old green monochrome monitor, select the green box in the  color palette, and then in the Selected Color Values panel use the spin button  for the Green setting to move the number up to 255. Make sure that the settings  for the Red and Blue remain at 0.</li>
<li>To emulate an old amber monochrome monitor, select the green box in the  color palette, and then in the Selected Color Values panel use the spin button  for the Red setting to move the number up to 185. Make sure that the settings  for the Green remains at 128 and Blue remains at 0.</li>
</ol>
<p><a href="http://feeds.feedburner.com/%7Er/techrepublic/window-on-windows/%7E3/225305762/">Hat Tip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2008/02/12/change-command-prompt-to-monchrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Remove Advertisements From Eye TV Programs And Convert Them Into iPhone, iPod Format</title>
		<link>http://www.lockergnome.com/knight17/2007/09/22/how-to-remove-advertisements-from-eye-tv-programs-and-convert-it-into-iphone-ipod-format/</link>
		<comments>http://www.lockergnome.com/knight17/2007/09/22/how-to-remove-advertisements-from-eye-tv-programs-and-convert-it-into-iphone-ipod-format/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 18:08:01 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/09/22/how-to-remove-advertisements-from-eye-tv-programs-and-convert-it-into-iphone-ipod-format/</guid>
		<description><![CDATA[If you are a lucky iPhone owner, by now you might have discoverd what a pain  it is to use EyeTV for deleting  commercials. You had to actually select each and every commercial break  manually, then compact your recording, then export it n an appropriate format  for the iPhone.
Today, I came [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a lucky iPhone owner, by now you might have discoverd what a pain  it is to use <a href="http://www.elgato.com/">EyeTV</a> for deleting  commercials. You had to actually select each and every commercial break  manually, then compact your recording, then export it n an appropriate format  for the iPhone.</p>
<p>Today, I came across a solution (from a frustrated user), read on for  detailed guide:</p>
<ol>
<li>First you want to install X11 for Mac OS X if you don&#8217;t already have it.  You&#8217;re going to need it to compile Mplayer. If you don&#8217;t know where it is, it&#8217;s  on your OS X install discs under additional software.</li>
<li>Go get Macports if you don&#8217;t already have it. You can get it from <a href="http://www.macports.org/">here</a>.</li>
<li>Follow the installation instructions for Macports including running the  selfupdate. After doing so, run the following commands in a terminal:
<p>sudo port -v install ffmpeg +a52 +faac +faad +gpl +lame +x264 +xvid</p>
<p>sudo port -v install mplayer +darwin_8 +darwin_i386 +faac +macosx +x264 +xvid</p>
<p>sudo port -v install wine</li>
<li>Now that you&#8217;ve installed all that software, <a href="http://www.kaashoek.com/comskip/files/">go get comskip</a>. I use version  79_99. It&#8217;s an open source mpeg commercial detector that works great. You don&#8217;t  have to install it into wine or anything. Just unzip it and put the folder  inside a folder called “wine” in your documents directory.</li>
<li>Now, download <a href="http://www.tannhaus.com/personal/eyetv/files/comskip.ini">this comskip.ini  file</a> and place it in your comskip directory.</li>
<li>Make two new folders on your desktop called newvids and oldvids.</li>
<li>Download <a href="http://www.tannhaus.com/personal/eyetv/files/avitoh264.sh">this bash shell  script</a> and put it on your desktop. In a terminal, cd to your desktop and  type
<p>chmod u+x avitoh264.sh</li>
<li>Edit the shell script and replace all instances of “tannhaus” with your  username.</li>
<li>Now everything is installed and we&#8217;re ready to do our normal process of  removing commercials from our EyeTV programs.
<ol>
<li>Go into your recordings in EyeTV. If you wish, cut any excess from the  beginning and ending of the programs – before the actual program you were  intending to record starts. Then compact the edited files.</li>
<li>Export the files in mpeg2 format into the directory “oldvids” on your  desktop.</li>
<li>Open up a terminal and type “cd Desktop”</li>
<li>Now type “./avitoh264.sh”. A lot of gunk is going to fly by on your  screen&#8230;including a lot of errors if X11 isn&#8217;t running. If it&#8217;s not, don&#8217;t  worry about it. It will work anyway. It just throws a lot of errors.</li>
<li>When it&#8217;s finished, you will find all your newly formatted and commercial  free videos in “newvids” on your desktop. You may now import them into iTunes  and sync them to your iPod or iPhone.</li>
</ol>
</li>
</ol>
<p>Enjoy!</p>
<p>Links for Reference</p>
<p><a href="http://www.tannhaus.com/personal/eyetv/guide.html" title="How to remove ads from eye tv and export to iPhone">Hattip</a></p>
<p>[tags]iPhone, iPod, Video, mpeg2, downloads, ads. mac osx[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/09/22/how-to-remove-advertisements-from-eye-tv-programs-and-convert-it-into-iphone-ipod-format/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Folding@Home Achieves Petaflop Mark With The Help of PlayStations</title>
		<link>http://www.lockergnome.com/knight17/2007/09/20/foldinghome-achieves-petaflop-mark-with-the-help-of-playstations/</link>
		<comments>http://www.lockergnome.com/knight17/2007/09/20/foldinghome-achieves-petaflop-mark-with-the-help-of-playstations/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 18:14:47 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/09/20/foldinghome-achieves-petaflop-mark-with-the-help-of-playstations/</guid>
		<description><![CDATA[Folding@Home, the Stanford University&#8217;s  ambitious distributed computing project aimed at unlocking the mysteries of  protein folding has hit another great milestone. It is the first to achieve a  petaflop mark by a distributed computing initiative. The lion&#8217;s share of the  processing power is contributed by Sony&#8217;s PlayStation 3 game consoles.
Known amongst [...]]]></description>
			<content:encoded><![CDATA[<p><a href="mailto:Folding@Home">Folding@Home</a>, the Stanford University&#8217;s  ambitious distributed computing project aimed at unlocking the mysteries of  protein folding has hit another great milestone. It is the first to achieve a  petaflop mark by a distributed computing initiative. The lion&#8217;s share of the  processing power is contributed by Sony&#8217;s PlayStation 3 game consoles.</p>
<p>Known amongst the scientific community, a petaflop is the ability of a  computer to do one quadrillion floating point operations per second (FLOPS). In  other words, if every person on the planet were to perform a simple mathematical  calculation, such as calculating a percentage, each person would have to perform  75,000 calculations every second for the world&#8217;s population to achieve a  petaflop. [<a href="http://www.klfy.com/Global/story.asp?S=7102253">...</a>]</p>
<p>Current <a href="http://folding.stanford.edu/stats.html">statistics</a> on  the project&#8217;s home page show processing capacity at 1P Flops (floating point  operations per second) with 804T Flops from the PlayStation 3. A further 163T  Flops are from Windows-based computers and 43T Flops from graphics processors.</p>
<p>The project is attempting to unlock the mysteries of <a href="http://www.hhmi.org/annual94/b130.html">protein folding</a>. It&#8217;s  suspected that misfolds in proteins are the cause of several diseases, including  Alzheimer&#8217;s, cystic fibrosis, BSE, and some forms of cancer so better  understanding the process could lead to medical breakthroughs.</p>
<p>The computer power needed to perform the modeling and calculations is  immense but the problem is such that it can be broken down into pieces each of  which are handled by different machines. <a href="http://en.wikipedia.org/wiki/Cell_microprocessor">PlayStation 3</a> owners  who enable the Folding@home application contribute unused power of their <a href="http://www.anandtech.com/cpuchipsets/showdoc.aspx?i=2379">console  processors</a> to the task.</p>
<p><strong>Links and Reference</strong></p>
<ul>
<li><a href="http://folding.stanford.edu/">Stansford Folding@Home</a></p>
<li><a href="mailto:Folding@Home%20Protein%20Project%20Hits%20a%20Petaflop">Folding@Home  Protein Project Hits a Petaflop</a>
<li><a href="mailto:Folding@Home">Answers:Folding@Home</a>
<li><a href="http://www.google.com/Top/Computers/Computer_Science/Distributed_Computing/Projects/">Distributed  computing projects</a></ul>
<p>[tags]petaflop, playstation, sony, folding@home[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/09/20/foldinghome-achieves-petaflop-mark-with-the-help-of-playstations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facts About Wikipedia</title>
		<link>http://www.lockergnome.com/knight17/2007/09/20/wikipedia-facts/</link>
		<comments>http://www.lockergnome.com/knight17/2007/09/20/wikipedia-facts/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 17:17:53 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Interesting]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/09/20/wikipedia-facts/</guid>
		<description><![CDATA[
It is estimated that 7%  of Web surfers read Wikipedia articles in every  browsing session. But do you know the following facts about Wikipedia?

About 8.2 million articles have been contributed to Wikipedia since 2001, a  total of more than 1.4 billion words
The English-language version of Wikipedia has about two million entries &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Wikipedia"><img src="http://www.lockergnome.com/nexus/knight17/files/2007/09/wikipedia-logo.jpg" alt="There should be an image here!" align="right" border="0" hspace="3" vspace="3" width="200" /></a></p>
<p>It is estimated that <a href="http://www.alexa.com/data/details/traffic_details?url=http%3A%2F%2Fwikipedia.org">7%  of Web surfers</a> read <a href="http://en.wikipedia.org/wiki/Wikipedia">Wikipedia</a> articles in every  browsing session. But do you know the following facts about Wikipedia?</p>
<ol>
<li>About 8.2 million articles have been contributed to Wikipedia since 2001, a  total of more than 1.4 billion words</li>
<li>The English-language version of Wikipedia has about two million entries &#8212; about 15 times as many as the largest edition of the <a href="http://britannica.com/">Encyclopaedia Britannica</a>, the standard to  which it <a href="http://wired.com/news/culture/0,1284,66210,00.html">aspires</a></li>
<li>Specialist sites based on the &#8220;wiki&#8221; model include <a href="http://wikible.org/en/Wikible">Wikible</a> (the Bible) and <a href="http://starwars.wikia.com/">Wookiepeedia</a> (on Star Wars)</li>
<li>Last month it emerged that many embarrassing Wikipedia entries had been  edited by organisations mentioned in them. The Chinese Government erased  information about China blocking Wikipedia inside its borders. The CIA tweaked  entries on Ronald Reagan and Richard Nixon</li>
<li>I am sure you know this already. The term &#8220;<a href="http://www.wiki.org/wiki.cgi?WhatIsWiki">wiki</a>&#8221; is derived from the  wiki wiki or &#8220;quick&#8221; buses found in Hawaii</li>
</ol>
<p>[tags]wikipedia, wiki, facts[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/09/20/wikipedia-facts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learn Linux Step By Step From IBM</title>
		<link>http://www.lockergnome.com/knight17/2007/09/16/learn-linux-beginers-free/</link>
		<comments>http://www.lockergnome.com/knight17/2007/09/16/learn-linux-beginers-free/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 18:52:48 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/09/16/learn-linux-beginers-free/</guid>
		<description><![CDATA[Here&#8217;s a series of well written IBM Linux tutorials to help you learn  Linux fundamentals and prepare for system administrator certification. These  are considered amongst the most popular online preparation methods cited by LPI  exam candidates, as mentioned by the LPI.org website. Even if you don&#8217;t care to be  certified, these [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a series of well written IBM Linux tutorials to help you <a href="http://www.ibm.com/developerworks/linux/lpi/index.html?S_TACT=105AGX59&amp;S_CMP=GRsite-lnxw01&amp;ca=dgr-lnxw01LPItutorials" title="Learn Linux Fundementals from IBM">learn  Linux fundamentals</a> and prepare for system administrator certification. These  are considered amongst the most popular online preparation methods cited by LPI  exam candidates, as mentioned by the <a href="http://lpi.org/" title="Linux Proffessional Institute">LPI.org</a> website. Even if you don&#8217;t care to be  certified, these tutorials are a great way to learn everything.</p>
<p>From : <a href="http://apple.slashdot.org/firehose.pl?op=view&amp;id=289937&amp;from=rss">/. Firehose</a></p>
<p>[tags]Linux, Tutorials, LPI, Free[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/09/16/learn-linux-beginers-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Games</title>
		<link>http://www.lockergnome.com/knight17/2007/09/02/free-games/</link>
		<comments>http://www.lockergnome.com/knight17/2007/09/02/free-games/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 21:13:49 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/09/02/free-games/</guid>
		<description><![CDATA[
Over time I have found many fully functioning games that are free to download in various places across the Web. Here are 100 of these great full games that are free to download online. They range from independent games, to games that were once commercial but are now free, free to play MMO games (some [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.lockergnome.com/nexus/knight17/files/2007/09/spinning_top.jpg" /><img src="http://l.yimg.com/www.flickr.com/images/spaceball.gif" height="1" width="1" /></p>
<blockquote><p>Over time I have found many fully functioning games that are free to download in various places across the Web. Here are 100 of these great full games that are free to download online. They range from independent games, to games that were once commercial but are now free, free to play MMO games (some of the MMOs do have the option of purchasing in game items, etc.), free action games, 3rd person games, games designed by hobbyists, and many more!</p></blockquote>
<p><a href="http://downloadfullversionpcgames.com">Download Full Version PC Games</a> blog made an attempt to create a <a href="http://downloadfullversionpcgames.com/blog/2007/06/17/100-of-the-best-legal-full-version-games-you-can-download-online/">list of freely downloadable PC Games</a>, the list includes some nice titles. Check it out.</p>
<p>[tags]games, free, downloads[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/09/02/free-games/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Easily Create New Folders With Keyboard Shortcut</title>
		<link>http://www.lockergnome.com/knight17/2007/09/02/new-folder-keyboard-shortcut-mdaxel_freeware_download/</link>
		<comments>http://www.lockergnome.com/knight17/2007/09/02/new-folder-keyboard-shortcut-mdaxel_freeware_download/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 17:00:44 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/09/02/new-folder-keyboard-shortcut-mdaxel_freeware_download/</guid>
		<description><![CDATA[Sometimes I try to organize my folders. I like my HDD to be well organized so it will be easy to  find the files I need, at the right time, instead of looking here and there.
Today, I was organizing my eBooks collection; it was full of chaos after I added many books from my [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I try to organize my folders. I like my HDD to be well organized so it will be easy to  find the files I need, at the right time, instead of looking here and there.</p>
<p>Today, I was organizing my eBooks collection; it was full of chaos after I added many books from my friend&#8217;s PC. So, I started to organize them: Programming, Operating Systems, History, Religion, Language, Science, Philosophy, Reference, Dummies Guides, Physics, Money, Novels, Encyclopedias, Magazines, Photography. I was soon fed up with creating new folders.</p>
<p>Creating new folders is simple. Just right click | New Folder. But I got annoyed when I had to create multiple folders. Fortunately, someone else had already found a simple solution for this pestiferous problem: a shortcut to create new folders.</p>
<p><a href="http://biglasagne.webpark.pl/downloads.html">mdAxelerator</a> is a 16K .exe that enables you to define shortcut keys for creating new folders and makes it possible to change some other stuff. You can define the key combinations you wish to create new folders. The default is: [Alt]+[Shift]+[N].</p>
<p>You can also set it to start automatically when Windows boots; I don&#8217;t mind this damned small freeware application &#8220;hogging&#8221; my RAM.</p>
<p>[tags]Windows, Shortcut, Downloads, Freeware[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/09/02/new-folder-keyboard-shortcut-mdaxel_freeware_download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How A Search Engine Works</title>
		<link>http://www.lockergnome.com/knight17/2007/09/01/working_ofa-search-engine-google/</link>
		<comments>http://www.lockergnome.com/knight17/2007/09/01/working_ofa-search-engine-google/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 18:55:32 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/09/01/working_ofa-search-engine-google/</guid>
		<description><![CDATA[nbsp;Portfolio.com has a nice slideshow on how Google works.No, it is not discussing how the page rank stuff works or anything like that. It is for the average joe.
[How Google works?]
[tags]Google, Search[/tags]
]]></description>
			<content:encoded><![CDATA[<p>nbsp;<a href="http://Portfolio.com" title="http://Portfolio. " target="_blank">Portfolio.com</a> has a nice slideshow on how Google works.No, it is not discussing how the page rank stuff works or anything like that. It is for the average joe.</p>
<p>[<a href="http://www.portfolio.com/infographics/2007/08/google" title="How Google Works? A slide show">How Google works?</a>]</p>
<p>[tags]Google, Search[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/09/01/working_ofa-search-engine-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>System Restore Points With A Click</title>
		<link>http://www.lockergnome.com/knight17/2007/08/23/windows-vista-system-restore-at-one-click-windows-xp_/</link>
		<comments>http://www.lockergnome.com/knight17/2007/08/23/windows-vista-system-restore-at-one-click-windows-xp_/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 18:51:24 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/08/23/windows-vista-system-restore-at-one-click-windows-xp_/</guid>
		<description><![CDATA[If you play with Windows a lot, like me, you probably know that it is always  a good idea to create a restore point. So, if something goes wrong you can  just get back to the previous state as quickly as possible. Instead  of going the traditional method (Start &#124; All Programs [...]]]></description>
			<content:encoded><![CDATA[<p>If you play with Windows a lot, like me, you probably know that it is always  a good idea to <a href="http://technet.microsoft.com/en-us/library/bb490854.aspx" target="_blank">create a restore point</a>. So, if something goes wrong you can  just <a href="http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/systemrestore.mspx" target="_blank">get back to the previous state</a> as quickly as possible. Instead  of going the traditional method (Start | All Programs | Accessories |  <strong>System Tools</strong> | <strong>System Restore</strong> |Create a  <strong>restore point</strong> and the completing the rest of the wizard.) I  found a small vbs file that will do the trick.</p>
<p>First, open notepad (Start | Run | notepad) then paste the following:-</p>
<p><font face="Courier New">rp = &#8220;Scripted Restore Point by &#8221; &amp;  WScript.ScriptName </font></p>
<p><font face="Courier New">GetObject(&#8221;winmgmts:\\.\root\default:Systemrestore&#8221;).CreateRestorePoint  rp, 0, 100</font></p>
<p>Save the file with an extension .vbs instead of the default one by entering  <font face="Courier New">&#8220;instant_restorepoint.vbs&#8221; </font><font face="tre">including the quotes, now the script is ready.</font></p>
<p>In Windows XP, you can launch the script directly to create a restore point,  wheras if you are using Windows Vista; you will have to create a shortcut (Right  click | New | Shortcut) input  &#8220;wscript.exe&lt;space&gt;&lt;path-to-the-script&gt;&#8221;</p>
<p>eg: wscript.exe C:\Documents and  Settings\knight17\Desktop\instant_restorepoint.vbs</p>
<p>Now run the script as an administrator (Rightclick|Run as admin..) and when  prompted by the UAC click continue.</p>
<p>[tags]windows xp, tip, system restore[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/08/23/windows-vista-system-restore-at-one-click-windows-xp_/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Easily Resize Images</title>
		<link>http://www.lockergnome.com/knight17/2007/08/12/easily-resize-images/</link>
		<comments>http://www.lockergnome.com/knight17/2007/08/12/easily-resize-images/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 20:36:30 +0000</pubDate>
		<dc:creator>knight17</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Freeware]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/knight17/2007/08/12/easily-resize-images/</guid>
		<description><![CDATA[Taking photographs on a digital camera is fun, but these days I am  worried about disk space, it is fast running out! If you have alteast 5 megapixel camera you know that the average file size will be in the range og 1.1 to 1.5 Mega Bytes. So started my hunting to reduce image [...]]]></description>
			<content:encoded><![CDATA[<p>Taking photographs on a digital camera is fun, but these days I am  worried about disk space, it is fast running out! If you have alteast 5 megapixel camera you know that the average file size will be in the range og 1.1 to 1.5 Mega Bytes. So started my hunting to reduce image size rapidly. I downloaded <a TITLE="Fast Image Resize" HREF="http://adionsoft.net/fastimageresize">Fast Image Resizer</a>, a small freeware application that will get the job done.</p>
<blockquote><p>Fast Image Resizer is a simple image resizer that makes it easy to resize one or multiple images for web or email distribution. You can choose from several preset image sizes or specify a custom size, customize JPG compression and output quality and output the resized images to a new folder or create renamed copies in the same folder. Simply drop the images onto the interface and the resizing process will start automatically. Fast Image Resizer preserves EXIF data and can take advantage of dual or quad processors [<a HREF="http://www.snapfiles.com/get/fimageresizer.html">...</a>]</p></blockquote>
<p>Download <a HREF="http://adionsoft.net/fastimageresize/FastImageResizer.exe">Fast Image Resizer</a>.</p>
<p>[tags]resize, images[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/knight17/2007/08/12/easily-resize-images/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
