<?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 (jtyost2)</title>
    <link>https://pinboard.in/u:jtyost2/public/</link>
    <description>recent bookmarks from jtyost2</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/"/>
	<rdf:li rdf:resource="http://css-tricks.com/berg-cloud-buttons/"/>
	<rdf:li rdf:resource="http://css-tricks.com/the-facebook-loading-animation-in-css/"/>
	<rdf:li rdf:resource="http://codepen.io/joshnh/pen/ohbHl"/>
	<rdf:li rdf:resource="http://www.xanthir.com/b4Ko0"/>
	<rdf:li rdf:resource="http://css-tricks.com/saving-the-day-with-scoped-css/"/>
	<rdf:li rdf:resource="http://kilianvalkhof.com/2008/css-xhtml/the-css3-not-selector/"/>
	<rdf:li rdf:resource="http://www.frankieroberto.com/responsive_text"/>
	<rdf:li rdf:resource="http://dev.w3.org/csswg/css3-hierarchies/"/>
	<rdf:li rdf:resource="http://www.css3generator.com/"/>
	<rdf:li rdf:resource="http://www.colorzilla.com/gradient-editor/"/>
	<rdf:li rdf:resource="https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills"/>
	<rdf:li rdf:resource="https://github.com/necolas/css3-social-signin-buttons"/>
	<rdf:li rdf:resource="https://github.com/rstacruz/jquery.transit"/>
	<rdf:li rdf:resource="https://github.com/TapQuo/Lungo.js"/>
	<rdf:li rdf:resource="http://designlunatic.com/projects/blucss/"/>
	<rdf:li rdf:resource="https://github.com/codepo8/CSS3-Rainbow-Dividers"/>
	<rdf:li rdf:resource="http://css-tricks.com/14001-tabs-with-round-out-borders/"/>
	<rdf:li rdf:resource="http://leaverou.me/2011/09/pure-css3-typing-animation-with-steps/"/>
	<rdf:li rdf:resource="http://arstechnica.com/open-source/news/2011/09/reflecting-on-chrome-as-browser-hits-third-birthday.ars"/>
	<rdf:li rdf:resource="http://nicolasgallagher.com/css-drop-shadows-without-images/"/>
	<rdf:li rdf:resource="http://css-tricks.com/13641-sideways-headers/"/>
	<rdf:li rdf:resource="http://css-tricks.com/13627-infinite-all-css-scrolling-slideshow/"/>
	<rdf:li rdf:resource="http://nicolasgallagher.com/pure-css-gui-icons/"/>
	<rdf:li rdf:resource="http://googlecode.blogspot.com/2011/06/swiffy-convert-swf-files-to-html5.html"/>
	<rdf:li rdf:resource="http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/"/>
	<rdf:li rdf:resource="https://github.com/dhgamache/Skeleton"/>
	<rdf:li rdf:resource="https://github.com/thatcoolguy/gridless-boilerplate"/>
	<rdf:li rdf:resource="https://github.com/scottjehl/Respond"/>
	<rdf:li rdf:resource="http://lab.galengidman.com/progress-bars/"/>
	<rdf:li rdf:resource="http://snook.ca/archives/html_and_css/font-size-with-rem"/>
	<rdf:li rdf:resource="http://googlewebfonts.blogspot.com/2011/04/streamline-your-web-font-requests.html"/>
	<rdf:li rdf:resource="http://davidwalsh.name/css-zoom"/>
	<rdf:li rdf:resource="http://www.campaignmonitor.com/blog/post/3457/media-query-issues-in-yahoo-mail-mobile-email/"/>
	<rdf:li rdf:resource="http://html5boilerplate.com/mobile/"/>
	<rdf:li rdf:resource="http://css-tricks.com/stacking-order-of-multiple-backgrounds/"/>
	<rdf:li rdf:resource="http://css-tricks.com/comma-separated-webkit-animation-keyframes/"/>
	<rdf:li rdf:resource="http://css-tricks.com/progressively-enhancing-html5-forms/"/>
	<rdf:li rdf:resource="http://judsoncollier.com/blog/fullstory/internet_explorer_9_supports_css3_still_fails_misrably/"/>
	<rdf:li rdf:resource="http://css-tricks.com/quickie-css3-tricks-with-fallbacks/"/>
	<rdf:li rdf:resource="http://www.baselinecss.com/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/">
    <title>List of Pseudo-Elements to Style Form Controls - TJ VanToll - Tutorials, Thoughts, and Ramblings on Front End Development</title>
    <dc:date>2013-04-17T04:04:03+00:00</dc:date>
    <link>http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Styling form elements is a pain point when developing web applications. Historically, web developers have had to accept the form controls the browser provided with little hope of customization. However, web rendering engines are increasingly adding hooks through pseudo-elements to give authors some control over the display.

