<?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>Jared Heinrichs &#187; How To</title>
	<atom:link href="http://jaredheinrichs.com/tag/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to resolve the error &#8220;the ordinal 410 could not be located&#8221;</title>
		<link>http://jaredheinrichs.com/how-to-resolve-the-error-the-ordinal-410-could-not-be-located.html</link>
		<comments>http://jaredheinrichs.com/how-to-resolve-the-error-the-ordinal-410-could-not-be-located.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 04:20:51 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-resolve-the-error-the-ordinal-410-could-not-be-located.html</guid>
		<description><![CDATA[Sorry to tell you but this issue is happens when the install for Internet Explorer is corrupt. You will notice in the control panel that “Internet Options” is no longer there. Go to Add/remove programs and un-install Internet explorer 8. This will resolve “the ordingal 410 could not be located error”. Restart the server/computer. You [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry to tell you but this issue is happens when the install for Internet Explorer is corrupt. You will notice in the control panel that “Internet Options” is no longer there. Go to Add/remove programs and un-install Internet explorer 8. This will resolve “the ordingal 410 could not be located error”. Restart the server/computer. You should now be able to re-install Internet Explorer 8 and there won’t be any issues.</p>
<p>Hope this helped you resolve the error “The ordinal 410 could not be located”. <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://jaredheinrichs.com/wp-content/uploads/2010/07/wlEmoticonsmile1.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-resolve-the-error-the-ordinal-410-could-not-be-located.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I design a website&#8230;</title>
		<link>http://jaredheinrichs.com/how-i-design-a-website.html</link>
		<comments>http://jaredheinrichs.com/how-i-design-a-website.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:25:07 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-i-design-a-website.html</guid>
		<description><![CDATA[This page will change over time. Now that I am doing more web work I’m trying to find a workflow/check list that works for me. As most of my close friends know I really like using WordPress for my CMS. For most small-midsize businesses I find WordPress can do everything pretty well. First off talk [...]]]></description>
			<content:encoded><![CDATA[<p>This page will change over time. Now that I am doing more web work I’m trying to find a workflow/check list that works for me. As most of my close friends know I really like using WordPress for my CMS. For most small-midsize businesses I find WordPress can do everything pretty well.</p>
<p>First off talk with the client and find out their needs.</p>
<ol>
<li>Time frame for completing the website</li>
<li>What is needed with the design. ie. Do they already have their own logo, company colors etc…</li>
<li>Draw out the major sections of the website. This usually means doing the layout of the front page and sub pages. If they are going to be running a blog I will have to create a 3rd template for the blog postings.</li>
<li>Once drawn out do a mock-up of the pages in photoshop in a psd file. Try and keep all pages in one file with each page in separate groupings. This helps keep all the information in one file and makes cutting up the photoshop file much easier later on.</li>
<li>Install WordPress using their <a href="http://codex.wordpress.org/Installing_WordPress" target="_blank">famous 5 minute install</a>.</li>
<li>Create 3 files. Index.html, page.html, and post.html in the root of the directory where you installed wordpress. Doing this will allow you to template the major components.</li>
<li>Check that your mark up is valid. I recommend doing this every 30 lines of code to make sure that you catch any mistakes you made. While the W3C doesn’t officially support doing “LOCAL” checks you can do it using Web Developer Tools inside of <a href="http://www.mozilla.com/en-US/firefox/personal.html" target="_blank">FireFox</a>. You can <a href="http://chrispederick.com/work/web-developer/" target="_blank">download web developer tools</a> here. This will not only check your HTML/XHTML and CSS.</li>
<li>I am assuming you know a bit about WordPress. If not, I would recommend that you go and buy the book “<a href="http://digwp.com/" target="_blank">Digging into WordPress</a>”. Once you have the three main templates created you only have copy and past the main areas into the template folder.</li>
<li>You’re now done and made a lot of $$$ <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://jaredheinrichs.com/wp-content/uploads/2010/07/wlEmoticonsmile.png" /></li>
</ol>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-i-design-a-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix Internet Explorer 7 Start menu Icon missing in Windows XP</title>
		<link>http://jaredheinrichs.com/how-to-fix-internet-explorer-7-start-menu-icon-missing-in-windows-xp.html</link>
		<comments>http://jaredheinrichs.com/how-to-fix-internet-explorer-7-start-menu-icon-missing-in-windows-xp.html#comments</comments>
		<pubDate>Sun, 11 Jul 2010 10:02:19 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-fix-internet-explorer-7-start-menu-icon-missing-in-windows-xp.html</guid>
		<description><![CDATA[Well there have been four XP pc’s that I’ve upgraded that the Internet Explorer Icon goes missing. I’m not sure what causes this because I’ve seen this happen to a fresh install. NOTE &#8211; This is only happens after upgrading to version 7. To fix the Icon missing you must follow these steps: Go to [...]]]></description>
			<content:encoded><![CDATA[<p>Well there have been four XP pc’s that I’ve upgraded that the Internet Explorer Icon goes missing. I’m not sure what causes this because I’ve seen this happen to a fresh install. NOTE &#8211; This is only happens after upgrading to version 7. To fix the Icon missing you must follow these steps:</p>
<ul>
<li>Go to START – Run</li>
<li>type “regedit”</li>
</ul>
<p>Go to: </p>
<ul>
<li>HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\DefaultIcon</li>
</ul>
<p>If your icon is missing the default icon properties will look like this:</p>
<ol>
<li>C:\Program Files\Internet Explorer\iexplore.exe,-7.</li>
</ol>
<p>What it should be is…</p>
<ul>
<li>C:\Program Files\Internet Explorer\iexplore.exe,-32528</li>
</ul>
<p>Reboot. Your icon will now be back. <img alt=":)" src="http://winnipegexperts.com/blog/wp-includes/images/smilies/icon_smile.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-fix-internet-explorer-7-start-menu-icon-missing-in-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows error 0Xc000000f windows failed to boot, Windows\System32\winload.exe is corrupt or missing</title>
		<link>http://jaredheinrichs.com/windows-error-0xc000000f-windows-failed-to-boot-windowssystem32winload-exe-is-corrupt-or-missing.html</link>
		<comments>http://jaredheinrichs.com/windows-error-0xc000000f-windows-failed-to-boot-windowssystem32winload-exe-is-corrupt-or-missing.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 12:38:29 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/windows-error-0xc000000f-windows-failed-to-boot-windowssystem32winload-exe-is-corrupt-or-missing.html</guid>
		<description><![CDATA[I’ve only seen the error “Windows error 0Xc000000f windows failed to boot, Windows\System32\winload.exe is corrupt or missing” once. From the reading I did found out I would need to run a repair on Windows. I went to here and downloaded the Vista repair iso. You will have to burn the cd and boot from it. [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve only seen the error “Windows error 0Xc000000f windows failed to boot, Windows\System32\winload.exe is corrupt or missing” once. From the reading I did found out I would need to run a repair on Windows. I went to <a href="http://coblitz.codeen.org/neosmart.net/downloads/guides/Vista_Repair/Vista_Recovery_Disc_x86.iso">here</a> and downloaded the Vista repair iso. </p>
<ol>
<li>You will have to burn the cd and boot from it. </li>
<li>Selected your language. </li>
<li>At the bottom right (or was it left) I clicked the Repair option. </li>
<li>Windows will do a quick scan then came back and say it found an issue with my startup files and asked if i wanted to repair and reboot.</li>
<li>I chose ok and reboot was successful!</li>
</ol>
<p>&#160;</p>
<p>I hope this helps you with the “Windows error 0Xc000000f windows failed to boot, Windows\System32\winload.exe is corrupt or missing” error.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/windows-error-0xc000000f-windows-failed-to-boot-windowssystem32winload-exe-is-corrupt-or-missing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix Device Manager is blank</title>
		<link>http://jaredheinrichs.com/how-to-fix-device-manager-is-blank.html</link>
		<comments>http://jaredheinrichs.com/how-to-fix-device-manager-is-blank.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:17:46 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-fix-device-manager-is-blank.html</guid>
		<description><![CDATA[I came across this issue today. This one was really frustrating! According to Microsoft the only thing that would cause this issue is if the Plug-And-Play service was not running. I would first go and check that as that is an easy fix. The computer I was looking at today wasn’t so lucky. It turned [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this issue today. This one was really frustrating! According to Microsoft the only thing that would cause this issue is if the Plug-And-Play service was not running. I would first go and check that as that is an easy fix.</p>
<p>The computer I was looking at today wasn’t so lucky. It turned out that it was much harder to fix. How I fixed it was:</p>
<ol>
<li>Hit “Windows key” + “R”. This will open the run window</li>
<li>Type “regedit”</li>
<li>Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum</li>
<li>Right Click “Enum” and “change permissions”.</li>
<li>Make sure System has full control, everyone has read.</li>
<li>In my case this was already done. I went to the advanced section told it to replicate those permission to all sub-folders and files.</li>
<li>After doing so all my devices started showing up in device manager. Device manager was no long blank.</li>
</ol>
<p>&#160;</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-fix-device-manager-is-blank.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove password from Trend OfficeScan Client Registry</title>
		<link>http://jaredheinrichs.com/how-to-remove-password-from-trend-officescan-client-registry.html</link>
		<comments>http://jaredheinrichs.com/how-to-remove-password-from-trend-officescan-client-registry.html#comments</comments>
		<pubDate>Sat, 12 Jun 2010 13:57:57 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Trend]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=2909</guid>
		<description><![CDATA[This post will go over removing the Trend Antivirs OfficeScan Client Password which will require you to go into the registry. Open the registry. START &#8211; Run &#8211; regedit Find this Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc Change the &#8220;AllowUninstall&#8221; value to 1. Go to Add/Remove Programs and remove trend. If you have to do this on multiple [...]]]></description>
			<content:encoded><![CDATA[<p>This post will go over removing the Trend Antivirs OfficeScan Client Password which will require you to go into the registry.</p>
<ol>
<li>Open the registry. START &#8211; Run &#8211; regedit</li>
<li>Find this Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc</li>
<li>Change the &#8220;AllowUninstall&#8221; value to 1.</li>
<li>Go to Add/Remove Programs and remove trend.</li>
<li>If you have to do this on multiple machines what I recommend you do is to export the &#8220;AllowUninstall&#8221; key and save it as a .reg file.</li>
<li>You can then run the .reg file on any other machine and you will now be able to uninstall Trend OfficeScan Antivirus.</li>
</ol>
<p>Hope this helps you remove the Trend OfficeScan Client password from the Registry.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-remove-password-from-trend-officescan-client-registry.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Dreamweaver snippet like features in Netbeans</title>
		<link>http://jaredheinrichs.com/how-to-use-dreamweaver-snippet-like-features-in-netbeans.html</link>
		<comments>http://jaredheinrichs.com/how-to-use-dreamweaver-snippet-like-features-in-netbeans.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 17:10:15 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-use-dreamweaver-snippet-like-features-in-netbeans.html</guid>
		<description><![CDATA[This post will cover how to use Dreamweaver like snippet feature in the Netbeans IDE. I recently found out about Dreamweaver snippets and fell in love with them. First off “Snippets” in Netbeans are called “Code Templates” but I will use the two terms interchangeably. *NOTE* The one thing I wish Netbeans did have is [...]]]></description>
			<content:encoded><![CDATA[<p>This post will cover how to use Dreamweaver like snippet feature in the Netbeans IDE. I recently found out about Dreamweaver snippets and fell in love with them.</p>
<p>First off “Snippets” in Netbeans are called “Code Templates” but I will use the two terms interchangeably. *NOTE* The one thing I wish Netbeans did have is drag and drop access to it’s snippets. Dreamweaver has this functionality and I find it very useful.</p>
<p>Let’s go setup your first Netbeans Code Template.</p>
<p>Go to “Tools-Options”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb2.png" width="204" height="303" /></a> </p>
<p>Then go to “EDITOR &#8211; Code Templates”. Make sure you specify the programing language you want to the template to be valid in. I’ve selected HTML in our case.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb3.png" width="315" height="169" /></a> </p>
<p>Click “New” button. After you do that window will popup. It will ask you what you want to type to use the code snippet. I chose “form”. Hit Ok.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb4.png" width="268" height="112" /></a> </p>
<p>You should now see “form” has been created. You must now enter the code that you want to be automatically displayed when you type “form”</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb5.png" width="349" height="246" /></a> </p>
<p>Fill out the code you want to use.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb6.png" width="581" height="357" /></a> </p>
<p> Make sure to note what the “Expand Template on:” key is. In my case I select “Tab”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb7.png" width="292" height="104" /></a> </p>
</p>
</p>
</p>
<p>Hit OK.</p>
<p>Now try it out.</p>
<p>In the body of the HTML document type “form” and then hit the TAB key. Voila! Instant form with barely any coding at all! <img src='http://jaredheinrichs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For some extra reading you might like this as well: <a href="http://platform.netbeans.org/tutorials/nbm-code-template.html">Netbeans Code Template Module Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-use-dreamweaver-snippet-like-features-in-netbeans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable PHP code completion in HTML files in Netbeans</title>
		<link>http://jaredheinrichs.com/how-to-enable-php-code-completion-in-html-files-in-netbeans.html</link>
		<comments>http://jaredheinrichs.com/how-to-enable-php-code-completion-in-html-files-in-netbeans.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 14:51:03 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-enable-php-code-completion-in-html-files-in-netbeans.html</guid>
		<description><![CDATA[This post will go over how to enable php code completion in HTML files in Netbeans IDE. To enable PHP code completion in HTML files you will first want to make sure that the version of Netbeans already supports PHP. There are about 6 or so versions of Netbeans and there are only two that [...]]]></description>
			<content:encoded><![CDATA[<p>This post will go over how to enable php code completion in HTML files in Netbeans IDE. To enable PHP code completion in HTML files you will first want to make sure that the version of Netbeans already supports PHP. There are about 6 or so versions of Netbeans and there are only two that support PHP. There is a PHP and the complete version. If you only have the JAVA or RAILS version you obviously aren’t going to have the proper files.</p>
<p>Once you are sure you have the proper version of Netbeans installed the next thing to do is check the MIME settings. Netbeans uses Mime settings to figure out how to what code completions to show you when you are working with a file. The mime settings are located in: “TOOLS-OPTIONS”</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb.png" width="222" height="355" /></a> </p>
<p>Click on “Miscellaneous – Files”. The File extension should be “html” and then you want to associated the file type to “PHP (text/x-php5)” as seen in the screenshot.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2010/06/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image_thumb1.png" width="549" height="239" /></a> </p>
</p>
<p>By making this selection you will have successfully enabled php code completion in HTML files in the Netbeans IDE.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-enable-php-code-completion-in-html-files-in-netbeans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup Dreamweaver CS4 Snippets</title>
		<link>http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html</link>
		<comments>http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 12:51:55 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Adobe Dreamweaver]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html</guid>
		<description><![CDATA[Windows To backup Dreamweaver snippets just go to: Windows (32 bit) Location C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\Snippets Windows (64 bit) Location C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS4\configuration\Snippets Once you are in the location just copy the folders and save them to an external drive etc. This is a screenshot from a Windows 7 64bit machine.]]></description>
			<content:encoded><![CDATA[<h2>Windows</h2>
<p>To backup Dreamweaver snippets just go to:</p>
<p><strong>Windows (32 bit) Location</strong></p>
<p>C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\Snippets</p>
<p><strong>Windows (64 bit) Location</strong></p>
<p>C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS4\configuration\Snippets</p>
<p>Once you are in the location just copy the folders and save them to an external drive etc.</p>
<p>This is a screenshot from a Windows 7 64bit machine.</p>
<p> <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image.png" width="590" height="235" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change product key Office XP, Office 2003, Office 2007</title>
		<link>http://jaredheinrichs.com/how-to-change-product-key-office-xp-office-2003-office-2007.html</link>
		<comments>http://jaredheinrichs.com/how-to-change-product-key-office-xp-office-2003-office-2007.html#comments</comments>
		<pubDate>Fri, 04 Jun 2010 16:20:25 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-change-product-key-office-xp-office-2003-office-2007.html</guid>
		<description><![CDATA[Many times you might want to change the product key of Office suite installed in your system. It might be because your product key expired and you got a new one or it might be because you installed Office using pirated key and now you want to change the product key with a genuine one. [...]]]></description>
			<content:encoded><![CDATA[<p>Many times you might want to change the product key of Office suite installed in your system. It might be because your product key expired and you got a new one or it might be because you installed Office using pirated key and now you want to change the product key with a genuine one.</p>
<p>To change the product key you&#8217;ll have to uninstall the Office suite from your system and then reinstall it.</p>
<p>But here is a small and simple tutorial which will help you in changing the product key without uninstalling the Office.</p>
<p>Change Office XP Product Key:</p>
<ol>
<li>Open regedit and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\10.0\Registration</li>
<li>Under &quot;Registration&quot; key, you&#8217;ll see one or more GUID (Globally Unique IDentifiers) containing a combination of alphanumeric characters in following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}</li>
<li>3. Select each key and look at &quot;ProductName&quot; key in right-side pane. One GUID key will contain the version number of Office installed in your system &quot;Microsoft Office XP Professional Edition&quot;.</li>
<li>Select that GUID key and delete following 2 registry entries from right-side pane: DigitalProductID / ProductID</li>
<li>Close registry editor and run any Office application e.g. word, excel, etc. It should prompt you to enter a new product key.</li>
<li>Enter the desired product key and click on OK. That&#8217;s it.</li>
</ol>
<p>Change Office 2003 Product Key:</p>
<ol>
<li>Open regedit and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Registration</li>
<li>Under &quot;Registration&quot; key, you&#8217;ll see one or more GUID (Globally Unique IDentifiers) containing a combination of alphanumeric characters in following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}</li>
<li>Select each key and look at &quot;ProductName&quot; key in right-side pane. One GUID key will contain the version number of Office installed in your system e.g. &quot;Microsoft Office Professional Edition 2003&quot;.</li>
<li>Select that GUID key and delete following 2 registry entries from right-side pane: DigitalProductID / ProductID</li>
<li>Close registry editor and run any Office application e.g. word, excel, etc. It should prompt you to enter a new product key.</li>
<li>Enter the desired product key and click on OK. That&#8217;s it.</li>
</ol>
<p>Change Office 2007 Product Key:</p>
<ol>
<li>Open regedit and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Registration</li>
<li>Under &quot;Registration&quot; key, you&#8217;ll see one or more GUID (Globally Unique IDentifiers) containing a combination of alphanumeric characters in following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}</li>
<li>Select each key and look at &quot;ProductName&quot; key in right-side pane. One GUID key will contain the version number of Office installed in your system &quot;Microsoft Office Professional Edition 2007&quot;.</li>
<li>Select that GUID key and delete following 2 registry entries from right-side pane: DigitalProductID / ProductID</li>
<li>Close registry editor and run any Office application e.g. word, excel, etc. It should prompt you to enter a new product key.</li>
<li>Enter the desired product key and click on OK. That&#8217;s it.</li>
</ol>
<p>IMPORTANT NOTES:</p>
<ol>
<li>Take a backup of &quot;Registration&quot; key before deleting the registry entries from right-side pane, so that in case the new product key doesn’t work you can restore the previous key without any problem. To take backup right-click on &quot;Registration&quot; key and select &quot;Export&quot;.</li>
<li>If you are a x64 bit Windows user, then the key location will be different in registry. Please check following paths:</li>
</ol>
<p>Office XP: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\10.0</p>
<p>Office 2003: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\11.0</p>
<p>Office 2007: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\12.0</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-change-product-key-office-xp-office-2003-office-2007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
