<?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>Tech-Recipes&#187; HTML</title>
	<atom:link href="http://www.tech-recipes.com/category/internet/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE7: Using Conditional Statements to Detect and Display Browser Specific HTML</title>
		<link>http://www.tech-recipes.com/rx/1169/ie7-using-conditional-statements-to-detect-and-display-browser-specific-html/</link>
		<comments>http://www.tech-recipes.com/rx/1169/ie7-using-conditional-statements-to-detect-and-display-browser-specific-html/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 08:01:17 +0000</pubDate>
		<dc:creator>MickeyMouse</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Using conditional statements you can display certain html to one browser and other html to other browsers.  This shows you how to do this for Internet Explorer 7 and Internet Explorer 7 beta.
(...)Read the rest of IE7: Using Conditional Statements to Detect and Display Browser Specific HTML 

© MickeyMouse for Tech-Recipes, 2006. &#124;
Permalink &#124;
1 [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1169/ie7-using-conditional-statements-to-detect-and-display-browser-specific-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Users Cannot Vertically Scroll in Safari, OmniWeb, Konqueror and WebKit Browsers</title>
		<link>http://www.tech-recipes.com/rx/1168/users-cannot-vertically-scroll-in-safari-omniweb-konqueror-and-webkit-browsers/</link>
		<comments>http://www.tech-recipes.com/rx/1168/users-cannot-vertically-scroll-in-safari-omniweb-konqueror-and-webkit-browsers/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 06:36:38 +0000</pubDate>
		<dc:creator>davak</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[These browsers will lose the ability to use the vertical scroll bars under certain css/html situations.  This code will render well in all other browsers.  This is a documented bug confirmed by the webkit team.
(...)Read the rest of Users Cannot Vertically Scroll in Safari, OmniWeb, Konqueror and WebKit Browsers 

© davak for Tech-Recipes, [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1168/users-cannot-vertically-scroll-in-safari-omniweb-konqueror-and-webkit-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox and IE:  Get a Web Developer Toolbar</title>
		<link>http://www.tech-recipes.com/rx/997/firefox-and-ie-get-a-web-developer-toolbar/</link>
		<comments>http://www.tech-recipes.com/rx/997/firefox-and-ie-get-a-web-developer-toolbar/#comments</comments>
		<pubDate>Sun, 18 Sep 2005 18:54:47 +0000</pubDate>
		<dc:creator>MickeyMouse</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[You will never create web pages the same way.  Toolbars are available for firefox and IE that allows the outline of web elements, validation of  code, and resizing based on different resolutions.  A must download for every web developer.
(...)Read the rest of Firefox and IE:  Get a Web Developer Toolbar 

© [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/997/firefox-and-ie-get-a-web-developer-toolbar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE7 / Firefox: Enable Live Bookmarks or Web Feeds for Your Web Sites</title>
		<link>http://www.tech-recipes.com/rx/969/ie7_firefox_enable_live_bookmarks_web_feeds/</link>
		<comments>http://www.tech-recipes.com/rx/969/ie7_firefox_enable_live_bookmarks_web_feeds/#comments</comments>
		<pubDate>Mon, 22 Aug 2005 15:23:17 +0000</pubDate>
		<dc:creator>MickeyMouse</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[With the addition of this one piece of code to your HTML documents, you can enable Web Feeds in IE7 and Live Bookmarks in Firefox.  If your web site has an RSS feed, this method will allow you to advertise your feed to everyone that visits any page on your site.
(...)Read the rest of [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/969/ie7_firefox_enable_live_bookmarks_web_feeds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Friendly color combinations for Web Pages</title>
		<link>http://www.tech-recipes.com/rx/828/friendly-color-combinations-for-web-pages/</link>
		<comments>http://www.tech-recipes.com/rx/828/friendly-color-combinations-for-web-pages/#comments</comments>
		<pubDate>Sun, 13 Feb 2005 07:13:16 +0000</pubDate>
		<dc:creator>davak</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Here are some hints for getting a good color combination for your web page.
(...)Read the rest of Friendly color combinations for Web Pages 

© davak for Tech-Recipes, 2005. &#124;
Permalink &#124;
15 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/828/friendly-color-combinations-for-web-pages/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Prevent IE6 Users from Using the Image Toolbar</title>
		<link>http://www.tech-recipes.com/rx/814/prevent-ie6-users-from-using-the-image-toolbar/</link>
		<comments>http://www.tech-recipes.com/rx/814/prevent-ie6-users-from-using-the-image-toolbar/#comments</comments>
		<pubDate>Sun, 23 Jan 2005 05:19:12 +0000</pubDate>
		<dc:creator>MickeyMouse</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[IE6 users now have access to the image toolbar that allows users to easily print, copy, email, save, and resize pictures.  Here&#8217;s how to disable it.
(...)Read the rest of Prevent IE6 Users from Using the Image Toolbar 

© MickeyMouse for Tech-Recipes, 2005. &#124;
Permalink &#124;
1 comment &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/814/prevent-ie6-users-from-using-the-image-toolbar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running your own shoutcast server / streaming using XP Prof &amp; IIS</title>
		<link>http://www.tech-recipes.com/rx/526/running-your-own-shoutcast-server-streaming-using-xp-prof-iis/</link>
		<comments>http://www.tech-recipes.com/rx/526/running-your-own-shoutcast-server-streaming-using-xp-prof-iis/#comments</comments>
		<pubDate>Sat, 31 Jul 2004 23:54:39 +0000</pubDate>
		<dc:creator>seamonkey420</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This is a quick guide on how to setup your own winamp/shoutcast server on windows xp prof using IIS5.0
Requirements:  Windows XP Professional, Winamp 3.0 or higher, Highspeed always-connected internet connection, Basic Networking Skills
(...)Read the rest of Running your own shoutcast server / streaming using XP Prof &#038; IIS 

© seamonkey420 for Tech-Recipes, 2004. &#124;
Permalink [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/526/running-your-own-shoutcast-server-streaming-using-xp-prof-iis/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Re-Enable Right-Click When Web Pages Turn It Off</title>
		<link>http://www.tech-recipes.com/rx/501/re-enable-right-click-when-web-pages-turn-it-off/</link>
		<comments>http://www.tech-recipes.com/rx/501/re-enable-right-click-when-web-pages-turn-it-off/#comments</comments>
		<pubDate>Wed, 07 Jul 2004 04:46:29 +0000</pubDate>
		<dc:creator>AlexTheBeast</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Several web pages turn off the ability to right-click.  This examples how to turn it back on.
(...)Read the rest of Re-Enable Right-Click When Web Pages Turn It Off 

© AlexTheBeast for Tech-Recipes, 2004. &#124;
Permalink &#124;
59 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/501/re-enable-right-click-when-web-pages-turn-it-off/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>Opening Links In a New Window</title>
		<link>http://www.tech-recipes.com/rx/248/opening-links-in-a-new-window/</link>
		<comments>http://www.tech-recipes.com/rx/248/opening-links-in-a-new-window/#comments</comments>
		<pubDate>Tue, 02 Dec 2003 18:11:15 +0000</pubDate>
		<dc:creator>AlexTheBeast</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Although I usually hate it, this is the standard html code to open a link in a new window.
(...)Read the rest of Opening Links In a New Window 

© AlexTheBeast for Tech-Recipes, 2003. &#124;
Permalink &#124;
2 comments &#124;
Add to
del.icio.us

Post tags: HTML
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/248/opening-links-in-a-new-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Displaying HTML code inside an HTML document</title>
		<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/</link>
		<comments>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/#comments</comments>
		<pubDate>Fri, 03 Oct 2003 18:02:17 +0000</pubDate>
		<dc:creator>AlexTheBeast</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[display code]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Displaying HTML code within an HTML document can be confusing.  The XML tag makes it easy.
(...)Read the rest of Displaying HTML code inside an HTML document 

© AlexTheBeast for Tech-Recipes, 2003. &#124;
Permalink &#124;
6 comments &#124;
Add to
del.icio.us

Post tags: display code, HTML
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