While all of these pseudo-elements are rendering engine specific (and therefore behind vendor prefixes), they can still be handy for customizing the display for that engine. The following is my best attempt at compiling a complete list of the pseudo-elements available in Trident, Gecko, and WebKit. At the time of this writing Blink is a recent fork of WebKit, so the pseudo-elements provided are identical. I am not aware of any form related pseudo-elements that Presto provides.]]></description>
<dc:subject>css css3 form html webdesign webdevelopment programming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:c6ae3e4e0daf/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:form"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/berg-cloud-buttons/">
    <title>BERG Cloud Buttons | CSS-Tricks</title>
    <dc:date>2013-01-07T06:42:52+00:00</dc:date>
    <link>http://css-tricks.com/berg-cloud-buttons/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[The buttons at BERG Cloud are pretty sweet looking. It's not a hugely big deal, but the way they have created them uses two separate images (not sprited) and two internal spans. In this tutorial we will recreate them with some modern tricks. We'll use no images (more efficient), less markup (more semantic), and function smoother (no javascript controlling states).]]></description>
<dc:subject>css css3 webdesign webdevelopment programming software button</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:88d4cd9683dd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:button"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/the-facebook-loading-animation-in-css/">
    <title>The Facebook Loading Animation in CSS | CSS-Tricks</title>
    <dc:date>2012-11-06T23:55:52+00:00</dc:date>
    <link>http://css-tricks.com/the-facebook-loading-animation-in-css/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Hey everyone! CSS3 is just plain awesome. The development is fast and the possibilities are endless. Today I want to show you how to make an awesome animation using multiple background images and linear gradients in CSS. We will build the Facebook loading animation using just a single HTML element.

For simplicity, you will not see any vendor prefixes in the CSS. Before we dive into creating the Facebook loading animation I will explain the basic techniques.]]></description>
<dc:subject>html css css3 webdesign webdevelopment programming politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:e1acbb542016/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://codepen.io/joshnh/pen/ohbHl">
    <title>Pure CSS Under Construction GIF · CodePen</title>
    <dc:date>2012-10-03T15:35:30+00:00</dc:date>
    <link>http://codepen.io/joshnh/pen/ohbHl</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[1) @paul_irish #lazyweb's wanting classic  construction man GIF in CSS

2) @_joshnh builds on @CodePen with 1 element ]]></description>
<dc:subject>gif css css3 html webdesign politics</dc:subject>
<dc:source>https://twitter.com/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:fff102d26aa9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:gif"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.xanthir.com/b4Ko0">
    <title>- Tab Completion</title>
    <dc:date>2012-09-05T02:57:44+00:00</dc:date>
    <link>http://www.xanthir.com/b4Ko0</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[There has never been a CSS4. There will never be a CSS4. CSS4 is not a thing that exists.

The term "CSS3" refers to everything published after CSS 2.1.

"But", you might object, "I saw things like CSS4 Images, or Selectors 4! Aren't they part of CSS4?".

No. As I just said, there is no CSS4. ^_^

While trying to finish CSS 2.1, we (the CSSWG) realized that big monolithic "versions" weren't any good. They were difficult to maintain, and slow to develop.

Instead, we decided to split up the CSS language into a bunch of independent modules. Each module can level up independently, and contains only a smallish set of features, so it's harder for a large set of features to be slowed down by a single stubborn feature.

Some of our modules start out at level 3, if they extend something from CSS2.1. Others start out at level 1, if they're something new (for example, Flexbox). However, the level that a module is at has no correlation with what version of CSS it's in. They're all CSS3, regardless of what level they're at.

Our URLs don't help the matter much, of course. We use URLs with things like css4-backgrounds in them, which totally sounds like CSS4. On behalf of the CSSWG, I apologize for the confusion. All that means is that it's CSS Background & Borders Level 4, which is implicitly part of CSS3.

