<?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>Max Design &#187; HTML</title>
	<atom:link href="http://www.maxdesign.com.au/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxdesign.com.au</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 01:08:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Emptying my cup</title>
		<link>http://www.maxdesign.com.au/2011/11/02/emptying-my-cup/</link>
		<comments>http://www.maxdesign.com.au/2011/11/02/emptying-my-cup/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 20:51:27 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=2584</guid>
		<description><![CDATA[I am just about to begin work on a very large responsive design website project. While I have been building responsive websites for some time, I have decided to take some time to &#8220;empty my cup&#8221; and reinvestigate responsive design from the ground up. So, I&#8217;d love to hear from you! What&#8217;s your favourite online [...]]]></description>
			<content:encoded><![CDATA[<p>I am just about to begin work on a very large responsive design website project. While I have been building responsive websites for some time, I have decided to take some time to <a href="http://users.rider.edu/~suler/zenstory/emptycup.html">&#8220;empty my cup&#8221;</a> and reinvestigate responsive design from the ground up. </p>
<p>So, I&#8217;d love to hear from you!</p>
<ol>
<li>What&#8217;s your favourite online responsive design article/tutorial?</li>
<li>Have you built a responsive design site recently? If so, what was the single most important lesson you learned during the process (plus a URL if you&#8217;re willing to share)?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2011/11/02/emptying-my-cup/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Styling abbreviations and acronyms &#8211; now in Belorussian</title>
		<link>http://www.maxdesign.com.au/2011/04/21/belorussian/</link>
		<comments>http://www.maxdesign.com.au/2011/04/21/belorussian/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 20:26:34 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[abbreviations]]></category>
		<category><![CDATA[acronyms]]></category>
		<category><![CDATA[Belorussian]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=2483</guid>
		<description><![CDATA[Styling abbreviations and acronyms has now been translated into Belorussian thanks to the great work of Bohdan Zograf. For those like me, who had no idea what language Belorussian is&#8230; The Belarusian language is the language of the Belarusian people. It is the official language of Belarus, along with Russian, and is spoken abroad, chiefly [...]]]></description>
			<content:encoded><![CDATA[<p>
	<a href="http://www.maxdesign.com.au/articles/abbreviations/">Styling abbreviations and acronyms</a> has now been translated into <a href="http://www.designcontest.com/show/styling-abbreviations-and-acronyms-be">Belorussian</a> thanks to the great work of Bohdan Zograf.
</p>
<p>
	For those like me, who had no idea what language Belorussian is&#8230;
</p>
<blockquote>
<p>
		The Belarusian language is the language of the Belarusian people. It is the official language of Belarus, along with Russian, and is spoken abroad, chiefly in Russia, Ukraine, and Poland.
	</p>
<p class="source">
		<a href="http://en.wikipedia.org/wiki/Belarusian_language">Belarusian language</a>
	</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2011/04/21/belorussian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iframe scrollbars and borders in HTML5 &#8211; working with &#8220;seamless&#8221;</title>
		<link>http://www.maxdesign.com.au/2011/03/10/iframe-scrollbars-and-html5/</link>
		<comments>http://www.maxdesign.com.au/2011/03/10/iframe-scrollbars-and-html5/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 18:23:57 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[scrollbars]]></category>
		<category><![CDATA[seamless]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=2440</guid>
		<description><![CDATA[Are you trying to use an &#60;iframe&#62; in your HTML5 document and finding that there are some attributes that are not valid? Chances are, you are using the frameborder and/or scrolling attributes. In HTML5, these two attributes are considered obsolete. It is recommended that authors use a combination of CSS (to style the &#60;iframe&#62; as [...]]]></description>
			<content:encoded><![CDATA[<p>
	Are you trying to use an <code>&lt;iframe&gt;</code> in your HTML5 document and finding that there are some attributes that are not valid?
</p>
<p>
	Chances are, you are using the <code>frameborder</code> and/or <code>scrolling</code> attributes.
</p>
<p>
	In HTML5, these two attributes are considered obsolete. It is recommended that authors use a combination of CSS (to style the <code>&lt;iframe&gt;</code> as needed) and the new HTML5 <code>seamless</code> attribute.
</p>
<p>
	For those that are not aware of the <code>seamless</code> attribute, here is some quick info.
</p>
<h3>
	The <code>&lt;iframe&gt;</code> element and allowed attributes<br />
</h3>
<p>
	The HTML5 spec states under &#8220;new attributes&#8221;
</p>
<blockquote>
<p>
		&#8220;The <code>&lt;iframe&gt;</code> element has three new attributes called <code>sandbox</code>, <code>seamless</code>, and <code>srcdoc</code> which allow for sandboxing content, e.g. blog comments.&#8221;
	</p>
<p class="source">
		<a href="http://www.w3.org/TR/html5-diff/#new-attributes">Source</a>
	</p>
</blockquote>
<p>
	The <code>&lt;iframe&gt;</code> element now allows the following specific attributes:
</p>
<ul>
<li><code>src</code></li>
<li><code>srcdoc</code></li>
<li><code>name</code></li>
<li><code>sandbox</code></li>
<li><code>seamless</code></li>
<li><code>width</code></li>
<li><code>height</code></li>
</ul>
<p>
	You can also use <a href="http://dev.w3.org/html5/spec/elements.html#global-attributes">global HTML5 attributes</a>.
</p>
<h3>
	The <code>seamless</code> attribute<br />
</h3>
<p>
	The <code>seamless</code> attribute is designed to make the <code>&lt;iframe&gt;</code> &#8220;seamlessly&#8221; look like it is part of the parent document. The HTML5 spec states this in a more formal way:
</p>
<blockquote>
<p>
		&#8220;it indicates that the iframe element&#8217;s browsing context is to be rendered in a manner that makes it appear to be part of the containing document (seamlessly included in the parent document).&#8221;
	</p>
<p class="source">
		<a href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-seamless">Source</a>
	</p>
</blockquote>
<h3>
	Support for <code>seamless</code><br />
</h3>
<p>
	Here is a <a href="http://maxdesign.com.au/jobs/seamless/">test page</a>. Using various local browsers and <a href="https://browserlab.adobe.com/">Browserlabs</a> for testing, it looks like the <code>seamless</code> attribute has little to no support at this time:
</p>
<ul>
<li>IE6 &#8211; Windows: <em>no support</em></li>
<li>IE7 &#8211; Windows: <em>no support</em></li>
<li>IE8 &#8211; Windows &#8211; Windows: <em>no support</em></li>
<li>IE9 beta &#8211; Windows: <em>no support</em></li>
<li>Firefox 3.6 &#8211; Windows: <em>no support</em></li>
<li>Firefox 3.6 &#8211; OSX: <em>no support</em></li>
<li>Firefox 4.0 &#8211; beta Windows: <em>no support</em></li>
<li>Firefox 4.0 &#8211; beta OSX: <em>no support</em></li>
<li>Safari OSX: <em>no support</em></li>
<li>Chrome 7 &#8211; Windows: <em>no support</em></li>
<li>Chrome 7 &#8211; Windows: <em>no support</em></li>
<li>Chrome 9 &#8211; OSX: <em>no support</em></li>
<li>Opera 11 &#8211; OSX: <em>no support</em></li>
</ul>
<p>
	So, what is the solution? In most browsers, you can use CSS to remove the <code>&lt;iframe&gt;</code> borders. However, if the scrollbars are considered an issue, you may have to consider a JavaScript solution or using the obsolete <code>scrolling</code> attribute for the short term.
</p>
<h3>
	A note on Boollean attributes<br />
</h3>
<p>
	The <code>seamless</code> attribute is a boolean attribute. A <a href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#boolean-attribute">Boolean attribute</a> is where the there can only be either a &#8220;true&#8221; or &#8220;false&#8221; value. The presence of the value means that it as &#8220;true&#8221; (such as the &#8220;checked&#8221; attribute on a form element), and the absence of the value means it is &#8220;false&#8221;.
</p>
<p>
	If Boolean attributes are used, they must be written using one of these methods:
</p>
<pre class="codesample"><code><strong>QUOTED</strong>
seamless="seamless"
seamless='seamless'

<strong>EMPTY</strong>
seamless=""
seamless=''

<strong>MINIMISED</strong>
seamless</code></pre>
<p>
	I&#8217;d recommend using mimimised attributes &#8211; along the lines of &#8220;<a href="http://www.impressivewebs.com/html5-syntax-style/">My Preferred Syntax Style for HTML5 Markup</a>&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2011/03/10/iframe-scrollbars-and-html5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Max Design Workshops 2011: Hands-on CSS3 &amp; HTML5</title>
		<link>http://www.maxdesign.com.au/2011/03/09/hands-on-css3-html5/</link>
		<comments>http://www.maxdesign.com.au/2011/03/09/hands-on-css3-html5/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 06:51:00 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Max Design]]></category>
		<category><![CDATA[workshops]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=2437</guid>
		<description><![CDATA[We are very excited to announce our workshops for 2011. This year, two workshops across four cities &#8211; Melbourne, Brisbane, Sydney and Canberra. Hands-on CSS3 with Russ Weakley Hands-on HTML5 with Craig Sharkie CSS3, the newest version of the style sheet languages, is much more than cool effects. CSS3 allows us to create beautiful web [...]]]></description>
			<content:encoded><![CDATA[<p>We are very excited to announce our workshops for 2011. This year, two workshops across four cities &#8211; Melbourne, Brisbane, Sydney and Canberra.</p>
<ul>
<li><a href="http://www.maxdesign.com.au/workshops/#sec2">Hands-on CSS3 with Russ Weakley</a></li>
<li><a href="http://www.maxdesign.com.au/workshops/#sec1">Hands-on HTML5 with Craig Sharkie</a></li>
</ul>
<p>
CSS3, the newest version of the style sheet languages, is much more than cool effects. CSS3 allows us to create beautiful web designs more efficiently and with more flexibility. This workshop will give you a clear understanding of CSS3 &#8211; not just for the future but for today! Hands-on CSS3 will give you a clear overview of all the key aspects of CSS3. </p>
<p>HTML5 is the latest and most powerful of the HTML markup langauges. This workshop cuts through the complexities and demystify HTML5, making it easy to understand and apply. Hands-on HTML5 will give you a clear overview of all the key aspects of HTML5.</p>
<p><a href="http://www.maxdesign.com.au/workshops/">Find out more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2011/03/09/hands-on-css3-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some links for light reading (9/06/10)</title>
		<link>http://www.maxdesign.com.au/2010/06/09/some-links-283/</link>
		<comments>http://www.maxdesign.com.au/2010/06/09/some-links-283/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 12:15:13 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=2118</guid>
		<description><![CDATA[iPhone, iPad and VoiceOver The iPad as an Affordable Communicator: Initial Review Autism, iPhone, MacBook, and Life Can checklist accessibility be harmful? Showing and hiding content with pure CSS3 MagnifyMa: A CSS magnifying glass Official Google Webmaster Central Blog New windows with JavaScript and the target attribute CSS Sprites w/out Using Background Images Cloud Computing [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.dingoaccess.com/accessibility/iphone-ipad-and-voiceover/">iPhone, iPad and VoiceOver</a></li>
<li><a href="http://www.doitmyselfblog.com/2010/the-ipad-as-an-affordable-communicator-initial-review/">The iPad as an Affordable Communicator: Initial Review</a></li>
<li><a href="http://atmac.org/autism-apple-iphone-macbook-life">Autism, iPhone, MacBook, and Life</a></li>
<li><a href="http://rebuildingtheweb.com/en/checklist-accessibility-harmful/">Can checklist accessibility be harmful?</a></li>
<li><a href="http://dev.opera.com/articles/view/css3-show-and-hide/">Showing and hiding content with pure CSS3</a></li>
<li><a href="http://ajaxian.com/archives/magnifyma-a-css-magnifying-glass">MagnifyMa: A CSS magnifying glass</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2010/06/our-new-search-index-caffeine.html">Official Google Webmaster Central Blog</a></li>
<li><a href="http://www.456bereastreet.com/archive/201006/new_windows_with_javascript_and_the_target_attribute/">New windows with JavaScript and the target attribute</a></li>
<li><a href="http://www.sohtanaka.com/web-design/css-sprites-wout-background-images/">CSS Sprites w/out Using Background Images</a></li>
<li><a href="http://emergination.com.au/AnnouncementRetrieve.aspx?ID=27658">Cloud Computing Podcast</a></li>
<li><a href="http://fivesimplesteps.com/books/practical-guide-information-architecture">A Practical Guide to Information Architecture</a></li>
<li><a href="http://www.smashingmagazine.com/2010/06/04/cross-browser-testing-a-detailed-review-of-tools-and-services/">Cross-Browser Testing: A Detailed Review Of Tools And Services</a></li>
<li><a href="http://www.alistapart.com/articles/fonts-at-the-crossing/">A List Apart: Articles: Web Fonts at the Crossing</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2010/06/09/some-links-283/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some links for light reading (20/04/10)</title>
		<link>http://www.maxdesign.com.au/2010/04/20/some-links-275/</link>
		<comments>http://www.maxdesign.com.au/2010/04/20/some-links-275/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:45:21 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Links for light reading]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[iframes]]></category>
		<category><![CDATA[user-experience]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=2014</guid>
		<description><![CDATA[Everything you Know about Clearfix is Wrong How to Create the Best User Experience For Your Website 10 Excellent Free Web Apps To Create CSS Forms and Grids 15 CSS Habits to Develop for Frustration-Free Coding Making sure hidden frames are hidden CSS3 support in Internet Explorer 6, 7, and 8 HTML5 articles and sections: [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://carsonified.com/blog/design/everything-you-know-about-clearfix-is-wrong/">Everything you Know about Clearfix is Wrong</a> </li>
<li><a href="http://sparxoo.com/2010/04/15/how-to-create-the-best-user-experience-for-your-website/">How to Create the Best User Experience For Your Website</a> </li>
<li><a href="http://www.smashingapps.com/2010/04/19/10-excellent-free-web-apps-to-create-css-forms-and-grids.html">10 Excellent Free Web Apps To Create CSS Forms and Grids</a></li>
<li><a href="http://www.noupe.com/css/15-css-habits-to-develop-for-frustration-free-coding.html">15 CSS Habits to Develop for Frustration-Free Coding</a> </li>
<li><a href="http://www.paciellogroup.com/blog/?p=604">Making sure hidden frames are hidden</a></li>
<li><a href="http://fetchak.com/ie-css3/">CSS3 support in Internet Explorer 6, 7, and 8</a> </li>
<li><a href="http://www.brucelawson.co.uk/2010/html5-articles-and-sections-whats-the-difference/">HTML5 articles and sections: what&#8217;s the difference?</a> </li>
<li><a href="http://www.sitepoint.com/blogs/2010/04/20/everything-you-always-wanted-to-know-about-html-5/">Everything You Always Wanted to Know About HTML5 …</a></li>
<li><a href="http://wiki.whatwg.org/wiki/Timed_tracks">Timed tracks</a> </li>
<li><a href="http://mezzoblue.com/archives/2010/04/15/smaller_pngs/">Smaller PNGs</a></li>
<li><a href="http://www.smashingmagazine.com/2010/04/19/showcase-of-beautiful-vertical-navigation-designs/">Showcase Of Beautiful Vertical Navigation Designs</a> </li>
<li><a href="http://mattobee.com/blog/article/twitter-background-images/">Hidden information in Twitter background images</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2010/04/20/some-links-275/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some links for light reading (14/04/10)</title>
		<link>http://www.maxdesign.com.au/2010/04/14/some-links-274/</link>
		<comments>http://www.maxdesign.com.au/2010/04/14/some-links-274/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 21:23:19 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Links for light reading]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[aria]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=2011</guid>
		<description><![CDATA[Our users are demanding simplicity Mimeo in the Tumbleverse Forty&#8217;s Pocket Guide to SEO Geuis&#8217;s helium-css at master Into the groove: Lessons from the desktop music revolution Natural User Interfaces Are Not Natural HTML5 details element, built-in and bolt-on accessibility Benefits of GPU-powered HTML5 HTML5 and the myth of WAI-ARIA redundance Holistic Web Browsing: Trends [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://blog.fwdmovement.com.au/?p=37">Our users are demanding simplicity</a></li>
<li><a href="http://blog.mimeoverse.com/">Mimeo in the Tumbleverse</a></li>
<li><a href="http://www.fortyagency.com/stuff/post/fortys-pocket-guide-to-seo">Forty&#8217;s Pocket Guide to SEO</a></li>
<li><a href="http://github.com/geuis/helium-css">Geuis&#8217;s helium-css at master</a></li>
<li><a href="http://www.cooper.com/journal/2010/04/desktop_music_revolution.html">Into the groove: Lessons from the desktop music revolution</a></li>
<li><a href="http://jnd.org/dn.mss/natural_user_interfaces_are_not_natural.html">Natural User Interfaces Are Not Natural</a></li>
<li><a href="http://www.brucelawson.co.uk/2010/html5-details-element-built-in-and-bolt-on-accessibility/">HTML5 details element, built-in and bolt-on accessibility</a></li>
<li><a href="http://blogs.msdn.com/ie/archive/2010/04/09/Benefits-of-GPU-powered-HTML5.aspx">Benefits of GPU-powered HTML5</a></li>
<li><a href="http://www.paciellogroup.com/blog/?p=585">HTML5 and the myth of WAI-ARIA redundance</a></li>
<li><a href="http://www.smashingmagazine.com/2010/04/10/holistic-web-browsing-4-trends-of-the-future/">Holistic Web Browsing: Trends Of The Future</a></li>
<li><a href="http://meyerweb.com/eric/thoughts/2010/04/07/turning-web-video-on-its-head/">Turning Web Video On Its Head</a></li>
<li><a href="http://www.cloudfour.com/ipad-css/">Orientation Example</a></li>
<li><a href="http://stevenclark.com.au/2010/04/09/free-web-design-deflates-the-industry-profit-pool/">Free Web Design Deflates the Industry Profit Pool</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2010/04/14/some-links-274/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some links for light reading (23/03/10)</title>
		<link>http://www.maxdesign.com.au/2010/03/23/some-links-271/</link>
		<comments>http://www.maxdesign.com.au/2010/03/23/some-links-271/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:12:53 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Links for light reading]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[social-media]]></category>
		<category><![CDATA[typekit]]></category>

		<guid isPermaLink="false">http://www.maxdesign.com.au/?p=1989</guid>
		<description><![CDATA[HTML5 versus Flash: Animation Benchmarking Starting Out Organized: Website Content Planning The Right Way My Love/Hate Affair With Typekit Death to email address re-entry Scrolling and Attention Should CSS vendor prefixes be nuked? Or just tweaked? 5 CSS Shadow Tips Don&#8217;t Put Hints Inside Text Boxes in Web Forms Prototyping: Picking the Right Tool The [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.themaninblue.com/writing/perspective/2010/03/22/">HTML5 versus Flash: Animation Benchmarking</a></li>
<li><a href="http://www.smashingmagazine.com/2010/03/17/starting-out-organized-website-content-planning-the-right-way/">Starting Out Organized: Website Content Planning The Right Way</a></li>
<li><a href="http://www.zeldman.com/2010/03/22/my-lovehate-affair-with-typekit/">My Love/Hate Affair With Typekit</a></li>
<li><a href="http://www.jamesmansfield.id.au/death-to-email-address-re-entry/">Death to email address re-entry</a></li>
<li><a href="http://www.useit.com/alertbox/scrolling-attention.html">Scrolling and Attention</a></li>
<li><a href="http://ajaxian.com/archives/should-css-vendor-prefixes-be-nuked-or-just-tweaked">Should CSS vendor prefixes be nuked? Or just tweaked?</a></li>
<li><a href="http://www.devlounge.net/design/5-css-shadow-tips">5 CSS Shadow Tips</a></li>
<li><a href="http://www.uxmatters.com/mt/archives/2010/03/dont-put-hints-inside-text-boxes-in-web-forms.php">Don&#8217;t Put Hints Inside Text Boxes in Web Forms</a></li>
<li><a href="http://www.uie.com/articles/prototyping_tools/">Prototyping: Picking the Right Tool</a></li>
<li><a href="http://www.cmswire.com/cms/web-publishing/the-difference-between-usability-and-user-experience--006963.php">The Difference Between Usability and User Experience</a></li>
<li><a href="http://mashable.com/2010/03/22/small-business-social-media-results/">How Small Businesses Are Using Social Media for Real Results</a></li>
<li><a href="http://www.sitepoint.com/blogs/2010/03/20/how-to-break-up-with-firefox/">How to Break Up with Firefox</a></li>
<li><a href="http://blogs.msdn.com/ie/archive/2010/03/19/the-css-corner-about-css-corners.aspx">The CSS Corner: About CSS corners</a></li>
<li><a href="http://www.gianwild.com/2010/03/15/why-im-sticking-with-wcag1-for-now/">Why I&#8217;m sticking with WCAG1&#8230; for now</a></li>
<li><a href="http://rebuildingtheweb.com/en/web-technologies-bastardized/">And more Web technologies get bastardized</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.maxdesign.com.au/2010/03/23/some-links-271/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

