<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (guardiantech)</title>
    <link>https://pinboard.in/u:guardiantech/public/</link>
    <description>recent bookmarks from guardiantech</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://mbtaviz.github.io/"/>
	<rdf:li rdf:resource="http://wagerfield.github.io/parallax/"/>
	<rdf:li rdf:resource="http://thechangelog.com/stop-writing-regular-expressions-express-them-with-verbal-expressions/"/>
	<rdf:li rdf:resource="http://sealedabstract.com/rants/why-mobile-web-apps-are-slow/"/>
	<rdf:li rdf:resource="http://sealedabstract.com/rants/mobile-web-apps-are-slow/"/>
	<rdf:li rdf:resource="http://blog.jquery.com/2013/04/18/jquery-2-0-released/"/>
	<rdf:li rdf:resource="http://new.weavesilk.com/"/>
	<rdf:li rdf:resource="http://html5rubik.com/"/>
	<rdf:li rdf:resource="http://teletext.mb21.co.uk/gallery/ceefax/evening/19831003/index.shtml"/>
	<rdf:li rdf:resource="http://code.shutterstock.com/rickshaw/"/>
	<rdf:li rdf:resource="http://blog.kicksend.com/how-we-decreased-sign-up-confirmation-email-b"/>
	<rdf:li rdf:resource="http://webapps.stackexchange.com/questions/22291/turning-off-google-search-results-indirection"/>
	<rdf:li rdf:resource="http://bassistance.de/2011/12/09/vector-math-basics-to-animate-a-bouncing-ball-in-javascript/"/>
	<rdf:li rdf:resource="http://hakim.se/experiments"/>
	<rdf:li rdf:resource="http://worrydream.com/Tangle/"/>
	<rdf:li rdf:resource="http://www.guardian.co.uk/info/developer-blog/2011/nov/03/javascript-upgrade-comment-platform"/>
	<rdf:li rdf:resource="http://www.brandonbibleforum.com/"/>
	<rdf:li rdf:resource="http://beta.theexpressiveweb.com/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://mbtaviz.github.io/">
    <title>Visualizing MBTA Data &gt;&gt; Github</title>
    <dc:date>2014-06-12T13:15:52+00:00</dc:date>
    <link>https://mbtaviz.github.io/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Mike Barry and Brian Card: <blockquote>Boston’s Massachusetts Bay Transit Authority (MBTA) operates the 4th busiest subway system in the U.S. after New York, Washington, and Chicago. If you live in or around the city you have probably ridden on it. The MBTA recently began publishing substantial amount of subway data through its public APIs. They provide the full schedule in General Transit Feed Specification (GTFS) format which powers Google’s transit directions. They also publish realtime train locations for the Red, Orange, and Blue lines (but no Green or Silver line until 2015). The following visualizations use data captured from these feeds for the entire month of February, 2014. Also, working with the MBTA, we were able to acquire per-minute entry and exit counts at each station measured at the turnstiles used for payment.

We attempt to present this information to help people in Boston better understand the trains, how people use the trains, and how the people and trains interact with each other.</blockquote>

Simply fantastic visualisation; set time aside to read and play with it. Bonus: you'll learn what a Marey diagram is, if you don't already know.]]></description>
<dc:subject>visualization data javascript boston</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:9b66632f44cd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:visualization"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:data"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:boston"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wagerfield.github.io/parallax/">
    <title>parallax.js &gt;&gt; Github</title>
    <dc:date>2013-08-27T06:01:12+00:00</dc:date>
    <link>http://wagerfield.github.io/parallax/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Fun on desktop (move the mouse) or mobile (tilt the device).]]></description>
<dc:subject>animation javascript ui parallax</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:12704d565b9c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:animation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:ui"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:parallax"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://thechangelog.com/stop-writing-regular-expressions-express-them-with-verbal-expressions/">
    <title>Stop writing Regular Expressions. Express them with Verbal Expressions &gt;&gt; The Changelog</title>
    <dc:date>2013-08-06T21:27:08+00:00</dc:date>
    <link>http://thechangelog.com/stop-writing-regular-expressions-express-them-with-verbal-expressions/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[<blockquote>GitHub user jehna has fashioned a runaway hit with his unique way of constructing difficult regular expressions.<p>

<a href="https://github.com/jehna/VerbalExpressions">VerbalExpressions</a> turns the often-obscure-and-tricky-to-type regular expression operators into descriptive, chainable functions. The result of this is quite astounding.…<p>
This style may be off-putting to old-school regex pros, but even they would have to admit that it’s quite approachable and easy to reason about.</blockquote>