So, now you know. There's no such thing as CSS4. There is only CSS3, and each module can level up independently. Pass it on!]]></description>
<dc:subject>css css3 css4 webdesign webdevelopment politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:e6bc1cfd3aec/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css4"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/saving-the-day-with-scoped-css/">
    <title>Saving the Day with Scoped CSS</title>
    <dc:date>2012-04-19T02:33:04+00:00</dc:date>
    <link>http://css-tricks.com/saving-the-day-with-scoped-css/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Over the last couple years HTML5 and CSS3 have rocked our worlds and the way we approach common website issues. Every few days it seems there is some new fangled snippet or approach that is a game changer. Today might just be another one of those days (kind of).

One little known feature of HTML5 is Scoped CSS. It’s an attribute for style blocks that may change the way we tackle certain styling challenges in the future.]]></description>
<dc:subject>html5 css3 css html webdesign webdevelopment programming politics</dc:subject>
<dc:identifier>https://pinboard.in/u:jtyost2/b:05f4ab658c29/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://kilianvalkhof.com/2008/css-xhtml/the-css3-not-selector/">
    <title>The CSS3 :not() selector • CSS &amp; (X)HTML • Kilian Valkhof</title>
    <dc:date>2012-03-29T05:07:32+00:00</dc:date>
    <link>http://kilianvalkhof.com/2008/css-xhtml/the-css3-not-selector/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[There isn’t a lot of information to be found about the :not() selector. The specifications only offer 3 lines of text and a couple of examples. So lets see what it can do!

The Specification

The negation pseudo-class, :not(X), is a functional notation taking a simple selector […] as an argument. It represents an element that is not represented by the argument.

What it says here, is that a selector with a :not() in it will match all elements that do not match what’s between the parenthesis.

A simple selector is a term used in the specifications. A simple selector is: a single element, attribute selector, class, id or pseude-class.]]></description>
<dc:subject>css css3 programming webdesign webdevelopment software politics</dc:subject>
<dc:identifier>https://pinboard.in/u:jtyost2/b:62cdb477ff0c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.frankieroberto.com/responsive_text">
    <title>Responsive text</title>
    <dc:date>2012-02-16T06:32:45+00:00</dc:date>
    <link>http://www.frankieroberto.com/responsive_text</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Some websites now contain 'responsive images'. These scale (or crop) depending upon your screen's viewing area, so the image sizes remain appropriate whether you're looking at the website on a mobile phone, or on a huge flat screen monitor.

This is an example of responsive text.

The amount of textual detail scales relative to your screen size.

The effect is achieved using simple HTML class names and CSS media queries which show or hide the content depending upon the current screen width.]]></description>
<dc:subject>webdesign webdevelopment programming software html css css3 design politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:1a27ffdecc80/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://dev.w3.org/csswg/css3-hierarchies/">
    <title>CSS Hierarchies Module Level 3</title>
    <dc:date>2012-02-07T05:03:57+00:00</dc:date>
    <link>http://dev.w3.org/csswg/css3-hierarchies/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc. This module contains the features of CSS level 3 relating to the hierarchical nesting of style rules. It includes and extends the functionality of CSS level 2 [CSS21], which builds on CSS level 1 [CSS1]. The main extension compared to level 2 is the ability to nest a style rule within another rule, allowing greater modularisation and readibility of CSS documents.]]></description>
<dc:subject>css html css3 w3c standards webdesign webdevelopment programming politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:463184e0b031/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:w3c"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:standards"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.css3generator.com/">
    <title>CSS3 Generator</title>
    <dc:date>2011-12-27T06:59:34+00:00</dc:date>
    <link>http://www.css3generator.com/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[CSS3 Generator]]></description>
<dc:subject>css css3 webdesign webdevelopment programming politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:75829ece7235/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.colorzilla.com/gradient-editor/">
    <title>Ultimate CSS Gradient Generator - ColorZilla.com</title>
    <dc:date>2011-12-27T06:54:34+00:00</dc:date>
    <link>http://www.colorzilla.com/gradient-editor/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Ultimate CSS Gradient Generator
A powerful Photoshop-like CSS gradient editor from ColorZilla.]]></description>
<dc:subject>css css3 gradient webdesign design politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:5372c3cf51f6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:gradient"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills">
    <title>HTML5 Cross Browser Polyfills - GitHub</title>
    <dc:date>2011-12-14T17:38:16+00:00</dc:date>
    <link>https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them.

The general idea is that: we, as developers, should be able to develop with the HTML5 apis, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users upgrade, your code doesn't have to change but users will move to the better, native experience cleanly.

