<?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>Resources for Web Development Students @ Robin's Blog &#187; Browser Issues</title>
	<atom:link href="http://www.robinsblog.com/category/web-design-sites/browser-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robinsblog.com</link>
	<description>Resources for Web Development Students</description>
	<lastBuildDate>Fri, 05 Mar 2010 17:13:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Multiple Versions of IE on Your PC</title>
		<link>http://www.robinsblog.com/12242009/install-multiple-versions-of-ie-on-your-pc/</link>
		<comments>http://www.robinsblog.com/12242009/install-multiple-versions-of-ie-on-your-pc/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 05:18:00 +0000</pubDate>
		<dc:creator>Robin Wood</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[Software & Freeware Programs]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/?p=1713</guid>
		<description><![CDATA[I never really worry about having multiple versions of Internet Explorer on one computer, I have a computer lab with 38 machines at work. At home I have an XP box with IE 6, an XP laptop with IE 7, and a Vista laptop with IE8. Unfortunately, my XP box with IE 6 is suffering some hardware issues and I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I never really worry about having multiple versions of Internet Explorer on one computer, I have a computer lab with 38 machines at work. At home I have an XP box with IE 6, an XP laptop with IE 7, and a Vista laptop with IE8. Unfortunately, my XP box with IE 6 is suffering some hardware issues and I&#8217;m too lazy to tear the machine apart to fix them. I needed IE 6 for testing purposes so I thought I would test out <a href="http://tredosoft.com/Multiple_IE">MultipleIEs</a>, which will install versions 3-6 of Internet Explorer on  Windows XP. I installed this on my XP box with IE 7 and it works perfectly. Note that this has not been tested on Vista and the site does not support Vista.</p>
<p>If you are running Vista try <a href="http://my-debugbar.com/wiki/IETester/HomePage">IETester</a>, which is a free WebBrowser that allows you to have the rendering and JavaScript engines of IE8, IE7, IE 6 and IE5.5 on Windows 7, Vista and XP. I&#8217;ve been using this on my Vista machine, it crashes now and then, but it&#8217;s a great tool.</p>
<p>Both of these tools are free!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/10132007/office-2007/" rel="bookmark">Office 2007 & Vista Resources</a></li><li><a href="http://www.robinsblog.com/01112007/vista-office-2007-launch-events-free-office-2007-software/" rel="bookmark">Vista & Office 2007 Launch Events-Free Office 2007 Software</a></li><li><a href="http://www.robinsblog.com/02042008/is-your-html-good-enough-7-browser-testing-services/" rel="bookmark">Is Your HTML Good Enough? 7 Browser-Testing Services</a></li><li><a href="http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/" rel="bookmark">Internet Explorer 7 Beta 2 Preview</a></li><li><a href="http://www.robinsblog.com/03232005/managing-fonts/" rel="bookmark">Managing Fonts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/12242009/install-multiple-versions-of-ie-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Transparent PNG 24 Images with Internet Explorer 6 for Beginners</title>
		<link>http://www.robinsblog.com/12232009/transparent-png-24-images-with-internet-explorer-6-for-beginners/</link>
		<comments>http://www.robinsblog.com/12232009/transparent-png-24-images-with-internet-explorer-6-for-beginners/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 00:32:08 +0000</pubDate>
		<dc:creator>Robin Wood</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Class Notes]]></category>
		<category><![CDATA[PHP/MySQL & JavaScript]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/?p=1692</guid>
		<description><![CDATA[<a href="http://www.robinsblog.com/12232009/transparent-png-24-images-with-internet-explorer-6-for-beginners/"><img align="left" hspace="5" width="150" src="http://www.robinsblog.com/wp-content/uploads/2009/12/badpng.gif" class="alignleft wp-post-image tfe" alt="PNG 24 display problem" title="PNG 24 display problem" /></a>
A common question in class is &#8220;how do I overlap images and still see the background?&#8221; The answer, you use some type of transparent image. Traditionally we used a transparent GIF, but the quality isn&#8217;t so great. PNG has really become the preferred image format for transparency. PNG 8 gives you a transparent image, but you may see some white [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.robinsblog.com/wp-content/uploads/2009/12/badpng.gif" alt="PNG 24 display problem" title="PNG 24 display problem" width="352" height="96" class="center" /></p>
<p>A common question in class is &#8220;how do I overlap images and still see the background?&#8221; The answer, you use some type of transparent image. Traditionally we used a transparent GIF, but the quality isn&#8217;t so great. PNG has really become the preferred image format for transparency. PNG 8 gives you a transparent image, but you may see some white pixels around the edges of the image. PNG 24 transparent images are crisp and clean, but sometimes a bit bloated. Still PNG 24 now being widely used.</p>
<p>Unfortunately, it is well documented that transparent PNG 24 images will not display properly in Internet Explorer 6 without applying some type of fix. Instead of getting a truly transparent image you will see a blue background around the image like the image above.  I&#8217;m not going to go into the technical reasoning for this problem, this is an article for beginners and there are numerous fixes and articles for this issue, <a href="http://perishablepress.com/press/2008/05/28/css-hackz-series-png-fix-for-internet-explorer/">Perishable Press has a great write up on the subject</a>. </p>
<p>I&#8217;ve prepared a page that shows both of these problems; this page was created from the Six Revisions&#8217; tutorials <a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-grunge-web-design-using-photoshop/">How to Create a Grunge Web Design Using Photoshop</a> and <a href="http://sixrevisions.com/tutorials/web-development-tutorials/how-to-code-a-grunge-web-design-from-scratch/">How to Code a Grunge Web Design from Scratch</a> &#8211; great tutorials, but I&#8217;ll write about that later. If you <a href="http://theplacetoplay.com/grunge/indexbadpng.html">open my PNG transparency example page</a> in Internet Explorer 6 you should see that the header image &#8220;Get Your Hands Dirty&#8221; has a blue background &#8211; not good. If you look at the heading &#8220;Featured Work&#8221;, a PNG 8 image, you should notice, albeit subtle, little white dots around the edges of the image &#8211; not good either. If you look at the heading &#8220;About this Website&#8221;, a transparent GIF, you will also see the little white dots around the edges of the image. </p>
<p>Now if you look at my <a href="http://theplacetoplay.com/grunge/">example with PNG 24 images and a JavaScript fix</a> applied in Internet Explorer 6 you will see that all of the images look great.</p>
<p>So how did I fix this? If you read the article <a href="http://perishablepress.com/press/2008/05/28/css-hackz-series-png-fix-for-internet-explorer/">PNG Fix for Internet Explorer</a> from Perishable Press you will see that there is a general method for fixing PNG 24 images in IE 6. You&#8217;re going to need to create an IE specific CSS file, this file is linked in the head section of your HTML document after your regular CSS link within conditional comments.</p>
<pre><code>&lt;link href="styles.css" rel="stylesheet" type="text/css" /&gt;

&lt;!--[if lt IE 7]&gt; 

&lt;link rel="stylesheet" type="text/css" href="ie-specific.css" /&gt; 

&lt; ![endif]--&gt;</code></pre>
<p>The conditional comment starts with
<pre><code>&lt;!--[if lt IE 7]&gt;</code></pre>
<p>This tells the browser that if the visitor is using a browser version older than IE 7 then use this special CSS file in addition to the styles.css file. It doesn&#8217;t replace the styles.css file, it just allows you to send specific CSS rules to IE 6. </p>
<p>In the ie-specific.css file you will need one declaration for the transparency fix.</p>
<pre><code>
.png { behavior: url(png.htc); }
</code></pre>
<p>You created a class called png. Behavior is a CSS property that allows you to attach a script to an element, class, or id. The png.htc file contains a JavaScript that will fix the PNG 24 display issues in IE 6 and earlier versions. You can learn more about this property and htc files in the <a href="http://reference.sitepoint.com/css/behavior#">SitePoint Reference</a>.</p>
<p>You also need a special JavaScript file, the htc file. You will find this file all over the Internet, but here is a <a href="http://www.robinsblog.com/png.zip">zip of the png.htc</a> file that I used. You will also need a <a href="http://www.robinsblog.com/transparent.zip">transparent GIF file</a>, this is a 1px x 1px transparent GIF that the HTC file uses.</p>
<p>To make this fix easier to use, the files ie-specific.css, png.htc, and transparent.gif should be placed in the same folder. If you place them in different folders you will need to edit the paths in the CSS file and the HTC file. This isn&#8217;t really a big deal, but sometimes it can cause problems for the beginner.</p>
<p>Ok, you have got your CSS file created and linked using conditional comments, your HTC file and transparent GIF files are in the same folder as your CSS and you preview your page in IE 6 and it still looks like crap, oh I mean bad. We&#8217;ve got a little more editing to do &#8211; remember that class we created in the ie-specific.css file? Ok, in case you forgot, this one</p>
<pre><code>
.png { behavior: url(png.htc); }
</code></pre>
<p>You now have to apply this class in your HTML file whenever you use a PNG 24 image. For example the <a href="http://theplacetoplay.com/grunge/">&#8220;Get Your Hands Dirty&#8221; PNG 24 logo</a> was applied as a background image in the main styles.css file with this code</p>
<pre><code>h1 a {
display: block;
background: url(images/title.png) no-repeat left top;
float: left;
height: 92px;
width: 426px;
}</code></pre>
<p>so the png class from the ie-specific.css file needed to be added to the HTML</p>
<pre><code>&lt;h1&gt;&lt;a href="#" class="png"&gt;Get Your Hands Dirty&lt;/a&gt;&lt;/h1&gt;</code></pre>
<p>Here is another example of how it was added to the featured work image</p>
<pre><code>&lt;h2 class="featured-work png"&gt;Featured Work&lt;/h2&gt;</code></pre>
<p>In the above example two classes have been applied &#8211; featured-work is from the main styles.css file and png is from the ie-specific.css file.</p>
<p>The ie-specific.css file can also contain other declarations that are for Internet Explorer 6 only; you are not limited to using this file just for fixing transparent PNG files. Anytime you think about putting <strong>* html</strong> in your regular CSS file to fix an IE 6 issue you can put the declaration in the ie-specific.css file instead. </p>
<p>Again, there are numerous fixes for this issue and this may not be the perfect fix for you. Check out the great article at <a href="http://perishablepress.com/press/2008/05/28/css-hackz-series-png-fix-for-internet-explorer/">Perishable Press on the subject</a> or remember that Google is your friend. </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/10292009/css-comments-for-beginners/" rel="bookmark">CSS Comments for Beginners</a></li><li><a href="http://www.robinsblog.com/01132010/easy-to-follow-photoshop-tutorials-for-creating-portfolio-layouts/" rel="bookmark">Easy to Follow Photoshop Tutorials for Creating Portfolio Layouts</a></li><li><a href="http://www.robinsblog.com/12192007/creating-simple-striped-background-images/" rel="bookmark">Creating Simple Striped Background Images</a></li><li><a href="http://www.robinsblog.com/03112005/changing-file-associations/" rel="bookmark">Changing File Associations</a></li><li><a href="http://www.robinsblog.com/03242005/basic-steps-to-create-the-site-in-an-hour/" rel="bookmark">Basic Steps to Create the Site-in-an-Hour</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/12232009/transparent-png-24-images-with-internet-explorer-6-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great CSS Resources and Articles for Students</title>
		<link>http://www.robinsblog.com/10192009/great-css-resources-and-articles-for-students/</link>
		<comments>http://www.robinsblog.com/10192009/great-css-resources-and-articles-for-students/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 21:11:05 +0000</pubDate>
		<dc:creator>Robin Wood</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/?p=1547</guid>
		<description><![CDATA[<a href="http://www.robinsblog.com/10192009/great-css-resources-and-articles-for-students/"><img align="left" hspace="5" width="150" height="150" src="http://www.robinsblog.com/wp-content/uploads/2009/10/cssphoto-150x150.jpg" class="alignleft wp-post-image tfe" alt="CSS Code" title="CSS Code" /></a>
As you start to build your own Web sites you will more than likely come across a few CSS browser bugs. You ma y encounter the &#8220;float drop bug&#8221;, the &#8220;3 pixel jog&#8221;, or the &#8220;IE double margin float bug&#8221; to name a few. Before you pull your hair out with frustration, read the articles below which contain many of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.robinsblog.com/wp-content/uploads/2009/10/cssphoto.jpg" alt="CSS Code" title="CSS Code" width="375" height="500" class="centered" /><br style="clear:both;" /></p>
<p>As you start to build your own Web sites you will more than likely come across a few CSS browser bugs. You ma y encounter the &#8220;float drop bug&#8221;, the &#8220;3 pixel jog&#8221;, or the &#8220;IE double margin float bug&#8221; to name a few. Before you pull your hair out with frustration, read the articles below which contain many of the common CSS issues and solutions.</p>
<p>If you print any of these articles in the classroom <strong>do not print the comments</strong>. You can view the article in Print Preview mode by selecting <strong>File</strong> > <strong>Print Preview</strong>, scroll down the page until you see the last page of the article and the first page of comments and <strong>note the page number</strong>. Click the <strong>Print</strong> button and set the <strong>Print Range</strong> to <strong>Pages</strong> and enter the <strong>specific ending page</strong>. Select the <strong>HP LaserJect 2420 PCL 6</strong> as the Printer and click the <strong>Properties</strong> button. Click the <strong>Finishing tab</strong> and select <strong>Print on both sides</strong>. Click <strong>OK twice</strong>.</p>
<p><a href="http://www.smashingmagazine.com/2009/10/05/mastering-css-coding-getting-started/">Mastering CSS Coding: Getting Started</a> &#8211;  Great beginners article that covers the following:   Padding vs. margin, Floats, Center alignment, Ordered vs. unordered lists, Styling headings, Overflow, Position, Background images, Image enhancement, PSD to XHTML. This article also includes tips on how to fix bugs and how to avoid them all together.</p>
<p><a href="http://www.noupe.com/css/using-css-to-fix-anything-20-common-bugs-and-fixes.html">Using CSS to Fix Anything: 20+ Common Bugs and Fixes</a> &#8211; Includes IE 6 bugs and fixes, column issues, centering horizontally and vertically, CSS positioning, floats, CSS forms, and CSS tricks.</p>
<p><a href="http://www.smashingmagazine.com/2009/10/19/the-mystery-of-css-float-property/">The Mystery Of The CSS Float Property</a> &#8211; An overview of CSS floats, bugs and solutions, sample layouts, and working with lists and form elements.</p>
<p><a href="http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/">CSS Float Theory: Things You Should Know</a> &#8211;   A detailed introduction to using floats. This articles also covers issues, bugs you may encounter when you are working with floats and &#8220;fixes&#8221;. </p>
<p><a href="http://css-tricks.com/all-about-floats/">All About Floats</a> &#8211; Detailed information about floats, common issues, and fixes. There is also a screencast about float concepts at the end of this article.</p>
<p><a href="http://css.maxdesign.com.au/floatutorial/tutorial0916.htm">Liquid three column layout tutorial</a> &#8211; If you need a starting point for a three column design this is a good tutorial.</p>
<p><a href="http://css-tricks.com/the-css-overflow-property/">The CSS Overflow Property</a> &#8211; Discusses the overflow property and its uses.</p>
<p><a href="http://www.virtuosimedia.com/tutorials/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs">Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs</a></p>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/9-most-common-ie-bugs-and-how-to-fix-them/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+nettuts+%28NETTUTS%29">9 Most Common IE Bugs and How to Fix Them</a></p>
<p><a href="http://www.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/">CSS Differences in Internet Explorer 6, 7 and 8</a> &#8211;  &#8211; This article describes the differences in CSS support IE6, IE7, and IE8. This article also covers any known bugs. This article may also introduce students to some properties they haven&#8217;t used before.</p>
<p><a href="http://www.smashingmagazine.com/2009/09/02/backgrounds-in-css-everything-you-need-to-know/">Backgrounds In CSS: Everything You Need To Know</a> -Detailed information on how to use backgrounds in CSS.</p>
<p><a href="http://line25.com/articles/create-sidebars-of-equal-height-with-faux-columns">Create Sidebars of Equal Height with Faux Columns</a></p>
<p><a href="http://www.zachgraeve.com/2006/10/01/center-abosulte-position-div/">Center Absolute Positioned DIV</a></p>
<p><a href="http://www.instantshift.com/2009/11/16/css-box-model-the-foundation-for-improving-your-css/">CSS Box Model: The Foundation For Improving Your CSS</a></p>
<p><strong>Additional CSS Resource Sites</strong></p>
<p><a href="http://css-tricks.com/the-difference-between-id-and-class/">The Difference Between ID and Class</a> &#8211; IDs vs. classes confuse many people who are new to CSS. This is a great article that explains the difference.</p>
<p><a href="http://reference.sitepoint.com/css">SitePoint CSS Reference</a> &#8211; A great, searchable CSS reference site.</p>
<p><a href="http://css.maxdesign.com.au/index.htm">Max Design</a> &#8211; Tutorials for CSS floats, lists, and selectors.</p>
<p><a href="http://www.positioniseverything.net/">Position is Everything</a> &#8211; CSS bugs found in Web browsers and advanced CSS techniques.</p>
<p><a href="http://css-tricks.com/">CSS-Tricks</a> &#8211; CSS Articles, freebies, code snippets, and forums.</p>
<p><a href="http://www.quirksmode.org/css/contents.html">quirksmode.org</a> &#8211; CSS browser compatibility, information on conditional comments and information on quirks mode and strict mode.</p>
<p><a href="http://blog.html.it/layoutgala/">Layout Gala</a> &#8211; 40 HTML and CSS Layouts</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/10292009/css-comments-for-beginners/" rel="bookmark">CSS Comments for Beginners</a></li><li><a href="http://www.robinsblog.com/10132008/using-css-to-fix-anything-20-common-bugs-and-fixes/" rel="bookmark">Using CSS to Fix Anything: 20+ Common Bugs and Fixes</a></li><li><a href="http://www.robinsblog.com/03082005/3-column-layouts/" rel="bookmark">3 Column Layouts</a></li><li><a href="http://www.robinsblog.com/03162005/common-css-hacks/" rel="bookmark">Common CSS Hacks</a></li><li><a href="http://www.robinsblog.com/01182008/ie6-css-bugs-and-fixes-explained/" rel="bookmark">IE6 - CSS Bugs and Fixes Explained</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/10192009/great-css-resources-and-articles-for-students/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://www.robinsblog.com/09022008/google-chrome/</link>
		<comments>http://www.robinsblog.com/09022008/google-chrome/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:59:54 +0000</pubDate>
		<dc:creator>Robin Wood</dc:creator>
				<category><![CDATA[Browser Issues]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/?p=461</guid>
		<description><![CDATA[Google has introduced a new Web browser, called Chrome, aimed at wresting dominance of the browser market from Microsoft’s Internet Explorer. The move takes the Google-Microsoft rivalry to a whole new level. If Google succeeds, it will be a big deal, with major ramifications for the future of the Web.
But just how good is Chrome? How does it differ from [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Google has introduced a new Web browser, called Chrome, aimed at wresting dominance of the browser market from Microsoft’s Internet Explorer. The move takes the Google-Microsoft rivalry to a whole new level. If Google succeeds, it will be a big deal, with major ramifications for the future of the Web.</p>
<p>But just how good is Chrome? How does it differ from IE and from less popular, but still important, browsers like Mozilla’s Firefox and Apple’s Safari?</p></blockquote>
<p><a href="http://finance.yahoo.com/tech-ticker/article/52190/First-Test-of-Chrome-Google%E2%80%99s-New-Browser;_ylt=Av2K.0NAR0iCy3vsBO.wRS67YWsA?tickers=goog,msft,aapl"><br />
Continue reading First Test of Chrome Google&#8217;s New Browser</a></p>
<blockquote><p>MOUNTAIN VIEW, Calif. — The new web browser that Google Inc. released Tuesday is designed to expand its huge lead in the Internet search market and reduce Microsoft Corp.&#8217;s imprint on personal computers.</p>
<p>The free browser, called Chrome, is being promoted as a sleeker, faster and more secure alternative to Microsoft&#8217;s Internet Explorer, which has been the leading vehicle for surfing the Web for the past decade. Despite recent inroads by Mozilla Foundation&#8217;s Firefox, Internet Explorer is still used by roughly three-fourths of the world&#8217;s Web surfers.</p>
<p>“What we want is a diverse and vibrant ecosystem,” Google co-founder Sergey Brin told reporters Tuesday during Chrome&#8217;s unveiling. “We want several browsers that are viable and substantial choices.”</p></blockquote>
<p><a href="http://www.theglobeandmail.com/servlet/story/RTGAM.20080902.wgtgoogchrome0902/BNStory/Technology/?page=rss&amp;id=RTGAM.20080902.wgtgoogchrome0902">Continue reading Google unveils new browser</a></p>
<p><a href="http://www.google.com/chrome/index.html?hl=en&#038;brand=CHMI&#038;utm_source=en-et&#038;utm_medium=et&#038;utm_campaign=en">Google Chrome Beta Information and Download </a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/" rel="bookmark">Internet Explorer 7 Beta 2 Preview</a></li><li><a href="http://www.robinsblog.com/12212007/the-google-logo/" rel="bookmark">The Google Logo</a></li><li><a href="http://www.robinsblog.com/06032005/chrome-text-with-fireworks/" rel="bookmark">How About a Good Deal</a></li><li><a href="http://www.robinsblog.com/02042008/is-your-html-good-enough-7-browser-testing-services/" rel="bookmark">Is Your HTML Good Enough? 7 Browser-Testing Services</a></li><li><a href="http://www.robinsblog.com/07232005/friday/" rel="bookmark">Weekend Web</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/09022008/google-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS: The Missing Manual</title>
		<link>http://www.robinsblog.com/12052006/css-the-missing-manual/</link>
		<comments>http://www.robinsblog.com/12052006/css-the-missing-manual/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 15:20:59 +0000</pubDate>
		<dc:creator>Robin Wood</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Class Notes]]></category>
		<category><![CDATA[Other, Books & Fun Stuff]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/12052006/css-the-missing-manual/</guid>
		<description><![CDATA[Yesterday in class I mentioned the new CSS unit using CSS: The Missing Manual. This will be a required book for all new students entering the program and an optional book for students who are currently enrolled.
I have to say that this is an outstanding book on CSS.  It is an excellent introduction to CSS and also a great [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday in class I mentioned the new CSS unit using <a href="http://astore.amazon.com/robinswebdesignr/detail/0596526873/104-0315713-1476776" title="CSS: The Missing Manual Book from Amazon">CSS: The Missing Manual</a>. This will be a required book for all new students entering the program and an optional book for students who are currently enrolled.</p>
<p>I have to say that this is an outstanding book on CSS.  It is an excellent introduction to CSS and also a great read for those who are experienced with CSS.  The techniques discussed are very current and it even discusses issues with Internet Explorer 7.  One of the things that I really like about the book is that as it demonstrates techniques it also discusses the pitfalls and solutions in different browsers, especially Internet Explorer 6 and earlier versions. The book is also filled with hands-on tutorials for practical experience.</p>
<p>I have started to develop the assignment sheet for this book; it&#8217;s available at <a href="http://www.jobskillsnow.com/webdes/cssmissing.htm" title="CSS: The Missing Manual Assignment Sheet and Syllabus">http://www.jobskillsnow.com/webdes/cssmissing.htm</a></p>
<p>We will be selling the book in class, meanwhile you can order <a href="http://astore.amazon.com/robinswebdesignr/detail/0596526873/104-0315713-1476776" title="CSS: The Missing Manual Book from Amazon">CSS: The Missing Manual via Amazon</a> for $23.09.</p>
<p>Also, many students have asked about Flash/USB drives for storing class work.  Flash/USB drives are available at any store that sells electronics and you can also find them at <a href="http://astore.amazon.com/robinswebdesignr/104-0315713-1476776?%5Fencoding=UTF8&#038;node=5" title="Flash/USB drives from Amazon">Amazon</a>.  These are very portable devices that allow you to store and transfer small and large files from one workstation to another.  They&#8217;re quite handy and very easy to use; much easier than having to burn CDs of your classroom work.  Some students even use these drives to store and run software programs that they like to use in class.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/01272009/new-javascript-unit/" rel="bookmark">New JavaScript Unit</a></li><li><a href="http://www.robinsblog.com/02212007/learning-office-2007/" rel="bookmark">Learning Office 2007</a></li><li><a href="http://www.robinsblog.com/12122006/career-resources-available-in-class-to-help-you-with-your-job-search/" rel="bookmark">Career Resources Available in Class to Help You with Your Job Search</a></li><li><a href="http://www.robinsblog.com/03062009/joomla-and-wordpress-units-now-available/" rel="bookmark">Joomla and WordPress Units Now Available</a></li><li><a href="http://www.robinsblog.com/12132006/help-to-support-free-web-hosting-for-students/" rel="bookmark">Help to Support Free Web Hosting for Students</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/12052006/css-the-missing-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resources to Make XHTML and CSS Coding Easier</title>
		<link>http://www.robinsblog.com/03162006/resources-to-make-xhtml-and-css-coding-easier/</link>
		<comments>http://www.robinsblog.com/03162006/resources-to-make-xhtml-and-css-coding-easier/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 20:14:40 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML & Coding]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/03162006/resources-to-make-xhtml-and-css-coding-easier/</guid>
		<description><![CDATA[A collection of 40 CSS layouts is now available at Layout Gala.  This is a wonderful collection of templates that you can use to get started when you&#8217;re building a CSS based web site.
I mentioned how useful cheat sheets were yesterday.  Here are a few cheat sheets that you may want to print and add to your class [...]]]></description>
			<content:encoded><![CDATA[<p>A collection of 40 CSS layouts is now available at <a href="http://blog.html.it/layoutgala/">Layout Gala</a>.  This is a wonderful collection of templates that you can use to get started when you&#8217;re building a CSS based web site.</p>
<p>I mentioned how useful cheat sheets were yesterday.  Here are a few cheat sheets that you may want to print and add to your class resources. </p>
<p><strong>CSS</strong></p>
<p><a href="http://www.ilovejackdaniels.com/css/css-cheat-sheet/">Jack Daniels&#8217; CSS Cheat Sheet</a><br />
<a href="http://www.webcredible.co.uk/user-friendly-resources/css/css-shorthand-properties.shtml">CSS Shorthand Properties</a><br />
<a href="http://www.pageresource.com/dhtml/cssprops.htm">CSS Properties Table</a><br />
<a href="http://www.w3schools.com/css/css_reference.asp">CSS2 Reference</a><br />
<a href="http://www.456bereastreet.com/archive/200502/efficient_css_with_shorthand_properties/">Efficient CSS with shorthand properties</a></p>
<p><strong>HTML/XHTML</strong></p>
<p><a href="http://cdburnerxp.se/htmlcheatsheet.pdf">Jack Daniels&#8217; XHTML Cheat Sheet</a> (PDF)<br />
<a href="http://www.modularmedia.com/xhtml_standards/xhtmlcheatsheet.html">XHTML cheat sheet</a></p>
<p><strong>More Cheat Sheets</strong> </p>
<p><a href="http://lorelle.wordpress.com/">Lorelle on WordPress</a>, one of my favorite web development blogs, has a <a href="http://lorelle.wordpress.com/2005/10/10/html-css-php-and-more-cheat-sheets/">great round-up of web development cheat sheets</a>.  Bookmark, bookmark, bookmark.  Did I mention you should bookmark this resource?  <img src='http://www.robinsblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Other Resources</strong></p>
<p>David posted a link to <a href="http://css.maxdesign.com.au/selectutorial/">Selecttutorial: CSS Selectors tutorial</a> over on the forum.  This is another tutorial that I would suggest that all of you read.  <img src='http://www.robinsblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><tags>css, xhtml, cheat sheets, resources, development, coding</tags></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/09232005/css-cheat-sheets-and-reference/" rel="bookmark">CSS Cheat Sheets and Reference</a></li><li><a href="http://www.robinsblog.com/11052008/the-best-cheat-sheets-for-web-developers/" rel="bookmark">The Best Cheat Sheets for Web Developers</a></li><li><a href="http://www.robinsblog.com/12012008/40-useful-cheat-sheets-for-designers/" rel="bookmark">40+ Useful Cheat Sheets for Designers</a></li><li><a href="http://www.robinsblog.com/11142008/cheat-sheets-for-front-end-web-developers/" rel="bookmark">Cheat Sheets for Front-end Web Developers</a></li><li><a href="http://www.robinsblog.com/03262009/100-web-design-cheat-sheets-that-will-save-you-time-money-mistakes/" rel="bookmark">100 Web Design Cheat Sheets that Will Save you Time, Money & Mistakes</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/03162006/resources-to-make-xhtml-and-css-coding-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7 Beta 2 Preview Installed</title>
		<link>http://www.robinsblog.com/02242006/internet-explorer-7-beta-2-preview-installed/</link>
		<comments>http://www.robinsblog.com/02242006/internet-explorer-7-beta-2-preview-installed/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 20:50:24 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Browser Issues]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/02242006/internet-explorer-7-beta-2-preview-installed/</guid>
		<description><![CDATA[I mentioned a couple of weeks ago that we would be installed Internet Explorer 7 Beta 2 Preview on the instructor workstation.  Unfortunately, it didn&#8217;t happen as quickly as I had planned.     It is installed on the instructor workstation now, so have fun checking your sites in this new browser!
Related Posts:Internet Explorer 7 Beta 2 [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned a couple of weeks ago that we would be installed <a href="http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/">Internet Explorer 7 Beta 2 Preview</a> on the instructor workstation.  Unfortunately, it didn&#8217;t happen as quickly as I had planned.  <img src='http://www.robinsblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   It is installed on the instructor workstation now, so have fun checking your sites in this new browser!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/" rel="bookmark">Internet Explorer 7 Beta 2 Preview</a></li><li><a href="http://www.robinsblog.com/03292006/microsoft-office-2007/" rel="bookmark">Microsoft Office 2007</a></li><li><a href="http://www.robinsblog.com/12162006/photoshop-cs3-beta-one-on-one-preview/" rel="bookmark">Photoshop CS3 Beta One-on-One Preview</a></li><li><a href="http://www.robinsblog.com/03232005/managing-fonts/" rel="bookmark">Managing Fonts</a></li><li><a href="http://www.robinsblog.com/01252008/move-progress-pleasant-hill-training-center/" rel="bookmark">Move Progress - Pleasant Hill Training Center</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/02242006/internet-explorer-7-beta-2-preview-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7 Beta 2 Preview</title>
		<link>http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/</link>
		<comments>http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/#comments</comments>
		<pubDate>Fri, 03 Feb 2006 20:26:16 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Browser Issues]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/</guid>
		<description><![CDATA[It&#8217;s the day we&#8217;ve all been waiting for! After five years without changes to the rendering engine that defines (and limits) what the Web can do, Microsoft has released IE7 Beta 2 Preview for download by developers everywhere.
If you have anything to do with the design and layout of a web site, you need to download this and get started [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>It&#8217;s the day we&#8217;ve all been waiting for! After five years without changes to the rendering engine that defines (and limits) what the Web can do, Microsoft has released IE7 Beta 2 Preview for download by developers everywhere.</p>
<p>If you have anything to do with the design and layout of a web site, you need to download this and get started on correcting any obvious compatibility issues.</p>
<p>Why the hurry, you ask? Well sure, there&#8217;s the fact that every Windows XP user in the world will be offered this browser as a free upgrade when it&#8217;s ready later this year. But more importantly in my mind is the fact that we have been clamouring for a less buggy, more standards-compliant browser from Microsoft for years. Now that Microsoft has finally responded, it&#8217;s up to us to show them they were right to do so.</p></blockquote>
<p>Quoted from the <a href="http://www.sitepoint.com/">SitePoint Times Email Newsletter</a>. You can <a href="http://www.sitepoint.com/newsletter/manage.php">subscribe to these great newsletters @ SitePoint</a>.</p>
<p>You can download (at home) and learn more about the beta release @ the <a href="http://www.microsoft.com/windows/ie/ie7/default.mspx">Internet Explorer Beta 2 Preview Release Site</a>. The <a href="http://blogs.msdn.com/ie/">IE Blog</a> also has information on what is new with the release and other important notes about Internet Explorer improvements. Remember that this is a &#8220;beta&#8221; release, so there may be bugs, install with caution. I found a few issues when I went to install the beta version on my laptop:</p>
<ol>
<li>After downloading the software and running the exe file your operating system installation needs to be validated before you can install. So information has to be sent to Microsoft. <img src='http://www.robinsblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
<li>I found that I couldn&#8217;t validate easily with Firefox. I ended up resetting my default browser to IE to validate.</li>
<li>I had to install an Active X control in order to validate and even then I got a validation error in IE.</li>
<li>I ignored the validation error in the browser and clicked Validate again in the install screen and it finally let me install the software.</li>
<li>Internet Explorer 6 will be replaced by this beta version, so only install if you&#8217;re ready to make the switch.</li>
</ol>
<p>If you have already developed &#8220;live&#8221; web sites may want to download this preview release. Since the IE team has promised that they have fixed many of Internet Explorer bugs, you need to check your sites to see how they look in this new browser. If you have used CSS hacks on your site you may need to consider removing these hacks and using <a title="CSS Conditional Commments" href="http://www.quirksmode.org/css/condcom.html">alternative methods</a> to get your layout to display properly. I will install the preview release on the instructor workstation so that you will be able to check your sites here if you do not want to install the beta release at home.</p>
<p>I checked my blog and other sites in Internet Explorer 7 and the fonts were beyond tiny! Everything laid out well (thank heaven for small miracles), but I couldn&#8217;t read the text. Yikes! I discovered the the default text size for Internet Explorer 7 is set to smallest. You can change this in View > Text Size. I set mine to medium which is the default for IE 6.</p>
<p>Internet Explorer 7 now offers tabbed browsing just like Firefox. It also offers built in RSS support with a nice RSS feed reader built in. You can access your feeds by selecting View > Explorer Bar > Feeds.  The interface is sleaker, a nice improvement over Internet Explorer 6.  There are also some other nice new tools like a pop-up blocker and support for add-on programs, similar to Firefox extensions (it&#8217;s looking a lot like Firefox, IMHO).</p>
<p>Of course the biggest issue being discussed about the new beta release among developers is the &#8220;improved&#8221; CSS support.  Since I just downloaded the software today I will wait a bit to comment on CSS and IE 7.  Again, you can read more about the <a href="http://blogs.msdn.com/ie/">Internet Explorer 7 CSS support improvements at the IE blog</a>. This resource blog also includes information on uninstalling the beta preview if necessary.</p>
<p>I will post more notes about this release as I have an opportunity to explore it. I will install the release on the instructor station this afternoon so that we can take a look at Internet Explorer 7 together.</p>
<p>Technorati tags: <tags>internet explorer, browsers, support, css, beta </tags></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/02242006/internet-explorer-7-beta-2-preview-installed/" rel="bookmark">Internet Explorer 7 Beta 2 Preview Installed</a></li><li><a href="http://www.robinsblog.com/03112005/changing-file-associations/" rel="bookmark">Changing File Associations</a></li><li><a href="http://www.robinsblog.com/09022008/google-chrome/" rel="bookmark">Google Chrome</a></li><li><a href="http://www.robinsblog.com/12242009/install-multiple-versions-of-ie-on-your-pc/" rel="bookmark">Install Multiple Versions of IE on Your PC</a></li><li><a href="http://www.robinsblog.com/09202005/cheatsheets-and-more-resources/" rel="bookmark">Cheatsheets and More Resources</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Views of a Web Page</title>
		<link>http://www.robinsblog.com/11192005/views-of-a-web-page/</link>
		<comments>http://www.robinsblog.com/11192005/views-of-a-web-page/#comments</comments>
		<pubDate>Sat, 19 Nov 2005 21:13:30 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[Other, Books & Fun Stuff]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/?p=249</guid>
		<description><![CDATA[Yesterday I encouraged you all to read the article  Fixing Browsers: Bugs and Hacks by Lorelle VanFossen.  Lorelle was kind enough to share another article she wrote, Views of a Web Page.  In this article, Lorelle describes in wonderful detail the testing process used when building a web page.  The article discusses developing and testing for [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I encouraged you all to read the article  <a href="http://lorelle.wordpress.com/2005/11/14/fixing-browsers-bugs-and-hacks/">Fixing Browsers: Bugs and Hacks</a> by <a href="http://lorelle.wordpress.com/">Lorelle VanFossen</a>.  Lorelle was kind enough to share another article she wrote, <a href="http://www.cameraontheroad.com/?p=192">Views of a Web Page</a>.  In this article, Lorelle describes in wonderful detail the testing process used when building a web page.  The article discusses developing and testing for various screen sizes, handhelds, variable font sizes, print, browsers, search engines, color blindness and visual impairments.  <a href="http://www.cameraontheroad.com/index.php">Taking Your Camera on the Road</a> puts into practice everything that we have discussed in class about accessibility.  Thank you Lorelle for sharing your amazing resource with us!</p>
<p>Once you digest Views of a Web Page, take some time to explore the rest of Lorelle and Brent&#8217;s site, <a href="http://www.cameraontheroad.com/">Taking Your Camera on the Road</a> (you may want to grab a cup of coffee, you may be there for hours as the information is so diverse).  Lorelle and Brent have spent 10 years on the road photographing and documenting their journey; the <a href="http://www.cameraontheroad.com/?page_id=17">photographs</a> are exquisite and the <a href="http://www.cameraontheroad.com/index.php?cat=7">stories</a> are inspirational, educational, and gut wrenching.  For those of you who love photography, don&#8217;t miss the <a href="http://www.cameraontheroad.com/?cat=8">learning section</a>!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/02022006/diy-searching-engine-optimization/" rel="bookmark">DIY Searching Engine Optimization</a></li><li><a href="http://www.robinsblog.com/04132006/copyright-infrigement-advice-from-lorelle-on-wordpress/" rel="bookmark">Copyright Infrigement Advice From Lorelle on WordPress</a></li><li><a href="http://www.robinsblog.com/11182005/checking-and-validating-sites/" rel="bookmark">Checking and Validating Sites</a></li><li><a href="http://www.robinsblog.com/11212005/design-and-coding-resources/" rel="bookmark">Design and Coding Resources</a></li><li><a href="http://www.robinsblog.com/03162006/resources-to-make-xhtml-and-css-coding-easier/" rel="bookmark">Resources to Make XHTML and CSS Coding Easier</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/11192005/views-of-a-web-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Checking and Validating Sites</title>
		<link>http://www.robinsblog.com/11182005/checking-and-validating-sites/</link>
		<comments>http://www.robinsblog.com/11182005/checking-and-validating-sites/#comments</comments>
		<pubDate>Fri, 18 Nov 2005 22:24:38 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML & Coding]]></category>

		<guid isPermaLink="false">http://www.robinsblog.com/?p=248</guid>
		<description><![CDATA[Checking Sites for Consistency
One of the really tough parts of web development is getting your site layout consistent in multiple browsers on multiple platforms (Windows (98, 2000, XP), Macintosh, Linux, etc.), with different resolutions when you&#8217;re using CSS.  You must ensure that your site looks good in various versions of Internet Explorer, Firefox, Opera, Netscape, Mozilla, Safari, and Konqueror [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Checking Sites for Consistency</strong></p>
<p>One of the really tough parts of web development is getting your site layout consistent in multiple browsers on multiple platforms (Windows (98, 2000, XP), Macintosh, Linux, etc.), with different resolutions when you&#8217;re using CSS.  You must ensure that your site looks good in various versions of Internet Explorer, Firefox, Opera, Netscape, Mozilla, Safari, and Konqueror on multiple platforms at different resolutions (800&#215;600, 1024&#215;768, etc.).  The instructor workstation, at the front of the classroom, has IE, Firefox, Netscape, Opera, and various other PC based browsers.  The classroom Macintosh has Safari, Opera, Internet Explorer, Camino and various other browsers.  </p>
<p>Checking your site for consistency is a time consuming process and  requires access to different computers and operating systems.  Access to multiple computer systems may not be an option for new web developers, as equipment costs can be high.  <a href="http://www.browsercam.com/">BrowserCam&#8217;s</a>  Screen Capture Service lets you submit multiple URL&#8217;s, choose the browsers and operating systems you want to see, and in about a minute returns screen captures of your webpage loaded in the different browsers and operating systems you selected. BrowserCam has been kind enough to offer this service to students in our class for free.  I will announce the username and password in class this afternoon; if you miss class, be sure to ask me for the  access information.</p>
<p>Once you start to check your sites in different browsers you are going to find a lot of inconsistencies.  Lorelle on WordPress has written an article on <a href="http://lorelle.wordpress.com/2005/11/14/fixing-browsers-bugs-and-hacks/">Fixing Browsers: Bugs and Hacks</a> and pulled together some excellent resources on the subject.  Over the weekend, students who have completed at least the CSS unit of the XHTML book should review this article, the accompanying sites and the handouts that I will provide you with today in class.   I would also recommend that you spend time at <a href="http://css-discuss.incutio.com/?page=FrontPage">CSS-Discuss</a> for more information on browser inconsistencies.  <a href="http://blogsearch.google.com/">Google&#8217;s blog search</a> is an excellent tool for finding CSS help.  Try searching for <a href="http://blogsearch.google.com/blogsearch?hl=en&#038;q=conditional+comments+css&#038;btnG=Search+Blogs">&#8220;conditional comments css&#8221;</a> or &#8220;css hacks&#8221;.</p>
<p><strong>Validating Sites</strong></p>
<p>All of your projects should validate as XHTML Transitional.  I would recommend that you read <a href="http://www.tinkertech.net/tutor/xhtml/index.htm">Making Documents XHTML Compliant</a> before you begin the validation process.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.robinsblog.com/05252005/browsercam/" rel="bookmark">BrowserCam</a></li><li><a href="http://www.robinsblog.com/11192005/views-of-a-web-page/" rel="bookmark">Views of a Web Page</a></li><li><a href="http://www.robinsblog.com/03162005/common-css-hacks/" rel="bookmark">Common CSS Hacks</a></li><li><a href="http://www.robinsblog.com/02042008/is-your-html-good-enough-7-browser-testing-services/" rel="bookmark">Is Your HTML Good Enough? 7 Browser-Testing Services</a></li><li><a href="http://www.robinsblog.com/02032006/get-to-work-on-ie7-beta-2-preview/" rel="bookmark">Internet Explorer 7 Beta 2 Preview</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.robinsblog.com/11182005/checking-and-validating-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
