<?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>Web Development Made Easy</title>
	<atom:link href="http://bowetech.net/feed" rel="self" type="application/rss+xml" />
	<link>http://bowetech.net</link>
	<description>Building  great looking sites</description>
	<lastBuildDate>Fri, 05 Feb 2010 20:17:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to replace a corrupt system file eg .DLL</title>
		<link>http://bowetech.net/uncategorized/how-to-replace-a-corrupt-system-file-eg-dll</link>
		<comments>http://bowetech.net/uncategorized/how-to-replace-a-corrupt-system-file-eg-dll#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.dll]]></category>
		<category><![CDATA[corrupt system]]></category>
		<category><![CDATA[replace a corrupt dll]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=102</guid>
		<description><![CDATA[
Boot  computer to recovery console  using a windows disk
select you windows installation from the list by typing the corresponding number eg. 1
At the prompt type &#8221; expand D:\i386\hall.dl_&#8221;
You should be prompted to over ride the existing  file choose  &#8217;Yes&#8217;
Thats it!  - you have replaced a corrupt dll file.

]]></description>
			<content:encoded><![CDATA[<ol>
<li>Boot  computer to recovery console  using a windows disk</li>
<li>select you windows installation from the list by typing the corresponding number eg. 1</li>
<li>At the prompt type &#8221; expand D:\i386\hall.dl_&#8221;</li>
<li>You should be prompted to over ride the existing  file choose  &#8217;Yes&#8217;</li>
<li>Thats it!  - you have replaced a corrupt dll file.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/uncategorized/how-to-replace-a-corrupt-system-file-eg-dll/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to open hard drive with double click</title>
		<link>http://bowetech.net/uncategorized/unable-to-open-hard-drive-with-double-click</link>
		<comments>http://bowetech.net/uncategorized/unable-to-open-hard-drive-with-double-click#comments</comments>
		<pubDate>Thu, 28 Jan 2010 04:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=81</guid>
		<description><![CDATA[START &#8211; &#62; RUN
CD\
attrib -r  -h -s  autorun.inf
del autorun.inf
C:  &#60;ENTER&#62;
Restart Computer
Repeat process for each drive
]]></description>
			<content:encoded><![CDATA[<p>START &#8211; &gt; RUN</p>
<p>CD\</p>
<p>attrib -r  -h -s  autorun.inf</p>
<p>del autorun.inf</p>
<p>C:  &lt;ENTER&gt;</p>
<p>Restart Computer</p>
<p>Repeat process for each drive</p>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/uncategorized/unable-to-open-hard-drive-with-double-click/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to enable regedit</title>
		<link>http://bowetech.net/microsoft-resolution/how-to-enable-regedit</link>
		<comments>http://bowetech.net/microsoft-resolution/how-to-enable-regedit#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Issues Solved]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=78</guid>
		<description><![CDATA[How to enable regedit
START -&#62; Run :
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
Tada&#8230; registry enabled
]]></description>
			<content:encoded><![CDATA[<p>How to enable regedit</p>
<p>START -&gt; Run :</p>
<p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f</p>
<p>Tada&#8230; registry enabled</p>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/microsoft-resolution/how-to-enable-regedit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find your logon server</title>
		<link>http://bowetech.net/microsoft-resolution/how-to-find-your-logon-server</link>
		<comments>http://bowetech.net/microsoft-resolution/how-to-find-your-logon-server#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:59:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Issues Solved]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=71</guid>
		<description><![CDATA[
Click  Start then  All Programs then Accessories
Click on Command Prompt(black screen comes up)
Type &#8220;SET L&#8221; without the quotes
You should now see :  LOGONSERVER= \\LOGON SERVER NAME
Alternately  you could  Type  &#8221;echo %logonserver%&#8221; (you get same result)
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-73" title="logonsvr-thumb" src="http://bowetech.net/wp-content/uploads/2009/10/logonsvr-thumb.png" alt="logonsvr-thumb" width="244" height="74" /></p>
<p>Click  <strong>Start </strong>then <strong> All Programs</strong> then <strong>Accessories</strong><br />
Click on Command Prompt(black screen comes up)</p>
<p>Type &#8220;<strong>SET L</strong>&#8221; without the quotes</p>
<p>You should now see :  <strong>LOGONSERVER= \\LOGON SERVER NAME</strong></p>
<p><strong>Alternately  you could  Type  &#8221;echo %logonserver%&#8221; </strong>(you get same result)</p>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/microsoft-resolution/how-to-find-your-logon-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing the Recovery Partition for restoration if you have accidently formatted your C: Partition</title>
		<link>http://bowetech.net/microsoft-resolution/accessing-the-recovery-partition-for-restoration-if-you-have-accidently-formatted-your-c-partition</link>
		<comments>http://bowetech.net/microsoft-resolution/accessing-the-recovery-partition-for-restoration-if-you-have-accidently-formatted-your-c-partition#comments</comments>
		<pubDate>Mon, 24 Aug 2009 19:26:22 +0000</pubDate>
		<dc:creator>researcher</dc:creator>
				<category><![CDATA[Microsoft Issues Solved]]></category>
		<category><![CDATA[Accessing the Recovery Partition for restoration accidently formatted your C: Partition]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=67</guid>
		<description><![CDATA[          From the Recovery Options Menu Select CMD        
                  
]]></description>
			<content:encoded><![CDATA[<p>          <strong>From the Recovery Options Menu Select CMD</strong>        </p>
<p>          <img src="http://bowetech.net/wp-content/uploads/2009/08/sc_recovery_partition.gif" alt="sc_recovery-partition.gif" height="184" width="422"/>        </p>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/microsoft-resolution/accessing-the-recovery-partition-for-restoration-if-you-have-accidently-formatted-your-c-partition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Microsoft Office 2007 Enterprise</title>
		<link>http://bowetech.net/php/deploying-microsoft-office-2007-enterprise</link>
		<comments>http://bowetech.net/php/deploying-microsoft-office-2007-enterprise#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:41:00 +0000</pubDate>
		<dc:creator>researcher</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Deploying  Microsoft Office 2007  Enterprise]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=45</guid>
		<description><![CDATA[coming soon







]]></description>
			<content:encoded><![CDATA[<p>coming soon</p>
<p><img src="http://bowetech.net/wp-content/uploads/2009/08/exp_share.gif" alt="exp_share.gif" height="90" width="299"/></p>
<p><img src="http://bowetech.net/wp-content/uploads/2009/08/dlg_security_settings1.gif" style="WIDTH: 366px; DISPLAY: inline; HEIGHT: 473px" height="473" alt="dlg_security-settings.gif" width="366"/></p>
<p><img src="http://bowetech.net/wp-content/uploads/2009/08/dlg_share_perm.gif" alt="dlg_share-perm.gif" height="293" width="364"/></p>
<p><img src="http://bowetech.net/wp-content/uploads/2009/08/exp_ou.gif" alt="exp_ou.gif" height="40" width="279"/></p>
<p><img src="http://bowetech.net/wp-content/uploads/2009/08/dlg_open_policy.gif" alt="dlg_open-policy.gif" height="189" width="404"/></p>
<p><img src="http://bowetech.net/wp-content/uploads/2009/08/exp_active_dir.gif" alt="exp_active-dir.gif" height="114" width="645"/></p>
<p><img src="http://bowetech.net/wp-content/uploads/2009/08/dlg_active_dir_perm.gif" alt="dlg_active-dir-perm.gif" height="334" width="400"/></p>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/php/deploying-microsoft-office-2007-enterprise/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is PHP?</title>
		<link>http://bowetech.net/php-programming-fundamentals/what-is-php</link>
		<comments>http://bowetech.net/php-programming-fundamentals/what-is-php#comments</comments>
		<pubDate>Wed, 01 Apr 2009 19:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming Fundamentals]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=36</guid>
		<description><![CDATA[PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of [...]]]></description>
			<content:encoded><![CDATA[<p>PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.</p>
<pre name="code" class="php">
echo " Hello Earth";
// This codes will print  the words  Hello Earth on you screen
// Think thats Cool? there is more to come
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/php-programming-fundamentals/what-is-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS shorthand Tips</title>
		<link>http://bowetech.net/css/30</link>
		<comments>http://bowetech.net/css/30#comments</comments>
		<pubDate>Wed, 01 Apr 2009 13:35:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=30</guid>
		<description><![CDATA[CSS font shorthand rule

font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;

]]></description>
			<content:encoded><![CDATA[<p><strong>CSS font shorthand rule</strong></p>
<pre  name="code" class="css">
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/css/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Website Development from scratch</title>
		<link>http://bowetech.net/php/learning-website-developement-from-scratch</link>
		<comments>http://bowetech.net/php/learning-website-developement-from-scratch#comments</comments>
		<pubDate>Tue, 31 Mar 2009 14:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Completed Project]]></category>
		<category><![CDATA[Final Note]]></category>
		<category><![CDATA[Free Downloads]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Microsoft Issues Solved]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Programming Fundamentals]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Xhtml]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://bowetech.net/?p=4</guid>
		<description><![CDATA[We are in the process of writing this article


function  functionName($parameter1)
{
    Do some stuff;

}

]]></description>
			<content:encoded><![CDATA[<p>We are in the process of writing this article</p>
<pre  name="code" class="php">

function  functionName($parameter1)
{
    Do some stuff;

}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bowetech.net/php/learning-website-developement-from-scratch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
