<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>toronto based web developer and fan of css. visit my homepage.</description><title>Josh Vogt</title><generator>Tumblr (3.0; @vogtjosh)</generator><link>http://blog.vogtjosh.com/</link><item><title>CSS Filters Test Page</title><description>&lt;a href="http://dabblet.com/gist/1514446"&gt;CSS Filters Test Page&lt;/a&gt;: &lt;p&gt;Test page showing the new filters available in webkit using -webkit-filter. Works in Webkit nightly’s and Chrome 18.&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/14917183874</link><guid>http://blog.vogtjosh.com/post/14917183874</guid><pubDate>Wed, 28 Dec 2011 09:16:00 -0500</pubDate><category>css3</category><category>filters</category></item><item><title>http://subtlepatterns.com/</title><description>&lt;a href="http://subtlepatterns.com/"&gt;http://subtlepatterns.com/&lt;/a&gt;</description><link>http://blog.vogtjosh.com/post/13907823905</link><guid>http://blog.vogtjosh.com/post/13907823905</guid><pubDate>Wed, 07 Dec 2011 23:17:19 -0500</pubDate></item><item><title>Element Filtering Using CSS3 Negation Pseudo-Class</title><description>&lt;p&gt;I was going to title this post, &amp;#8220;I was bored at work today so here&amp;#8217;s some CSS&amp;#8221; but that didn&amp;#8217;t seem very descriptive. And for those that don&amp;#8217;t want to scroll down to find the link to the demo: &lt;a href="http://jsfiddle.net/joshvogt/UybPY/" target="_blank"&gt;Here you go.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Essentially, I was trying to filter content based on data attribute and the negation pseudo-class. And it works well using a combination of :not(s) pseudo-class and the general sibling combinator.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;a[data-filter="red"]:focus ~ div:not([data-filter="red"])&lt;/code&gt; works by selecting all divs that do not have a data-filter attribute equal to exactly &amp;#8220;red&amp;#8221;. These divs must also be a sibling of an in focus &amp;lt;a&amp;gt; element that has a data-filter attribute equal to &amp;#8220;red&amp;#8221;. If these requirements are met then all other divs have their values zeroed out.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;I used the :focus pseudo-selector instead of :target because the buttons are being used to navigate to another section of the page (or another page for that matter) and if you&amp;#8217;re just using an anchor to trigger a state change then I don&amp;#8217;t really want to pollute the users history with a bunch of fragment identifiers that are essentially linking to the same page.&lt;/p&gt;
&lt;p&gt;If you want user to be able to have an interaction with the filtered elements beyond just clicking a link you will need to the use the :target pseudo-class. You can see the same example using :target here: &lt;a href="http://jsfiddle.net/joshvogt/AHcjs/" target="_blank"&gt;&lt;a href="http://jsfiddle.net/joshvogt/AHcjs/" target="_blank"&gt;http://jsfiddle.net/joshvogt/AHcjs/&lt;/a&gt;&lt;/a&gt;. On this one, I&amp;#8217;ve added add a :hover state that only applies to filtered elements.&lt;/p&gt;
&lt;p&gt;One thing I couldn&amp;#8217;t figure out: if you wrap the &amp;lt;a&amp;gt; elements in another element the selector breaks and I couldn&amp;#8217;t figure out one that would work. Bonus points to anyone that can figure that out (Sorry, I don&amp;#8217;t actually have any bonus points to hand out).&lt;/p&gt;
&lt;p&gt;&lt;span&gt;View the demo here: &lt;a target="_blank" href="http://jsfiddle.net/joshvogt/UybPY/"&gt;jsfiddle.net/joshvogt/UybPY/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/12237994218</link><guid>http://blog.vogtjosh.com/post/12237994218</guid><pubDate>Wed, 02 Nov 2011 08:00:00 -0400</pubDate><category>css3</category><category>css</category></item><item><title>CSS Selectors Level 3 Reference</title><description>&lt;p&gt;Just over a month ago the CSS WG Blog &lt;a target="_blank" href="http://www.w3.org/blog/CSS/2011/09/29/selectors-3-selectors-4-rec-fpwd/"&gt;announced&lt;/a&gt; the recommendation of the Selectors Level 3 spec so I made &lt;a href="http://vogtjosh.com/selectors" target="_blank"&gt;this page&lt;/a&gt; as my personal reference for the spec. The page is a repsonsive/fluid design and uses the &lt;a href="http://isotope.metafizzy.co/" target="_blank"&gt;isotope.js&lt;/a&gt; jQuery plugin for layout and filtering. Each selector includes:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The short description from W3C spec&lt;/li&gt;
&lt;li&gt;Code with a link to live examples on jsFiddle&lt;/li&gt;
&lt;li&gt;A link to the full description on the W3C site&lt;/li&gt;
&lt;li&gt;Visual reference for each selectors browser support&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;This is the first time I&amp;#8217;ve tried creating a responsive/fluid site using isotope.js. By and large there weren&amp;#8217;t too many problems but the layout was a bit janky until a fluid/responsive hack was included in plugin. Before that, the layout would go a bit nuts sometimes when I  re-sized the browser window. If you find any errors, feel free to send them to me on Twitter. You can find me on Twitter &lt;a href="http://twitter.com/#!/dumaurier" target="_blank"&gt;@dumaurier&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;View the &lt;a href="http://vogtjosh.com/selectors" target="_blank"&gt;CSS Selectors Reference&lt;/a&gt;.&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/12196408432</link><guid>http://blog.vogtjosh.com/post/12196408432</guid><pubDate>Tue, 01 Nov 2011 10:08:00 -0400</pubDate><category>css3</category><category>css</category><category>selectors</category><category>responsive</category></item><item><title>Magento - Creating Custom Tabs with Attribute Data</title><description>&lt;p&gt;Magento&amp;#8217;s Modern theme has a nice Product Info tab on Product View pages for additional information on the selected product. It&amp;#8217;s fairly common to want to add additional custom tabs that display data from custom attributes fields. It took me a while to figure out how to accomplish this so I&amp;#8217;m writing it down so I don&amp;#8217;t have to waste much time next time I need to do this.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;h4&gt;Create a Custom Attribute&lt;/h4&gt;
&lt;p&gt;In the admin section of the site, click on Catalog&amp;gt;Attributes&amp;gt;Manage Attributes and create a new attribute. Due to my own laziness and lack of creativity I&amp;#8217;ll call it &amp;#8220;Test&amp;#8221;. Assign the new attribute to default Attribute Set and populate with some dummy text.&lt;/p&gt;
&lt;h4&gt;Create the New Tab&lt;/h4&gt;
&lt;p&gt;To create a new tab open the catalog.xml file located in your theme&amp;#8217;s layout folder. Find the block with the type &amp;#8220;catalog/product_view_tabs&amp;#8221;.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Copy the section for display the Additional Information tab. ‹action method=&amp;#8221;addTab&amp;#8221; translate=&amp;#8221;title&amp;#8221; module=&amp;#8221;catalog&amp;#8221;›‹alias›additional‹/alias›‹title›Additional Information‹/title›‹block›catalog/product_view_attributes‹/block›‹template›catalog/product/view/attributes.phtml‹/template›‹/action›&lt;/li&gt;
&lt;li&gt;Replace the contents of the &lt;em&gt;Alias&lt;/em&gt; and &lt;em&gt;Title&lt;/em&gt; tags with the name of your new tab.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;Template&lt;/em&gt; tag, change the path of the template to a new template file. In this case change &lt;em&gt;catalog/product/view/attributes.phtml&lt;/em&gt; to &lt;em&gt;catalog/product/view/test.phtml&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Save and close catalog.xml.&lt;/li&gt;
&lt;/ul&gt;&lt;h4&gt;Create the New Template&lt;/h4&gt;
&lt;p&gt;In order for Magento to display the contents of your custom Attribute in the your tab you have to create the template referenced in catalog.xml and add the necessary PHP to grab the information from the database.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Using your FTP client, navigate to folder referenced in catalog.xml. The path should be app/design/frontend/your_interface/your_theme/template/catalog/product/view. &lt;/li&gt;
&lt;li&gt;In the view folder create a new file that matches the template referenced in catalog.xml. In this case the new file will be called test.phtml. &lt;/li&gt;
&lt;li&gt;Open the new template and copy the following PHP code: &lt;ol&gt;&lt;li&gt;&lt;code&gt;‹?php&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;$_helper = $this-&amp;gt;helper('catalog/output');&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;$_product = $this-&amp;gt;getProduct()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;?›&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;‹?php&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;echo $_helper-&amp;gt;productAttribute($_product, $_product-&amp;gt;get&lt;em&gt;&lt;strong&gt;Tes&lt;/strong&gt;t&lt;/em&gt;(), '&lt;em&gt;&lt;strong&gt;test&lt;/strong&gt;'&lt;/em&gt;&lt;/code&gt;&lt;/li&gt;
&lt;em&gt;
&lt;li&gt;&lt;code&gt;?›&lt;/code&gt;&lt;/li&gt;
&lt;/em&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;em&gt;
&lt;li&gt;getTest(), and &amp;#8216;test&amp;#8217; are the sections that need to be changed to match the name of new custom Attribute&lt;/li&gt;
&lt;/em&gt;&lt;em&gt;
&lt;li&gt;Change these sections to match the name of whatever custom attribute you created.&lt;/li&gt;
&lt;li&gt;If you want to make your life easier when your styling the data with CSS, you should probably consider wrapping the echo statement in html tags.&lt;/li&gt;
&lt;/em&gt; 
&lt;/ul&gt;&lt;p&gt;That&amp;#8217;s it, when you navigate to your product page you should see your new tab called Test and when selected the tab will display the contents of the attribute &amp;#8216;Test&amp;#8217;. You can use this method to create as many custom tabs as you want.&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/6166799035</link><guid>http://blog.vogtjosh.com/post/6166799035</guid><pubDate>Sat, 04 Jun 2011 01:02:00 -0400</pubDate><category>magento</category><category>e-commerce</category></item><item><title>CSS3 Generator</title><description>&lt;a href="http://www.css3.me/"&gt;CSS3 Generator&lt;/a&gt;</description><link>http://blog.vogtjosh.com/post/4605863197</link><guid>http://blog.vogtjosh.com/post/4605863197</guid><pubDate>Thu, 14 Apr 2011 08:50:09 -0400</pubDate><category>css3</category></item><item><title>Audio</title><description>&lt;iframe class="tumblr_audio_player tumblr_audio_player_4530764460" src="http://blog.vogtjosh.com/post/4530764460/audio_player_iframe/vogtjosh/tumblr_lji4aac5MR1qfdif7?audio_file=http%3A%2F%2Fwww.tumblr.com%2Faudio_file%2Fvogtjosh%2F4530764460%2Ftumblr_lji4aac5MR1qfdif7" frameborder="0" allowtransparency="true" scrolling="no" width="500" height="169"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.vogtjosh.com/post/4530764460</link><guid>http://blog.vogtjosh.com/post/4530764460</guid><pubDate>Mon, 11 Apr 2011 14:49:22 -0400</pubDate></item><item><title>CSS Processesor - Cleans Your CSS</title><description>&lt;a href="http://procssor.com/"&gt;CSS Processesor - Cleans Your CSS&lt;/a&gt;</description><link>http://blog.vogtjosh.com/post/4440069694</link><guid>http://blog.vogtjosh.com/post/4440069694</guid><pubDate>Fri, 08 Apr 2011 09:02:56 -0400</pubDate><category>css</category></item><item><title>Create a Horizontal Navigation with HTML5 &amp; CSS3 Flexbox</title><description>&lt;p&gt;Creating a horizontal navigation bar using floats isn&amp;#8217;t particularly difficult but there&amp;#8217;s usually a few hiccups if you want it to be 100% width of the viewport with each link taking an equal amount of the width. The CSS3 Flexbox model makes creating the nav a lot easier and also gives you a lot more flexibility in changing the layout of the navigation bar.&lt;/p&gt;
&lt;p&gt;&lt;!-- more --&gt;The HTML is dead simple. Instead of using an unordered list of links it just uses the nav element wrapping a series of links:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;&lt;code&gt;‹nav›&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;‹a href="#"›Home ‹/a›&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;‹a href="#"›About ‹/a›&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;‹a href="#"›Contact ‹/a›&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;‹a href="#"›Rock &amp;amp; Roll ‹/a›&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;‹a href="#"›Tiger Blood ‹/a›&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;‹/nav›&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;CSS for the ‹nav› element:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;&lt;code&gt;nav{&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;display: -webkit-box;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-webkit-box-orient:horizontal;}&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;CSS for the links:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;&lt;code&gt;nav a{&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;display:block;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;padding:10px;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-webkit-box-flex:1; &lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;text-align:center;}&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;On the ‹nav› element, &lt;code&gt;display:box&lt;/code&gt; invokes the flexbox model &lt;code&gt;box-orient:horizontal&lt;/code&gt; aligns the links along the horizontal axis. And on the links, specifying &lt;code&gt;display:block&lt;/code&gt; and &lt;code&gt;padding:10px&lt;/code&gt; changes the links to block-level elements and adds a bit of spacing. Usually at this point you have to manually figure out the width of each link to centre them properly but the &lt;code&gt;box-flex&lt;/code&gt; selector always you to pass of the calculation to the browser. Setting it to &lt;code&gt;box-flex:1&lt;/code&gt; on the each ‹a› element makes the links flexible and spreads the available space equally among each link. Now you can just add new links to the ‹nav› element and the browser will automatically adjust the spacing.&lt;/p&gt;
&lt;p&gt;If you don&amp;#8217;t want the nav bar centred you can easily adjust the CSS to pin it to either the left or right side of the page removing the &lt;code&gt;box-flex&lt;/code&gt; from the ‹a› tags and adding &lt;code&gt;box-pack:start (to align it left)&lt;/code&gt; or &lt;code&gt;box-pack:end (to align it right)&lt;/code&gt; to the ‹nav› element.&lt;/p&gt;
&lt;p&gt;Keep in mind that flexbox selectors still require browsers prefixes so if you&amp;#8217;re going to use this make sure you code block includes the prefix for Gecko and Webkit.&lt;/p&gt;
&lt;p&gt;View the demo here: &lt;a href="http://jsfiddle.net/joshvogt/tAdk8/6/" target="_blank"&gt;&lt;a href="http://jsfiddle.net/joshvogt/tAdk8/6/" target="_blank"&gt;http://jsfiddle.net/joshvogt/tAdk8/6/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/4065333647</link><guid>http://blog.vogtjosh.com/post/4065333647</guid><pubDate>Thu, 24 Mar 2011 12:35:00 -0400</pubDate><category>css3</category><category>Flexbox</category></item><item><title>CSS Typography Resources</title><description>&lt;a href="http://sixrevisions.com/css/css-typography-03/"&gt;CSS Typography Resources&lt;/a&gt;</description><link>http://blog.vogtjosh.com/post/4022892764</link><guid>http://blog.vogtjosh.com/post/4022892764</guid><pubDate>Tue, 22 Mar 2011 08:25:55 -0400</pubDate><category>css</category><category>typography</category></item><item><title>CSS3 Text Warping</title><description>&lt;a href="http://www.eleqtriq.com/2011/03/css3-text-warping/"&gt;CSS3 Text Warping&lt;/a&gt;</description><link>http://blog.vogtjosh.com/post/3943642908</link><guid>http://blog.vogtjosh.com/post/3943642908</guid><pubDate>Fri, 18 Mar 2011 14:24:01 -0400</pubDate><category>css3</category><category>type</category></item><item><title>Audio</title><description>&lt;iframe class="tumblr_audio_player tumblr_audio_player_3518014549" src="http://blog.vogtjosh.com/post/3518014549/audio_player_iframe/vogtjosh/tumblr_lh7nvfm4FO1qfdif7?audio_file=http%3A%2F%2Fwww.tumblr.com%2Faudio_file%2Fvogtjosh%2F3518014549%2Ftumblr_lh7nvfm4FO1qfdif7" frameborder="0" allowtransparency="true" scrolling="no" width="500" height="169"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.vogtjosh.com/post/3518014549</link><guid>http://blog.vogtjosh.com/post/3518014549</guid><pubDate>Sat, 26 Feb 2011 01:11:39 -0500</pubDate></item><item><title>been-listening:

Marnie Stern - Every Single Line Means...</title><description>&lt;iframe class="tumblr_audio_player tumblr_audio_player_3517509559" src="http://blog.vogtjosh.com/post/3517509559/audio_player_iframe/vogtjosh/tumblr_lgb430O1RC1qg0u1g?audio_file=http%3A%2F%2Fwww.tumblr.com%2Faudio_file%2Fvogtjosh%2F3517509559%2Ftumblr_lgb430O1RC1qg0u1g" frameborder="0" allowtransparency="true" scrolling="no" width="500" height="169"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://been-listening.tumblr.com/post/3480839717" target="_blank"&gt;been-listening&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Marnie Stern - Every Single Line Means Something&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.vogtjosh.com/post/3517509559</link><guid>http://blog.vogtjosh.com/post/3517509559</guid><pubDate>Sat, 26 Feb 2011 00:40:21 -0500</pubDate></item><item><title>CSS3 Image Gallery</title><description>&lt;a href="http://vogtjosh.com/bricabrac/gallery"&gt;CSS3 Image Gallery&lt;/a&gt;: &lt;p&gt;I made yet another CSS3 based image gallery that I’ll probably use on my soon to be revamped website. Still some irritating IE bugs and generally tinkering. I’m going to do a  quick write up so I don’t forget how I did it. But not today.&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/3516265274</link><guid>http://blog.vogtjosh.com/post/3516265274</guid><pubDate>Fri, 25 Feb 2011 23:29:00 -0500</pubDate><category>css3</category><category>image gallery</category></item><item><title>iwdrm:

“Whatever I photograph, I always lose.”
Peeping Tom...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lh4l2miu1J1qe0eclo1_r9_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://iwdrm.tumblr.com/post/3484811394" target="_blank"&gt;iwdrm&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;“Whatever I photograph, I always lose.”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.imdb.com/title/tt0054167/" target="_blank"&gt;Peeping Tom (1960)&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.vogtjosh.com/post/3516129587</link><guid>http://blog.vogtjosh.com/post/3516129587</guid><pubDate>Fri, 25 Feb 2011 23:21:09 -0500</pubDate></item><item><title>Clearfix Reloaded Overflow:hidden Demystified</title><description>&lt;a href="http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified/"&gt;Clearfix Reloaded Overflow:hidden Demystified&lt;/a&gt;: &lt;p&gt;This short article is about enhancing the first method and shedding some light on the real meaning of the second.&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/3465382081</link><guid>http://blog.vogtjosh.com/post/3465382081</guid><pubDate>Wed, 23 Feb 2011 11:31:00 -0500</pubDate><category>css</category><category>clearfix</category></item><item><title>Chuck’s mind is blown.</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lh08f7yeyQ1qfdif7o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Chuck’s mind is blown.&lt;/p&gt;</description><link>http://blog.vogtjosh.com/post/3440023648</link><guid>http://blog.vogtjosh.com/post/3440023648</guid><pubDate>Tue, 22 Feb 2011 00:54:43 -0500</pubDate></item><item><title>iwdrm:

“It was a dream! We live inside a dream!”
Twin Peaks:...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lddfjj8uWG1qe0eclo1_r1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://iwdrm.tumblr.com/post/2313856682" target="_blank"&gt;iwdrm&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;“It was a dream! We live inside a dream!”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.imdb.com/title/tt0105665/" target="_blank"&gt;Twin Peaks: Fire Walk with Me (1992)&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.vogtjosh.com/post/3439696961</link><guid>http://blog.vogtjosh.com/post/3439696961</guid><pubDate>Tue, 22 Feb 2011 00:32:27 -0500</pubDate></item><item><title>CSS Media Queries Boilerplate</title><description>&lt;a href="http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/"&gt;CSS Media Queries Boilerplate&lt;/a&gt;</description><link>http://blog.vogtjosh.com/post/3329777238</link><guid>http://blog.vogtjosh.com/post/3329777238</guid><pubDate>Wed, 16 Feb 2011 14:01:16 -0500</pubDate></item><item><title>Is IE9 a modern browser?  NO!</title><description>&lt;a href="http://people.mozilla.com/~prouget/ie9/"&gt;Is IE9 a modern browser?  NO!&lt;/a&gt;</description><link>http://blog.vogtjosh.com/post/3310632127</link><guid>http://blog.vogtjosh.com/post/3310632127</guid><pubDate>Tue, 15 Feb 2011 11:47:40 -0500</pubDate></item></channel></rss>
