<?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>Nisi's work blog &#187; Tutorials</title>
	<atom:link href="http://wiki.nisi.ro/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.nisi.ro</link>
	<description>Nisi's work blog - programing tips</description>
	<lastBuildDate>Mon, 21 Nov 2011 08:43:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Getting phpDocumentor to work</title>
		<link>http://wiki.nisi.ro/2010/11/getting-phpdocumentor-to-work/</link>
		<comments>http://wiki.nisi.ro/2010/11/getting-phpdocumentor-to-work/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 14:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[phpdoc]]></category>
		<category><![CDATA[phpdocumentor]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tpl]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=320</guid>
		<description><![CDATA[Today I needed phpDocumentor to work but after install surprinse !!! Is not working. In every documentation generated by phpdoc a Smarty error is present: Warning: Smarty error: unable to read resource: &#8220;pkgelementindex.tpl&#8221; in &#8230; or Warning: Smarty error: unable to read resource: &#8220;top_frame.tpl&#8221; in &#8230; or &#8230; So after hours of code debbuging I found that [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed phpDocumentor to work but after install surprinse !!! Is not working. In every documentation generated by phpdoc a Smarty error is present:</p>
<ul>
<li><strong>Warning:</strong> Smarty error: unable to read resource: &#8220;pkgelementindex.tpl&#8221; in &#8230;</li>
</ul>
<p>or</p>
<ul>
<li><strong>Warning</strong>:  Smarty error: unable to read resource: &#8220;top_frame.tpl&#8221; in &#8230;</li>
</ul>
<p>or &#8230;</p>
<p>So after hours of code debbuging I found that all files witch should be with .tpl extension in templates folders were with .tp extension.</p>
<p>You can find the template folder here: <em>yourphpdoc_folder/phpDocumentor/Converters/HTML/frames/templates</em></p>
<p>To make the templates to work just go in each theme folder find files with .tp extension and rename them to .tpl extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/11/getting-phpdocumentor-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free programming eBooks</title>
		<link>http://wiki.nisi.ro/2010/11/free-programming-ebooks/</link>
		<comments>http://wiki.nisi.ro/2010/11/free-programming-ebooks/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 06:06:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[assambly]]></category>
		<category><![CDATA[c book]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free ebooks]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[language]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=317</guid>
		<description><![CDATA[Becouse as programmer eBooks and programming eBooks are always good to be around I will post here some free ones. Objective-C 2.0 Essentials C# Yellow Book The C Book The Art of Assembly Language Algorithms: Parsing Techniques Algorithms Web, HTML and related: Building Accessible Websites Dive Into HTML 5 Building iPhone Apps with HTML, CSS, [...]]]></description>
			<content:encoded><![CDATA[<p>Becouse as programmer eBooks and programming eBooks are always good to be around I will post here some free ones.</p>
<ul>
<li><a href="http://d2ea1559.linkbucks.com" target="_blank">Objective-C 2.0 Essentials</a></li>
<li><a href="http://f8d5b3d0.linkbucks.com" target="_blank">C# Yellow Book</a></li>
<li><a href="http://a8c40cc0.linkbucks.com" target="_blank">The C Book</a></li>
<li><a href="http://b4bbbdcc.linkbucks.com" target="_blank">The Art of Assembly Language</a></li>
</ul>
<p>Algorithms:</p>
<ul>
<li><a href="http://4f2151b3.linkbucks.com" target="_blank">Parsing Techniques</a></li>
<li><a href="http://41c4749e.linkbucks.com" target="_blank">Algorithms</a></li>
</ul>
<p>Web, HTML and related:</p>
<ul>
<li><a href="http://012f8ffb.linkbucks.com" target="_blank">Building Accessible Websites</a></li>
<li><a href="http://a5c5bc15.linkbucks.com" target="_blank">Dive Into HTML 5</a></li>
<li><a href="http://41864267.linkbucks.com" target="_blank">Building iPhone Apps with HTML, CSS, and JavaScript</a></li>
<li><a href="http://45be4153.linkbucks.com" target="_blank">Eloquent Javascript</a></li>
<li><a href="http://a9dbc7df.linkbucks.com" target="_blank">jQuery Fundamentals</a></li>
<li><a href="http://1b2e5e81.linkbucks.com" target="_blank">Mastering Node</a></li>
</ul>
<p>Know more free eBooks? Post them in the comments section.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/11/free-programming-ebooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Cheat Sheet query functions, web services, and more</title>
		<link>http://wiki.nisi.ro/2010/10/google-cheat-sheet-query-functions-web-services-and-more/</link>
		<comments>http://wiki.nisi.ro/2010/10/google-cheat-sheet-query-functions-web-services-and-more/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 19:19:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[google cheat sheet]]></category>
		<category><![CDATA[google links]]></category>
		<category><![CDATA[google query]]></category>
		<category><![CDATA[serch mp3]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=301</guid>
		<description><![CDATA[Have you ever wanted to know all google services links, special search querys like query to find an mp3 file or a avi file? Now it is realy simple with this Google Cheat Sheet Ex. Search for an mp3 file in Google: inurl:htm inurl:html title &#8220;index of&#8221; mp3 &#8220;Artist Name&#8221;]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr>
<td>
<p><div id="attachment_300" class="wp-caption alignnone" style="width: 222px"><a href="http://wiki.nisi.ro/wp-content/uploads/2010/10/2259-2.jpg.png" target="_blank"><img class="size-medium wp-image-300" title="2259-2.jpg" src="http://wiki.nisi.ro/wp-content/uploads/2010/10/2259-2.jpg-212x300.png" alt="Google Cheat Sheet Page 1" width="212" height="300" /></a><p class="wp-caption-text">Google Cheat Sheet Page 1</p></div></td>
<td>
<p><div id="attachment_300" class="wp-caption alignnone" style="width: 222px"><a href="http://wiki.nisi.ro/wp-content/uploads/2010/10/2259-2.jpg.png" target="_blank"><img class="size-medium wp-image-300" title="2259-2.jpg" src="http://wiki.nisi.ro/wp-content/uploads/2010/10/2259-2.jpg-212x300.png" alt="Google Cheat Sheet Page 2" width="212" height="300" /></a><p class="wp-caption-text">Google Cheat Sheet Page 2</p></div></td>
</tr>
</tbody>
</table>
<p>Have you ever wanted to know all google services links, special search querys like query to find an mp3 file or a avi file?</p>
<p>Now it is realy simple with this Google Cheat Sheet</p>
<p>Ex. Search for an mp3 file in Google:</p>
<p>inurl:htm inurl:html title &#8220;index of&#8221; mp3 &#8220;Artist Name&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/10/google-cheat-sheet-query-functions-web-services-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Visual Cheat Sheet</title>
		<link>http://wiki.nisi.ro/2010/09/jquery-visual-cheat-sheet/</link>
		<comments>http://wiki.nisi.ro/2010/09/jquery-visual-cheat-sheet/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 08:21:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[antonio lupetti]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[free pdf]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[selectors]]></category>
		<category><![CDATA[woorkup.com]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=286</guid>
		<description><![CDATA[If you are like me you &#8220;learn from walking&#8221; (learn something in time you write a script, an application ). jQuery is a great framework but it become so big that sometimes you can not remember all methods, selectors and basically every stuff  implemented there to make your work easy. For this there are Cheat [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me you &#8220;learn from walking&#8221; (learn something in time you write a script, an application ). jQuery is a great framework but it become so big that sometimes you can not remember all methods, selectors and basically every stuff  implemented there to make your work easy.</p>
<p>For this there are Cheat Sheet free PDF&#8217;s. This is made for jQuery 1.4.2 but easily can be used with all cheat sheet versions.</p>
<p>Download <a href="http://uploading.com/files/35de2556/jQuery-Visual-Cheat-Sheet-1.4.2.pdf/" target="_blank">jQuery Visual Cheat Sheet</a> from uploading.com (Free PDF)</p>
<p><a href="http://uploading.com/files/35de2556/jQuery-Visual-Cheat-Sheet-1.4.2.pdf/"><img class="alignnone" title="jQuery Cheat Sheat by Antonio Lupetti" src="http://a.imageshack.us/img839/7225/jqvcs.jpg" alt="" width="430" height="874" /></a></p>
<p>Designed by <a href="http://woorkup.com/2010/06/13/jquery-1-4-2-visual-cheat-sheet/" target="_blank">Antonio Lupetti</a> this pdf is realy a 4 pages gold book.</p>
<p>Post Source: http://woorkup.com/ (find there more Cheat Sheets and more)</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/09/jquery-visual-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress templates function Cheat Sheet</title>
		<link>http://wiki.nisi.ro/2010/04/wordpress-templates-function-cheat-sheet/</link>
		<comments>http://wiki.nisi.ro/2010/04/wordpress-templates-function-cheat-sheet/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 15:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ekin Ertac]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[megaupload]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=236</guid>
		<description><![CDATA[If you are a beginner in creating themes for WordPress, or you just need to remind you from time to time wordpress theme related functions, the pdf  &#8220;WordPress Cheat Sheet&#8221; is for you. It contain all functions needed for creating a wp theme like in the preview picture below. PDF was made by Ekin Ertaç [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a beginner in creating themes for WordPress, or you just need to remind you from time to time wordpress theme related functions, the pdf  &#8220;<a href="http://www.megaupload.com/?d=VJZ1OWVM" target="_blank">WordPress Cheat Sheet</a>&#8221; is for you. It contain all functions needed for creating a wp theme like in the preview picture below.</p>
<p><img class="alignnone" title="Wordpress cheat sheet" src="http://img402.imageshack.us/img402/9453/wpthemefunctionscheatsh.jpg" alt="" width="571" height="350" /></p>
<p>PDF was made by <strong>Ekin Ertaç</strong> and can be downloaded for free from the <a href="http://ekinertac.com/?p=259" target="_blank">http://ekinertac.com/?p=259</a> webpage or from Uploading.com by <a href="http://uploading.com/files/ad5922a4/Wordpress-Cheat-Sheet.pdf/" target="_blank">clicking here</a>.</p>
<p>Source: <a href="http://ekinertac.com/?p=259" target="_blank">http://ekinertac.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/04/wordpress-templates-function-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Neural Networks in PHP</title>
		<link>http://wiki.nisi.ro/2010/03/neural-networks-in-php/</link>
		<comments>http://wiki.nisi.ro/2010/03/neural-networks-in-php/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 10:43:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adaptive learning]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[neural]]></category>
		<category><![CDATA[neural network]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web api]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=202</guid>
		<description><![CDATA[Browsing phpclasses.org I had found a very interesting article Neural Networks in PHP . For anyone who dont know yet &#8220;Neural networks allow emulating the behavior of a human brain in software applications.&#8221; In this article you can read how to implement Neural Mesh to develop Neural Network applications in PHP. (Neural Networks in PHP) [...]]]></description>
			<content:encoded><![CDATA[<p>Browsing phpclasses.org I had found a very interesting article <strong><a href="http://www.phpclasses.org/blog/post/119-Neural-Networks-in-PHP.html" target="_blank">Neural Networks in PHP</a> .</strong> For anyone who dont know yet <em>&#8220;Neural networks allow emulating the behavior of a human brain in software applications.&#8221;</em></p>
<p>In this article you can read how to implement Neural Mesh to develop Neural Network applications in PHP. (<strong><a href="http://www.phpclasses.org/blog/post/119-Neural-Networks-in-PHP.html" target="_blank">Neural Networks in PHP</a></strong><em>)</em></p>
<p><strong>Neural Mesh</strong><em> </em>is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with Neural Networks.</p>
<p>Neural Mesh home page: <a href="http://neuralmesh.com/" target="_blank">http://neuralmesh.com/</a></p>
<ul>
<li>Pure PHP &amp; MySQl</li>
<li>Adaptive Learning</li>
<li>Implement in any enviroment</li>
<li>Web Api</li>
<li>Fast</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/03/neural-networks-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add website to Bing</title>
		<link>http://wiki.nisi.ro/2009/06/add-website-to-bing/</link>
		<comments>http://wiki.nisi.ro/2009/06/add-website-to-bing/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 14:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[add site to bing]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[live id]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[suggest site to bing]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=121</guid>
		<description><![CDATA[As you know for sometime now Microsoft test it new search engine Bing witch will replace MSN live. In the search engine war along with Yahoo and Google, Bing is fight for the second place now. From the SEO point of view Bing is a new search engine with great potential and every website should [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bing.com/"><img class="alignnone" title="Bing logo on Nisis Work Blog" src="http://img517.imageshack.us/img517/5643/binglogoblack0031558.jpg" alt="" width="180" height="139" /></a></p>
<p>As you know for sometime now Microsoft test it new search engine Bing witch will replace MSN live. In the search engine war along with Yahoo and Google, Bing is fight for the second place now. From the SEO point of view Bing is a new search engine with great potential and every website should start add his sitemap to Bing.</p>
<p>Adding your sitemap to Bing is easy:</p>
<p>1. Go to <a href="http://www.bing.com/docs/submit.aspx" target="_blank">http://www.bing.com/docs/submit.aspx</a><a href="http://www.bing.com/webmaster/WebmasterAddSitesPage.aspx" target="_blank"></a></p>
<p>2. Login with your Live ID or make one if you dont have.</p>
<p>3. Input Website address, sitemap address and webmaster email .</p>
<p><a href="http://img383.imageshack.us/img383/7514/bingaddsite.jpg"><img class="alignnone" title="Nisis Work Blog - Add site to Bing" src="http://img383.imageshack.us/img383/7514/bingaddsite.jpg" alt="" width="531" height="261" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/06/add-website-to-bing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to find your IP and MAC number in Windows and Linux</title>
		<link>http://wiki.nisi.ro/2009/05/how-to-find-your-ip-and-mac-number-in-windows-and-linux/</link>
		<comments>http://wiki.nisi.ro/2009/05/how-to-find-your-ip-and-mac-number-in-windows-and-linux/#comments</comments>
		<pubDate>Fri, 15 May 2009 16:15:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Help & Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WinXP Help & Tricks]]></category>
		<category><![CDATA[default gateway]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[physical address]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[subnet mask]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=89</guid>
		<description><![CDATA[Windows 95/98/Me/2000/2003/XP/Vista/Win7 Click on Start and then Run In the Run type &#8220;cmd&#8221; In the new screen type &#8220;ipconfig /all&#8221; You will find for every ethernet card all info like IP, Physical Address, Subnet Mask, Default Gateway . In Linux all versions Open Terminal Window Type &#8220;ifconfig&#8221;]]></description>
			<content:encoded><![CDATA[<p><strong>Windows 95/98/Me/2000/2003/XP/Vista/Win7</strong></p>
<ol>
<li>Click on <strong>Start</strong> and then<strong> Run</strong></li>
<li><img class="alignnone" title="run box from windows" src="http://img194.imageshack.us/img194/5071/step2run.jpg" alt="" width="346" height="186" /></li>
<li>In the <strong>Run</strong> type &#8220;cmd&#8221;</li>
<li>In the new screen type &#8220;ipconfig /all&#8221;</li>
<li>You will find for every ethernet card all info like <strong>IP</strong>, <strong>Physical Address</strong>, <strong>Subnet Mask</strong>, <strong>Default Gateway</strong> .</li>
</ol>
<p><strong>In Linux all versions</strong></p>
<ol>
<li>Open <strong>Terminal </strong>Window</li>
<li>Type &#8220;ifconfig&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/05/how-to-find-your-ip-and-mac-number-in-windows-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Serial Number for Windows XP</title>
		<link>http://wiki.nisi.ro/2009/05/change-serial-number-for-windows-xp/</link>
		<comments>http://wiki.nisi.ro/2009/05/change-serial-number-for-windows-xp/#comments</comments>
		<pubDate>Fri, 15 May 2009 15:33:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WinXP Help & Tricks]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[product key]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=83</guid>
		<description><![CDATA[If you need to change Serial Number (Product Key) for Windows XP for various reasons (maybe you find that your key is pirated and want to enter a new ok one) follow next steps: Click on Start and then Run. In the text box in the Run window, type regedit and click OK. This will [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to change Serial Number (Product Key) for Windows XP for various reasons (maybe you find that your key is pirated and want to enter a new ok one) follow next steps:</p>
<ol>
<li>Click on <strong>Start</strong> and then <strong>Run</strong>.</li>
<li>In the text box in the <em>Run</em> window, type <strong>regedit</strong> and click <strong>OK</strong>. This will open the <em>Registry Editor</em> program.</li>
<li>Locate the <strong>HKEY_LOCAL_MACHINE</strong> folder under <em>My Computer</em> and click on the <strong>(+)</strong> sign next the folder name to expand the folder.</li>
<li>Continue to expand folders until you reach the <strong>HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Current Version\WPAEvents</strong> registry key.</li>
<li>Click on the <strong>WPAEvents</strong> folder.</li>
<li>In the results that appear in the window on the right, locate <strong>OOBETimer</strong>.</li>
<li>Right-click on the <strong>OOBETimer</strong> entry and choose <strong>Modify</strong> from the resulting menu.</li>
<li>Change at least one digit in the <em>Value data</em> text box and click <strong>OK</strong>. This will <em>deactivate</em> Windows XP.</li>
<li>Click on <strong>Start</strong> and then <strong>Run</strong>.</li>
<li>In the text box in the <em>Run</em> window, type the following command and click <strong>OK</strong>.<strong>%systemroot%\system32\oobe\msoobe.exe /a</strong></li>
<li>When the <em>Windows Product Activation</em> window appears, choose <strong>Yes, I want to telephone a customer service representative to activate Windows</strong> and then click <strong>Next</strong>.</li>
<li>Click <strong>Change Product Key</strong>.</li>
<li>Type your new, valid Windows XP product key in the <strong>New key</strong> text boxes and then click <strong>Update</strong>.</li>
<li>If you&#8217;re taken back to the previous screen and prompted, choose <strong>Remind me later</strong>.</li>
<li>Restart your PC.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/05/change-serial-number-for-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

