<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Webmaster Tips &gt;&gt; HTML</title>
<link>http://www.wmtips.com/HTML/</link>
<description>Webmaster tips and tools. Articles about HTML, CSS, AdSense, Javascript. Google Pagerank Checker, Whois and Alexa Rank tools.</description>
<language>en-us</language>
<item>
<title>3 Principles of HTML Code Optimization</title>
<link>http://www.wmtips.com/HTML/principles-html-code-optimization-692.htm</link>
<pubDate>Mon, 05 May 2008 09:10:18 -0500</pubDate>
<description> <![CDATA[ Just like spring cleaning a house, the html code of your web pages should get periodic cleaning as well. Over time, as changes and updates are made to a web page, the code can become littered with unnecessary clutter, slowing down page load times and hurting the efficiency of your web page. Cluttered html can also seriously impact your search engine ranking.
This is especially true if you are using a WYSIWYG (What You See Is What You Get) web design package such as FrontPage or Dreamweaver. These programs will speed up your web site creation, but they are not that efficient at writing clean html code.. ]]> </description>
</item>
<item>
<title>New elements in HTML 5</title>
<link>http://www.wmtips.com/HTML/id/686/</link>
<pubDate>Wed, 23 Apr 2008 06:38:39 -0500</pubDate>
<description> <![CDATA[ HTML 5 introduces new elements to HTML for the first time since the last millennium. New structural elements include aside, figure, and section. New inline elements include time, meter, and progress. New embedding elements include video and audio. New interactive elements include details, datagrid, and command..
 ]]> </description>
</item>
<item>
<title>How to insert AdSense, Chitika or any other Javascript code into new Blogger template</title>
<link>http://www.wmtips.com/Adsense/how-insert-adsense-chitika-javascript-code-634.htm</link>
<pubDate>Sat, 15 Dec 2007 20:22:26 -0600</pubDate>
<description> <![CDATA[ Not long ago Google Blogger platform added new widget-driven templates, which use different approach from the &quot;Classic&quot; template. Classic template 
was based on HTML, new Blogspot templates now are based on XHTML which is a branch of XML.
So, classic templates are incompatible with new Blogger templates. New 
blogger templates use &quot;Page Elements&quot; (widgets) but the places where you can insert widgets are rather limited. So what about if you need more flexibility than 
they allow?..



 ]]> </description>
</item>
<item>
<title>Replace tables with DIVs and CSS</title>
<link>http://www.wmtips.com/CSS/replace-tables-with-divs-css-609.htm</link>
<pubDate>Mon, 06 Aug 2007 10:21:56 -0500</pubDate>
<description> <![CDATA[ By now, most web designers are aware of the many benefits of using (&lt;a href=&quot;http://www.w3.org/Style/CSS/&quot; target=&quot;_blank&quot;&gt;CSS&lt;/a&gt;) to control the formatting and appearance of text elements within their web pages.
Indeed, if applied properly, Cascading Style Sheets can substantially cut down the amount of code needed to present a web page in a polished and professional manner.. ]]> </description>
</item>
<item>
<title>The Myth of W3C Compliance?</title>
<link>http://www.wmtips.com/HTML/myth-compliance-607.htm</link>
<pubDate>Mon, 30 Jul 2007 02:37:24 -0500</pubDate>
<description> <![CDATA[ The past few years have seen a huge increase in the number of search engine optimisers preaching about the vital importance of W3C Compliance as part of any effective web promotion effort. But is compliant code really the 'Magic SEO Potion' so many promoters make it out to be?.. ]]> </description>
</item>
<item>
<title>The Top Five Forgotten Elements</title>
<link>http://www.wmtips.com/HTML/id/579/</link>
<pubDate>Fri, 11 May 2007 08:12:43 -0500</pubDate>
<description> <![CDATA[ So you’re a front-end guru who spends your day churning out complex CSS layouts and dynamic DOM wizardry. You’ve mastered cross-browser layouts, you’re confident with your DOM scripting skills, and you’ve made every effort to make your pages as usable and accessible as possible.

Before you declare your tasty web standards trifle ready to be served, have a read through the following five elements that may have slipped off your radar (dfn, cite, var, samp, kbd). They’re supported by all major browsers, and implementing them is easy to do and takes almost no time at all.
 ]]> </description>
</item>
<item>
<title>HTML Cheat Sheet</title>
<link>http://www.wmtips.com/HTML/id/536/</link>
<pubDate>Mon, 08 Jan 2007 15:19:30 -0600</pubDate>
<description> <![CDATA[ The HTML cheat sheet is a one-page A4 printable document, designed to provide a quick reference for HTML. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size HTML cheat sheet.. ]]> </description>
</item>
<item>
<title>XHTML (eXtended Hypertext Markup Language): An Overview</title>
<link>http://www.wmtips.com/HTML/xhtml-extended-hypertext-markup-language-overview-466.htm</link>
<pubDate>Mon, 24 Jul 2006 09:13:00 -0500</pubDate>
<description> <![CDATA[ Many Web pages today are poorly written. Syntactically incorrect HTML code may work in most browsers even if it does not follow HTML rules. Browsers employ heuristics to deal with these flawed Web pages; however, Web-enabled wireless devices (such as PDAs) cannot accommodate these hefty Web browsers. The next step in HTML's evolution comes in the form of XHTML (&lt;b&gt;eXtended Hypertext Markup Language&lt;/b&gt;), which is basically a combination of HTML and XML.. ]]> </description>
</item>
<item>
<title>20 Pro Web Design Tips</title>
<link>http://www.wmtips.com/Design/id/463/</link>
<pubDate>Thu, 20 Jul 2006 09:10:24 -0500</pubDate>
<description> <![CDATA[ The difference between a good web designer and a great one is the ability to know how to take short cuts and save time without compromising the quality of work. Pixelsurgeon’s Jason Arber has put together 20 top tips and tricks you should be using to give your work that all-important professional edge. ]]> </description>
</item>
<item>
<title>Interactive Forms with HTML and Javascript</title>
<link>http://www.wmtips.com/HTML/interactive-forms-with-html-javascript-458.htm</link>
<pubDate>Sun, 02 Jul 2006 08:16:10 -0500</pubDate>
<description> <![CDATA[ Forms are easy enough to create when they are simple, like search boxes. But 
  what if you need them to be complex? How about changing the forms based on input 
  by the viewer? This is where interactive forms using Javascript and HTML can 
  help. I'll use a simple example on how interactive forms can be useful. ]]> </description>
</item>
</channel>
</rss> 