Nice.]]></description>
<dc:subject>coding javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:54f02b0235f4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:coding"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://sealedabstract.com/rants/why-mobile-web-apps-are-slow/">
    <title>Why mobile web apps are slow &gt;&gt; Sealed Abstract</title>
    <dc:date>2013-07-15T21:52:32+00:00</dc:date>
    <link>http://sealedabstract.com/rants/why-mobile-web-apps-are-slow/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Drew Crawford: <blockquote>I’ve had an unusual number of interesting conversations spin out of my previous article documenting that mobile web apps are slow.  This has sparked some discussion, both online and IRL.  But sadly, the discussion has not been as… fact-based as I would like.</blockquote>

Everyone has been pointing to this post, with good reason: it's highly detailed and very useful.]]></description>
<dc:subject>performance android ios mobile javascript apps native</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:501c00344605/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:android"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:ios"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:apps"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:native"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://sealedabstract.com/rants/mobile-web-apps-are-slow/">
    <title>Mobile web apps are slow &gt;&gt; Sealed Abstract</title>
    <dc:date>2013-05-12T20:18:24+00:00</dc:date>
    <link>http://sealedabstract.com/rants/mobile-web-apps-are-slow/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Drew Crawford: <blockquote>Now, if what you mean by “web app” is “website with a button or two”, you can tell all the fancypants benchmarks like SunSpider to take a hike.  But if you mean “light word processing, light photo editing, local storage, and animations between screens” then you don’t want to be doing that in a web app on ARM unless you have a death wish.<p>

Sure, you can design performant mobile web apps if you have good engineers.  But do you know what else you can do with good engineers?  Things that are actually of value to your customers.</blockquote>]]></description>
<dc:subject>html5 javascript mobile performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:9a122c569aa6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.jquery.com/2013/04/18/jquery-2-0-released/">
    <title>jQuery 2.0 released &gt;&gt; Official jQuery blog</title>
    <dc:date>2013-04-21T20:57:38+00:00</dc:date>
    <link>http://blog.jquery.com/2013/04/18/jquery-2-0-released/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[<blockquote>You asked for it, you got it: jQuery 2.0 has arrived!<p>

As promised, this version leaves behind the older Internet Explorer 6, 7, and 8 browsers. In return it is smaller, faster, and can be used in JavaScript environments where the code needed for old-IE compatibility often causes problems of its own.</blockquote>

Those two browsers still have about a 25% global share, <a href="http://gs.statcounter.com/#browser_version-ww-monthly-201203-201303">according to StatCounter</a>. (Thanks @vassal for the link.)]]></description>
<dc:subject>javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:0d452d73d631/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://new.weavesilk.com/">
    <title>Interactive generative art &gt;&gt; Silk</title>
    <dc:date>2013-02-06T22:10:01+00:00</dc:date>
    <link>http://new.weavesilk.com/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Your timewaster for today. Has different colours, symmetry and also sound. (Implemented in Javascript.)]]></description>
<dc:subject>design javascript web</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:7cb89a14c307/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:web"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://html5rubik.com/">
    <title>HTML5 Rubik's cube</title>
    <dc:date>2012-06-03T11:16:16+00:00</dc:date>
    <link>http://html5rubik.com/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Tremendous fun. Needs a "current" browser, obviously. Best thing: solves it for you once you've messed it all up.]]></description>
<dc:subject>html5 css3 javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:8538e008c6e5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://teletext.mb21.co.uk/gallery/ceefax/evening/19831003/index.shtml">
    <title>The Teletext Museum - An Evening with Ceefax 1982 &gt;&gt; Mike Brown</title>
    <dc:date>2012-04-18T20:36:41+00:00</dc:date>
    <link>http://teletext.mb21.co.uk/gallery/ceefax/evening/19831003/index.shtml</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Transport yourself back to 1982. Wow, the news was so much more bite-sized then. Not like now.]]></description>
<dc:subject>ceefax javascript charlesarthur</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:0b50e166188b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:ceefax"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.shutterstock.com/rickshaw/">
    <title>Rickshaw: A JavaScript toolkit for creating interactive time series graphs</title>
    <dc:date>2012-04-17T20:27:37+00:00</dc:date>
    <link>http://code.shutterstock.com/rickshaw/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Description: Rickshaw is a JavaScript toolkit for creating interactive time series graphs. Looks nifty. Free, open source, MIT licence, developed at Shutterstock.com.]]></description>
<dc:subject>css javascript visualization</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:e44c814683ee/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:visualization"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.kicksend.com/how-we-decreased-sign-up-confirmation-email-b">
    <title>How we decreased sign up confirmation email bounces by 50% &gt;&gt; Kicksend Blog</title>
    <dc:date>2012-03-21T07:01:41+00:00</dc:date>
    <link>http://blog.kicksend.com/how-we-decreased-sign-up-confirmation-email-b</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[<blockquote>So we recorded and setup detailed notifications for every email bounce, to make sure that we are always aware of what’s happening (thanks Mailgun!). And we soon started to see patterns.

