<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Sheeze Domain &#187; links</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>Add To Your Favorites Link</title>
		<description><![CDATA[Add this code to your page and when clicked it will help others to add your site to their favorites list.
Place this code into the head of your page:

&#60;script language="JavaScript"&#62;
function bookmark(url, description)
{
netscape="Netscape User's hit CTRL+D to add a bookmark to this site."
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}
//--&#62;
&#60;/SCRIPT&#62; 

Place this in your body of your page where you want the link to appear:

&#60;a href="javascript:bookmark('http://www.yourdomain.com','Name of your site');"&#62;Click here to add this site to your favorites list!&#60;/A&#62; 

]]></description>
		<link>http://www.sheezedomain.com/add-to-your-favorites-link.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>How do you have two hover link colors on the same page?</title>
		<description><![CDATA[This can be done by creating classes of a:hover, then using the class names within the links. Follow along and I&#8217;ll show you how&#8230;
In your head tags (or copy the parts you need and input in your css), put this:
Code:
&#60;style type=&#8221;text/css&#8221;&#62;
&#60;!&#8211;
a:hover {color: green;}
a.red:hover {color: red;}
&#8211;&#62;
&#60;/style&#62;
(be sure to change the color green to the color you [...]]]></description>
		<link>http://www.sheezedomain.com/how-do-you-have-two-hover-link-colors-on-the-same-page.html</link>
			</item>
	<item>
		<title>Decorate your text links - remove underlines and more</title>
		<description><![CDATA[Here are some nifty tips for you to use on your webpage. Why settle for plain ol links when you can decorate them? Try them out for yourself&#8230;
Put the following script inbetween your header files on the page(s) you&#8217;d like to use it on &#8211;&#62; like this: &#60;head&#62;place it in here&#60;/head&#62;
Code:
&#60;style type=&#8221;text/css&#8221;&#62;
&#60;!&#8211;
A:link {text-decoration: none}
&#8211;&#62;
&#60;/style&#62;
The above [...]]]></description>
		<link>http://www.sheezedomain.com/decorate-your-text-links-remove-underlines-and-more.html</link>
			</item>
	<item>
		<title>Link To Open In New Window</title>
		<description><![CDATA[Did you ever click on a link in a website and a new browser window opened up? Want to know how to do it for your own website?
It is actually quite easy to do. Just add the TARGET=&#8221;_blank&#8221; attribute tag like this:

&#60;A href="http://siteyouwantopen.com" TARGET="_blank"&#62;text or graphic to be clicked&#60;/A&#62;

Replace siteyouwantopen.com with the website url you [...]]]></description>
		<link>http://www.sheezedomain.com/link-to-open-in-new-window.html</link>
			</item>
</channel>
</rss>
