<?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>Dreamweaver, Flash, Photoshop, CSS, Fireworks and HTML Tips &#38; Tricks &#187; ie6</title>
	<atom:link href="http://www.livetrainingsession.com/tips/tag/ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livetrainingsession.com/tips</link>
	<description>Get Quick Tips &#38; Tricks on Web Applications Development Tools</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:16:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To Make IE6 Play Nice with Other Web Browsers</title>
		<link>http://www.livetrainingsession.com/tips/2010/03/how-to-make-ie6-play-nice-with-other-web-browsers/</link>
		<comments>http://www.livetrainingsession.com/tips/2010/03/how-to-make-ie6-play-nice-with-other-web-browsers/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 17:40:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CSS Tips and Tricks]]></category>
		<category><![CDATA[HTML Tips]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[conditional]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.livetrainingsession.com/tips/?p=272</guid>
		<description><![CDATA[The constant web browsers war is more about the chaos and the lack of consistency across the board in implementing the recommendations of the W3C (Worldwide Web Consortium) regarding HTML and CSS. That leaves web developers in the middle of a land mines field. Those pour souls have to gather all the courage it takes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.livetrainingsession.com/tips/wp-content/uploads/2010/03/web_browsers1.jpg"><img class="alignleft size-full wp-image-284" style="margin: 0 10px 10px 0;" title="Most Popular Web Browsers" src="http://www.livetrainingsession.com/tips/wp-content/uploads/2010/03/web_browsers1.jpg" alt="" width="187" height="180" /></a>The constant web browsers war is more about the chaos and the lack of consistency across the board in implementing the recommendations of the W3C  (Worldwide Web Consortium) regarding HTML and CSS. That leaves web developers in the middle of a land mines field. Those pour souls have to gather all the courage  it takes to tiptoe out that mess when designing or updating web applications.</p>
<p><span id="more-272"></span></p>
<p><span id="more-272"> </span></p>
<p>It’s up to the web designer/developer to make sure the web site displays or degrades gracefully on all major web browsers: Firefox, Opera, Chrome, Safari and Internet Explorer (IE6, IE7, IE8). Reaching that goal seems daunting if not impossible.</p>
<p><span style="color: #ff6600;"><strong>How can one make all those web browsers get along?</strong></span></p>
<p>For years  now web developers have been pointing the accusatory finger to Internet Explorer: J’ACCUSE!!</p>
<p>Well, a few years back Netscape 4 was sitting on the trial bench, accused of slowing down the web. These days, all eyes are on IE6 . Internet Explorer 6 does not support most of the new HTML &amp; CSS features which take web page design to the next level: CSS round corners, PNG graphics, and the CSS :hover pseudo-selector is limited to the anchor tag.</p>
<p>Those are just a few of the potholes along a winding road. The need to make websites display well on all major browsers, despite all the shortfalls mentioned  earlier, puts a brake on how far a web designer/developer can push the envelope. More and more time is spent on a given project tweaking and “hacking the code” to be compatible with IE6 and others. And that “my friends” can not only be a real nightmare for the web designer, it’s a big impediment to the evolution of the web.</p>
<p>Since you will have to include IE6 anyway in the list a web browsers to check your website again, here are a few nuggets to save you tremendous web development time and frustration. At any stage in your web design process (HTML/CSS):</p>
<ul>
<li>Avoid applying padding to main CSS layout containers (div tags) at all cost</li>
<li>Use margins in the nested container to simulate the left and right padding on the closest parent container.</li>
<li>Wrap the text in paragraph (&lt;p&gt;) tags to which you applying margins to achieve the padding.</li>
<li>IE6 doubles the margin of the floated element on the direction of the floating  (left or right)</li>
<li>Always specify a width of any floated HTML element</li>
<li> Apply both the float and inline display properties to list items of your horizontal navigation</li>
<li>If you must hack, create a separate CSS style sheet where you would group all the styles aimed at IE6 and use the Internet Explorer’s conditional comments.</li>
</ul>
<p>At the end of the day/project, web development is all about matching the capabilities of the end-user’s web browser. It’s less about the artistic talent of the graphic artist or the programming skills of the web programmer.</p>
<p>“<em><strong>This web site is best viewed in<em><strong> web browser</strong></em> X or Y</strong></em>” is just an excuse to avoid spending extra time checking your design compatibility with other major web browsers. It might seem cost effective at first but it does not make business sense: you are loosing potential customers user web browsers different than your target browser.</p>
<p>All you need is to preview your site design at crucial steps during the web development process to fix potential problems early on. In the end you will achieve a design that will accurately display your website on all major web browsers. It may also be time to target smartphones as well.</p>
<p>IE6 is still here and breathing. We just have to deal with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.livetrainingsession.com/tips/2010/03/how-to-make-ie6-play-nice-with-other-web-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 9 to Embrace HTML 5, CSS3 and SVG</title>
		<link>http://www.livetrainingsession.com/tips/2010/03/internet-explorer-9-to-embrace-html-5-css3-and-svg/</link>
		<comments>http://www.livetrainingsession.com/tips/2010/03/internet-explorer-9-to-embrace-html-5-css3-and-svg/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:00:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CSS Tips and Tricks]]></category>
		<category><![CDATA[HTML Tips]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://www.livetrainingsession.com/tips/?p=243</guid>
		<description><![CDATA[Internet Explorer (IE) is one of the most used web browsers on the internet today. Its popularity cannot certainly be attributed to its  performance. The spread of that browser on personal computers is linked to the fact that Internet Explorer is  shipped with most new PCs using the Windows Operating System. Most web users still [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.livetrainingsession.com/tips/wp-content/uploads/2010/03/IE_icon.jpg"><img class="alignleft size-full wp-image-255" style="margin-top: 0px; margin-right: 10px; margin-bottom: 10px; margin-left: 0px;" title="Internet Explorer Web Browser" src="http://www.livetrainingsession.com/tips/wp-content/uploads/2010/03/IE_icon.jpg" alt="" width="150" height="145" /></a>Internet Explorer (IE) is one of the most used web browsers on the internet today. Its popularity cannot certainly be attributed to its  performance. The spread of that browser on personal computers is linked to the fact that Internet Explorer is  shipped with most new PCs using the Windows Operating System. Most web users still perceive IE as &#8220;the&#8221; internet browser because IE used to be tied to Windows OS until recently.</p>
<p><span id="more-243"></span></p>
<p>However because of IE&#8217;s lack of support of new CSS and HTML features, most web developers consider Internet Explorer as more than a nuisance and start recommending other &#8220;more modern&#8221; web browsersto their clients and friends:  Firefox, Safari, Opera and  &#8221;the new kid in the block&#8221;  Google Chrome.</p>
<p>IE6 is still around because it&#8217;s the default web browser for most Windows XP users. Although the percentage of IE6 users is dwindling every month,   web developers still have to optimize their web site design (HTML, CSS, Javascript) to accommodate that old web browser.</p>
<p>IE7 and the latest version IE8 are certainly a great attempt from Microsoft to be inline with the recommendations of the Worldwide Web Consortium (W3C). But there is  still more room for improvements. IE lacks some of the most important functions most modern web browsers have today.</p>
<p>But all that is going to change very soon with the upcoming of a new version,  IE 9. The rumor is IE9 will  support HTML 5,  CSS 3 and SVG vector graphics. What that means is the ability among other things to:</p>
<ul>
<li> create round corners with CSS without using graphics</li>
<li>display a multicolumn page content without manually breaking it down in separate containers</li>
<li>apply multiple background images to the</li>
</ul>
<p>Those are just a few of the new features the CSS3 specifications include. They are already supported by Firefox, Opera, Safari and Chrome.<br />
For now, let&#8217;s wait and see what surprises Internet Explorer version 9 (IE9) has in store for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.livetrainingsession.com/tips/2010/03/internet-explorer-9-to-embrace-html-5-css3-and-svg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing The Right Image File Format For The Web</title>
		<link>http://www.livetrainingsession.com/tips/2010/02/choosing-the-right-image-file-format-for-the-web/</link>
		<comments>http://www.livetrainingsession.com/tips/2010/02/choosing-the-right-image-file-format-for-the-web/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:00:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Fireworks Tips]]></category>
		<category><![CDATA[Photoshop Tricks]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[palette]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[png24]]></category>
		<category><![CDATA[png32]]></category>
		<category><![CDATA[png8]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://www.livetrainingsession.com/tips/?p=149</guid>
		<description><![CDATA[In a previous post I mentioned choosing the right file format as one of the 6 key factors in optimizing images for the web. I&#8217;m now going to give you more pointers to help you decide which file format is the best choice depending on the graphic you are dealing with. I will focus only [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post I mentioned choosing the right file format as one of the <a href="http://www.livetrainingsession.com/tips/2010/01/key-factors-in-optimizing-images-for-the-web/">6 key factors in optimizing images for the web</a>. I&#8217;m now going to give you more pointers to help you decide which file format is the best choice depending on the graphic you are dealing with. I will focus only on the three most common graphic file formats used in web design:  <strong>JPEG, GIF and PNG</strong>.<span id="more-149"></span></p>
<ol>
<li>
<h3>GIF Format</h3>
<p>It  is the most  appropriate export format for graphics with <strong>large areas of solid colors</strong>. Digital artwork using a narrow palette of  colors (up to 256)    will deliver crisp and a small file size when  exported as a <strong> GIF</strong>.</p>
<p>The <strong>GIF</strong> format is also a good choice to make certain colors transparent in the exported image:  index transparency. That comes handy when you need  transparent edges around your image. You will be then able to blend that exported image with any web page area no matter what background color is used.</p>
<p>Your only choice is a GIF format to create  animated graphics such as <strong>banners</strong> (animated gif) unless you use a Flash movie:   <strong>JPEG</strong> and  <strong>PNG</strong> do no supports a such animations. You would have to either keep the number of animation frames to a minimum and reduce the dimensions (width and height) to lower the file size of your &#8220;animated gif&#8221;.</li>
<li>
<h3>JPEG Format</h3>
<p>This format is more appropriate for images with lot of details and photos requiring millions of colors. The JPEG format is also the best option for  computer graphics with gradients of colors or  artworks using shadows, bevel, feather and other digital effects.</p>
<p>Images  exported in a JPEG format are usually crisp when exported with a compression between 60 and 80%.  That  gives you enough wiggle room to find a balance between quality and file size.</li>
<li>
<h3>PNG Format</h3>
<p>The PNG format comes in three flavors: PNG8, PNG24 and PNG32. This format lays somewhere between the GIF and JPEG formats. PNG is a lossless compression, uses virtually unlimited palette of colors and offers both index and alpha transparency.<br />
Let&#8217;s explore what each subset of this format has to offer.</p>
<ul style="list-style-type: disc;">
<li>The PNG8 is  quite similar to the gif format in terms of quality and size of the exported file. It offers index transparency as well as alpha transparency</li>
<li>PNG24 is better suited when your graphic is a mixture of lots solid colors and gradients. In a nutshell, the png24 format lays between the gif and jpeg formats.  It produces crisper images with a smaller file size than the GIF format.  However the PNG24 does not offer index or alpha transparency.</li>
<li>The  PNG32 option is currently not available in Photoshop. You will have to use Adobe Fireworks to take advantage of  the full alpha transparency offered by the PNG32 format.</li>
<li>The only drawback of  PNG images is they are not well supported by Internet Explorer 6: you will have to resort to a CSS hack using Microsoft&#8217;s filters.</li>
</ul>
</li>
</ol>
<ul style="list-style-type: square;">
<li>Although the GIF format offers a palette of 256 colors, my personal experience taught me  to use the GIF format only when no more than 32 colors are needed to keep the exported image sharp. For images requiring  more colors, you are better off using the other file formats.</li>
<li>If the image you are dealing with needs more colors than the GIF format can handle and no transparency is required then JPEG is your best bet.</li>
<li>There is no real gain in choosing the PNG format at this point unless you are using the PNG32 to take advantage of alpha transparency you cannot get with GIF or JPEG format.</li>
</ul>
<p>In the end there are really no hard rules in choosing the right file format to export your image in. As you just learned, the best suited file format depends on the current context: the graphic you are working on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.livetrainingsession.com/tips/2010/02/choosing-the-right-image-file-format-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