Looking for a way to conditionally load these scripts client-side based on feature detects? See Modernizr. Looking for a guide to writing your own polyfills? See Writing Cross-Browser JavaScript Polyfills.]]></description>
<dc:subject>html5 css3 css html programming polyfill shim javascript webdevelopment politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:57ffa7cb0582/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:polyfill"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:shim"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/necolas/css3-social-signin-buttons">
    <title>necolas/css3-social-signin-buttons - GitHub</title>
    <dc:date>2011-11-27T22:11:12+00:00</dc:date>
    <link>https://github.com/necolas/css3-social-signin-buttons</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[CSS3 Social Sign-in Buttons with icons. Small and large sizes.]]></description>
<dc:subject>css css3 webdesign webdevelopment buttons programming html politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:1bf7cc3c1411/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:buttons"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/rstacruz/jquery.transit">
    <title>rstacruz/jquery.transit - GitHub</title>
    <dc:date>2011-11-15T06:02:23+00:00</dc:date>
    <link>https://github.com/rstacruz/jquery.transit</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Super-smooth CSS3 transformations and transitions for jQuery
jQuery Transit is a plugin for to help you do CSS transformations and transitions in jQuery.]]></description>
<dc:subject>css jquery webdesign css3 CSSTransformations CSSTransitions javascript politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:fcf4b7414ab3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:jquery"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:CSSTransformations"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:CSSTransitions"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/TapQuo/Lungo.js">
    <title>TapQuo/Lungo.js - GitHub</title>
    <dc:date>2011-11-09T01:32:14+00:00</dc:date>
    <link>https://github.com/TapQuo/Lungo.js</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[LungoJS
HTML5 Mobile Framework, and stuff.]]></description>
<dc:subject>javascript html5 css3 css html framework mobile MobileFramework politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:b2fedae8763c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:MobileFramework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://designlunatic.com/projects/blucss/">
    <title>BluCSS</title>
    <dc:date>2011-09-24T20:18:12+00:00</dc:date>
    <link>http://designlunatic.com/projects/blucss/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[BluCSS is a CSS framework designed with ease of use and simplicity in mind. It is specifically made so that when you're working on your next project, you don't have to worry about the essentials. With BluCSS, you can be up and running in less than a minute. ]]></description>
<dc:subject>design framework css css3 responsivedesign webdesign webdevelopment politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:e59fc03a843e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:responsivedesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/codepo8/CSS3-Rainbow-Dividers">
    <title>codepo8/CSS3-Rainbow-Dividers - GitHub</title>
    <dc:date>2011-09-08T03:27:42+00:00</dc:date>
    <link>https://github.com/codepo8/CSS3-Rainbow-Dividers</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[No longer must your rainbow dividers be images slowing down your computer! Make them hardware accelerated!]]></description>
<dc:subject>css3 cssanimations webdesign webdevelopment politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:be23cfd83d06/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:cssanimations"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/14001-tabs-with-round-out-borders/">
    <title>Tabs with Round Out Borders | CSS-Tricks</title>
    <dc:date>2011-09-06T07:17:27+00:00</dc:date>
    <link>http://css-tricks.com/14001-tabs-with-round-out-borders/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Rounded corners are now trivially easy to achieve via border-radius. But that only allows us to cut into the shape. What if we want to connect a shape to another with a rounded outward corner. ]]></description>
<dc:subject>css programming webdesign tabs css3 politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:c61fa9143d15/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:tabs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://leaverou.me/2011/09/pure-css3-typing-animation-with-steps/">
    <title>Pure CSS3 typing animation with steps() | Lea Verou</title>
    <dc:date>2011-09-06T02:37:32+00:00</dc:date>
    <link>http://leaverou.me/2011/09/pure-css3-typing-animation-with-steps/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[steps() is a relatively new addition to the CSS3 animations module. Instead of interpolating the values smoothly, it allows us to define the number of “frames” precisely. So I used it to create headers that have the well-known animated “typing effect”:]]></description>
