<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Sheeze Domain &#187; webmaster</title>
	<link>http://www.sheezedomain.com</link>
	<description>We are providers of web hosting services, domain names, and email solutions for personal and business websites. Services include Linux and Microsoft hosting, domain registrations, ecommerce hosting, dedicated servers, virtual servers, file hosting, photo hosting, email hosting, website builders, security solutions, and more.</description>
	<lastBuildDate>Mon, 22 Mar 2010 20:45:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Make this page your start page code</title>
		<description><![CDATA[Want an option for visitors to make your page their start page?
Place this code where you would like the link to appear on your site and change yourdomain to your domain name. Only works with Internet Explorer browser.

&#60;!-- Start Make Homepage Code --&#62;
&#60;!--[if IE]&#62;
&#60;a HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.yourdomain.com');"&#62;Click here to make this site your start page!&#60;/a&#62;&#60;/font&#62;
&#60;![endif]--&#62;
&#60;!-- End Make Homepage Code --&#62; 

]]></description>
		<link>http://www.sheezedomain.com/make-this-page-your-start-page-code.html</link>
			</item>
	<item>
		<title>Graphic Hovering Effect On Links</title>
		<description><![CDATA[When you mouse over links in our forums you will see a graphical hovering effect. Here is the code to get this same results on your website.
Code:

a:hover, a:active { background: url(http://www.yourdomain.com/images/yourgraphic.gif); } 

You must replace yourdomain with your own website address.
You must have a graphic to use for the hovering effect and change the path to [...]]]></description>
		<link>http://www.sheezedomain.com/graphic-hovering-effect-on-links.html</link>
			</item>
	<item>
		<title>No Right Click Without A Warning</title>
		<description><![CDATA[Don&#8217;t want visitors to be able to right click on your page yet you don&#8217;t like giving them a popup warning either?
Paste this code into the head of your webpage:

&#60;script language=JavaScript&#62;
&#60;!--

//Disable right click script III- By Renigade (    \n   
 &#60;!--
 var prefix = '&#38;#109;a' + 'i&#38;#108;' + '&#38;#116;o';
 var path = 'hr' + 'ef' + '=';
 var [...]]]></description>
		<link>http://www.sheezedomain.com/no-right-click-without-a-warning.html</link>
			</item>
	<item>
		<title>No Right Clicking With Warning</title>
		<description><![CDATA[Don&#8217;t want people to be able to right click on your page and want to warn them so? Paste this code into the head of your page.
Place this into the head of your page:

&#60;script language="JavaScript"&#62; &#60;!--

// No rightclick script v.2.5

// (c) 1998 barts1000

//     \n   
 &#60;!--
 var prefix = '&#38;#109;a' + 'i&#38;#108;' + '&#38;#116;o';
 var path = 'hr' + [...]]]></description>
		<link>http://www.sheezedomain.com/no-right-clicking-with-warning.html</link>
			</item>
	<item>
		<title>Go Back</title>
		<description><![CDATA[
Place this code on a webpage and when someone clicks it they will be returned to the page they were at before this page.

Code:
&#60;a href="javascript: history.back(-2)"&#62;Back&#60;/a&#62;




]]></description>
		<link>http://www.sheezedomain.com/go-back.html</link>
			</item>
	<item>
		<title>Redirect Old Domain To New Domain &amp; Other Tricks</title>
		<description><![CDATA[
The best way to redirect an old web site to the new web site and keep the same search engine rankings is to use the permanent 301 redirect by creating an .htaccess file and adding some snips of code.
When a visitor/search engine requests a web page, your web server checks for a .htaccess file. Using [...]]]></description>
		<link>http://www.sheezedomain.com/redirect-old-domain-to-new-domain-other-tricks.html</link>
			</item>
	<item>
		<title>Prevent Direct Linking</title>
		<description><![CDATA[Want to prevent direct linking to your files? Sick of people linking to files that you feel should only be accessed from your website and not their&#8217;s? Read on&#8230;
Open your notepad.
Insert the follow code as it is displayed and change &#8220;mydomain.com&#8221; to your own domain name:

Code:
RewriteEngine on
 RewriteCond %{HTTP_REFERER} !^$
 RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC]
 RewriteCond [...]]]></description>
		<link>http://www.sheezedomain.com/prevent-direct-linking.html</link>
			</item>
	<item>
		<title>Blinking Text - Javascript</title>
		<description><![CDATA[
Make your text blink with this script.

Copy this code into the HEAD of your HTML document

Code:
&#60;SCRIPT LANGUAGE="JavaScript"&#62;

 window.onerror = null;
 var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS4 = (bName == "Netscape" &#38;&#38; bVer &#62;= 4);
 var IE4 = (bName == "Microsoft Internet Explorer"
 &#38;&#38; bVer &#62;= 4);
 var NS3 = (bName == [...]]]></description>
		<link>http://www.sheezedomain.com/blinking-text-javascript.html</link>
			</item>
	<item>
		<title>Redirect Url - JavaScript</title>
		<description><![CDATA[
Occasionally, you may wish to have a redirect page that pauses for a few seconds before sending the visitor off to the destination. For example, there may be important text on the redirect page you wish the visitor to get a chance to read, or a banner ad to see before proceeding. This redirect script [...]]]></description>
		<link>http://www.sheezedomain.com/redirect-url-javascript.html</link>
			</item>
	<item>
		<title>Close Window Scripts</title>
		<description><![CDATA[
Add any of these cool scripts to your pop up pages for the visitor to close them. Several to choose from:
1. Closing a Regular Window from a Link Click

Code:
&#60;a href="javascript:window.close()"&#62;Close&#60;/a&#62;

2. Closing a Regular Window from an Image Click

Code:
&#60;a href="javascript:window.close()"&#62;
 &#60;img border="0" src="closingwindows.gif" width="95" height="46"&#62;
 &#60;/a&#62;

3. Closing a Regular Window from a Button Click

Code:
&#60;form&#62;
 &#60;input type="button" [...]]]></description>
		<link>http://www.sheezedomain.com/close-window-scripts.html</link>
			</item>
</channel>
</rss>

