<?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>Ten Tonne Baby &#187; ajax</title>
	<atom:link href="http://www.tentonnebaby.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tentonnebaby.com</link>
	<description>Discussion on Web Technologies, Design and London</description>
	<lastBuildDate>Wed, 07 Jul 2010 20:58:59 +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>HTML 5 data- attributes</title>
		<link>http://www.tentonnebaby.com/2010/02/02/html-5-data-attributes/</link>
		<comments>http://www.tentonnebaby.com/2010/02/02/html-5-data-attributes/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:28:11 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.tentonnebaby.com/2010/02/02/html-5-data-attributes/</guid>
		<description><![CDATA[One welcome addition to the proposed HTML5 specification is to allow any attribute prefixed with data- to be treated as a storage area for private data. This makes it possible to associate private data with different DOM elements when a page is generated and sent from the server while still validating against an HTML validator.
Previously [...]]]></description>
			<content:encoded><![CDATA[<p>One welcome addition to the proposed HTML5 specification is to allow any attribute prefixed with <strong>data-</strong> to be treated as a storage area for private data. This makes it possible to associate private data with different DOM elements when a page is generated and sent from the server while still validating against an HTML validator.</p>
<p>Previously it has been possible to temporarily store state information in custom properties against an element via javascript, however embedding state information in a page when generated server-side (and getting a page to validate) always required workarounds. I’ve often resorted to using hidden input elements to expose state information to client-side script, but this should not (and won’t any longer) be necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2010/02/02/html-5-data-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atlas or YUI?</title>
		<link>http://www.tentonnebaby.com/2006/07/03/atlas-or-yui/</link>
		<comments>http://www.tentonnebaby.com/2006/07/03/atlas-or-yui/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 12:16:55 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.embeddedstream.com/2006/07/03/atlas-or-yui/</guid>
		<description><![CDATA[For a little while I've been meaning to take a proper look at Atlas, Microsoft's main offering to help out in building AJAX applications and richer web based interfaces...]]></description>
			<content:encoded><![CDATA[<p>For a little while I&#8217;ve been meaning to take a proper look at <a href="http://atlas.asp.net">Atlas</a>, Microsoft&#8217;s main offering to help out in building <acronym title="Asynchronous Javascript and XML">AJAX</acronym> applications and richer web based interfaces.</p>
<p>Javascript is definately back in fashion, with a number of libraries popping up to help out with application development. I think overall this is fine, so long as you have an appreciation of what is actually happening under the scenes. I don&#8217;t think a library should dictate the way that you build an application, rather enable you to build it more efficiently.</p>
<p>I&#8217;ve started using elements of the <a href="http://developer.yahoo.com/yui/">Yahoo YUI library</a> which is very impressive. There seem to be a lot of very useful little utility functions available, the kind of thing that you would typically rewrite on each project.</p>
<p>I&#8217;m quite curious about how the Microsoft and Yahoo libraries compare. I&#8217;ll post some information about this when I&#8217;ve had a chance to look in more detail at Atlas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2006/07/03/atlas-or-yui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