<dc:subject>css css3 html webdesign webdevelopment programming politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:aa6091b0aee1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://arstechnica.com/open-source/news/2011/09/reflecting-on-chrome-as-browser-hits-third-birthday.ars">
    <title>Reflecting on Chrome as browser hits third birthday</title>
    <dc:date>2011-09-03T02:12:57+00:00</dc:date>
    <link>http://arstechnica.com/open-source/news/2011/09/reflecting-on-chrome-as-browser-hits-third-birthday.ars</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Google launched its Chrome Web browser on September 1, 2008—three years ago today. In the time since its debut, Google's Web browser has attracted a considerable following and influenced other browser vendors. To celebrate the anniversary, Google has published an interactive HTML5 infographic that presents the history of the major Web browsers and Web standards.

Chrome's contributions to the Web and browser design are significant. Google set the pace of development for modern browsers by being the first browser vendor to adopt a radically shorter development cycle and a release management strategy that emphasizes fast-paced incremental improvement. Chrome's transparent update system and channel-based prerelease distribution model are being adopted by Firefox and could eventually be picked up by other browser vendors.

Chrome's distinctive minimalist design has also changed the way that browser vendors think about usability. Chrome's approach to paring down the interface and offering a more streamlined user experience has been embraced by other browsers. Google took the lead on some controversial moves, like not displaying "http" in the location bar.

The technical influence of Chrome can even be felt outside of the browser ecosystem. The performance of Chrome's sophisticated V8 JavaScript engine and the ease with which it can be embedded in other software have led to its adoption in a range of other environments. For example, V8 was used to produce Node.js, a server-side JavaScript runtime that is popularizing the use of JavaScript for backend Web development.

Although Chrome has come a long way, the browser still lags behind its competitors in some key ways. When we first reviewed Chrome in 2008, one of our biggest gripes with the user interface was the lack of tab overflow handling. After three years, this issue still hasn't been fixed. Chrome's user interface for browsing history is another major weak area relative to other browsers. History autocompletion in the Omnibox is also quite limited compared to Firefox's AwesomeBar.

Despite the limitations, Chrome's audience has grown explosively since its 2008 launch. According to statistics from StatCounter, the browser's marketshare hit 10 percent last year and continued growing to 23 percent, as of this month. It's become an important part of Google's product landscape, serving as the central pillar of the company's ambitious Chrome OS operating system.

After three great years of innovation and raising the bar, Chrome's future looks bright.]]></description>
<dc:subject>googlechrome browser javascript html html5 css css3 webdesign webstandards webdevelopment politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:11527ccab29a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:googlechrome"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:browser"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webstandards"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://nicolasgallagher.com/css-drop-shadows-without-images/">
    <title>CSS drop-shadows without images – Nicolas Gallagher</title>
    <dc:date>2011-08-29T01:18:07+00:00</dc:date>
    <link>http://nicolasgallagher.com/css-drop-shadows-without-images/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Drop-shadows are easy enough to create using pseudo-elements. It’s a nice and robust way to progressively enhance a design. This post is a summary of the technique and some of the possible appearances.]]></description>
<dc:subject>css webdesign css3 dropshadows politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:ca9dee1eccb0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:dropshadows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/13641-sideways-headers/">
    <title>Sideways Headers | CSS-Tricks</title>
    <dc:date>2011-08-28T19:09:45+00:00</dc:date>
    <link>http://css-tricks.com/13641-sideways-headers/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Christian Heilmann had an interesting CSS predicament the other day. The idea was to make header tags rotated 90-degrees and align along the left of a blog of content rather than at the top. ]]></description>
<dc:subject>css css3 webdesign webdevelopment programming politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:dd00ff592c54/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/13627-infinite-all-css-scrolling-slideshow/">
    <title>Infinite All-CSS Scrolling Slideshow | CSS-Tricks</title>
    <dc:date>2011-08-21T23:01:09+00:00</dc:date>
    <link>http://css-tricks.com/13627-infinite-all-css-scrolling-slideshow/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Just for kicks I wanted to see if I could make a row of images animate across a page and repeat indefinitely. Turns out it's really not that hard. The way I did it was to make one big long graphic where the first part and the last part are visually identical. ]]></description>
<dc:subject>css images webdesign webdevelopment css3 jquery javascript politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:79c067161d5c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:images"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:jquery"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://nicolasgallagher.com/pure-css-gui-icons/">
    <title>Pure CSS GUI icons (experimental) – Nicolas Gallagher</title>
    <dc:date>2011-07-03T22:13:23+00:00</dc:date>
    <link>http://nicolasgallagher.com/pure-css-gui-icons/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[An experiment that uses pseudo-elements to create 84 simple GUI icons using CSS and semantic HTML. Shared as an exercise in creative problem solving and working within constraints. This is not a “production ready” CSS icon set.]]></description>