People would misspell their email addresses and be unaware of it, resulting in a delivery failure and a lost user. And it got even more interesting - most of these invalid email addresses were a result of a misspelled domain; “hotmail.con”, “gnail.com”, “yajoo.com”. A clear opportunity for improvement.</blockquote>

You can get the Mailcheck.js plugin at Github. Neat.]]></description>
<dc:subject>email javascript charlesarthur</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:21955b5974ca/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:email"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://webapps.stackexchange.com/questions/22291/turning-off-google-search-results-indirection">
    <title>Turning off Google search results indirection &gt;&gt; StackExchange</title>
    <dc:date>2011-12-30T20:58:21+00:00</dc:date>
    <link>http://webapps.stackexchange.com/questions/22291/turning-off-google-search-results-indirection</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA["I don't really care that Google is tracking what I click, and I don't really care about the extra indirection when I click on a result (though both are concerns). But I find it annoying that I can't copy-paste a result by simply right-clicking on a link and choosing “copy link address”"

The solution turns out to be quite simple.]]></description>
<dc:subject>google javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:62d6954e851d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://bassistance.de/2011/12/09/vector-math-basics-to-animate-a-bouncing-ball-in-javascript/">
    <title>Vector math basics to animate a bouncing ball in JavaScript &gt;&gt; bassistance.de</title>
    <dc:date>2011-12-13T06:44:36+00:00</dc:date>
    <link>http://bassistance.de/2011/12/09/vector-math-basics-to-animate-a-bouncing-ball-in-javascript/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA["Vector math is pretty much essential when you want to do any kind of physics simulation, be it as simple as a bouncing ball. While my goal originally was to implement a flocking simulation (like birds flying close to each other, but not too close), the lack of math skills led me to build a bouncing ball simulation first."

You never know when this will come in useful.]]></description>
<dc:subject>javascript physics css maths tutorial</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:2efe1e949c2a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:physics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:maths"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://hakim.se/experiments">
    <title>Interactive experiments focused on HTML5 &gt;&gt; hakim.se</title>
    <dc:date>2011-11-28T21:43:44+00:00</dc:date>
    <link>http://hakim.se/experiments</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Really excellent fun. Keep and study. Obviously, you'll need an HTML5-capable browser to see them.]]></description>
<dc:subject>charlesarthur html5 javascript css3 canvas animation webdesign</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:5a01262d8752/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:canvas"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:animation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:webdesign"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://worrydream.com/Tangle/">
    <title>Tangle: a JavaScript library for reactive documents &gt;&gt; Bret Victor</title>
    <dc:date>2011-11-16T06:27:27+00:00</dc:date>
    <link>http://worrydream.com/Tangle/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA["Tangle is a JavaScript library for creating reactive documents. Your readers can interactively explore possibilities, play with parameters, and see the document update immediately. Tangle is super-simple and easy to learn."

Tangle is HTML5 goodness. Swallow it whole.]]></description>
<dc:subject>charlesarthur programming javascript</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:16e072cf22d4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.guardian.co.uk/info/developer-blog/2011/nov/03/javascript-upgrade-comment-platform">
    <title>How a Javascript upgrade brought down our commenting platform &gt;&gt; Guardian developer blog</title>
    <dc:date>2011-11-03T16:54:05+00:00</dc:date>
    <link>http://www.guardian.co.uk/info/developer-blog/2011/nov/03/javascript-upgrade-comment-platform</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA["It can't hurt if we put 'attr(disabled) in can it?"]]></description>
<dc:subject>charlesarthur javascript coding</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:8acb694dae71/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:coding"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.brandonbibleforum.com/">
    <title>Brandon Bible Forum: where's that CSS file from? Oh, I see</title>
    <dc:date>2011-10-30T22:18:16+00:00</dc:date>
    <link>http://www.brandonbibleforum.com/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[
                
                    A fun exercise is to dig through the CSS files that Brandon has, um, linked to and figure out where the image has been added - and how Alfredapp.com avoids displaying it, since it's using the same CSS
                
            ]]></description>
<dc:subject>css javascript</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:347db98ccc8d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://beta.theexpressiveweb.com/">
    <title>HTML5 and CSS3 &gt;&gt; The Expressive Web - Beta</title>
    <dc:date>2011-09-14T05:29:58+00:00</dc:date>
    <link>http://beta.theexpressiveweb.com/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Just in case you needed another HTML5/CSS3 playground: "HTML5 and CSS3 bring loads of new features and functionality to the modern web. This site is a resource and showcase of some of the newest, and most expressive features being added to the web today."<br />
<br />
However, here's what you might not expect: it's by Adobe.]]></description>
<dc:subject>html5 adobe javascript charlesarthur</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:65896febe799/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:adobe"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>