HTML tutorials

IE7: Using Conditional Statements to Detect and Display Browser Specific HTML

contributed by MickeyMouse on February 4, 2006 under HTML

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.

 

Users Cannot Vertically Scroll in Safari, OmniWeb, Konqueror and WebKit Browsers

contributed by David Kirk on under HTML

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.

 

Firefox and IE: Get a Web Developer Toolbar

contributed by MickeyMouse on September 18, 2005 under HTML

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.

 

IE7 / Firefox: Enable Live Bookmarks or Web Feeds for Your Web Sites

contributed by MickeyMouse on August 22, 2005 under HTML

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.

 

Friendly color combinations for Web Pages

contributed by David Kirk on February 13, 2005 under HTML

Here are some hints for getting a good color combination for your web page.

 

Prevent IE6 Users from Using the Image Toolbar

contributed by MickeyMouse on January 23, 2005 under HTML

IE6 users now have access to the image toolbar that allows users to easily print, copy, email, save, and resize pictures. Here’s how to disable it.

 

Running your own shoutcast server / streaming using XP Prof & IIS

contributed by Jimmy Selix on July 31, 2004 under HTML

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

 

Re-Enable Right-Click When Web Pages Turn It Off

contributed by AlexTheBeast on July 7, 2004 under HTML

Several web pages turn off the ability to right-click. This examples how to turn it back on.