<dc:subject>css webdesign webdevelopment css3 icons politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:e0afba3fe65e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:icons"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://googlecode.blogspot.com/2011/06/swiffy-convert-swf-files-to-html5.html">
    <title>Swiffy: convert SWF files to HTML5 - The official Google Code blog</title>
    <dc:date>2011-06-29T03:37:26+00:00</dc:date>
    <link>http://googlecode.blogspot.com/2011/06/swiffy-convert-swf-files-to-html5.html</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Some Google projects really do start from one person hacking around. Last summer, an engineering intern named Pieter Senster joined the mobile advertising team to explore how we could display Flash animations on devices that don’t support Adobe Flash player. Pieter made such great progress that Google hired him full time and formed a team to work on the project. Swiffy was born!

Today we’re making the first version of Swiffy available on Google Labs. You can upload a SWF file, and Swiffy will produce an HTML5 version which will run in modern browsers with a high level of SVG support such as Chrome and Safari. It’s still an early version, so it won’t convert all Flash content, but it already works well on ads and animations. We have some examples of converted SWF files if you want to see it in action.

Swiffy uses a compact JSON representation of the animation, which is rendered using SVG and a bit of HTML5 and CSS3. ActionScript 2.0 is also present in the JSON object, and is interpreted in JavaScript in the browser. This representation makes the Swiffy animations almost as compact as the original SWF files.

Swiffy is a great example of how far the web platform has come. Swiffy animations benefit from the recent advancements in JavaScript execution speed and hardware accelerated 2D graphics in the browser. Viva la Web!]]></description>
<dc:subject>flash html5 google Swiffy webdesign webdevelopment javascript css3 json politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:87d7f0e9bdf9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:flash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:Swiffy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:json"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/">
    <title>Native style momentum scrolling to arrive in iOS 5 · Johan Brook</title>
    <dc:date>2011-06-25T22:58:07+00:00</dc:date>
    <link>http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[One of the biggest gripes of web apps in Mobile Safari comes to an end. In iOS 5 Beta 2, you are able to do this on an element with CSS:

overflow: scroll;
-webkit-overflow-scrolling: touch;

And the content inside that element should get native style momentum scroll. Just like any other app in iOS. Leaked screenshot of release notes (click for larger view):]]></description>
<dc:subject>css webkit iphone ios css3 ios5 mobile MobileSafari politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:c3ec88e1ad9a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:iphone"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:ios"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:ios5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:MobileSafari"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/dhgamache/Skeleton">
    <title>dhgamache/Skeleton - GitHub</title>
    <dc:date>2011-06-17T03:41:49+00:00</dc:date>
    <link>https://github.com/dhgamache/Skeleton</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development ]]></description>
<dc:subject>framework css html5 css3 politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:2265df3ad859/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/thatcoolguy/gridless-boilerplate">
    <title>thatcoolguy/gridless-boilerplate - GitHub</title>
    <dc:date>2011-06-13T14:03:20+00:00</dc:date>
    <link>https://github.com/thatcoolguy/gridless-boilerplate</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Gridless is an awesome HTML5 and CSS3 boilerplate for making responsive, cross-browser websites with beautiful typography]]></description>
<dc:subject>html5 css css3 cssframework boilerplate webdesign webdevelopment programming framework politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:013fb492d02c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:cssframework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:boilerplate"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/scottjehl/Respond">
    <title>scottjehl/Respond - GitHub</title>
    <dc:date>2011-05-06T05:27:26+00:00</dc:date>
    <link>https://github.com/scottjehl/Respond</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)]]></description>
<dc:subject>css3 css webdesign webdevelopment programming javascript ie ie8 ie6 politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:bc8c08dff684/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:ie"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:ie8"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:ie6"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://lab.galengidman.com/progress-bars/">
    <title>CSS3 Progress Bars</title>
    <dc:date>2011-05-05T07:21:58+00:00</dc:date>
    <link>http://lab.galengidman.com/progress-bars/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[These progress bars were created by Galen Gidman using no images what-so-ever... just CSS3.]]></description>
<dc:subject>css3 progressbars webdesign webdevelopment css politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:09198c8545ac/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:progressbars"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://snook.ca/archives/html_and_css/font-size-with-rem">
    <title>Font sizing with rem - Snook.ca</title>
    <dc:date>2011-05-03T06:44:06+00:00</dc:date>
    <link>http://snook.ca/archives/html_and_css/font-size-with-rem</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[And voila, we now have consistent and predictable sizing in all browsers, and resizable text in the current versions of all major browsers.]]></description>
