<?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>How To Create A Website</title>
	<atom:link href="http://howtocreateawebsite.biz/feed" rel="self" type="application/rss+xml" />
	<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>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to reset post IDs</title>
		<link>http://howtocreateawebsite.biz/2010/04/how-to-reset-post-ids</link>
		<comments>http://howtocreateawebsite.biz/2010/04/how-to-reset-post-ids#comments</comments>
		<pubDate>Fri, 30 Apr 2010 01:51:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tips and Hacks]]></category>

		<guid isPermaLink="false">http://howtocreateawebsite.biz/?p=97</guid>
		<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>
			<content:encoded><![CDATA[<p>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 to reset the post ID, this is how you&#8217;d do it:</p>
<ol>
<li>Go into your PHPMyAdmin and export the Post table, everything, then Drop it (delete it).</li>
<li>Search for this line &#8220;<em>ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=<strong>this_number</strong></em>&#8220;; where &#8220;<strong>this_number</strong>&#8221; is the ID number for your next post.</li>
<li>Change &#8220;<strong>this_number</strong>&#8221; to whatever number you want, just make sure you&#8217;re not gonna have duplicate post IDs when you let it loose.</li>
<li>Import your corrected Post table into your database.</li>
</ol>
<p>Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/2010/04/how-to-reset-post-ids/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript tabifier</title>
		<link>http://howtocreateawebsite.biz/2010/02/javascript-tabifier</link>
		<comments>http://howtocreateawebsite.biz/2010/02/javascript-tabifier#comments</comments>
		<pubDate>Tue, 02 Feb 2010 02:03:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://howtocreateawebsite.biz/?p=91</guid>
		<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>
			<content:encoded><![CDATA[<ul>
<li> Converts your HTML into a dynamic tabbed interface.</li>
<li> Does not require you to set up a list of links, or anchors for  the tabs.</li>
<li> Plug and play: no need to know JavaScript, just make a few simple  changes to your HTML.</li>
<li> Use CSS to customize the appearance of the tabs.</li>
<li> Gracefully degrades if JavaScript is not present and allows a  different set of styles to be applied when JavaScript is not present.</li>
<li> Gracefully supports printing (try a print preview on the  example.html page) and allows a different set of styles to be applied  when printing.</li>
<li>Multiple tab sets on a page &#8211; you can even nest one tab set within  another.</li>
<li>Set the initial tab to be displayed.</li>
<li>Use javascript to control which tab is displayed.</li>
<li>Define onLoad and onClick callback functions to perform more  advanced functions, such as loading the tab content dynamically using  AJAX.</li>
<li>Use a cookie to remember which tab was selected so it remains  selected when you return to the page.</li>
<li>Object-oriented, extensively-commented code.</li>
<li>MIT license so you can modify and use in commercial projects.</li>
</ul>
<p>See the script at work on our <a href="../wordpress-plugins">Most Popular WordPress Plugins by Categories page</a>.</p>
<p>Detailed documentation and download link can be found at <a href="http://www.barelyfitz.com/projects/tabber/">Barely Fitz Designs.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/2010/02/javascript-tabifier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Detection and Redirection Script</title>
		<link>http://howtocreateawebsite.biz/2009/07/browser-detection-and-redirection-script</link>
		<comments>http://howtocreateawebsite.biz/2009/07/browser-detection-and-redirection-script#comments</comments>
		<pubDate>Tue, 07 Jul 2009 00:56:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://howtocreateawebsite.biz/?p=63</guid>
		<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>
			<content:encoded><![CDATA[<p>Use this script to redirect Internet Explorer users to a different location on your site or to a another site all together.</p>
<p>Simply replace &#8220;URL of the redirection page&#8221; with a URL of your choice.</p>
<div class="codes">&lt;script language=&#8217;Javascript&#8217; type=&#8217;text/Javascript&#8217;&gt;<br />
if ((navigator.appName==&#8221;Microsoft Internet Explorer&#8221;) || (navigator.appName==&#8221;Netscape&#8221;))<br />
{<br />
if (navigator.appName==&#8221;Microsoft Internet Explorer&#8221;)<br />
window.location = &#8220;URL of the redirection page&#8221;;<br />
else   window.location = &#8220;URL of the redirection page&#8221;;<br />
}<br />
else window.location = &#8220;URL of the redirection page&#8221;;<br />
&lt;/script&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/2009/07/browser-detection-and-redirection-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect using .htaccess 301</title>
		<link>http://howtocreateawebsite.biz/2009/04/redirect-using-htaccess-301</link>
		<comments>http://howtocreateawebsite.biz/2009/04/redirect-using-htaccess-301#comments</comments>
		<pubDate>Sat, 04 Apr 2009 02:31:30 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tips and Hacks]]></category>

		<guid isPermaLink="false">http://howtocreateawebsite.biz/?p=52</guid>
		<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>
			<content:encoded><![CDATA[<p>One of the better and easier ways to redirect is using .htaccess 301 redirect. What is &#8220;.htaccess&#8221;?</p>
<blockquote><p>&#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 is detected and executed by the Apache Web Server software. These .htaccess files can be used to alter the configuration of the Apache Web Server software to enable/disable additional functionality and features that the Apache Web Server software has to offer. These facilities include basic redirect functionality, for instance if a 404 file not found error occurs, or for more advanced functions such as content password protection or image hot link prevention.&#8221; <a href="http://www.htaccess-guide.com">htaccess-guide.com</a></p></blockquote>
<p>Always be sure to upload .htaccess files in ascii mode.</p>
<p>To redirect a single page:</p>
<div class="codes">Redirect 301 /oldpage.html http://www.yourdomain.com/newpage.html</div>
<p>To redirect an entire site:</p>
<div class="codes">Redirect 301 / http://www.yourdomain.com/</div>
<p>To redirect /index.php to yourdomain.com/</p>
<div class="codes">Options +FollowSymLinks<br />
RewriteEngine on<br />
# index.php to /<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3, 9}\ /.*index\.php\ HTTP/<br />
RewriteRule ^(.*)index\.php$ /$1 [R=301,L]</div>
<p>To redirect /index.html to yourdomain.com/</p>
<div class="codes">Options +FollowSymLinks<br />
RewriteEngine on<br />
# index.html to /<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3, 9}\ /.*index\.html\ HTTP/<br />
RewriteRule ^(.*)index\.php$ /$1 [R=301,L]</div>
<p>To redirect non-www to www — It&#8217;s a good idea not to confuse search engines. More information on &#8220;<a href="http://tinyurl.com/dy74wo">canonical url errors</a>&#8220;.</p>
<div class="codes">Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]<br />
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] </div>
<p>To redirect www to non www — the opposite of the above.</p>
<div class="codes">Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]<br />
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] </div>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/2009/04/redirect-using-htaccess-301/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script, Show or Hide</title>
		<link>http://howtocreateawebsite.biz/2009/03/script-show-or-hide</link>
		<comments>http://howtocreateawebsite.biz/2009/03/script-show-or-hide#comments</comments>
		<pubDate>Thu, 05 Mar 2009 07:55:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Hacks]]></category>

		<guid isPermaLink="false">http://howtocreateawebsite.biz/?p=50</guid>
		<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>
			<content:encoded><![CDATA[<p>Either embed the following code or save to a file and link to it in your HTML.</p>
<div class="codes">&#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;</div>
<p>Configure your ON button with this.</p>
<div class="codes">&#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;</div>
<p>Configure your OFF button with this.</p>
<div class="codes">&#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;</div>
<p>Wrap your object around a DIV like this.</p>
<div class="codes">&#x3C;&#x64;&#x69;&#x76;&#x20;&#x63;&#x6C;&#x61;&#x73;&#x73;&#x3D;&#x22;&#x73;&#x68;&#x6F;&#x77;&#x22;&#x3E;</div>
<p>Follow <a href="http://www.franchise.com/women-owned-businesses.cfm?sort=investa">this link</a> below to see script in action.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/2009/03/script-show-or-hide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn-your-cookies-on Script</title>
		<link>http://howtocreateawebsite.biz/2009/03/turn-your-cookies-on-script</link>
		<comments>http://howtocreateawebsite.biz/2009/03/turn-your-cookies-on-script#comments</comments>
		<pubDate>Tue, 03 Mar 2009 05:08:41 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Hacks]]></category>

		<guid isPermaLink="false">http://howtocreateawebsite.biz/?p=49</guid>
		<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>
			<content:encoded><![CDATA[<p>When loaded, this script informs your site visitors to turn on their cookies.</p>
<div class="codes">&#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;</div>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/2009/03/turn-your-cookies-on-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear Text Box When Clicking on It</title>
		<link>http://howtocreateawebsite.biz/2009/02/clear-text-box-when-clicking-on-it</link>
		<comments>http://howtocreateawebsite.biz/2009/02/clear-text-box-when-clicking-on-it#comments</comments>
		<pubDate>Sat, 28 Feb 2009 06:03:20 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tips and Hacks]]></category>

		<guid isPermaLink="false">http://howtocreateawebsite.biz/?p=48</guid>
		<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>
			<content:encoded><![CDATA[<p>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:</p>
<div class="codes">&#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;</div>
<p>The crucial part is <span style="color: #800000;">onclick=&#8221;this.value=&#8221;;&#8221;</span> &#8211; whenever the text box is clicked on, it sets the text box&#8217;s value to empty.</p>
<p>If you want, you could have the box automatically refilled with the same text or different text with this simple addition to the above code.</p>
<div class="codes">&#x6F;&#x6E;&#x62;&#x6C;&#x75;&#x72;&#x3D;&#x22;&#x69;&#x66;&#x20;&#x28;&#x74;&#x68;&#x69;&#x73;&#x2E;&#x76;&#x61;&#x6C;&#x75;&#x65;&#x20;&#x3D;&#x3D;&#x20;&#x27;&#x27;&#x29;&#x20;&#x7B;&#x74;&#x68;&#x69;&#x73;&#x2E;&#x76;&#x61;&#x6C;&#x75;&#x65;&#x20;&#x3D;&#x20;&#x27;&#x79;&#x6F;&#x75;&#x72;&#x20;&#x65;&#x6D;&#x61;&#x69;&#x6C;&#x27;&#x3B;</div>
<p>You may have already noticed the Search form and Email Subscription form are configured this way. Try it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/2009/02/clear-text-box-when-clicking-on-it/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
