<?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; Tips and Tricks</title>
	<atom:link href="http://computerzworld.com/category/tips-and-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>SPDY</title>
		<link>http://computerzworld.com/spdy/</link>
		<comments>http://computerzworld.com/spdy/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://computerzworld.com/spdy/</guid>
		<description><![CDATA[SPDY, pronounced &#8220;Speedy&#8221;, is an application-level protocol for transporting web content. It is a proposed replacement for the HTTP protocol and created by Google.
The goal of SPDY is to reduce web page load time.This is achieved by prioritizing and multiplexing the transfer of several files so that only one connection per client is required. All [...]]]></description>
			<content:encoded><![CDATA[<p>SPDY, pronounced &#8220;Speedy&#8221;, is an application-level protocol for transporting web content. It is a proposed replacement for the HTTP protocol and created by Google.</p>
<p>The goal of SPDY is to reduce web page load time.This is achieved by prioritizing and multiplexing the transfer of several files so that only one connection per client is required. All transmissions are SSL encrypted and gzip compressed by design (in contrast to HTTP, the headers are compressed too). Moreover, servers may hint or even push content instead of awaiting individual requests for each resource of a web page.</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/spdy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft security essentials</title>
		<link>http://computerzworld.com/microsoft-security-essentials/</link>
		<comments>http://computerzworld.com/microsoft-security-essentials/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:15:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://computerzworld.com/microsoft-security-essentials/</guid>
		<description><![CDATA[Microsoft Security Essentials (MSE) (previously codenamed Morro) is a free antivirus software created by Microsoft that provides protection against viruses, spyware, rootkits, and trojans for Windows XP (x86), Windows Vista, and Windows 7 (both x86 and x64), free of charge. MSE replaces Windows Live OneCare, a commercial subscription-based antivirus service and the free Windows Defender, [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Security Essentials (MSE) (previously codenamed Morro) is a free antivirus software created by Microsoft that provides protection against viruses, spyware, rootkits, and trojans for Windows XP (x86), Windows Vista, and Windows 7 (both x86 and x64), free of charge. MSE replaces Windows Live OneCare, a commercial subscription-based antivirus service and the free Windows Defender, which only protected users from adware and spyware. It is geared for consumer use, unlike Microsoft&#8217;s upcoming enterprise-oriented product Microsoft Forefront.</p>
<p>Symantec and McAfee, two competing antivirus vendors, responded by claiming that MSE is not as good as their own software. AVG Technologies viewed MSE positively, stating it reinforced the company&#8217;s ideal of free antivirus software. Reviews were mostly positive, citing its organized interface, low resource usage, and its status as freeware.<br />
<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/microsoft-security-essentials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reveal asterisk using javascript</title>
		<link>http://computerzworld.com/reveal-asterisk-using-javascript/</link>
		<comments>http://computerzworld.com/reveal-asterisk-using-javascript/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:49:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=693</guid>
		<description><![CDATA[Reveal Asterisk (*****) using javascript !
Follow the steps given below-
1. Open the Login Page of any website. (eg. http://mail.google.com)
2. Type your &#8216;Username&#8217; and &#8216;Password&#8217;.
3. Copy and paste the JavaScript code given below into your browser&#8217;s address bar and press &#8216;Enter&#8217;.
javascript: alert(document.getElementById(&#8216;Passwd&#8217;).
value);
4. As soon as you press &#8216;Enter&#8217;, A window pops up showing Password typed by [...]]]></description>
			<content:encoded><![CDATA[<p>Reveal Asterisk (*****) using javascript !</p>
<p>Follow the steps given below-</p>
<p>1. Open the Login Page of any website. (eg. http://mail.google.com)</p>
<p>2. Type your &#8216;Username&#8217; and &#8216;Password&#8217;.</p>
<p>3. Copy and paste the JavaScript code given below into your browser&#8217;s address bar and press &#8216;Enter&#8217;.</p>
<p>javascript: alert(document.getElementById(&#8216;Passwd&#8217;).</p>
<div>value);</p>
<p>4. As soon as you press &#8216;Enter&#8217;, A window pops up showing Password typed by you..!</p></div>
<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/reveal-asterisk-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camstudio(Record your computer&#8217;s activity)</title>
		<link>http://computerzworld.com/camstudiorecord-your-computers-activity/</link>
		<comments>http://computerzworld.com/camstudiorecord-your-computers-activity/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 17:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=675</guid>
		<description><![CDATA[CamStudio is able to record all screen and audio activity on your computer and create industry-standard AVI video files and using its built-in SWF Producer can turn those AVIs into lean, mean, bandwidth-friendly Streaming Flash videos (SWFs)
Here are just a few ways you can use this software:
* You can use it to create demonstration videos [...]]]></description>
			<content:encoded><![CDATA[<p>CamStudio is able to record all screen and audio activity on your computer and create industry-standard AVI video files and using its built-in SWF Producer can turn those AVIs into lean, mean, bandwidth-friendly Streaming Flash videos (SWFs)</p>
<p>Here are just a few ways you can use this software:</p>
<p>* You can use it to create demonstration videos for any software program<br />
* Or how about creating a set of videos answering your most frequently asked questions?<br />
* You can create video tutorials for school or college class<br />
* You can use it to record a recurring problem with your computer so you can show technical support people<br />
* You can use it to create video-based information products you can sell<br />
* You can even use it to record new tricks and techniques you discover on your favourite software program, before you forget them</p>
<p>You can download it from <a href="http://camstudio.org/CamStudio20.exe" target="_blank">here</a>.</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/camstudiorecord-your-computers-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your Windows XP talk as you type</title>
		<link>http://computerzworld.com/make-your-windows-xp-talk-as-you-type/</link>
		<comments>http://computerzworld.com/make-your-windows-xp-talk-as-you-type/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 16:01:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=669</guid>
		<description><![CDATA[Open a text file in notepad and write:

copy from here:-

Dim msg, sapi
msg=InputBox(&#8220;Enter your text&#8221;,&#8221;Talk it&#8221;)
Set sapi=CreateObject(&#8220;sapi.spvoice&#8221;)
sapi.Speak msg



Save the file with a (*.vbs) extension, it will create a VBScript File.
It will prompt you for a text, input the text and press ok.&#8221;




]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Open a text file in notepad and write:</p>
<p class="MsoNormal">
<p class="MsoNormal">copy from here:-</p>
<p class="MsoNormal">
<p class="MsoNormal">Dim msg, sapi</p>
<p class="MsoNormal">msg=InputBox(&#8220;Enter your text&#8221;,&#8221;Talk it&#8221;)</p>
<p class="MsoNormal">Set sapi=CreateObject(&#8220;sapi.spvoice&#8221;)</p>
<p class="MsoNormal">sapi.Speak msg</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">Save the file with a (*.vbs) extension, it will create a VBScript File.</p>
<p class="MsoNormal">It will prompt you for a text, input the text and press ok.&#8221;</p>
<p class="MsoNormal"><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-windows-xp-talk-as-you-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox(Run multiple OS Simultaneously)</title>
		<link>http://computerzworld.com/virtualboxrun-multiple-os-simultaneously/</link>
		<comments>http://computerzworld.com/virtualboxrun-multiple-os-simultaneously/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 17:29:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://computerzworld.com/virtualboxrun-multiple-os-simultaneously/</guid>
		<description><![CDATA[VirtualBox is an x86 virtualization software package, originally created by German software company innotek, now developed by Sun Microsystems as part of its Sun xVM virtualization platform. It is installed on an existing host operating system; within this application, additional operating systems, each known as a Guest OS, can be loaded and run, each with [...]]]></description>
			<content:encoded><![CDATA[<p>VirtualBox is an x86 virtualization software package, originally created by German software company innotek, now developed by Sun Microsystems as part of its Sun xVM virtualization platform. It is installed on an existing host operating system; within this application, additional operating systems, each known as a Guest OS, can be loaded and run, each with its own virtual environment.</p>
<p>Supported host operating systems include Linux, Mac OS X, OS/2 Warp, Windows XP or Vista, and Solaris, while supported guest operating systems include FreeBSD, Linux, OpenBSD, OS/2 Warp, Windows and Solaris.</p>
<p>According to a 2007 survey by DesktopLinux.com, VirtualBox is the third most popular software package for running Windows programs on Linux desktops.</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/virtualboxrun-multiple-os-simultaneously/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutdown,restart,hibernate shortcut</title>
		<link>http://computerzworld.com/shutdownrestarthibernate-shortcut/</link>
		<comments>http://computerzworld.com/shutdownrestarthibernate-shortcut/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 16:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=663</guid>
		<description><![CDATA[Go to your desktop and right click somewhere clear then choose SHORTCUT from the NEW menu.
Enter shutdown -s -t 0 then click next.
For other things here are the codes:
Restart: shutdown -r -t 0
Logoff: shutdown -l -t 0
Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate
Type Shut Down (Title Name) or whatever you want, Click Finish.




]]></description>
			<content:encoded><![CDATA[<p>Go to your desktop and right click somewhere clear then choose SHORTCUT from the NEW menu.</p>
<p>Enter shutdown -s -t 0 then click next.</p>
<p>For other things here are the codes:<br />
Restart: shutdown -r -t 0<br />
Logoff: shutdown -l -t 0<br />
Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate</p>
<p>Type Shut Down (Title Name) or whatever you want, Click Finish.</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/shutdownrestarthibernate-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activate the keyboard mouse</title>
		<link>http://computerzworld.com/activate-the-keyboard-mouse/</link>
		<comments>http://computerzworld.com/activate-the-keyboard-mouse/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 05:20:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=649</guid>
		<description><![CDATA[Follow the given steps to activate the keyboard mouse:
To edit this feature, first you should log onto your computer with administrative rights.
To activate this feature, press Alt+Shift+NumLock keys at once and you will receive a small MouseKey box.
To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.
Click on [...]]]></description>
			<content:encoded><![CDATA[<p>Follow the given steps to activate the keyboard mouse:</p>
<p>To edit this feature, first you should log onto your computer with administrative rights.</p>
<p>To activate this feature, press Alt+Shift+NumLock keys at once and you will receive a small MouseKey box.</p>
<p>To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.</p>
<p>Click on Settings button, if you want to adjust the mouse cursor detail settings.</p>
<p>Here a new dialog box will appear with the title Settings for MouseKeys&#8221;, now you can manage all mouse settings for example mouse cursor speed, acceleration and some other features.</p>
<p>Now using Numeric keypad, you can move your mouse pointer. The controls are:</p>
<p>*1,2,3,4,6,7,8 and 9 keys are used to move the mouse cursor into different directions.</p>
<p>*Key 5 is used as mouse click button.</p>
<p>*Insert key used to hold down mouse button.</p>
<p>*+ Sign used to double click on any object.</p>
<p>*Delete button used to release the mouse.</p>
<p>*Click on NumLock button to disable this keyboard mouse feature.</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/activate-the-keyboard-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change MAC address</title>
		<link>http://computerzworld.com/change-mac-address/</link>
		<comments>http://computerzworld.com/change-mac-address/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:33:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=605</guid>
		<description><![CDATA[1. Go to Start-&#62;Settings-&#62;Control Panel and double click on Network and Dial-up Connections.
2. Right click on the NIC you want to change the MAC address and click on properties.
3. Under “General” tab, click on the “Configure” button
4. Click on “Advanced” tab
5. Under “Property section”, you should see an item called “Network Address” or &#8220;Locally Administered [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span>1. Go to Start-&gt;Settings-&gt;Control Panel and double click on Network and Dial-up Connections.</span></p>
<p class="MsoNormal"><span>2. Right click on the NIC you want to change the MAC address and click on properties.</span></p>
<p class="MsoNormal"><span>3. Under “General” tab, click on the “Configure” button</span></p>
<p class="MsoNormal"><span>4. Click on “Advanced” tab</span></p>
<p class="MsoNormal"><span>5. Under “Property section”, you should see an item called “Network Address” or &#8220;Locally Administered Address&#8221;, click on it.</span></p>
<p class="MsoNormal"><span>6. On the right side, under “Value”, type in the New MAC address you want to assign to your NIC. Usually this value is entered with the “-“ between the MAC address numbers.</span></p>
<p class="MsoNormal"><span>7.Goto command prompt and type in “ipconfig /all” or to verify the changes. If the changes are not materialized, then use the second method.</span></p>
<p class="MsoNormal"><span><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><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://computerzworld.com/change-mac-address/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google gears-Access the web offline!</title>
		<link>http://computerzworld.com/google-gears-access-the-web-offline/</link>
		<comments>http://computerzworld.com/google-gears-access-the-web-offline/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 06:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=580</guid>
		<description><![CDATA[Gears, formerly Google Gears, is beta software offered by Google to enable offline access to services that normally only are available online. It installs a database engine, based on SQLite, on the client system to cache the data locally. Gears-enabled pages use data from this local cache rather than from the online service. Using Gears, [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify;">Gears, formerly Google Gears, is beta software offered by Google to enable offline access to services that normally only are available online. It installs a database engine, based on SQLite, on the client system to cache the data locally. Gears-enabled pages use data from this local cache rather than from the online service. Using Gears, a web application may periodically synchronize the data in the local cache with the online service. If a network connection is not available, the synchronization is deferred until a network connection is established. Thus Gears enables web applications to work even though access to the network service is not present.</p>
<p class="MsoNormal" style="text-align: justify;"><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/google-gears-access-the-web-offline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
