 <?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>Broken Links &#187; Asides</title>
	<atom:link href="http://www.broken-links.com/category/asides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broken-links.com</link>
	<description>Thoughts on web development and technologies by Peter Gasston</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:10:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://www.broken-links.com/?pushpress=hub'/>
		<item>
		<title>Web Directions @media 2010</title>
		<link>http://www.broken-links.com/2010/06/21/web-directions-media-2010/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-directions-media-2010</link>
		<comments>http://www.broken-links.com/2010/06/21/web-directions-media-2010/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 13:50:11 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[@media]]></category>
		<category><![CDATA[atmedia]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=883</guid>
		<description><![CDATA[Usually when I attend @media (that is, on two previous occasions) I write a follow-up blog post on what I saw there. Well I attended this year, and I’ve written the post, but it’s on the blog of my employer, Preloaded: HTML5, Mobile, and UCD: what we saw at @media.]]></description>
			<content:encoded><![CDATA[<p>Usually when I attend <a href="http://atmedia.webdirections.org/">@media</a> (that is, on two previous occasions) I write a follow-up blog post on what I saw there. Well I attended this year, and I’ve written the post, but it’s on the blog of my employer, Preloaded: <a href="http://preloaded.com/blog/2010/06/14/what-we-saw-atmedia/">HTML5, Mobile, and UCD: what we saw at @media</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2010/06/21/web-directions-media-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An updated studio-style backdrop with CSS3</title>
		<link>http://www.broken-links.com/2010/04/26/an-updated-studio-style-backdrop-with-css3/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=an-updated-studio-style-backdrop-with-css3</link>
		<comments>http://www.broken-links.com/2010/04/26/an-updated-studio-style-backdrop-with-css3/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 18:43:20 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css transformations]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[demo]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=784</guid>
		<description><![CDATA[I’ve updated my post, Create a studio-style backdrop with CSS3, as I realised a way to do the reflection without requiring an extra image — using the scale transformation function to flip the image vertically. The demo works in Firefox and WebKit.]]></description>
			<content:encoded><![CDATA[<p>I’ve updated my post, <a href="http://www.broken-links.com/2010/03/22/create-a-studio-style-backdrop-with-css3/">Create a studio-style backdrop with CSS3</a>, as I realised a way to do the reflection without requiring an extra image — using the <code>scale</code> transformation function to flip the image vertically.</p>
<p><a href="http://www.broken-links.com/tests/studio_effect/">The demo works in Firefox and WebKit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2010/04/26/an-updated-studio-style-backdrop-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help wanted: Webkit multi-columns</title>
		<link>http://www.broken-links.com/2010/02/16/help-wanted-webkit-multi-columns/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=help-wanted-webkit-multi-columns</link>
		<comments>http://www.broken-links.com/2010/02/16/help-wanted-webkit-multi-columns/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 20:09:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[multiple columns]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=701</guid>
		<description><![CDATA[I’m writing about the CSS3 Multi-column layout module and I notice that WebKit supports a series of proprietary properties: –webkit-column-break-after, –webkit-column-break-before, and –webkit-column-break-inside. However, despite the documentation saying that they’re implemented in Safari 3+, I can’t seem to get any of them to work. Has anyone reading this ever seen an example of these in [...]]]></description>
			<content:encoded><![CDATA[<p>I’m writing about the CSS3 Multi-column layout module and I notice that WebKit supports a series of proprietary properties: <code>–webkit-column-break-after</code>, <code>–webkit-column-break-before</code>, and <code>–webkit-column-break-inside</code>. However, despite the documentation saying that they’re implemented in Safari 3+, I can’t seem to get any of them to work.</p>
<p>Has anyone reading this ever seen an example of these in action? I’ve searched for demos but have found nothing. If you know anything about this, please leave me a comment; your help would be gratefully appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2010/02/16/help-wanted-webkit-multi-columns/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Uncanny Valley and Realism in UI Design</title>
		<link>http://www.broken-links.com/2010/01/25/the-uncanny-valley-and-realism-in-ui-design/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-uncanny-valley-and-realism-in-ui-design</link>
		<comments>http://www.broken-links.com/2010/01/25/the-uncanny-valley-and-realism-in-ui-design/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:54:01 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[IA & UX]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=697</guid>
		<description><![CDATA[Last year I began exploring the idea of the uncanny valley as it applies to creating prototypes, using a panel from Understanding Comics as an illustration. Lukas Mathis at UX Magazine has had a similar idea, but explored it in much more depth and with greater clarity.]]></description>
			<content:encoded><![CDATA[<p>Last year I began exploring the idea of <a href="http://www.broken-links.com/2009/07/17/on-the-uncanny-valley-creating-prototypes/">the uncanny valley as it applies to creating prototypes</a>, using a panel from <em>Understanding Comics</em> as an illustration. Lukas Mathis at UX Magazine has had a similar idea, but <a href="http://uxmag.com/design/realism-in-ui-design">explored it in much more depth and with greater clarity</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2010/01/25/the-uncanny-valley-and-realism-in-ui-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera 10.5 has support for CSS transforms</title>
		<link>http://www.broken-links.com/2009/12/22/opera-10-5-has-support-for-css-transforms/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opera-10-5-has-support-for-css-transforms</link>
		<comments>http://www.broken-links.com/2009/12/22/opera-10-5-has-support-for-css-transforms/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:28:30 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=680</guid>
		<description><![CDATA[The Opera team have released a very early preview of their next browser, which features an updated version of their Presto rendering engine. Opera 10.5 will support CSS transforms and transitions, so I’ve updated the demos on my old post, Anime with CSS and WebKit, to reflect that.]]></description>
			<content:encoded><![CDATA[<p>The Opera team have released <a href="http://labs.opera.com/news/2009/12/22/">a very early preview of their next browser</a>, which features an updated version of their Presto rendering engine. Opera 10.5 will support CSS transforms and transitions, so I’ve updated the demos on my old post, <a href="http://www.broken-links.com/2008/07/11/anime-with-css-and-webkit/">Anime with CSS and WebKit</a>, to reflect that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2009/12/22/opera-10-5-has-support-for-css-transforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla release Bespin Embedded preview</title>
		<link>http://www.broken-links.com/2009/11/18/mozilla-release-bespin-embedded-preview/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mozilla-release-bespin-embedded-preview</link>
		<comments>http://www.broken-links.com/2009/11/18/mozilla-release-bespin-embedded-preview/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:27:07 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bespin]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=622</guid>
		<description><![CDATA[Mozilla’s Bespin is a code editor built using web technologies. It’s still in its infancy, but shows promise. A new release, Bespin Embedded, lets you use the basic editor functionality on your own websites, using just a couple of lines of Javascript. If you don’t want to download it yourself, I’ve got a working demo. [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla’s <a href="https://bespin.mozilla.com/">Bespin</a> is a code editor built using web technologies. It’s still in its infancy, but shows promise. A new release, <a href="http://mozillalabs.com/bespin/2009/11/13/bespin-embedded-first-preview-release/">Bespin Embedded</a>, lets you use the basic editor functionality on your own websites, using just a couple of lines of Javascript. If you don’t want to download it yourself, <a href="http://www.broken-links.com/tests/bespin-embedded/">I’ve got a working demo</a>. The editor doesn’t really do much at the moment, so this is really only a proof of concept.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2009/11/18/mozilla-release-bespin-embedded-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera widgets become browser-independent</title>
		<link>http://www.broken-links.com/2009/10/18/opera-widgets-become-browser-independent/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opera-widgets-become-browser-independent</link>
		<comments>http://www.broken-links.com/2009/10/18/opera-widgets-become-browser-independent/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 22:25:55 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=611</guid>
		<description><![CDATA[This is a nice idea: Opera have separated their widgets from the desktop browser, allowing them to be run as standalone applications. They are cross-platform and standards compliant. You can download a Labs release to try it for yourself.]]></description>
			<content:encoded><![CDATA[<p>This is a nice idea: <a href="http://labs.opera.com/news/2009/10/15/">Opera have separated their widgets from the desktop browser</a>, allowing them to be run as standalone applications. They are cross-platform and standards compliant. You can download a Labs release to try it for yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2009/10/18/opera-widgets-become-browser-independent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the Flexible Box Layout module</title>
		<link>http://www.broken-links.com/2009/10/08/introducing-the-flexible-box-layout-module/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=introducing-the-flexible-box-layout-module</link>
		<comments>http://www.broken-links.com/2009/10/08/introducing-the-flexible-box-layout-module/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:03:37 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[box model]]></category>
		<category><![CDATA[flexible box layout]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=603</guid>
		<description><![CDATA[I’ve got a new post up at CSS3.info: Introducing the Flexible Box Layout module. It’s an overview of an alternative layout module which is already implemented in Gecko and WebKit.]]></description>
			<content:encoded><![CDATA[<p>I’ve got a new post up at CSS3.info: <a href="http://www.css3.info/introducing-the-flexible-box-layout-module/">Introducing the Flexible Box Layout module</a>. It’s an overview of an alternative layout module which is already implemented in Gecko and WebKit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2009/10/08/introducing-the-flexible-box-layout-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QA Style Sheet</title>
		<link>http://www.broken-links.com/2009/09/30/qa-style-sheet/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=qa-style-sheet</link>
		<comments>http://www.broken-links.com/2009/09/30/qa-style-sheet/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:27:33 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=575</guid>
		<description><![CDATA[This is such a clever idea: a stylesheet which highlights common HTML problems, helping you QA your sites before you publish them. Nice work by Jens Meiert.]]></description>
			<content:encoded><![CDATA[<p>This is such a clever idea: <a href="http://code.google.com/p/qa-style-sheet/" ping="http://www.broken-links.com/2009/09/30/qa-style-sheet/">a stylesheet which highlights common HTML problems</a>, helping you QA your sites before you publish them. Nice work by <a href="http://meiert.com/en/">Jens Meiert</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2009/09/30/qa-style-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Misunderstanding markup</title>
		<link>http://www.broken-links.com/2009/07/31/misunderstanding-markup/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=misunderstanding-markup</link>
		<comments>http://www.broken-links.com/2009/07/31/misunderstanding-markup/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 00:22:20 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=490</guid>
		<description><![CDATA[Misunderstanding Markup: an explanation of the different flavours of HTML &#38; XHTML, in comic strip form, by Brad Colbow. I’m not sure if it makes Jeremy Keith’s original blog post any easier to understand, but it’s certainly more fun to look at.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smashingmagazine.com/2009/07/29/misunderstanding-markup-xhtml-2-comic-strip/">Misunderstanding Markup: an explanation of the different flavours of HTML &amp; XHTML, in comic strip form</a>, by <a href="http://www.bradcolbow.com/">Brad Colbow</a>. I’m not sure if it makes <a href="http://adactio.com/journal/1595">Jeremy Keith’s original blog post</a> any easier to understand, but it’s certainly more fun to look at.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2009/07/31/misunderstanding-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