<dc:subject>css css3 typography font webdesign webdevelopment politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:780b64e91fca/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:typography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:font"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://googlewebfonts.blogspot.com/2011/04/streamline-your-web-font-requests.html">
    <title>Streamline your web font requests. Introducing “text=” - Google Web Fonts</title>
    <dc:date>2011-05-03T02:12:23+00:00</dc:date>
    <link>http://googlewebfonts.blogspot.com/2011/04/streamline-your-web-font-requests.html</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Oftentimes, when you want to use a web font on your website or application, you know in advance which letters you’ll need. This often occurs when you’re using a web font in a logo or heading.

That’s why we’re introducing a new beta feature to the Google Web Fonts API. The feature is called “text=”, and allows you to specify which characters you’ll need. To use it, simply add “text=” to your Google Web Fonts API requests.]]></description>
<dc:subject>css font GoogleWebFonts performance scalability css3 fontface politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:c72d95d2ec0c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:font"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:GoogleWebFonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:scalability"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:fontface"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://davidwalsh.name/css-zoom">
    <title>Create a Spinning, Zooming Effect with CSS3</title>
    <dc:date>2011-04-27T06:23:49+00:00</dc:date>
    <link>http://davidwalsh.name/css-zoom</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[In case you weren't aware, CSS animations are awesome.  They're smooth, less taxing than JavaScript, and are the future of node animation within browsers.  Dojo's mobile solution, dojox.mobile, uses CSS animations instead of JavaScript to lighten the application's JavaScript footprint.  One of my favorite effects is the spinning, zooming CSS animation.  Let me show you how it's done!]]></description>
<dc:subject>css3 CSSAnimation javascript webdesign webdevelopment politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:39a3a7e44f86/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:CSSAnimation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.campaignmonitor.com/blog/post/3457/media-query-issues-in-yahoo-mail-mobile-email/">
    <title>Prevent Yahoo! Mail from displaying the mobile version of your email - Blog - Campaign Monitor</title>
    <dc:date>2011-04-27T04:30:36+00:00</dc:date>
    <link>http://www.campaignmonitor.com/blog/post/3457/media-query-issues-in-yahoo-mail-mobile-email/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Soon after publishing our recent post on 'Mobile email design in practice', it was pointed out to us that using @media queries to optimize email for mobile devices has a glaring downside. As it turns out, Yahoo! Mail inexplicably gives precedence to the @media stylesheet, using the CSS styles defined within, over any inline styles in the HTML email. The result is predictably sub-optimal:]]></description>
<dc:subject>campaignmonitor email webdesign css css3 yahoomail politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:8c0f6dde873d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:campaignmonitor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:email"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:yahoomail"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://html5boilerplate.com/mobile/">
    <title>Mobile Boilerplate</title>
    <dc:date>2011-03-29T22:35:43+00:00</dc:date>
    <link>http://html5boilerplate.com/mobile/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Mobile Boilerplate is your trusted template made custom for creating rich and performant mobile web apps. You get cross-browser consistency among A-grade smartphones, and fallback support for legacy Blackberry, Symbian, and IE Mobile. Mobile Boilerplate is not a framework, but works well with projects like jQuery Mobile, Sencha Touch, Phonegap and Appcelerator. You get an offline caching setup for free, fast button clicks, a media query polyfill, and many common mobile WebKit optimizations waiting for you. Use Mobile Boilerplate to start your mobile webapp quickly and immediately benefit from community best practices. ]]></description>
<dc:subject>mobile webdesign webdevelopment programming framework html5 html javascript css css3 politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:7c34258fc8a9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/stacking-order-of-multiple-backgrounds/">
    <title>Stacking Order of Multiple Backgrounds | CSS-Tricks</title>
    <dc:date>2011-03-27T20:44:00+00:00</dc:date>
    <link>http://css-tricks.com/stacking-order-of-multiple-backgrounds/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Multiple background images is a cool feature of CSS3. The syntax is easy, you just comma separate them. I find it's easiest/best to use the background shorthand property so you can declare the position and repeating and whatnot and keep them all grouped together. What isn't obvious while looking at the syntax is which image is on top in the vertical stacking order when those images overlap. The spec is clear in this regard and browser implimentations follow. The first is on top and they go down from there.]]></description>
