 <?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>Yogtec's Digital Technology &#187; tutorials</title>
	<atom:link href="http://dt.yogtec.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://dt.yogtec.com</link>
	<description>A Technology Guide by Ankit Duseja</description>
	<lastBuildDate>Fri, 30 Oct 2009 13:16:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Smart Way of Updating/Upgrading WordPress Manually</title>
		<link>http://dt.yogtec.com/2008/08/efficient-way-of-updatingupgrading-wordpress-manually/</link>
		<comments>http://dt.yogtec.com/2008/08/efficient-way-of-updatingupgrading-wordpress-manually/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 12:22:19 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dt.yogtec.com/?p=144</guid>
		<description><![CDATA[WordPress releases updates for WordPress self-hosted blogging platform very quickly. As soon as they invent a new feature or a new bug-fix is created, an update is thrown to the public. This is annoying for the users but this is also important as there are always many bug fixes in almost every release of WordPress. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-145" style="float:right" title="Wordpress Logo" src="http://dt.yogtec.com/assets/uploads/direct/2008/08/wordpress-150x150.jpg" alt="Wordpress Logo" width="150" height="150" />WordPress releases updates for WordPress self-hosted blogging platform very quickly. As soon as they invent a new feature or a new bug-fix is created, an update is thrown to the public. This is annoying for the users but this is also important as there are always many bug fixes in almost every release of WordPress. Many people are scared of updating WordPress because they feel that if something goes wrong they should not lose their so dear blog. Below is the efficient and simple way of Upgrading/Updating WordPress manually.<span id="more-144"></span></p>
<p>The <a href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank">updating article</a> at WordPress suggest that you should simply overwrite the files on server which is not a bad way, but if you want to decrease the downtime of your site the below method will help you. The downtime occurred with the following method is just for some seconds which is simply unnoticeable. Another misconception with some people is they don&#8217;t know that WordPress stores most of the settings in the database. Even the plugin settings are also stored in the database itself. The only thing we have to care is about the &#8220;<em>wp-content</em>&#8221; folder which contains the themes and plugin&#8217;s and the &#8220;<em>wp-config.php</em>&#8221; file which is used by WordPress to locate the database.</p>
<p>The effective way of updating is not by replacing the current files on server but by creating a temporary new directory &amp; then uploading all the files (except config.php &amp; the wp-content folder) to the newly created directory. Here are the step by step instruction on how to do it without worrying about the loss of data. We are assuming that the WordPress files are stored in the folder named &#8220;<em>wordpress</em>&#8221; on the server currently.</p>
<p><strong>IMPORTANT: IF YOU HAVE ANY OTHER FOLDER OR FILES THAT YOU HAVE CREATED MANUALLY NEEDS SPECIAL CARE AS METIONED BELOW IN 5TH STEP IN BOLD LETTERS.</strong></p>
<ul>
<li><a title="WordPress Download Link" href="http://wordpress.org/download/" target="_blank">Download</a> &amp; extract the latest version of WordPress.</li>
<li>Now rename the folder where you have just extracted the files with any name like &#8220;<em>wordpress-new</em>&#8220;.</li>
<li>Open &#8220;<em>wordpress-new</em>&#8221; folder and delete &#8220;<em>wp-content</em>&#8221; folder &amp; &#8220;<em>wp-config.php</em>&#8221; file from it.</li>
<li>Now upload the folder &#8220;<em>wordpress-new</em>&#8221; to the server adjacent to, where &#8220;<em>wordpress</em>&#8221; folder is located.</li>
<li>Copy or Move &#8220;<em>wp-content</em>&#8221; folder, &#8220;<em>wp-config.php</em>&#8221; file and &#8220;<em>.htaccess</em>&#8221; file (if present) from &#8220;<em>wordpress</em>&#8221; to &#8220;<em>wordpress-new</em>&#8220;. <strong>(Also if you have created any files or folders manually, copy or move. This is very important, do not take it lightly.)</strong></li>
</ul>
<p>By this time your site is up &amp; is ready to be updated. Your site will now go down as soon as you will follow the next step. But this downtime will last just for few seconds. Your site will be up again when you complete the last step.</p>
<ul>
<li>Rename the folder &#8220;<em>wordpress</em>&#8221; to &#8220;<em>wordpress-old</em>&#8220;.</li>
<li>Again rename the folder &#8220;<em>wordpress-new</em>&#8221; to &#8220;<em>wordpress</em>&#8220;.</li>
<li>Now go the update link of your blog &#8220;<em>http://www.example.com/(path-to-wordpress)/wp-a</em><em>dmin/update.php</em>&#8221; (Replace example.com with your domain and (<em>path-to-wordpress</em>) with the correct path to you blog where &#8220;<em>wordpress</em>&#8221; folder is located.</li>
</ul>
<p>By this time your WordPress has been updated and your site should run properly. You may backup &#8220;<em>wordpress-old</em>&#8221; folder, so that if something goes wrong you can get it back.</p>
<p>Advantages of this method over directly over-writing all the files:</p>
<ul>
<li><strong>Less Downtime of blog:</strong> The downtime period of blog is just for few seconds, whereas when over-writing the files it could last for some heavy minutes.</li>
<li><strong>Deletion of junk:</strong> Sometimes the files are not only added but also deleted in new release. Overwriting adds the new files but it does not deletes the files which have been deleted from the new version.</li>
<li><strong>Less time consumption:</strong> In over-writing the files have to be deleted and then the new files are uploaded, while in this method the file does not have to be deleted thus consuming less time.</li>
<li><strong>Provides Backup:</strong> This method keeps files of both old and new version thus providing backup, if something goes wrong you can easily restore your blog within seconds and try again.</li>
</ul>
<p><strong>Related:</strong> <a title="Four ways to Blog Offline &amp; their comparison" href="http://dt.yogtec.com/2007/12/four-ways-to-blog-offline-their-comparison/">Four ways to Blog Offline &amp; their comparison</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2008/08/efficient-way-of-updatingupgrading-wordpress-manually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change display name in GTalk/Gmail</title>
		<link>http://dt.yogtec.com/2008/07/how-to-change-your-name-in-gtalk-gmail/</link>
		<comments>http://dt.yogtec.com/2008/07/how-to-change-your-name-in-gtalk-gmail/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 07:54:06 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[mail]]></category>
		<category><![CDATA[messengers]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dt.yogtec.com/?p=141</guid>
		<description><![CDATA[Changing the name in Gtalk/Gmail is the issue which many people find it difficult to do so. After getting the same query each month by some one or the other, I decided to write the procedure in an article. Well changing the name is not at all difficult but you have to dig around a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dt.yogtec.com/assets/uploads/company/google/talk/talk-logo.gif" alt="" align="left" /> Changing the name in Gtalk/Gmail is the issue which many people find it difficult to do so. After getting the same query each month by some one or the other, I decided to write the procedure in an article. Well changing the name is not at all difficult but you have to dig around a little in Gmail.</p>
<p>Here is the 11 step process with an image flowchart that will easily let you change your name in Gmail/Gtalk. (<strong>Click on the image at right to enlarge it.)</strong></p>
<p><span id="more-141"></span><a title="Changing name in Gtalk or Gmail" rel="lightbox[gtalk-gmail]" href="http://dt.yogtec.com/assets/uploads/company/google/talk/changing-name-in-gtalk-gmail.png"><img src="http://dt.yogtec.com/assets/uploads/company/google/talk/changing-name-in-gtalk-gmail.png" alt="Changing name in Gmail/Gtalk" width="74" height="240" align="right" /></a></p>
<ol>
<li><a href="https://www.google.com/accounts/Login?continue=http://www.google.com/&amp;hl=en" target="_blank">Sign in</a> to you Google Account.</li>
<li>Go to &#8220;<a href="https://www.google.com/accounts/ManageAccount" target="_blank">My Account</a>&#8221; Page.</li>
<li>Click on Edit Link.</li>
<li>Enter your First name &amp; last name here.</li>
<li>Click on &#8220;Save&#8221;.</li>
<li>Now open <a href="http://mail.google.com/mail/" target="_blank">Gmail</a>.</li>
<li>Click on settings.</li>
<li>Then go to the accounts tab.</li>
<li>Click on edit info.</li>
<li>Now you can either select the name you just changed in the above step or you can type a new name you want to use for Gmail/Gtalk.</li>
<li>Click on &#8220;Save&#8221;.</li>
</ol>
<p>That&#8217;s it. Your (new) name will appear in Gtalk &amp; will also be attached when you will compose an email.</p>
<p>NOTE: You cannot have different names in gtalk and gmail through a same account.</p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2008/07/how-to-change-your-name-in-gtalk-gmail/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Tips to Increase battery life &#8211; Save power consumption [Notebooks]</title>
		<link>http://dt.yogtec.com/2008/05/tips-to-increase-battery-life-save-power-consumption-laptops/</link>
		<comments>http://dt.yogtec.com/2008/05/tips-to-increase-battery-life-save-power-consumption-laptops/#comments</comments>
		<pubDate>Sun, 04 May 2008 10:38:41 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[maintainance]]></category>
		<category><![CDATA[notebooks]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[power]]></category>

		<guid isPermaLink="false">http://dt.yogtec.com/?p=131</guid>
		<description><![CDATA[Notebook users might have faced many situations where they have felt the need for more battery. Or some people might have been suing their batteries for not performing as much as they expected. But its not always batteries fault. Many people don&#8217;t know that how batteries give its performance is totally depended on the users [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="/assets/uploads/others/emotions/sad-man-with-laptop.jpg" alt="Sad person with laptop" />Notebook users might have faced many situations where they have felt the need for more battery. Or some people might have been suing their batteries for not performing as much as they expected. But its not always batteries fault. Many people don&#8217;t know that how batteries give its performance is totally depended on the users computing habits.</p>
<p>For Example, If you think that you can have 3 hours of battery backup from 6-cell battery playing Fifa on your system, then you should change your thinking. Gaming with battery performance makes no sense. It requires whole computer running at its full performance or it may disrupt your gaming experience.</p>
<p>Following some simple steps will let you manage some extra time from your notebook&#8217;s battery. Here are some ways to fetch maximum juice out of your notebook&#8217;s battery:<span id="more-131"></span></p>
<p><strong>1. Decrease the Screen Brightness:</strong> Dimming the screen brightness can be really helpful while you are hungry for more power.</p>
<p><strong>2. Use low resolution:</strong> Low resolution means less graphics usage, thus saving a lot of power.</p>
<p><strong>3. Do not use optical drives:</strong> Optical drives are the best battery juice drinkers. An optical drive such as a CD or DVD drive uses a laser to read data from the disks, which extracts maximum juice from your battery. So simply avoid using these drives and the main point &#8220;never think about writing to a disk in this condition&#8221;. It may drain your complete battery within few minutes.</p>
<p><img class="alignright" style="float: right;" src="/assets/uploads/others/hardware/usb-drive-plugged-in-notebook.jpg" alt="USB Drive" width="180" height="156" /><strong>4. Plug out USB sticks, pen drives or USB devices:</strong> USB devices such as pen drives use your laptops battery to power themselves. If these are kept plugged-in even when they are not in use, they will also act as slow lecher for your battery.</p>
<p><strong>5. Avoid Multi-tasking:</strong> Multi-tasking means running two or more programs at once. Its good that your Operating System supports multi-tasking, but its not that good when your PC is at battery mode. Multi-tasking puts a lot of load on the Processor, thus consuming a lot of power.</p>
<p><strong>6. Do not play 3D games or use 3D software:</strong> If you are gaming stud then forget about mobility. 3D games utilizes the maximum system sources. While the game is running it requires processor to work at full speed, continuously spinning of the Hard Drive &amp; Optical Drive, thus squeezing up a lot of battery power.</p>
<p><img style="float: right" title="Random Access Memory" src="/assets/uploads/others/hardware/256-mb-ddr-ram.jpg" alt="Random Access Memory" /><strong>7. Get lots of RAM:</strong> RAM or Random Access Memory rates have got cheaper in the past years. However the virtual memory helps the low-RAM models to work much better but it also uses the Hard Disk after every few minutes, leading to battery loss. Thus it is recommended to have more RAM than Virtual Memory for saving the battery power.</p>
<p><strong>8. Setup your OS to get maximum juice from your Battery:</strong> Most of the OS are deigned with various power profiles such Power Saver, High Performance, Balanced, etc. And these profiles are smart enough to save some amount of your battery. So tune your power profile to a Power Saving mode.</p>
<p><strong>9.  Hibernation or Sleep Mode can save your day:</strong> If you are in place where PC is not needed for some minutes but you have quickly to resume your work when you get back, Sleep mode or Hibernation can save your time as well as power. Rather than restarting simply just put your PC to Sleep mode or in Hibernation.</p>
<p><img style="float: right" title="Startup Programs" src="/assets/uploads/others/windows/startup-programs.png" alt="Startup Programs" /><strong>10. Close the programs not in use by you:</strong> There are some programs which by default start up when the computer starts like messengers, anti-virus, updating programs, etc. These programs continuously uses a lot of computer sources draining up the battery. So its better to close them.</p>
<p><strong>11. Defrag your Hard Disk regularly:</strong> Defragging the hard disk keeps it organized and also speeds it up. The better the hard disk performs, the less power it consumes.</p>
<p><img class="alignright" style="float: right;" src="/assets/uploads/others/hardware/air-vent.jpg" alt="Air Vwnt" width="165" height="165" /><strong>12. Keep it Cool:</strong> The cooler is your PC, the better it will work. There are many air winds on notebooks, make sure that you don&#8217;t block them while keeping the notebook on your laps. Let air easily pass through them. Also make sure your computer&#8217;s fans are working properly.</p>
<p><strong>13. Lower the Graphic Performance:</strong> New notebook models comes with an option to adjust the graphic card&#8217;s performance. Lower the performance, so the graphic card and processor will use minimum system sources.</p>
<p><strong>14. Use your charged battery weekly:</strong> If you have a habit of always connecting the power cable, its good. But it is also necessary to use the juice from a charged battery to keep it healthy. So it is recommended that you should use the battery power once a week.</p>
<p><img class="alignright" style="float: right;" src="/assets/uploads/others/hardware/wifi-router.jpg" alt="Wireless Connections" width="150" height="170" /><strong>15. Avoid Bluetooth or Wi-fi connections:</strong> Most of the laptops today have a single switch for Bluetooth and Wi-fi. Thus when you switch on the Wi-fi or Bluetooth, the other thing automatically gets activated wasting up your power. Thus disabling the one which you don&#8217;t want to use can also help you saving the power.</p>
<p><strong>16. Turn off the Aero Graphics (Vista Only):</strong> If you are using the Microsoft Windows Vista, you might be enjoying its Aero (Transparency) effect. It looks good but it don&#8217;t acts as a good practice while we are talking about Battery Saving. Turning it off can get you a little more time for your other tasks.</p>
<p><strong>17. Avoid Installations &amp; Restarting:</strong> Restarting the computer is not considered as a good habit when you are in need of more battery. Restarting waists the time and also the battery power, as the computer needs to shut down all the windows shell files and then start them again. Thus it is not considered a good practice.</p>
<p><strong>18. Keep it clean:</strong> Do you remember when was the last time you took your battery out from its chamber from the notebook? Well check now that is there any dust in that place. Keeping the battery connecting points clean can also help you in achieving the above target.</p>
<p><strong>19. Say NO to auto-save &amp; spell-check:</strong> Imagine you are working on a document in MS Office. You love its auto-save &amp; spell-check feature. But did you ever thought that these features forced the hard disk to spin again &amp; again in every few minutes. This consumes power each time the Hard disk has to spin to auto-save the data. Also spell-check causes the processor to work continuously as you are typing. Thus turning off these two features can help you a lot.</p>
<p><strong>20. Disconnect an extra USB mouse or disable the touch-pad:</strong> Many notebook users have an external USB mouse. It is recommended to use only one thing for controlling pointer, either the mouse or the touch-pad.</p>
<p><strong>Got some more points?</strong> Do leave a comment below I&#8217;l add them in this list!</p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2008/05/tips-to-increase-battery-life-save-power-consumption-laptops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Virtual memory of your computer [Windows]</title>
		<link>http://dt.yogtec.com/2008/04/increase-virtual-memory-of-your-computer-windows/</link>
		<comments>http://dt.yogtec.com/2008/04/increase-virtual-memory-of-your-computer-windows/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 13:25:15 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[maintainance]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[virtual memory]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dt.yogtec.com/?p=125</guid>
		<description><![CDATA[In today&#8217;s era, most of the people have got advanced notebooks and computer but still there are people who suffer while performing tasks on the computer. Thus here is a short trick for them explaining how you can speed up* (run multiple programs at once on) your old (low RAM) computers without spending a single [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://dt.yogtec.com/assets/uploads/others/hardware/256-mb-ddr-ram.jpg" alt="Random Access Memory" width="150" height="150" />In today&#8217;s era, most of the people have got advanced notebooks and computer but still there are people who suffer while performing tasks on the computer. Thus here is a short trick for them explaining how you can <span style="text-decoration: line-through;">speed up</span><strong>*</strong> (run multiple programs at once on) your old (low RAM) computers without spending a single penny.</p>
<p><strong>*TIP:</strong> Virtual memory does not speed up your computer but it allows to run more applications at once. This means you can run multiple applications but it all goes slowly. More is explained below with a video tutorial which teaches you How to increase virtual memory of a computer.<span id="more-125"></span></p>
<p><strong>What is virtual memory and how does it actually works?</strong><br />
Many of you might be knowing about RAM (Random Access memory). It holds the data of the currently running applications but a if it is of very low size you cannot perform multiple task easily at a time. Virtual Memory is just like a file on your hard disk. Now what the Virtual Memory actually does is obtains the data from CPU and stores it in itself. The work of CPU here is to check that if any part of RAM that has not been used since some time it transfers the data to Virtual Memory, thus cleaning the space on RAM for other applications.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://static.howstuffworks.com/flash/operating-system-memory.swf" /><embed type="application/x-shockwave-flash" width="450" height="200" src="http://static.howstuffworks.com/flash/operating-system-memory.swf" quality="high"></embed></object></p>
<p style="text-align: center; font-size:8px;">Animation Source: <a rel="nofollow" href="http://howstuffworks.com/">Howstuffworks</a></p>
<p>However writing the data to hard disk is much slower than writing data to RAM. Thus what virtual memory will actually do is it will allow you to run more applications but it will not offer you speed. You may feel the slowness while switching the application, as the data has to be again fetched from Virtual Memory into the RAM for further use.</p>
<p>Well you actually don&#8217;t need to understand all the above for increasing Virtual Memory of your system but I mentioned this because its good to have knowledge of what you are actually doing.</p>
<p><strong>Increasing the virtual memory.</strong><br />
So let&#8217;s begin with increasing the virtual memory of your computer. Follow the simple steps below but if you still can&#8217;t understand what is happening just watch the video attached to this post.</p>
<ul>
<li>Right click on the computer and select properties.</li>
<li>Click on Advanced system settings.</li>
<li>Under performance section click &#8220;Settings&#8221;.</li>
<li>Now select the Advanced Tab.</li>
<li>Under the &#8220;Virtual Memory&#8221; section click on &#8220;Change&#8221;.</li>
<li>Now uncheck the box yelling &#8220;Automatically manage paging file size for all drives&#8221;.</li>
<li>Now select the Hard drive which you want to use for virtual memory.</li>
<li>Select the &#8220;Custom Size&#8221; radio button.</li>
<li>Specify the initial size.</li>
<li>Specify the Maximum size.</li>
<li>Remember you can specify as much as you want. 1024-2048 should be enough for any system.</li>
<li>Click on &#8220;Set&#8221; &amp; then &#8220;OK&#8221;.</li>
<li>System will notify that you need to restart. Click &#8220;OK&#8221;.</li>
<li>Save all your work &amp; close all the windows as the system will now restart.</li>
<li>Now click on &#8220;Apply&#8221; &amp; then again on &#8220;OK&#8221;.</li>
<li>Now system will ask you to restart now. Click on &#8220;Restart Now&#8221;.</li>
</ul>
<p>Still can&#8217;t understand how to do it watch this video.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="383" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/xUWzh14A" /><embed type="application/x-shockwave-flash" width="480" height="383" src="http://blip.tv/play/xUWzh14A"></embed></object></p>
<p>Some Precautions &amp; Notes:</p>
<ul>
<li>This tutorial only applies to Windows Operating System.</li>
<li>By default windows is smart enough to adjust the Virtual Memory of your system. Use this tutorial if you require extra memory.</li>
<li>When specifying the initial and maximum size, allot the space according to your disk size. Generally 1024-2048 is enough for any system.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2008/04/increase-virtual-memory-of-your-computer-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding tags to post in WordPress using Windows Live Writer</title>
		<link>http://dt.yogtec.com/2007/12/adding-tags-to-post-in-wordpress-using-windows-live-writer/</link>
		<comments>http://dt.yogtec.com/2007/12/adding-tags-to-post-in-wordpress-using-windows-live-writer/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 13:49:44 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dt.yogtec.com/2007/12/adding-tags-to-post-in-wordpress-using-windows-live-writer/</guid>
		<description><![CDATA[Windows Live writer one of the popular offline blogging tools is just getting better &#38; better everyday. However, if you have a WordPress self-hosted blog, you may face problem while specifying tags for your post. Posting categories with a post is easy but when you try to provide some tags with it, you get confused. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/assets/uploads/microsoft/windows-live-writer.png" style="float: right" />Windows Live writer one of the popular <a href="http://dt.yogtec.com/2007/12/four-ways-to-blog-offline-their-comparison/" title="Four ways to Blog Offline &amp; their comparison">offline blogging tools</a> is just getting better &amp; better everyday. However, if you have a WordPress self-hosted blog, you may face problem while specifying tags for your post. Posting categories with a post is easy but when you try to provide some tags with it, you get confused.</p>
<p>WordPress recently started support for tag which Windows Live Write adopted very quickly.<span id="more-99"></span></p>
<p>So all you have to do is to just update your copy of WordPress to the latest version. Here ia the complete way of making your Windows Live Writer support tag for your WordPress.</p>
<ol>
<li>Download &amp; update your WordPress to the <a href="http://wordpress.org/download/" title="WordPress Download">latest version</a> available. (Must be 2.3.1 or higher)</li>
<li>After your WordPress is updated, open windows live writer. Go to your weblog settings &amp; update your template style.</li>
<li>Now you will see a field name as &#8220;Keywords&#8221; in the more section.</li>
<li>Enter your tags there (separate multiple tags with commas: cats, pet food, dogs).</li>
</ol>
<p><center><img src="/assets/uploads/microsoft/windows-live-writer-wordpress-tagging.png" /></center><br />
Mostly people get confused with tags option in th right bar of Windows Live Writer. But that right column tag section is made for other service like blogger tags, technorati tags, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2007/12/adding-tags-to-post-in-wordpress-using-windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to repair a hanged or corrupted iPod?</title>
		<link>http://dt.yogtec.com/2007/12/how-to-repair-a-hanged-or-corrupted-ipod/</link>
		<comments>http://dt.yogtec.com/2007/12/how-to-repair-a-hanged-or-corrupted-ipod/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 09:09:23 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[maintainance]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[nano]]></category>

		<guid isPermaLink="false">http://dt.yogtec.com/2007/12/how-to-repair-a-hanged-or-corrupted-ipod/</guid>
		<description><![CDATA[Is your iPod corrupted or hanged up? Or you slept in night while your iPod was still working &#38; now when you woke up in the morning, your iPod has just frozen up? Its the time when you are beating your head because you haven&#8217;t created any backup of your files on it. You connect [...]]]></description>
			<content:encoded><![CDATA[<p>Is your iPod corrupted or hanged up? Or you slept in night while your iPod was still working &amp; now when you woke up in the morning, your iPod has just frozen up?</p>
<p style="text-align: center;"><img class="aligncenter" src="http://dt.yogtec.com/assets/uploads/ipod-nano.jpg" border="0" alt="iPod Nano" /></p>
<p>Its the time when you are beating your head because you haven&#8217;t created any backup of your files on it. You connect it to a PC or a mac but iTunes is requesting to restore your iPod which means loss of your important data. Well, before restoring or formatting your iPod, do consider reading this article. This method will not erase any data on your iPod.<span id="more-90"></span></p>
<p><strong>Difference between a Corrupted iPod &amp; a Hanged iPod:</strong><br />
Before we get started, it is very important to know th difference between a Hanged iPod &amp; a Corrupted iPod. An iPod gets hanged up when it has been working since hours or it has not been safely ejected from a computer or a corrupted mp3 file has been played on it. While iPod corruption is mainly caused by a corrupted mp3 file or not ejecting the iPod safely from computer.<strong></strong></p>
<p><strong>How would I know that my iPod is corrupted or hanged up?</strong><br />
Its simple, if your iPod is hanged it will just not react, not even switching it on or off is possible. But if your iPod is corrupted it will be <strong>not</strong> be totally frozen up but it be will continuously restarting itself or it may act very unusual. However, if you connect either a hanged or corrupted iPod to a mac or a PC, iTunes will always show it as a corrupted iPod &amp; will ask you to restore it.</p>
<p><strong>How to repair a hanged iPod?</strong><br />
Well repairing a hanged iPod is very simple &amp; easy. Its just a one step process. Unplug the iPod from a PC, mac or an iPod charger. Then <strong><em>just press the Center &amp; the Menu button simultaneously for 10 seconds</em></strong>. Yes that&#8217;s it The magic combination key. Well there is no magic here, its just a simple trick to restart an iPod. <img src='http://dt.yogtec.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Well a hanged iPod can be repaired by this way but if your iPod is corrupted, then you are in trouble! But don&#8217;t worry there is still some hope!</p>
<p><strong>How to repair a corrupted iPod?</strong><br />
<em>Note: Chances are very low that your iPod data can be safely recovered from a corrupted iPod!</em><br />
In this case, first try connecting your iPod to a Mac or PC. If windows or Mac OS is able to detect &amp; read data from your drive (It will be available in My Computer &amp; windows will show it as a Removable Drive). Then simply copy all folders &amp; files into a folder on your PC hard drive (Remember: Don&#8217;t forget to copy all hidden files &amp; folders).</p>
<p>Now restore your iPod using iTunes &amp; also if an upgrade is available for your iPod so upgrade it. Now when your iPod has been restored or formatted. Copy the hidden folder back to iPod (Note: Do not copy the corrupted files back to your iPod as it may again corrupt your iPod) &amp; your iPod is ready.</p>
<p>But if the drive is not detected, take your iPod to a your nearest recovery center.</p>
<p><strong>UPDATE:</strong> If you don&#8217;t have any important data on your ipod &amp; your ipod is corrupted then simply format your ipod with Windows Format utility &amp; then connect it to latest version of iTunes. Let the iTunes restore or update your iPod. Your ipod will be ready by this time with new firmware files.</p>
<p>Sometimes, iTunes cannot restore or update the iPod. In this condition you should opt for the following measures:</p>
<ol>
<li>Update iTunes to the <a href="http://www.apple.com/itunes/download/">latest version</a> and attempt to restore your iPod.</li>
<li>Try connecting your iPod to a different USB port and restore.</li>
<li>Remove any third-party USB devices you have connected to your computer (it is not necessary to remove your keyboard or mouse).</li>
<li>If you use Windows, re-register .dll files as described in article #<a href="http://docs.info.apple.com/article.html?artnum=304996">304996</a>.</li>
<li>For Windows users, <a href="http://docs.info.apple.com/article.html?artnum=305136">update or reinstall your Windows USB drivers</a>.</li>
<li>Try connecting your iPod to another computer and then try restoring or formating your iPod.</li>
</ol>
<p><strong>Note</strong>: If you have an iPod shuffle you may need to use the <a href="http://docs.info.apple.com/article.html?artnum=305204">iPod Reset Utility</a> to restore the iPod. © <a title="Yogtec's Digital Technology" href="http://dt.yogtec.com/">Yogtec&#8217;s Digital Technology</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2007/12/how-to-repair-a-hanged-or-corrupted-ipod/feed/</wfw:commentRss>
		<slash:comments>201</slash:comments>
		</item>
		<item>
		<title>Safari, iTunes, Quicktime &#8211; Installing Problems on Windows</title>
		<link>http://dt.yogtec.com/2007/11/safari-itunes-quicktime-installing/</link>
		<comments>http://dt.yogtec.com/2007/11/safari-itunes-quicktime-installing/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 08:01:00 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[maintainance]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://asdf.yogtec.com/2007/11/safari-itunes-quicktime-installing-problems-on-windows/</guid>
		<description><![CDATA[Do you face problems while installing apple softwares like Safari, iTunes, Quicktime on Windows Operating System? While installing these programs does the apple installer yells out &#8220;The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738.&#8221;? This error is caused due to [...]]]></description>
			<content:encoded><![CDATA[<p><img id="BLOGGER_PHOTO_ID_5128528658457638626" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_6nRJYKSOF4M/RywxpIvHNuI/AAAAAAAAAQU/uqsnmwjId9g/s400/applelogo.png" border="0" alt="" /><span style="font-weight: bold;">Do you face problems while installing apple softwares like Safari, iTunes, Quicktime on  Windows Operating System? While installing these programs does the apple installer yells out &#8220;The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738.&#8221;?</span></p>
<p>This error is caused due to Windows Installer is not able process the Visual Basic script embedded inside apple installation package. Apple blame Microsoft for this error. Following the below procedure activated the VB script. Following are the procedure to solve this problem in some popular versions of  Windows.</p>
<p><strong>Windows XP</strong></p>
<p>You may resolve this issue by installing      the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4b-4622-86eb-95a22b832caa&amp;DisplayLang=en">latest VBScript     engine from Microsoft</a>.</p>
<p>If the VBScript is installed, it might not be registered within Windows XP. To re-enable the VBScript engine, follow these steps:</p>
<ol>
<li>On the <strong>Start</strong> menu, click <strong>Run</strong>.</li>
<li>In the &#8220;Open&#8221; field, enter the following command and click OK.<br />
<tt>regsvr32 vbscript.dll</tt></li>
<li> A message should appear stating that the &#8220;DllRegisterServer in C:\WINDOWS\system32\vbscript.dll succeeded.&#8221;</li>
<li>Click OK and try installing iTunes or QuickTime again.</li>
</ol>
<p>Note that the user needs to be logged in as the administrator or is a user with admin privileges for the step above.</p>
<p><strong>Windows Vista</strong></p>
<ol>
<li>On the <strong>Start</strong> menu, click <strong>All Programs</strong>.</li>
<li>Click <strong>Accessories</strong>.</li>
<li>Right-click <strong>Command Prompt</strong> and choose <strong>Run as administrator</strong> from the shortcut menu.</li>
<li>When the User Account Control dialog appears, click <strong>Continue</strong>.</li>
<li>At the command prompt type the following:<br />
<tt>regsvr32 vbscript.dll</tt></li>
<li>Press Enter on your keyboard.</li>
<li>A message should appear stating &#8220;DllRegisterServer in vbscript.dll succeeded.&#8221;</li>
<li>Click OK and try installing iTunes or QuickTime again.</li>
</ol>
<p>The above tutorial was taken from <a href="http://docs.info.apple.com/article.html?artnum=304405">Apple Inc. support center</a>.</p>
<p>© <a href="http://www.yogtec.com/">Yogtec</a> | <a href="http://dt.yogtec.com/">Digital Technology</a></p>
<table style="border:2px #000000 solid;" border="0">
<tbody>
<tr>
<td>
To become a professional person you can go for <a href="http://www.real-exams.com/70-647.htm">70-647</a> exams or Windows Professional <a href="http://www.real-exams.com/70-293.htm">70-293</a> exam and for this you need practice. Like for <a href="http://www.real-exams.com/70-536.htm">70-536</a> exams you should practice from the website like <a href="http://www.real-exams.com">real exam</a>. You can search all types of practice tests like <a href="http://www.real-exams.com/640-863.htm">640-863</a> certifications on real exam.
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2007/11/safari-itunes-quicktime-installing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Clear your RAM without restarting your system</title>
		<link>http://dt.yogtec.com/2007/10/clear-your-ram-without-restarting-your/</link>
		<comments>http://dt.yogtec.com/2007/10/clear-your-ram-without-restarting-your/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 07:20:00 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[maintainance]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://asdf.yogtec.com/2007/10/clear-your-ram-without-restarting-your-system/</guid>
		<description><![CDATA[Many a times the system gets hanged up or slows down, when it have been working on since some hours. Mostly people consider of restarting it in order to make it fast. There are thousands of softwares available in the market which guarantee to speed up your system. What they do is just keep on [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;">Many a times the system gets hanged up or slows down, when it have been working on since some hours. Mostly people consider of restarting it in order to make it fast. There are thousands of softwares available in the market which guarantee to speed up your system. What they do is just keep on following the below method. So this simple trick is just like building your own RAM cleaner.</p>
<p>If you are using Windows (Windows 2000 or later) then this trick is quite useful to you. This small cool simple trick cleans your RAM in just milliseconds. You just need to create a shortcut to run a command. So let&#8217;s start:
<ol>
<li>Right click anywhere on your desktop.</li>
<li>Point over &#8220;New&#8221;, then select &#8220;Shortcut&#8221;.</li>
<li>Copy the below line (as it is):
<p>%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks</p>
</li>
<li>Paste it there &amp; click &#8220;Next&#8221;.</li>
<li>Give it a cool simple name like Clear Memory.</li>
<li>That&#8217;s it, run it every time your computer goes slow. Enjoy!</li>
</ol>
<p>Now you don&#8217;t need to restart your computer every time. Just run this shortcut &amp; your RAM will be cleared.</p>
<p>Note: This hack only works on Windows (Windows 2000 or later).</div>
<p>© <a href="http://www.yogtec.com/">Yogtec</a> | <a href="http://dt.yogtec.com/">Digital Technology</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2007/10/clear-your-ram-without-restarting-your/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Detect backlinks to a blog or a web page</title>
		<link>http://dt.yogtec.com/2007/10/detect-backlinks-to-blog-or-web-page/</link>
		<comments>http://dt.yogtec.com/2007/10/detect-backlinks-to-blog-or-web-page/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 17:29:00 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://asdf.yogtec.com/2007/10/detect-backlinks-to-a-blog-or-a-web-page/</guid>
		<description><![CDATA[Every blogger or Web designer is crazy about knowing the amount of back links getting to his blog or website. Even some of the top popular bloggers too keep a check on back links numbers. Back links play a main role in the popularity and the ranking of the blogs and sites. Search Engines rank [...]]]></description>
			<content:encoded><![CDATA[<p>Every blogger or Web designer is crazy about knowing the amount of back links getting to his blog or website. Even some of the top popular bloggers too keep a check on back links numbers. Back links play a main role in the popularity and the ranking of the blogs and sites. Search Engines rank a blog or web page by detecting the number of back links to it. Thus page rank of a page is developed by counting the number of back links to it.<br /><center><a href="http://bp2.blogger.com/_6nRJYKSOF4M/RwZlKKcCK9I/AAAAAAAAAPc/EkVgbOUmT3o/s1600-h/backlink.gif" rel="lightbox"><img src="http://bp2.blogger.com/_6nRJYKSOF4M/RwZlKKcCK9I/AAAAAAAAAPc/EkVgbOUmT3o/s400/backlink.gif" border="0" /></a></center><span class="fullpost"><br />Here are some measures to detect the amount back links to your site:<br /><span style="font-weight: bold;">1. Yahoo site Explorer:</span><br />One of the best methods to find back links to your site. This useful tool from yahoo is still hiding in the crowds and needs to be sorted. Just put your link there it will show all the In-Links to your site. It also shows the total number of pages linking to the URL entered by you.<br /><a href="http://siteexplorer.search.yahoo.com/">Try it here</a> | <a href="http://siteexplorer.search.yahoo.com/search?p=http%3A%2F%2Fwww.example.com&amp;bwm=i&amp;bwms=p&amp;bwmf=u&amp;fr=yfp-t-501&amp;fr2=seo-rd-se">Sample</a></p>
<p><span style="font-weight: bold;">2. Googling your site name on popular Search engines:</span><br />Searching for your site name or site address on popular search engines will help you in finding back links to your site. This method usually works better if your blog is two months or older with some handful number of post. The popular search engines like Google, Yahoo, MSN, etc. uses different keywords to display back links. The examples below will help you searching for your back links. Replace www.example.com to your blog or web page address.</p>
<p><span style="font-style: italic;">Google</span> &#8211; <a href="http://www.google.com/search?hl=en&amp;q=link%3A+dt.yogtec.com+&amp;btnG=Search">link: www.example.com</a><br /><span style="font-style: italic;">Yahoo</span> &#8211; <a href="http://siteexplorer.search.yahoo.com/search?p=http%3A%2F%2Fwww.example.com&amp;bwm=i&amp;bwms=p&amp;bwmf=u&amp;fr=yfp-t-501&amp;fr2=seo-rd-se">link:http://www.example.com</a> (automatically directs to the above method!)<br /><span style="font-style: italic;">MSN</span> &#8211; <a href="http://search.msn.co.in/results.aspx?q=linkdomain%3A+www.example.com&amp;go=Search&amp;form=QBNO">linkdomain: www.example.com</a></p>
<p><span style="font-weight: bold;">3. IWebTool Backlink Checker:</span><br />As the name says it all, this tool is created to check the back links to particular page, site or blog. This tool works very well &amp; is also my favorite! Not only this but it also shows the pagerank of the page from which the link came.<br /><a href="http://www.iwebtool.com/backlink_checker">Try it here</a> | <a href="http://www.iwebtool.com/backlink_checker?domain=www.example.com">Sample</a></p>
<p>There are many more services on web but only these work properly &amp; give quality results.</p>
<p>© <a href="http://www.yogtec.com/">Yogtec</a> | <a href="http://dt.yogtec.com/">Digital Technology</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2007/10/detect-backlinks-to-blog-or-web-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial: Run your old Xp compatible softwares in Windows Vista</title>
		<link>http://dt.yogtec.com/2007/07/tutorial-run-your-old-xp-compatible/</link>
		<comments>http://dt.yogtec.com/2007/07/tutorial-run-your-old-xp-compatible/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 15:26:00 +0000</pubDate>
		<dc:creator>Ankit Duseja</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://asdf.yogtec.com/2007/07/tutorial-run-your-old-xp-compatible-softwares-in-windows-vista/</guid>
		<description><![CDATA[When you purchase a new Windows Vista, you are very excited with its new looks, features, speech recognition, etc. Its a great experience for some 2 or 3 days. Now when you get familiar with its new &#8220;WOW&#8221; interface, you think of installing your old softwares in it. Ah! Did I said installing your old [...]]]></description>
			<content:encoded><![CDATA[<p>When you purchase a new Windows Vista, you are very excited with its new looks, features, speech recognition, etc. Its a great experience for some 2 or 3 days. Now when you get familiar with its new &#8220;WOW&#8221; interface, you think of installing your old softwares in it. Ah! Did I said installing your old softwares in Windows Vista, surely &#8220;A big headache&#8221;. You start installing your old software. It may or may not install properly. If it installs properly you take deep breath and think that your software is compatible with the new version of Windows.<br /><embed src="http://gr8ankit.googlepages.com/vistalogo.swf" style="float: right; cursor: pointer;"></embed><br />But the problem is not over. Finally you run the software and there you are hit by hundreds of errors in it. Now you look out for new version of it on its publishers site. Unfortunately, the publisher has no new version available or or the new version is not compatible with Windows Vista. &#8220;Now what to do?&#8221; that&#8217;s the question which arises in your mind.</p>
<p>There are some options you can opt for:-
<ol>
<li>Install Windows Xp with your current installation of Windows Vista (Will dramatically slow down both your Operating Systems &#8211; Not Recommended).</li>
<li>Wait till your software&#8217;s publisher launch a newer version compatible with Windows Vista. You may try mailing the publisher and ask if he is going to release a compatible version in the near future.</li>
<li>Or install Microsoft Virtual Pc.</li>
</ol>
<p>After hearing this problem from thousands of Genuine vista users, Microsoft launched the Virtual Pc.</p>
<p><span style="font-weight: bold;">What is Virtual Pc</span>?<br />Virtual Pc is a software capable of running multiple operating systems at a time. You may switch between the operating systems as just you switch any two softwares.<br /><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 250px;" src="http://bp2.blogger.com/_6nRJYKSOF4M/RqIgIhzA4oI/AAAAAAAAAMA/qutLQrGVTKY/s400/XPinVista.png" alt="" id="BLOGGER_PHOTO_ID_5089665859765461634" border="0" /><span style="font-weight: bold;">How to do it?</span><br />We are assuming that you need to install a software that previously run on Windows Xp, so we are going to install Windows Xp in it.</p>
<p><span style="font-style: italic;">Things Required:</span>
<ul>
<li>A Genuine Windows Xp CD with serial.</li>
<li>Virtual Pc (Download Link)</li>
</ul>
<p><span style="font-style: italic;">Minimum Configuration Recommended for smooth performance:</span>
<ul>
<li>1.6 Ghz Processor</li>
<li>512 MB RAM or higher recommended</li>
<li>60 GB hard disk.</li>
</ul>
<p><span style="font-weight: bold;">The step-by-step method:</span><br /><span style="font-style: italic;">Setting Up the Virtual PC:</span>
<ol>
<li>Download and install the Virtual Pc from Microsoft&#8217;s website.</li>
<li>Start the Virtual Pc.</li>
<li>Go to File Menu and click on &#8220;New Virtual Machine Wizard&#8221;.</li>
<li>Click &#8220;Next&#8221;</li>
<li>Chose &#8220;Create a Virtual Machine&#8221; and click on &#8220;Next&#8221;.</li>
<li>Enter the Name &#8220;WinXp&#8221; and click &#8220;Next&#8221;</li>
<li>Now Select &#8220;Windows Xp&#8221; from the dropdown list and click &#8220;Next&#8221;</li>
<li>Now adjust the RAM as per your needs and click next.</li>
<li>Now select a &#8220;A new Virtual Hard Disk&#8221; and click &#8220;Next&#8221;</li>
<li>Choose the location of Disk File and Press &#8220;Next&#8221;</li>
<li>Click &#8220;Finish&#8221;</li>
</ol>
<p>Now your new virtual computer is ready to go.</p>
<p><span style="font-style: italic;">Installing Windows:</span>
<ol>
<li>Run Virtual Pc</li>
<li>Insert your Genuine Windows Xp Disk inside your drive.</li>
<li>Select &#8220;WinXp&#8221; and click on &#8220;Start&#8221;</li>
<li>Now the Windows Xp installation will start. Follow the instructions coming up on screen. Take help from your computer vendor. (Warning: Take special care during installation of windows. Ask for help from your computer vendor.)</li>
<li>The new window in which installation is running may try to capture your mouse. To release your mouse from the window Press &#8216;Right Alt&#8217;.</li>
<li>Now your windows is ready to go and you may install your old software and run it properly.</li>
</ol>
<p>Now when you are running Windows Xp inside Windows Vista, you will face a problem of capturing of your mouse. To solve this problem you need to install &#8220;Virtual Pc Addictions&#8221;.</p>
<p><span style="font-style: italic;">Installing Virtual Pc Addictions:</span>
<ol>
<li>Start Windows Xp through Virtual Pc.</li>
<li>Go to file and click on &#8220;Install Virtual Pc Addictions&#8221;</li>
<li>A new installation window will open inside Windows Xp</li>
<li>Follow the simple instructions there</li>
<li>After installing &#8220;Virtual Pc Addictions&#8221; you will be able to switch your mouse between the two OS and your mouse will not be captured.</li>
</ol>
<p>Now when you are done here are some common question that may arise in your mind.</p>
<p><span style="font-style: italic;">Will Running multiple OS may slow my computer?</span><br />Yes when you will be running Virtual Pc it may slow down Windows Vista a bit. Its better if you work only in the original operating system (Windows Vista).</p>
<p><span style="font-style: italic;">Creating Virtual Hard disk will eat up my Original Hard disk space?</span><br />Yes, it depends on your usage with the virtual OS. The more amount of softwares you install in the Virtual OS, more the space will be consumed on your original hard disk.</p>
<p><span style="font-style: italic;">I can&#8217;t find the folder I created in Virtual OS (Windows Xp), in that of my original OS (Windows Vista)?</span><br />All the files and folders created by you in the Virtual OS (Windows Xp) are in that single vhd file  you created i.e. the virtual hard disk, You cannot access them through Vista until Virtual Pc Addictions is installed.</p>
<p><span style="font-weight: bold;">Some important points to remember:</span>
<ul>
<li>Treat the two OS as two entirely different computers.</li>
<li>Take special care during installation of Windows. You may ask help from your computer vendor.</li>
<li>After you have completed the above process, if you want to share files between two OS you will have to share your drives as you do it in two different PC&#8217;s.</li>
</ul>
<p>© <a href="http://www.yogtec.com/">Yogtec</a> | <a href="http://dt.yogtec.com/">Digital Technology</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dt.yogtec.com/2007/07/tutorial-run-your-old-xp-compatible/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

