<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>How To Create A Website</title>
	<link>http://howtocreateawebsite.biz</link>
	<description>Information, Tutorials &#38; Resources To Create and Maintain A Website</description>
	<lastBuildDate>Fri, 30 Apr 2010 01:51:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to reset post IDs</title>
		<description><![CDATA[I have a news site that grabs and posts things automatically, so I want to periodically reset the post ID number, just because I want to be able to keep the ID short and because I only keep posts that are about 3-day old. So, if you&#8217;re like me and for whatever reason you want [...]]]></description>
		<link>http://howtocreateawebsite.biz/2010/04/how-to-reset-post-ids</link>
			</item>
	<item>
		<title>JavaScript tabifier</title>
		<description><![CDATA[ Converts your HTML into a dynamic tabbed interface.
 Does not require you to set up a list of links, or anchors for  the tabs.
 Plug and play: no need to know JavaScript, just make a few simple  changes to your HTML.
 Use CSS to customize the appearance of the tabs.
 Gracefully degrades [...]]]></description>
		<link>http://howtocreateawebsite.biz/2010/02/javascript-tabifier</link>
			</item>
	<item>
		<title>Browser Detection and Redirection Script</title>
		<description><![CDATA[Use this script to redirect Internet Explorer users to a different location on your site or to a another site all together.
Simply replace &#8220;URL of the redirection page&#8221; with a URL of your choice.
&#60;script language=&#8217;Javascript&#8217; type=&#8217;text/Javascript&#8217;&#62;
if ((navigator.appName==&#8221;Microsoft Internet Explorer&#8221;) &#124;&#124; (navigator.appName==&#8221;Netscape&#8221;))
{
if (navigator.appName==&#8221;Microsoft Internet Explorer&#8221;)
window.location = &#8220;URL of the redirection page&#8221;;
else   window.location = &#8220;URL [...]]]></description>
		<link>http://howtocreateawebsite.biz/2009/07/browser-detection-and-redirection-script</link>
			</item>
	<item>
		<title>Redirect using .htaccess 301</title>
		<description><![CDATA[One of the better and easier ways to redirect is using .htaccess 301 redirect. What is &#8220;.htaccess&#8221;?
&#8220;.htaccess is a configuration file for use on web servers running the Apache Web Server software. When a .htaccess file is placed in a directory which is in turn &#8216;loaded via the Apache Web Server&#8217;, then the .htaccess file [...]]]></description>
		<link>http://howtocreateawebsite.biz/2009/04/redirect-using-htaccess-301</link>
			</item>
	<item>
		<title>Script, Show or Hide</title>
		<description><![CDATA[Either embed the following code or save to a file and link to it in your HTML.
&#x2F;&#x2A;&#xA;&#xA;&#x2A;&#x2F;&#xA;&#x66;&#x75;&#x6E;&#x63;&#x74;&#x69;&#x6F;&#x6E;&#x20;&#x73;&#x68;&#x6F;&#x77;&#x4C;&#x6F;&#x67;&#x6F;&#x73;&#x28;&#x29;&#xA;&#x7B;&#xA;&#x76;&#x61;&#x72;&#x20;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x20;&#x3D;&#x20;&#x64;&#x6F;&#x63;&#x75;&#x6D;&#x65;&#x6E;&#x74;&#x2E;&#x67;&#x65;&#x74;&#x45;&#x6C;&#x65;&#x6D;&#x65;&#x6E;&#x74;&#x73;&#x42;&#x79;&#x54;&#x61;&#x67;&#x4E;&#x61;&#x6D;&#x65;&#x28;&#x22;&#x44;&#x49;&#x56;&#x22;&#x29;&#x3B;&#xA;&#x66;&#x6F;&#x72;&#x28;&#x76;&#x61;&#x72;&#x20;&#x69;&#x3D;&#x30;&#x3B;&#x69;&#x3C;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x2E;&#x6C;&#x65;&#x6E;&#x67;&#x74;&#x68;&#x3B;&#x69;&#x2B;&#x2B;&#x29;&#xA;&#x7B;&#xA;&#x69;&#x66;&#x28;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x5B;&#x69;&#x5D;&#x2E;&#x63;&#x6C;&#x61;&#x73;&#x73;&#x4E;&#x61;&#x6D;&#x65;&#x20;&#x3D;&#x3D;&#x20;&#x27;&#x73;&#x68;&#x6F;&#x77;&#x27;&#x29;&#xA;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x5B;&#x69;&#x5D;&#x2E;&#x73;&#x74;&#x79;&#x6C;&#x65;&#x2E;&#x64;&#x69;&#x73;&#x70;&#x6C;&#x61;&#x79;&#x20;&#x3D;&#x20;&#x27;&#x62;&#x6C;&#x6F;&#x63;&#x6B;&#x27;&#x3B;&#xA;&#x7D;&#xA;&#x73;&#x61;&#x76;&#x65;&#x43;&#x6F;&#x6F;&#x6B;&#x69;&#x65;&#x28;&#x22;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x61;&#x6E;&#x6E;&#x65;&#x72;&#x73;&#x22;&#x2C;&#x31;&#x29;&#x3B;&#xA;&#x7D;&#xA;&#xA;&#x66;&#x75;&#x6E;&#x63;&#x74;&#x69;&#x6F;&#x6E;&#x20;&#x68;&#x69;&#x64;&#x65;&#x4C;&#x6F;&#x67;&#x6F;&#x73;&#x28;&#x29;&#xA;&#x7B;&#xA;&#x76;&#x61;&#x72;&#x20;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x20;&#x3D;&#x20;&#x64;&#x6F;&#x63;&#x75;&#x6D;&#x65;&#x6E;&#x74;&#x2E;&#x67;&#x65;&#x74;&#x45;&#x6C;&#x65;&#x6D;&#x65;&#x6E;&#x74;&#x73;&#x42;&#x79;&#x54;&#x61;&#x67;&#x4E;&#x61;&#x6D;&#x65;&#x28;&#x22;&#x44;&#x49;&#x56;&#x22;&#x29;&#x3B;&#xA;&#x66;&#x6F;&#x72;&#x28;&#x76;&#x61;&#x72;&#x20;&#x69;&#x3D;&#x30;&#x3B;&#x69;&#x3C;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x2E;&#x6C;&#x65;&#x6E;&#x67;&#x74;&#x68;&#x3B;&#x69;&#x2B;&#x2B;&#x29;&#xA;&#x7B;&#xA;&#x69;&#x66;&#x28;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x5B;&#x69;&#x5D;&#x2E;&#x63;&#x6C;&#x61;&#x73;&#x73;&#x4E;&#x61;&#x6D;&#x65;&#x20;&#x3D;&#x3D;&#x20;&#x27;&#x73;&#x68;&#x6F;&#x77;&#x27;&#x29;&#xA;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x6F;&#x78;&#x5B;&#x69;&#x5D;&#x2E;&#x73;&#x74;&#x79;&#x6C;&#x65;&#x2E;&#x64;&#x69;&#x73;&#x70;&#x6C;&#x61;&#x79;&#x20;&#x3D;&#x20;&#x27;&#x6E;&#x6F;&#x6E;&#x65;&#x27;&#x3B;&#xA;&#x7D;&#xA;&#x73;&#x61;&#x76;&#x65;&#x43;&#x6F;&#x6F;&#x6B;&#x69;&#x65;&#x28;&#x22;&#x73;&#x68;&#x6F;&#x77;&#x62;&#x61;&#x6E;&#x6E;&#x65;&#x72;&#x73;&#x22;&#x2C;&#x30;&#x29;&#x3B;&#xA;&#x7D;
Configure your ON button with this.
&#x3C;&#x61;&#x20;&#x68;&#x72;&#x65;&#x66;&#x3D;&#x22;&#x6A;&#x61;&#x76;&#x61;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x3A;&#x22;&#x20;&#x6F;&#x6E;&#x63;&#x6C;&#x69;&#x63;&#x6B;&#x3D;&#x22;&#x73;&#x68;&#x6F;&#x77;&#x4C;&#x6F;&#x67;&#x6F;&#x73;&#x28;&#x29;&#x3B;&#x72;&#x65;&#x74;&#x75;&#x72;&#x6E;&#x20;&#x66;&#x61;&#x6C;&#x73;&#x65;&#x3B;&#x22;&#x3E;
Configure your OFF button with this.
&#x3C;&#x61;&#x20;&#x68;&#x72;&#x65;&#x66;&#x3D;&#x22;&#x6A;&#x61;&#x76;&#x61;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x3A;&#x22;&#x20;&#x6F;&#x6E;&#x63;&#x6C;&#x69;&#x63;&#x6B;&#x3D;&#x22;&#x68;&#x69;&#x64;&#x65;&#x4C;&#x6F;&#x67;&#x6F;&#x73;&#x28;&#x29;&#x3B;&#x72;&#x65;&#x74;&#x75;&#x72;&#x6E;&#x20;&#x66;&#x61;&#x6C;&#x73;&#x65;&#x3B;&#x22;&#x20;&#x3E;
Wrap your object around a DIV like this.
&#x3C;&#x64;&#x69;&#x76;&#x20;&#x63;&#x6C;&#x61;&#x73;&#x73;&#x3D;&#x22;&#x73;&#x68;&#x6F;&#x77;&#x22;&#x3E;
Follow this link below to see script in action.
]]></description>
		<link>http://howtocreateawebsite.biz/2009/03/script-show-or-hide</link>
			</item>
	<item>
		<title>Turn-your-cookies-on Script</title>
		<description><![CDATA[When loaded, this script informs your site visitors to turn on their cookies.
&#x3C;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x20;&#x74;&#x79;&#x70;&#x65;&#x3D;&#x22;&#x74;&#x65;&#x78;&#x74;&#x2F;&#x6A;&#x61;&#x76;&#x61;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x22;&#x3E;&#xA;&#x3C;&#x21;&#x2D;&#x2D;&#xA;&#x2F;&#x2A;&#x20;&#x54;&#x68;&#x69;&#x73;&#x20;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x20;&#x61;&#x6E;&#x64;&#x20;&#x6D;&#x61;&#x6E;&#x79;&#x20;&#x6D;&#x6F;&#x72;&#x65;&#x20;&#x61;&#x72;&#x65;&#x20;&#x61;&#x76;&#x61;&#x69;&#x6C;&#x61;&#x62;&#x6C;&#x65;&#x20;&#x66;&#x72;&#x65;&#x65;&#x20;&#x6F;&#x6E;&#x6C;&#x69;&#x6E;&#x65;&#x20;&#x61;&#x74;&#xA;&#x54;&#x68;&#x65;&#x20;&#x4A;&#x61;&#x76;&#x61;&#x53;&#x63;&#x72;&#x69;&#x70;&#x74;&#x20;&#x53;&#x6F;&#x75;&#x72;&#x63;&#x65;&#x21;&#x21;&#x20;&#x68;&#x74;&#x74;&#x70;&#x3A;&#x2F;&#x2F;&#x6A;&#x61;&#x76;&#x61;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x2E;&#x69;&#x6E;&#x74;&#x65;&#x72;&#x6E;&#x65;&#x74;&#x2E;&#x63;&#x6F;&#x6D;&#xA;&#x43;&#x72;&#x65;&#x61;&#x74;&#x65;&#x64;&#x20;&#x62;&#x79;&#x3A;&#x20;&#x43;&#x68;&#x72;&#x69;&#x73;&#x20;&#x3A;&#x3A;&#x20;&#x68;&#x74;&#x74;&#x70;&#x3A;&#x2F;&#x2F;&#x77;&#x77;&#x77;&#x2E;&#x66;&#x72;&#x65;&#x65;&#x77;&#x65;&#x62;&#x73;&#x2E;&#x63;&#x6F;&#x6D;&#x2F;&#x6A;&#x61;&#x76;&#x61;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x5F;&#x31;&#x2F;&#x20;&#x2A;&#x2F;&#xA;&#xA;&#x69;&#x66;&#x20;&#x28;&#x6E;&#x61;&#x76;&#x69;&#x67;&#x61;&#x74;&#x6F;&#x72;&#x2E;&#x63;&#x6F;&#x6F;&#x6B;&#x69;&#x65;&#x45;&#x6E;&#x61;&#x62;&#x6C;&#x65;&#x64;&#x20;&#x3D;&#x3D;&#x20;&#x30;&#x29;&#x20;&#x7B;&#xA;&#x61;&#x6C;&#x65;&#x72;&#x74;&#x28;&#x22;&#x59;&#x6F;&#x75;&#x20;&#x6E;&#x65;&#x65;&#x64;&#x20;&#x74;&#x6F;&#x20;&#x65;&#x6E;&#x61;&#x62;&#x6C;&#x65;&#x20;&#x63;&#x6F;&#x6F;&#x6B;&#x69;&#x65;&#x73;&#x20;&#x66;&#x6F;&#x72;&#x20;&#x74;&#x68;&#x69;&#x73;&#x20;&#x73;&#x69;&#x74;&#x65;&#x20;&#x74;&#x6F;&#x20;&#x6C;&#x6F;&#x61;&#x64;&#x20;&#x70;&#x72;&#x6F;&#x70;&#x65;&#x72;&#x6C;&#x79;&#x21;&#x22;&#x29;&#x3B;&#xA;&#x7D;&#xA;&#x2D;&#x2D;&#x3E;&#xA;&#x3C;&#x2F;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;&#x3E;
]]></description>
		<link>http://howtocreateawebsite.biz/2009/03/turn-your-cookies-on-script</link>
			</item>
	<item>
		<title>Clear Text Box When Clicking on It</title>
		<description><![CDATA[If you have a text box on your webpage (eg &#8211; a search form) with text in it (eg &#8211; &#8220;Search&#8230;&#8221;), it adds an extra level of convenience for your user if the text box clears when the user clicks inside the box. This is achieved with some simple javascript:
&#x3C;&#x69;&#x6E;&#x70;&#x75;&#x74;&#x20;&#x6F;&#x6E;&#x63;&#x6C;&#x69;&#x63;&#x6B;&#x3D;&#x22;&#x74;&#x68;&#x69;&#x73;&#x2E;&#x76;&#x61;&#x6C;&#x75;&#x65;&#x3D;&#x27;&#x27;&#x3B;&#x22;&#x20;&#x6E;&#x61;&#x6D;&#x65;&#x3D;&#x22;&#x53;&#x65;&#x61;&#x72;&#x63;&#x68;&#x22;&#x20;&#x74;&#x79;&#x70;&#x65;&#x3D;&#x22;&#x74;&#x65;&#x78;&#x74;&#x22;&#x20;&#x76;&#x61;&#x6C;&#x75;&#x65;&#x3D;&#x22;&#x53;&#x65;&#x61;&#x72;&#x63;&#x68;&#x2E;&#x2E;&#x2E;&#x22;&#x20;&#x2F;&#x3E;
The crucial part is onclick=&#8221;this.value=&#8221;;&#8221; &#8211; [...]]]></description>
		<link>http://howtocreateawebsite.biz/2009/02/clear-text-box-when-clicking-on-it</link>
			</item>
</channel>
</rss>
