<?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>Computerzworld &#187; Funny tricks</title>
	<atom:link href="http://computerzworld.com/category/funny-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerzworld.com</link>
	<description>Explore the world of computers.</description>
	<lastBuildDate>Thu, 20 May 2010 05:11:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make your keyboard lights disco!!!</title>
		<link>http://computerzworld.com/make-your-keyboard-lights-disco/</link>
		<comments>http://computerzworld.com/make-your-keyboard-lights-disco/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 15:52:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Funny tricks]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=593</guid>
		<description><![CDATA[These codes when executed makes your Caps,Num,Scroll lock keys flash..
1.This piece of code makes your keyboard a live disco…
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
2.This one makes it looks like a chain of light….
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop
Instrcuctions:
*paste any of the two above codes in notepad
*Save as “AnyFileName”.vbs
*Run the file
*to stop, [...]]]></description>
			<content:encoded><![CDATA[<p>These codes when executed makes your Caps,Num,Scroll lock keys flash..</p>
<p>1.This piece of code makes your keyboard a live disco…</p>
<p>Set wshShell =wscript.CreateObject(”WScript.Shell”)<br />
do<br />
wscript.sleep 100<br />
wshshell.sendkeys “{CAPSLOCK}”<br />
wshshell.sendkeys “{NUMLOCK}”<br />
wshshell.sendkeys “{SCROLLLOCK}”<br />
loop</p>
<p>2.This one makes it looks like a chain of light….</p>
<p>Set wshShell =wscript.CreateObject(”WScript.Shell”)<br />
do<br />
wscript.sleep 200<br />
wshshell.sendkeys “{CAPSLOCK}”<br />
wscript.sleep 100<br />
wshshell.sendkeys “{NUMLOCK}”<br />
wscript.sleep 50<br />
wshshell.sendkeys “{SCROLLLOCK}”<br />
loop</p>
<p>Instrcuctions:<br />
*paste any of the two above codes in notepad<br />
*Save as “AnyFileName”.vbs<br />
*Run the file<br />
*to stop, launch task manager and then under “Processes” end wscript.exe</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1667992008851710";
/* 468x15,hrstrip-small */
google_ad_slot = "5038650752";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://computerzworld.com/make-your-keyboard-lights-disco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
