<?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"
	>

<channel>
	<title>.Net Frenzy</title>
	<atom:link href="http://www.dotnetfrenzy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetfrenzy.com</link>
	<description>An ASP.Net Developers Blog</description>
	<pubDate>Fri, 03 Sep 2010 12:00:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>The Quick &#38; Easy Way of Getting into YUI: SimpleYUI</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/BI_Htlnaw-8/the-quick-easy-way-of-getting-into-yui-simpleyui</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/BI_Htlnaw-8/the-quick-easy-way-of-getting-into-yui-simpleyui#comments</comments>
		<pubDate>Fri, 03 Sep 2010 12:00:54 +0000</pubDate>
		<dc:creator>Rey Bango</dc:creator>
		
		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10202</guid>
		<description><![CDATA[The Yahoo! YUI is an incredibly feature-rich JavaScript library with a LOT of functionality but getting your head around all of those features can be tough. The YUI team wants to help developers get up and running more quickly and announced yesterday the release of SimpleYUI; a basic and more streamlined version of the YUI [...]]]></description>
			<content:encoded><![CDATA[<p>The Yahoo! <a href="http://developer.yahoo.com/yui/3/">YUI</a> is an incredibly feature-rich JavaScript library with a LOT of functionality but getting your head around all of those features can be tough. The YUI team wants to help developers get up and running more quickly and announced yesterday the release of <a href="http://ericmiraglia.com/yui/demos/quickyui.php">SimpleYUI</a>; a basic and more streamlined version of the YUI library.</p>
<p>SimpleYUI will contain basic DOM access and manipulation including support for CSS 3 selectors in the selector engine, animations via the new transition module, the event system, Ajax and JSON support.  </p>
<p>The great thing is that when you're ready to leverage more advanced features like managed attributes and custom events, you still have the ability to do on-demand loading just like you'd expect from the full-featured version of YUI. This includes any YUI 2 or 3 component or YUI 3 Gallery module.</p>
<div class="igBar"><a href="showCodeTxt('javascript-2');">PLAIN TEXT</a></div>
<div class="syntax_hilite"><span>JAVASCRIPT:</span>
<div>
<div class="javascript">
&lt;script type=<span>"text/javascript"</span> src=<span>"http://yui.yahooapis.com/3.2.0pr2/build/quickyui/quickyui-min.js"</span>&gt;&lt;/script&gt;</p>
<p>&lt;script&gt;<br />
Y.<span>use</span><span>&#40;</span><span>'dd-drag'</span>,<span>'yui2-datatable'</span>, <span>'gallery-accordion'</span>, <span>function</span><span>&#40;</span>Y<span>&#41;</span> <span>&#123;</span><br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; <span>// here you can use YUI 3 Drag and drop, YUI 2 DataTable, Accordian or any other control contributed to the gallery by the community&nbsp; &nbsp; </span></p>
<p><span>&#125;</span><span>&#41;</span>;<br />
&lt;/script&gt;<br />
&nbsp;</div>
</div>
</div>
<p>YUI team member <a href="http://ericmiraglia.com/">Eric Miraglia</a> put up a<a href="http://ericmiraglia.com/yui/demos/quickyui.php"> nice post about SimpleYUI</a> which shows you some of the goodness include.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=BI_Htlnaw-8:4vrxJzNNsG0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=BI_Htlnaw-8:4vrxJzNNsG0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=BI_Htlnaw-8:4vrxJzNNsG0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=BI_Htlnaw-8:4vrxJzNNsG0:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/BI_Htlnaw-8/the-quick-easy-way-of-getting-into-yui-simpleyui/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Periodic Table for HTML</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/klXKLB20pkA/a-periodic-table-for-html</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/klXKLB20pkA/a-periodic-table-for-html#comments</comments>
		<pubDate>Fri, 03 Sep 2010 10:30:49 +0000</pubDate>
		<dc:creator>Brad Neuberg</dc:creator>
		
		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10152</guid>
		<description><![CDATA[Josh Duck has put together a fun and useful list of the 104 elements currently in the HTML5 working draft but organized like a periodic table of elements:

When you click on one of the tags more information appears:

Who says chemistry can&#8217;t be fun?
[via Jackson Harper]
]]></description>
			<content:encoded><![CDATA[<p><a href="http://joshduck.com">Josh Duck</a> has <a href="http://joshduck.com/periodic-table.html">put together a fun and useful list</a> of the 104 elements currently in the <a href="http://www.w3.org/TR/html5/">HTML5 working draft</a> but organized like a periodic table of elements:</p>
<p><a href="http://joshduck.com/periodic-table.html"><img class="aligncenter size-full wp-image-10153" src="http://ajaxian.com/wp-content/images/periodic_table.png" alt="" width="424" height="241" /></a></p>
<p>When you click on one of the tags more information appears:</p>
<p><a href="http://ajaxian.com/wp-content/images/periodic_table2.png"><img class="aligncenter size-full wp-image-10154" src="http://ajaxian.com/wp-content/images/periodic_table2.png" alt="" width="268" height="194" /></a></p>
<p>Who says chemistry can&#8217;t be fun?</p>
<p>[<a href="http://twitter.com/jacksonh">via Jackson Harper</a>]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=klXKLB20pkA:zfv6OzrZzfA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=klXKLB20pkA:zfv6OzrZzfA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=klXKLB20pkA:zfv6OzrZzfA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=klXKLB20pkA:zfv6OzrZzfA:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/klXKLB20pkA/a-periodic-table-for-html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Node.js now running on webOS – and more Web improvements</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/FWgyVxX_gCE/the-node-js-now-running-on-webos-and-more-web-improvements</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/FWgyVxX_gCE/the-node-js-now-running-on-webos-and-more-web-improvements#comments</comments>
		<pubDate>Fri, 03 Sep 2010 01:20:07 +0000</pubDate>
		<dc:creator>jvaughan</dc:creator>
		
		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10214</guid>
		<description><![CDATA[By Dion Almaer
webOS 2.0 SDK has just launched, and it has node.js built in (and more). The following is taken from my personal blog
At our last Palm Developer Day, Ben and I discussed future APIs for webOS including &#8220;JavaScript services&#8221; as a way to write code that runs on the other side of the device [...]]]></description>
			<content:encoded><![CDATA[<p>By Dion Almaer<br />
webOS 2.0 SDK has just launched, and it has node.js built in (and more). The following is <a href="http://almaer.com/blog/node-is-our-turtle-shell-node-js-now-powers-services-on-webos">taken from my personal blog</a></p>
<p>At our last Palm Developer Day, Ben and I <a href="http://developer.palm.com/blog/2010/05/palm-developer-day-keynote-betting-on-the-web-and-looking-at-webos-futures/">discussed future APIs for webOS</a> including &#8220;JavaScript services&#8221; as a way to write code that runs on the other side of the device service bus using JavaScript.</p>
<p>If you think about it, node delivers a services platform for the cloud, so is there a way that we could work together? We got together with Ryan Dahl of Node to try this out, and it turns out that node works fantastically well on a mobile device! Major kudos should go to the V8 team for creating a great VM and to Ryan for writing efficient code that scaled down from the cloud to the device.</p>
<p>Today we announce that <a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=2109#services">node is part of webOS 2.0</a>:</p>
<blockquote><p>The popular Node.js runtime environment is built into webOS 2.0, which means that you can now develop not just webOS apps but also services in JavaScript. The active Node ecosystem is on hand to provide community support and a rapidly growing library of modules that you can use in your webOS services.</p>
<p>Besides powering the new Synergy APIs, JavaScript services strengthen webOS&#8217;s support for background processing and add new capabilities—like low-level networking, file system access, and binary data processing—to the web technology stack.</p></blockquote>
<p>I am really excited about this move for us. The node community is top class. I get to see this time and time again, most recently over the weekend and this week as I judge the <a href="http://nodeknockout.com/">node knockout</a>. There is magic in the air with Node. It feels like the Rails days. I remember being so happy to jump to Rails and get away from the heavy world of Enterprise Java. It was a breath of fresh air to not have to argue with folks about every piece of the stack. &#8220;What about JSF with HiveMind and Commons-Logging and &#8230;.&#8221; Argh! Too. Much. Choice. And, a logging abstraction above Log4J was hilarious :)</p>
<p>Node is low level, yet simple. It is more like Sinatra than Rails. The event-based opinions keep you in good stead, and with cloud solutions such as Heroku and <a href="http://no.de/">no.de</a> you have great deployment stories, unlike Rails back in the day.</p>
<p>If you <a href="http://github.com/ry/node/wiki/modules">check out the modules</a> that are growing daily, and <a href="http://nodeknockout.com/">the fun real-time hacks from the knockout</a> you will get a good feel for node.</p>
<p>It feels great to have webOS as the first mobile device that embeds node. With db8 we offer a JSON store than can sync to the cloud (e.g. sync with CouchDB). This stack is starting to look pretty great.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=FWgyVxX_gCE:siizDZXL6w4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=FWgyVxX_gCE:siizDZXL6w4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=FWgyVxX_gCE:siizDZXL6w4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=FWgyVxX_gCE:siizDZXL6w4:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/FWgyVxX_gCE/the-node-js-now-running-on-webos-and-more-web-improvements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Drumbeat for the Open Web</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/6ZpRgYms0rQ/a-drumbeat-for-the-open-web</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/6ZpRgYms0rQ/a-drumbeat-for-the-open-web#comments</comments>
		<pubDate>Thu, 02 Sep 2010 10:30:40 +0000</pubDate>
		<dc:creator>Brad Neuberg</dc:creator>
		
		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10141</guid>
		<description><![CDATA[
I stumbled on the Mozilla Foundation&#8217;s Drumbeat project recently:
Drumbeat gathers smart, creative people like you around big ideas, practical projects and local events that improve the open web.
It&#8217;s very well done combination of projects + community.
There&#8217;s a whole slew of cool projects already one here. A small sample:





]]></description>
			<content:encoded><![CDATA[<p><a href="http://ajaxian.com/wp-content/images/drumbeat_logo.png"><img class="aligncenter size-full wp-image-10142" src="http://ajaxian.com/wp-content/images/drumbeat_logo.png" alt="" width="384" height="105" /></a></p>
<p>I stumbled on the Mozilla Foundation&#8217;s <a href="http://www.drumbeat.org">Drumbeat</a> project recently:</p>
<blockquote><p>Drumbeat gathers smart, creative people like you around big ideas, practical projects and local events that improve the open web.</p></blockquote>
<p>It&#8217;s very well done combination of projects + community.</p>
<div class="wp-caption aligncenter"><a href="http://ajaxian.com/wp-content/images/4550572473_2ae27b4fea.jpg"><img class="size-full wp-image-10143 " src="http://ajaxian.com/wp-content/images/4550572473_2ae27b4fea.jpg" alt="" width="400" height="266" /></a><p class="wp-caption-text">Drumbeat Toronto Meetup</p></div>
<p><span>There&#8217;s a whole slew of cool projects already one here. A small sample:</span></p>
<p><a href="http://www.drumbeat.org/universal-subtitles"><img class="aligncenter size-full wp-image-10144" src="http://ajaxian.com/wp-content/images/drumbeat1.png" alt="" width="226" height="200" /></a><br />
<a href="http://www.drumbeat.org/webmademovies"><img class="aligncenter size-full wp-image-10145" src="http://ajaxian.com/wp-content/images/drumbeat2.png" alt="" width="226" height="200" /></a><br />
<a href="http://www.drumbeat.org/p2pu-webcraft"><img class="aligncenter size-full wp-image-10146" src="http://ajaxian.com/wp-content/images/drumbeat3.png" alt="" width="226" height="200" /></a><br />
<a href="http://www.drumbeat.org/project/open-video-60-seconds"><img class="aligncenter size-full wp-image-10147" src="http://ajaxian.com/wp-content/images/drumbeat4.png" alt="" width="226" height="200" /></a><br />
<a href="http://www.drumbeat.org/project/map-web"><img class="aligncenter size-full wp-image-10148" src="http://ajaxian.com/wp-content/images/drumbeat5.png" alt="" width="226" height="200" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=6ZpRgYms0rQ:D2wJF1uVLVA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6ZpRgYms0rQ:D2wJF1uVLVA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6ZpRgYms0rQ:D2wJF1uVLVA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=6ZpRgYms0rQ:D2wJF1uVLVA:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/6ZpRgYms0rQ/a-drumbeat-for-the-open-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Announcing my new TekPub series, where you call the shots</title>
		<link>http://feeds.encosia.com/~r/Encosia/~3/X7UycNwo748/</link>
		<comments>http://feeds.encosia.com/~r/Encosia/~3/X7UycNwo748/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:51:49 +0000</pubDate>
		<dc:creator>Dave Ward</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://encosia.com/?p=1047</guid>
		<description><![CDATA[Last Friday, the “final” two episodes of Mastering jQuery went live: Using Custom Events and Upgrading to jQuery 1.4. While we’ll almost certainly add another episode when jQuery 1.5 is released, we’ve covered what we set out to. Weighing in at nearly six hours of video, we covered a wide range of content, and have [...]<p><hr />

<p>You've been reading <a href="http://encosia.com/2010/09/01/announcing-my-new-tekpub-series-where-you-call-the-shots/">Announcing my new TekPub series, where you call the shots</a>, originally posted at <a href="http://encosia.com">Encosia</a>.  I hope you enjoyed it, and thanks for reading.</p></p>



Related posts:<ol><li><a href='http://encosia.com/2009/12/16/mastering-jquery-now-available-at-tekpub/' rel='bookmark' title='Mastering jQuery now available at TekPub'>Mastering jQuery now available at TekPub</a></li>
<li><a href='http://encosia.com/2010/05/17/im-giving-away-10-free-months-of-tekpub-this-week/' rel='bookmark' title='I&#8217;m giving away 10 free months of TekPub this week'>I&#8217;m giving away 10 free months of TekPub this week</a></li>
<li><a href='http://encosia.com/2010/08/30/hear-me-talk-jquery-and-asp-net-on-the-jquery-podcast/' rel='bookmark' title='Hear me talk jQuery and ASP.NET on the jQuery Podcast'>Hear me talk jQuery and ASP.NET on the jQuery Podcast</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last Friday, the “final” two episodes of <a href="http://tekpub.com/production/jquery">Mastering jQuery</a> went live: <strong>Using Custom Events</strong> and <strong>Upgrading to jQuery 1.4</strong>. While we’ll almost certainly add another episode when jQuery 1.5 is released, we’ve covered what we set out to.</p>
<p>Weighing in at nearly six hours of video, we covered a wide range of content, and have had overwhelmingly positive feedback on the series. I hope you&#8217;ve enjoyed the episodes as much as we’ve enjoyed recording them.</p>
<p>I want to thank those of you who helped promote Mastering jQuery through Twitter, word of mouth, and other avenues. It became one of the most viewed series on TekPub, and <strong>that couldn’t have happened without your help and support</strong>.</p>
<h3>Ask the Expert with Dave Ward</h3>
<p>With Mastering jQuery wrapped up, we’ve begun a new series in a format that’s entirely different than anything else currently on TekPub.</p>
<p>In this new format, <strong>you’re the boss</strong>.</p>
<p>Instead of James and I dictating the agenda of this series, we’re going to let <em>you</em> suggest and vote on the topics that you’d most like to see covered. Each week or two, we’ll pick one of the highest voted topics and produce an entire episode covering it in detail.</p>
<p>The goal of this series is to cover specific, scenario-based “How Do I?” questions. For example, the first episode covers a question I‘ve been asked dozens of times: <a href="http://tekpub.com/view/askdaveward/1">how to asynchronously update a server-generated image during an AJAX request</a>. The idea is that these topics should be specific enough that we can create a concrete example and cover it in about 30-60 minutes.</p>
<h3>Rock the Vote</h3>
<p>Not only are you in charge of what topics we cover, but <strong>if one of your suggestions is selected then you&#8217;ll get free access to the entire series</strong>.</p>
<p>Before you start submitting topics, a few general guidelines:</p>
<ul>
<li>Avoid subjective or abstract topics. While some very good discussions fall under that umbrella, most of them won’t make very good video tutorials.</li>
<li>Do suggest topics specific enough that we can build a concrete example to show you and cover the relevant parts of it in an hour or less.
<ul>
<li>Bad: &#8220;How do I build a Facebook clone?&#8221;</li>
<li>Good: &#8220;How do I implement the infinite scroll pattern?&#8221;</li>
</ul>
</li>
<li>Stay within the general vicinity of web development (i.e. HTML, CSS, JavaScript, ASP.NET, jQuery, and the like).  If I had to do an episode on low-level database optimization, I can guarantee that you would be disappointed.</li>
</ul>
<p>You can submit your topic suggestions and vote on existing ones at <a href="http://vote.tekpub.com/forums/73709-ask-the-expert-dave-ward" rel="nofollow">vote.tekpub.com</a>.  We&#8217;re looking forward to seeing what you come up with!</p>
<p><hr />

<p>You've been reading <a href="http://encosia.com/2010/09/01/announcing-my-new-tekpub-series-where-you-call-the-shots/">Announcing my new TekPub series, where you call the shots</a>, originally posted at <a href="http://encosia.com">Encosia</a>.  I hope you enjoyed it, and thanks for reading.</p></p>


<p>Related posts:<ol><li><a href='http://encosia.com/2009/12/16/mastering-jquery-now-available-at-tekpub/' rel='bookmark' title='Mastering jQuery now available at TekPub'>Mastering jQuery now available at TekPub</a></li>
<li><a href='http://encosia.com/2010/05/17/im-giving-away-10-free-months-of-tekpub-this-week/' rel='bookmark' title='I&#8217;m giving away 10 free months of TekPub this week'>I&#8217;m giving away 10 free months of TekPub this week</a></li>
<li><a href='http://encosia.com/2010/08/30/hear-me-talk-jquery-and-asp-net-on-the-jquery-podcast/' rel='bookmark' title='Hear me talk jQuery and ASP.NET on the jQuery Podcast'>Hear me talk jQuery and ASP.NET on the jQuery Podcast</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.encosia.com/~ff/Encosia?a=X7UycNwo748:aJGxcalAs1U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Encosia?i=X7UycNwo748:aJGxcalAs1U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=X7UycNwo748:aJGxcalAs1U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Encosia?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=X7UycNwo748:aJGxcalAs1U:aWKiLpGymzw"><img src="http://feeds.feedburner.com/~ff/Encosia?d=aWKiLpGymzw" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=X7UycNwo748:aJGxcalAs1U:30RXbuXOgYA"><img src="http://feeds.feedburner.com/~ff/Encosia?d=30RXbuXOgYA" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=X7UycNwo748:aJGxcalAs1U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Encosia?i=X7UycNwo748:aJGxcalAs1U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=X7UycNwo748:aJGxcalAs1U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Encosia?i=X7UycNwo748:aJGxcalAs1U:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Encosia/~4/X7UycNwo748" height="1">]]></content:encoded>
			<wfw:commentRss>http://feeds.encosia.com/~r/Encosia/~3/X7UycNwo748/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Extending HTML5</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/ehbCSXgVcqY/extending-html5</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/ehbCSXgVcqY/extending-html5#comments</comments>
		<pubDate>Wed, 01 Sep 2010 10:30:57 +0000</pubDate>
		<dc:creator>Brad Neuberg</dc:creator>
		
		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10128</guid>
		<description><![CDATA[
Google Rich Snippet
Oli Studholme has an excellent new article on HTML5 Doctor on the different ways HTML5 can be extended with things like microformats, the link tag, and more. Why would you want to do this?
While HTML5 has a bunch of semantic elements, including new ones like &#60;article&#62; and &#60;nav&#62;, sometimes there just isn’t an element with the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ajaxian.com/wp-content/images/google-rich-snippet2.png"><img class="size-full wp-image-10129 " src="http://ajaxian.com/wp-content/images/google-rich-snippet2.png" alt="" width="380" height="132" /></a><br />
<em>Google Rich Snippet</em><br />
<a title="Posts by Oli Studholme" href="http://html5doctor.com/author/olib/">Oli Studholme</a> has an <a href="http://html5doctor.com/microformats/">excellent new article</a> on <a href="http://html5doctor.com">HTML5 Doctor</a> on the different ways HTML5 can be extended with things like microformats, the link tag, and more. Why would you want to do this?</p>
<blockquote><p>While <abbr>HTML</abbr>5 has a bunch of semantic elements, including new ones like <a title="The article element | HTML5 Doctor" href="http://html5doctor.com/the-article-element/"><code>&lt;article&gt;</code></a> and <a title="Semantic navigation with the nav element | HTML5 Doctor" href="http://html5doctor.com/nav-element/"><code>&lt;nav&gt;</code></a>, sometimes there just isn’t an element with the right meaning. What we want are ways to extend what we’ve got, to add <em>extra semantics</em> that are <em>machine-readable</em> — data that a browser, script, or robot can use.</p></blockquote>
<p>First, he starts with the options HTML4 gave us and what options we now have with HTML5:</p>
<blockquote><p>There were five fundamental ways we could extend <abbr>HTML</abbr> 4:</p>
<ul>
<li><code>&lt;meta&gt;</code> element</li>
<li><code>class</code> attribute</li>
<li><code>rel</code> attribute</li>
<li><code>rev</code> attribute</li>
<li><code>profile</code> attribute</li>
</ul>
<p>In <abbr>HTML</abbr>5, <code>rev</code> has fallen by the wayside, becoming obsolete since hardly anyone used it correctly, and because it can be replaced by <code>rel</code>. <code>profile</code> is also obsolete, and there is no support for namespaces in <abbr>HTML</abbr>5. However,<code>&lt;meta&gt;</code>, <code>class</code>, and <code>rel</code> <em>are</em> all in <abbr>HTML</abbr>5. In fact, <code>&lt;meta&gt;</code> now has <a title="4 The elements of HTML — HTML5 (Edition for Web Authors)" href="http://dev.w3.org/html5/spec-author-view/semantics.html#standard-metadata-names">spec-defined <code>name</code>s</a> and a way to <a title="MetaExtensions - WHATWG Wiki" href="http://wiki.whatwg.org/wiki/MetaExtensions">submit new<code>name</code> values</a>, and <code>rel</code> has <a title="4.12 Links — HTML5 (Edition for Web Authors)" href="http://dev.w3.org/html5/spec-author-view/links.html#linkTypes">several new link types</a> defined in the <abbr>HTML</abbr>5 specification and <a title="RelExtensions - WHATWG Wiki" href="http://wiki.whatwg.org/wiki/RelExtensions">a way to submit more</a> too.</p>
<p>Even better, <a title="3.2.5 Content models — HTML5 (Edition for Web Authors)" href="http://dev.w3.org/html5/spec-author-view/content-models.html#annotations-for-assistive-technology-products-aria"><abbr>WAI</abbr>-<abbr>ARIA</abbr>’s <code>role</code> and <code>aria-*</code> attributes are allowed in <abbr>HTML</abbr>5</a>, and <abbr>HTML</abbr>5 validators can check <abbr>HTML</abbr>5+ <abbr>ARIA</abbr>. Other new methods of extending <abbr>HTML</abbr>5 include <strong>custom data attributes</strong> (<code>data-*</code>), <strong>microdata</strong>, and <strong><abbr>RDFa</abbr></strong>. Guest doctor <a title="Chris Bewick's web design and development blog" href="http://chrisbewick.com/">Chris Bewick</a> introduced us to <abbr>HTML</abbr>5’s <a title="HTML5 Custom Data Attributes (data-*) | HTML5 Doctor" href="http://html5doctor.com/html5-custom-data-attributes/">new <code>data-*</code> attribute system</a>, which is perfect for adding private custom data for JavaScript, and we’ll no doubt meet microdata and <abbr>RDFa</abbr> sooner or later.</p></blockquote>
<blockquote><p>Finally there are <strong>microformats</strong>. As Dr. Bruce touched on microformats in his article on <a title="The time element (and microformats) | HTML5 Doctor" href="http://html5doctor.com/the-time-element/">the <code>&lt;time&gt;</code> element</a>, let’s delve a little deeper into what microformats are and how to use them in HTML5.</p></blockquote>
<p>Oli then does a great deep dive of microformats, going over the different ones defined by the community to date (there are 33 microformat specifications!) and covering some of the common patterns that you can use if you need to roll your own microformat. If you&#8217;ve been wondering how to use things like hCard, hCalendar, XHTML Friends Network (XFN), etc. in your own systems then definitely give this article a gander.</p>
<p>[<a href="http://johnfallsopp.com/">via John Allsop</a>]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=ehbCSXgVcqY:V_I_rf1YSa8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=ehbCSXgVcqY:V_I_rf1YSa8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=ehbCSXgVcqY:V_I_rf1YSa8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=ehbCSXgVcqY:V_I_rf1YSa8:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/ehbCSXgVcqY/extending-html5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Raphaël 1.5 Released</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/OGU5JN9e1sQ/raphael-1-5-released</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/OGU5JN9e1sQ/raphael-1-5-released#comments</comments>
		<pubDate>Tue, 31 Aug 2010 10:30:55 +0000</pubDate>
		<dc:creator>Brad Neuberg</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Framework]]></category>

		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10119</guid>
		<description><![CDATA[
Dmitry Baranovskiy and team have released another version of Raphaël, an excellent drawing and animation library backed by SVG (VML on Internet Explorer). New features in Raphaël 1.5 include custom attributes and keyframes. Keyframes can be defined similar to CSS3 Animations:
PLAIN TEXT
JAVASCRIPT:


el.animate&#40;&#123;
&#160; &#160; "20%": &#123;cy: 200, easing: "&#62;"&#125;,
&#160; &#160; "40%": &#123;cy: 100&#125;,
&#160; &#160; "60%": &#123;cy: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://raphaeljs.com/"><img src="http://ajaxian.com/wp-content/images/raphael_logo.png" alt="" width="131" height="116" class="aligncenter size-full wp-image-10120" /></a><br />
<a href="http://dmitry.baranovskiy.com/post/raphael-1.5">Dmitry Baranovskiy and team have released</a> another version of <a href="http://raphaeljs.com/">Raphaël</a>, an excellent drawing and animation library backed by SVG (VML on Internet Explorer). New features in Raphaël 1.5 include custom attributes and keyframes. Keyframes can be defined similar to CSS3 Animations:</p>
<div class="igBar"><a href="showCodeTxt('javascript-2');">PLAIN TEXT</a></div>
<div class="syntax_hilite"><span>JAVASCRIPT:</span>
<div>
<div class="javascript">
el.<span>animate</span><span>&#40;</span><span>&#123;</span><br />
&nbsp; &nbsp; <span>"20%"</span>: <span>&#123;</span>cy: <span>200</span>, easing: <span>"&gt;"</span><span>&#125;</span>,<br />
&nbsp; &nbsp; <span>"40%"</span>: <span>&#123;</span>cy: <span>100</span><span>&#125;</span>,<br />
&nbsp; &nbsp; <span>"60%"</span>: <span>&#123;</span>cy: <span>200</span><span>&#125;</span>,<br />
&nbsp; &nbsp; <span>"80%"</span>: <span>&#123;</span>cy: <span>300</span>, callback: <span>function</span> <span>&#40;</span><span>&#41;</span> <span>&#123;</span><span>&#125;</span><span>&#125;</span>,<br />
&nbsp; &nbsp; <span>"100%"</span>: <span>&#123;</span>cy: <span>200</span><span>&#125;</span><br />
<span>&#125;</span>, <span>5000</span><span>&#41;</span>;<br />
&nbsp;</div>
</div>
</div>
<p><a href="http://raphaeljs.com/bounce.html">Check out a demo</a> of the new keyframe animation.</p>
<p></p>
<p>Custom attributes is also a new feature that makes it easier to do things like animating a portion of an attribute segment (<a href="http://raphaeljs.com/growing-pie.html">demo</a>).</p>
<p></p>
<p>Full release notes:</p>
<ul>
<li>fixed IE8 issue with the HTML element named Raphael
</li>
<li>fixed precision for arcs in IE
</li>
<li>added caching to getPointAtSegmentLength function
</li>
<li>added ability to do more than one animation of an element at the same time
</li>
<li>added "cubic-bezier()" as an easing method
</li>
<li>added new syntax for animation (keyframes)
</li>
<li>hsl2rgb now accept h as degree (0..360), s and b as % (0..100)
</li>
<li>show="new" instead of target="blank" for SVG
</li>
<li>added angle method
</li>
<li>added snapTo method
</li>
<li>cached popup || activeX for IE
</li>
<li>fixed insertAfter
</li>
<li>fixed timeouts for animation
</li>
<li>added customAttributes
</li>
</ul>
<p>BTW I just noticed that Dmitry is now at <a href="http://sencha.com/">Sencha</a>; they're assembling quite the team! Congrats Dmitry!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=OGU5JN9e1sQ:MYbPNKoFZiA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=OGU5JN9e1sQ:MYbPNKoFZiA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=OGU5JN9e1sQ:MYbPNKoFZiA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=OGU5JN9e1sQ:MYbPNKoFZiA:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/OGU5JN9e1sQ/raphael-1-5-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New SVG Web Release: Owlephant</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/6b08negBu1U/10195</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/6b08negBu1U/10195#comments</comments>
		<pubDate>Mon, 30 Aug 2010 23:05:00 +0000</pubDate>
		<dc:creator>Brad Neuberg</dc:creator>
		
		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10195</guid>
		<description><![CDATA[The SVG Web team has announced a new release. SVG Web is a drop in JavaScript library that makes it easy to display SVG graphics on Internet Explorer 6, 7, and 8 using Flash.
The new SVG Web release, like all of their releases, is named after especially silly D&#38;D monsters. The new release is code [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://code.google.com/p/svgweb">SVG Web</a> team has announced a new release. SVG Web is a drop in JavaScript library that makes it easy to display SVG graphics on Internet Explorer 6, 7, and 8 using Flash.</p>
<p>The new SVG Web release, like all of their releases, is named after <a href="http://www.headinjurytheater.com/article73.htm">especially silly D&amp;D monsters</a>. The new release is code named Owlephant:</p>
<p><a href="http://codinginparadise.org/images/owlephant.jpg"><img src="http://codinginparadise.org/images/owlephant.jpg" border="0" alt="" /></a> You&#8217;ve heard of Elephants, you&#8217;ve heard of Owls… put them together and you get the fearsome Owlephant. If you encounter one, be sure it will be the last thing you ever, um, encounter. Hoot…. stomp!</p>
<p>With this release SVG Web now scores 55.45% on the <a href="http://www.codedread.com/svg-support.php">SVG compatibility charts</a>, almost at the same level as IE 9 (58%).</p>
<p>Major aspects of this new release includes overhauls and fixes for gradients, clipping, events, text placement, and more. It also includes a huge step forward in SMIL animation support, including being able to animate path segments and interpolate their values, scripting SMIL with JavaScript, and more.</p>
<p>This release has been built by the community, with major contributions from Bruce Duncan from <a href="http://visualmining.com/">VisualMining.com</a>; Ken Stacey from <a href="http://svgmaker.com/">SVGMaker.com</a>; and the always awesome (and project co-leader) Rick Masters. Thanks to the many people like Michael Neutze, Bruce Rindahl, and more for their bug testing and evangelism!</p>
<p>Everything fixed in this release:</p>
<ul>
<li><a class="closed_ref" title="Radial gradient different between Flash and Native renders" href="http://www.blogger.com/p/svgweb/issues/detail?id=471"> Issue 471 </a>: Radial gradient different between Flash and Native renders</li>
<li><a class="closed_ref" title="gradients with bounding box cooordinates are positioned wrongly on circles" href="http://www.blogger.com/p/svgweb/issues/detail?id=349"> Issue 349 </a>: gradients with bounding box cooordinates are positioned wrongly on circles</li>
<li><a class="closed_ref" title="'this' not getting set correctly in SVG element event callback" href="http://www.blogger.com/p/svgweb/issues/detail?id=475"> Issue 475 </a>: &#8216;this&#8217; not getting set correctly in SVG element event callback</li>
<li><a class="closed_ref" title="The change in the size of the ClipPath area is not reflected by Flash Renderer. " href="http://www.blogger.com/p/svgweb/issues/detail?id=477"> Issue 477 </a>: The change in the size of the ClipPath area is not reflected by Flash Renderer.</li>
<li><a class="closed_ref" title="Changing gradient stop does not trigger redraw of referencing elements" href="http://www.blogger.com/p/svgweb/issues/detail?id=483"> Issue 483 </a>: Changing gradient stop does not trigger redraw of referencing elements</li>
<li><a class="closed_ref" title="Dynamic clip-path attribute changes are not reflected." href="http://www.blogger.com/p/svgweb/issues/detail?id=484"> Issue 484 </a>: Dynamic clip-path attribute changes are not reflected.</li>
<li><a class="closed_ref" title="&lt;set&gt; Element Problems and numerous SMIL issues" href="http://www.blogger.com/p/svgweb/issues/detail?id=476"> Issue 476 </a>: <tt>set</tt> Element Problems and numerous SMIL issues</li>
<li><a class="closed_ref" title="Support beginElement() for animation elements" href="http://www.blogger.com/p/svgweb/issues/detail?id=489"> Issue 489 </a>: Support beginElement() for animation elements</li>
<li><a class="closed_ref" title="SVGTextNode.onDrawGlyph not removing glyph clones" href="http://www.blogger.com/p/svgweb/issues/detail?id=494"> Issue 494 </a>: SVGTextNode.onDrawGlyph not removing glyph clones</li>
<li><a class="closed_ref" title="Support units-per-em on SVG fonts" href="http://www.blogger.com/p/svgweb/issues/detail?id=495"> Issue 495 </a>: Support units-per-em on SVG fonts</li>
<li><a class="closed_ref" title="'button' property missing in mouse event object" href="http://www.blogger.com/p/svgweb/issues/detail?id=492"> Issue 492 </a>: &#8216;button&#8217; property missing in mouse event object</li>
<li><a class="closed_ref" title="get svg.js even more compressed with Google's closure compiler" href="http://www.blogger.com/p/svgweb/issues/detail?id=472"> Issue 472 </a>: get svg.js even more compressed with Google&#8217;s closure compiler (30K reduction)</li>
<li><a class="closed_ref" title="Object loaded svg with scripts not firing window load or SVGLoad event" href="http://www.blogger.com/p/svgweb/issues/detail?id=499"> Issue 499 </a>: Object loaded svg with scripts not firing window load or SVGLoad event</li>
<li><a class="closed_ref" title="Updating styles via Javascript does not visibly update child nodes in IE/Flash" href="http://www.blogger.com/p/svgweb/issues/detail?id=488"> Issue 488 </a>: Updating styles via Javascript does not visibly update child nodes in IE/Flash</li>
<li><a class="closed_ref" title="Support exponent values in path values" href="http://www.blogger.com/p/svgweb/issues/detail?id=496"> Issue 496 </a>: Support exponents in path values</li>
<li><a class="closed_ref" title="Radial Gradient userSpaceOnUse Matrix calculated incorrectly" href="http://www.blogger.com/p/svgweb/issues/detail?id=502"> Issue 502 </a>: Radial Gradient userSpaceOnUse Matrix calculated incorrectly</li>
<li><a class="closed_ref" title="Radial Gradient focalLen not used for stroke" href="http://www.blogger.com/p/svgweb/issues/detail?id=503"> Issue 503 </a>: Radial Gradient focalLen not used for stroke</li>
<li><a class="closed_ref" title="Radial Gradient userSpaceOnUse Matrix calculated incorrectly for SVGCircle and SVGEllipse nodes" href="http://www.blogger.com/p/svgweb/issues/detail?id=504"> Issue 504 </a>: Radial Gradient userSpaceOnUse Matrix calculated incorrectly for SVGCircle and SVGEllipse nodes</li>
<li><a class="closed_ref" title="bad 'target' when click on text node" href="http://www.blogger.com/p/svgweb/issues/detail?id=497"> Issue 497 </a>: bad &#8216;target&#8217; when click on text node</li>
<li><a class="closed_ref" title="Event handler fires only after second mouse click." href="http://www.blogger.com/p/svgweb/issues/detail?id=342"> Issue 342 </a>: Event handler fires only after second mouse click.</li>
<li><a class="closed_ref" title="Namespaced elements not allowed until svg element added to page" href="http://www.blogger.com/p/svgweb/issues/detail?id=507"> Issue 507 </a>: Namespaced elements not allowed until svg element added to page</li>
<li><a title="Rotated text not rendering for native fonts" href="http://www.blogger.com/p/svgweb/issues/detail?id=158">Issue 158</a>: Rotated text not rendering for native fonts (Mostly Fixed)</li>
<li><a class="closed_ref" title="Namespace exception loading video example in IE8" href="http://www.blogger.com/p/svgweb/issues/detail?id=467"> Issue 467 </a>: Namespace exception loading video example in IE8</li>
<li><a class="closed_ref" title="Font Family not used when surrounded by single quotes in Flash 10.1" href="http://www.blogger.com/p/svgweb/issues/detail?id=510"> Issue 510 </a>: Font Family not used when surrounded by single quotes in Flash 10.1</li>
<li><a class="closed_ref" title="SVG default fill-rule  'nonzero' not supported by flash 9" href="http://www.blogger.com/p/svgweb/issues/detail?id=57"> Issue 57 </a>: SVG default fill-rule &#8216;nonzero&#8217; not supported by flash 9</li>
<li><a class="closed_ref" title="Nested &lt;svg&gt; elements don't show up in the DOM correctly" href="http://www.blogger.com/p/svgweb/issues/detail?id=123"> Issue 123 </a>: Nested <tt>svg</tt> elements don&#8217;t show up in the DOM correctly</li>
<li><a title="Create unit tests around dynamically creating SMIL elements and attributes" href="http://www.blogger.com/p/svgweb/issues/detail?id=145">Issue 145</a>: dynamically creating SMIL elements and attributes</li>
<li><a class="closed_ref" title="Show SVG Web Release Name and Revision in Right Click Menu" href="http://www.blogger.com/p/svgweb/issues/detail?id=356"> Issue 356 </a>: Show SVG Web Release Name and Revision in Right Click Menu</li>
<li><a class="closed_ref" title="getElementsByTagNameNS returning text nodes" href="http://www.blogger.com/p/svgweb/issues/detail?id=513"> Issue 513 </a>: getElementsByTagNameNS returning text nodes</li>
<li><a class="closed_ref" title="Call handleEvent on EventListener objects passed to addEventListener" href="http://www.blogger.com/p/svgweb/issues/detail?id=515"> Issue 515 </a>: Call handleEvent on EventListener objects passed to addEventListener</li>
<li><a class="closed_ref" title="Elements with fill set to 'none' should produce mouse events but do not" href="http://www.blogger.com/p/svgweb/issues/detail?id=517"> Issue 517 </a>: Elements with fill set to &#8216;none&#8217; should produce mouse events but do not</li>
<li><a class="closed_ref" title="Avoid redraw on change to pointer-events attribute" href="http://www.blogger.com/p/svgweb/issues/detail?id=518"> Issue 518 </a>: Avoid redraw on change to pointer-events attribute</li>
<li><a class="closed_ref" title="Event listener from object element may be applied to svg element erroneously" href="http://www.blogger.com/p/svgweb/issues/detail?id=523"> Issue 523 </a>: Event listener from object element may be applied to svg element erroneously</li>
<li><a class="closed_ref" title="Need way to create element with self declared namespace" href="http://www.blogger.com/p/svgweb/issues/detail?id=522"> Issue 522 </a>: Need way to create element with self declared namespace</li>
<li><a class="closed_ref" title="Image element not respecting display='none'" href="http://www.blogger.com/p/svgweb/issues/detail?id=525"> Issue 525 </a>: Image element not respecting display=&#8217;none&#8217;</li>
<li><a class="closed_ref" title="Jquery $(window).scroll event will not fire after including the latest SVG Web release into the project" href="http://www.blogger.com/p/svgweb/issues/detail?id=524"> Issue 524 </a>: Jquery $(window).scroll event will not fire</li>
<li><a class="closed_ref" title="Excessive messages for detached event listeners" href="http://www.blogger.com/p/svgweb/issues/detail?id=527"> Issue 527 </a>: Excessive messages for detached event listeners</li>
<li><a class="closed_ref" title="Exception if remove event listener from detached element, then add to document" href="http://www.blogger.com/p/svgweb/issues/detail?id=528"> Issue 528 </a>: Exception if remove event listener from detached element, then add to document</li>
<li><a class="closed_ref" title="Support for animating path &quot;d&quot; attribute" href="http://www.blogger.com/p/svgweb/issues/detail?id=321"> Issue 321 </a>: Support for animating path &#8216;d&#8217; attribute (and interpolate between values)</li>
<li><a class="closed_ref" title="clip-path not used when part of style attribute value" href="http://www.blogger.com/p/svgweb/issues/detail?id=514"> Issue 514 </a>: clip-path not used when part of style attribute value</li>
<li><a class="closed_ref" title="Object using clip path cannot have its opacity animated" href="http://www.blogger.com/p/svgweb/issues/detail?id=526"> Issue 526 </a>: Object using clip path cannot have its opacity animated</li>
<li><a class="closed_ref" title="Nested svg disappears when animated" href="http://www.blogger.com/p/svgweb/issues/detail?id=535"> Issue 535 </a>: Nested svg disappears when animated</li>
<li><a class="closed_ref" title="Problems tracking whether elements attached to document or not" href="http://www.blogger.com/p/svgweb/issues/detail?id=536"> Issue 536 </a>: Problems tracking whether elements attached to document or not</li>
<li><a class="closed_ref" title="Animation added in onload listener does not initialize" href="http://www.blogger.com/p/svgweb/issues/detail?id=537"> Issue 537 </a>: Animation added in onload listener does not initialize</li>
<li><a class="closed_ref" title="Node removed while invalid causes endless frame listening" href="http://www.blogger.com/p/svgweb/issues/detail?id=538"> Issue 538 </a>: Node removed while invalid causes endless frame listening</li>
<li><a class="closed_ref" title="Animation with invalid or forward href causes exception" href="http://www.blogger.com/p/svgweb/issues/detail?id=539"> Issue 539 </a>: Animation with invalid or forward href causes exception</li>
<li><a class="closed_ref" title="script stack space quota is exhausted by large svg file" href="http://www.blogger.com/p/svgweb/issues/detail?id=540"> Issue 540 </a>: script stack space quota is exhausted by large svg file</li>
<li><a class="closed_ref" title="Keyboard events are not supported properly" href="http://www.blogger.com/p/svgweb/issues/detail?id=511"> Issue 511 </a>: Keyboard events are not supported properly</li>
</ul>
<p><a href="http://code.google.com/p/svgweb/downloads/list">Download the release now</a> and <a href="http://codinginparadise.org/projects/svgweb/docs/QuickStart.html">get started</a>!</p>
<p>Please note that there are some breaking changes in this release that will affect code that uses older versions of SVG Web; more details <a href="http://codinginparadise.org/projects/svgweb/docs/UserManual.html#breaking_changes">here</a>. Also note that SVG Web does not yet support the native SVG functionality in IE 9 preview releases.</p>
<p>[Disclosure: I'm a member of the SVG Web team]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=6b08negBu1U:EFxLTn3AhnY:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/6b08negBu1U/10195/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hear me talk jQuery and ASP.NET on the jQuery Podcast</title>
		<link>http://feeds.encosia.com/~r/Encosia/~3/cvyDTV1Ca_Y/</link>
		<comments>http://feeds.encosia.com/~r/Encosia/~3/cvyDTV1Ca_Y/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 15:10:36 +0000</pubDate>
		<dc:creator>Dave Ward</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://encosia.com/?p=1045</guid>
		<description><![CDATA[Last week, Ralph Whitbeck was kind enough to have me as a guest on episode #32 of the jQuery Podcast. We spoke about topics including: Research I’ve done on the public CDNs that host jQuery, and why it matters which one you choose Why you should never use a &#34;latest version&#34; reference to scripts on [...]<p><hr />

<p>You've been reading <a href="http://encosia.com/2010/08/30/hear-me-talk-jquery-and-asp-net-on-the-jquery-podcast/">Hear me talk jQuery and ASP.NET on the jQuery Podcast</a>, originally posted at <a href="http://encosia.com">Encosia</a>.  I hope you enjoyed it, and thanks for reading.</p></p>



Related posts:<ol><li><a href='http://encosia.com/2009/06/20/hear-me-talk-about-jquery-on-the-polymorphic-podcast/' rel='bookmark' title='Hear me talk about jQuery on the Polymorphic Podcast'>Hear me talk about jQuery on the Polymorphic Podcast</a></li>
<li><a href='http://encosia.com/2009/12/16/mastering-jquery-now-available-at-tekpub/' rel='bookmark' title='Mastering jQuery now available at TekPub'>Mastering jQuery now available at TekPub</a></li>
<li><a href='http://encosia.com/2008/10/10/altnet-podcast-jquery-in-aspnet/' rel='bookmark' title='Alt.NET Podcast &#8211; jQuery in ASP.NET'>Alt.NET Podcast &#8211; jQuery in ASP.NET</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://podcast.jquery.com/2010/08/27/episode-32-dave-ward/"><img alt="The jQuery Podcast logo" align="left" src="http://encosia.com/blog/wp-content/uploads/2010/08/jquerypodcast.png" width="170" height="170" /></a>Last week, <a href="http://ralphwhitbeck.com/">Ralph Whitbeck</a> was kind enough to have me as a guest on episode #32 of the jQuery Podcast. We spoke about topics including:</p>
<ul>
<li>Research I’ve done on the public CDNs that host jQuery, and why it matters which one you choose</li>
<li>Why you should never use a &quot;latest version&quot; reference to scripts on those public CDNs </li>
<li>The drawbacks of always waiting on $(document).ready()</li>
<li>My video tutorial series, Mastering jQuery</li>
</ul>
<p>I really enjoyed talking with Ralph, and I think the episode turned out great. You can listen to it at: <a href="http://podcast.jquery.com/2010/08/27/episode-32-dave-ward/">http://podcast.jquery.com/2010/08/27/episode-32-dave-ward/</a></p>
<p><hr />

<p>You've been reading <a href="http://encosia.com/2010/08/30/hear-me-talk-jquery-and-asp-net-on-the-jquery-podcast/">Hear me talk jQuery and ASP.NET on the jQuery Podcast</a>, originally posted at <a href="http://encosia.com">Encosia</a>.  I hope you enjoyed it, and thanks for reading.</p></p>


<p>Related posts:<ol><li><a href='http://encosia.com/2009/06/20/hear-me-talk-about-jquery-on-the-polymorphic-podcast/' rel='bookmark' title='Hear me talk about jQuery on the Polymorphic Podcast'>Hear me talk about jQuery on the Polymorphic Podcast</a></li>
<li><a href='http://encosia.com/2009/12/16/mastering-jquery-now-available-at-tekpub/' rel='bookmark' title='Mastering jQuery now available at TekPub'>Mastering jQuery now available at TekPub</a></li>
<li><a href='http://encosia.com/2008/10/10/altnet-podcast-jquery-in-aspnet/' rel='bookmark' title='Alt.NET Podcast &ndash; jQuery in ASP.NET'>Alt.NET Podcast &ndash; jQuery in ASP.NET</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.encosia.com/~ff/Encosia?a=cvyDTV1Ca_Y:u1Biot0xb5Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Encosia?i=cvyDTV1Ca_Y:u1Biot0xb5Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=cvyDTV1Ca_Y:u1Biot0xb5Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Encosia?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=cvyDTV1Ca_Y:u1Biot0xb5Q:aWKiLpGymzw"><img src="http://feeds.feedburner.com/~ff/Encosia?d=aWKiLpGymzw" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=cvyDTV1Ca_Y:u1Biot0xb5Q:30RXbuXOgYA"><img src="http://feeds.feedburner.com/~ff/Encosia?d=30RXbuXOgYA" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=cvyDTV1Ca_Y:u1Biot0xb5Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Encosia?i=cvyDTV1Ca_Y:u1Biot0xb5Q:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.encosia.com/~ff/Encosia?a=cvyDTV1Ca_Y:u1Biot0xb5Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Encosia?i=cvyDTV1Ca_Y:u1Biot0xb5Q:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Encosia/~4/cvyDTV1Ca_Y" height="1">]]></content:encoded>
			<wfw:commentRss>http://feeds.encosia.com/~r/Encosia/~3/cvyDTV1Ca_Y/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Design 3D Models in a Browser</title>
		<link>http://feedproxy.google.com/~r/ajaxian/~3/jjEEq2s9e2Y/design-3d-models-in-a-browser</link>
		<comments>http://feedproxy.google.com/~r/ajaxian/~3/jjEEq2s9e2Y/design-3d-models-in-a-browser#comments</comments>
		<pubDate>Mon, 30 Aug 2010 11:00:37 +0000</pubDate>
		<dc:creator>Brad Neuberg</dc:creator>
		
		<category><![CDATA[3d]]></category>

		<category><![CDATA[Canvas]]></category>

		<category><![CDATA[Front Page]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://ajaxian.com/?p=10090</guid>
		<description><![CDATA[Perfect for a Monday is a cool 3D model editor built using the Canvas tag and created by Jayesh Salvi:


]]></description>
			<content:encoded><![CDATA[<p>Perfect for a Monday is a <a href="http://www.3dtin.com/">cool 3D model editor built using the Canvas tag</a> and created by <a href="http://www.altcanvas.com/about.html">Jayesh Salvi</a>:</p>
<p><a href="http://ajaxian.com/wp-content/images/3dtin.png"><img class="aligncenter size-full wp-image-10091" src="http://ajaxian.com/wp-content/images/3dtin.png" alt="" width="407" height="178" /></a></p>
<p><a href="http://ajaxian.com/wp-content/images/3dtin.png"></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=jjEEq2s9e2Y:kUM5g-iPq0Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=jjEEq2s9e2Y:kUM5g-iPq0Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=jjEEq2s9e2Y:kUM5g-iPq0Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=jjEEq2s9e2Y:kUM5g-iPq0Y:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/ajaxian/~3/jjEEq2s9e2Y/design-3d-models-in-a-browser/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