<dc:subject>css css3 webdesign background politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:df7c83650b28/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:background"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/comma-separated-webkit-animation-keyframes/">
    <title>Comma Separated WebKit Animation Keyframes | CSS-Tricks</title>
    <dc:date>2011-03-23T00:48:05+00:00</dc:date>
    <link>http://css-tricks.com/comma-separated-webkit-animation-keyframes/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[Another little thing I learned from Estelle at the SXSW 2011 CSS3: Beyond The Basics panel was that you can comma separate the keyframe values in a WebKit animation declaration. Let's say you wanted to create a pulsing effect as an animation. One way to do that would be to have an animation which changes the opacity on 0% and 100% and then set the iteration-count to have it run a couple of times. But you can accomplish the same thing by making the pulsate animation have multiple value along a single iteration, like this:]]></description>
<dc:subject>css3 webkit webkitanimation webdesign politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:750e2719b572/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webkitanimation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/progressively-enhancing-html5-forms/">
    <title>Progressively Enhancing HTML5 Forms | CSS-Tricks</title>
    <dc:date>2011-03-13T23:35:28+00:00</dc:date>
    <link>http://css-tricks.com/progressively-enhancing-html5-forms/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA[This is what I'm thinking is the best current way to progressively enhance forms. That is, use HTML5 features when they are available and fall back to JavaScript alternatives when they are not. ]]></description>
<dc:subject>html5 javascript webdevelopment webdesign html5form jquery css css3 politics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jtyost2/b:bae5c150281e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5form"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:jquery"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://judsoncollier.com/blog/fullstory/internet_explorer_9_supports_css3_still_fails_misrably/">
    <title>judson collier [dot] com | Internet Explorer 9 Supports CSS3, still fails miserably.</title>
    <dc:date>2009-12-18T02:52:18+00:00</dc:date>
    <link>http://judsoncollier.com/blog/fullstory/internet_explorer_9_supports_css3_still_fails_misrably/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA["Because if you notice, no one else is complaining. The fact is, Firefox 2, a browser released in 2006 and predates Acid 3, scores a 52/100 versus the current IE9 score of 32/100. And did I mention? Every major browsers scores over 90 on ACID 3."]]></description>
<dc:subject>ie9 css css3 ie firefox safari opera acidtest politics</dc:subject>
<dc:identifier>https://pinboard.in/u:jtyost2/b:ba20cc60bc12/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:ie9"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:ie"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:firefox"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:safari"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:opera"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:acidtest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/quickie-css3-tricks-with-fallbacks/">
    <title>Quickie CSS3 Tricks with Fallbacks | CSS-Tricks</title>
    <dc:date>2009-11-24T06:17:20+00:00</dc:date>
    <link>http://css-tricks.com/quickie-css3-tricks-with-fallbacks/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA["CSS3 can do some seriously neat stuff. Just check out some of the crazy 3D stuff you can do in WebKit. But as we all know, we need to be careful with what we choose to do with it. The most cutting edge techniques are fun to play with, but since since only a sliver of browsers support them fully, we can only use them in circumstances where they fall back to otherwise perfectly acceptable styling. Let’s look at a couple of quick, simple, cheezy examples."]]></description>
<dc:subject>css3 css design webdevelopment webdesign programming politics</dc:subject>
<dc:identifier>https://pinboard.in/u:jtyost2/b:be1c4fa794a0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.baselinecss.com/">
    <title>Baseline - a designer framework by ProjetUrbain.com</title>
    <dc:date>2009-09-09T05:20:34+00:00</dc:date>
    <link>http://www.baselinecss.com/</link>
    <dc:creator>jtyost2</dc:creator><description><![CDATA["Built with typographic standards in mind, Baseline makes it easy to develop a website with a pleasing grid and good typography. Baseline starts with several files to reset the browser’s default behavior, build a basic typographic layout — including style for HTML forms and new HTML 5 elements — and build a simple grid system. Baseline was born to be a quick way to prototype a website and grew up to become a full typographic framework for the web using “real” baseline grid as it’s foundation." The forms styling seems a little weird to me.]]></description>
<dc:subject>css css3 html5 framework webdesign typography politics</dc:subject>
<dc:identifier>https://pinboard.in/u:jtyost2/b:1e2c14515a1c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:typography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jtyost2/t:politics"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>