<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>CSS 3 Gallery</title>
	
	<link>http://css3gallery.net</link>
	<description />
	<lastBuildDate>Mon, 05 Jul 2010 16:49:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/css3-gallery" /><feedburner:info uri="css3-gallery" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>CSS3 Tutorials</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/-H3wZyQFVYk/</link>
		<comments>http://css3gallery.net/uncategorized/css3-tutorials/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:19:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=208</guid>
		<description><![CDATA[Web designers around the world are extremely excited about the power of CSS3 and the creative freedom it offers. With that in mind, we’ve rounded up 17 CSS 3 Tutorials for you to learn more. HTML 5 and CSS 3: The Techniques You’ll Soon Be Using – A useful tutorial that walks you through building [...]]]></description>
			<content:encoded><![CDATA[<h3>Web designers around the world are extremely excited about the power of CSS3 and the creative freedom it offers. With that in mind, we’ve rounded up 17 CSS 3 Tutorials for you to learn more.</h3>
<ol>
<li> <a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/">HTML 5 and CSS 3: The Techniques You’ll Soon Be Using</a> – A useful tutorial that walks you through building an HTML 5 site and adding CSS3 features</li>
<li> <a href="http://www.css3.info/liquid-faux-columns-with-background-size/">Liquid faux columns with background-size the CSS3 way</a> – How background-size is going to make your life a lot easier.</li>
<li> <a href="http://www.exforsys.com/tutorials/css3/css3-opacity.html">CSS3 Opacity</a> – How to add opacity to your images and text</li>
<li> <a href="http://www.exforsys.com/tutorials/css3/css3-wrapping.html">CSS3 Text-Wrapping</a> – How to properly use the text-wrap property in CSS3</li>
<li> <a href="http://www.alistapart.com/articles/css3multicolumn">Introducing the CSS3 Multi-Column Module</a> – The W3C multi-column module is a CSS level-three working draft, proposed by the W3C to extend the current CSS box model. This article from A List Apart shows you how to use it.</li>
<li> <a href="http://24ways.org/2006/rounded-corner-boxes-the-css3-way">Rounded Corner Boxes the CSS3 Way</a> – A useful article on 24ways that explains how to build rounded corners with CSS3</li>
<li><a href="http://www.css3.info/preview/attribute-selectors/">Css3 Attribute selectors</a> – A technical tutorial on how to use the advanced attribute selectors in CSS3</li>
<li> <a href="http://www.css3.info/a-mock-up-interface-using-css3-colour/">A mock-up interface using CSS3 Colour</a> – Really cool example of what’s possible with CSS3 Colour. Read the article and then <a href="http://www.css3.info/wp-content/uploads/2007/08/colormoduletest.html">check out the demo</a>.</li>
<li> <a href="http://www.css3.info/making-an-image-gallery-with-target/">Making an image gallery with :target</a> – How to use the new CSS3 selector <a href="http://www.w3.org/TR/css3-selectors/#target-pseudo">:target pseudo-class</a></li>
<li> <a href="http://dev.opera.com/articles/view/styling-forms-with-attribute-selectors/">Styling Forms with Attribute Selectors</a> – A great tutorial from Dev.Opera</li>
<li> <a href="http://www.css3.info/tooltips-with-css3/">Tooltips with CSS3</a> – How to make use of the <a href="http://www.w3.org/TR/REC-CSS2/generate.html">:before (or :after) pseudo element</a> and content property, combined with the <a href="http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes">:hover pseudo class</a> to create nice tooltips.</li>
<li> <a href="http://carsonified.com/blog/features/css/stay-on-target/">Stay on :target with CSS3</a> – Our very own tutorial on using the :target pseudo selector</li>
<li> <a href="http://www.w3.org/International/articles/css3-text/">CSS3 and International Text</a> – An overview of the CSS3 modules currently in development that will introduce a large number of properties designed to support non-Latin text.</li>
<li> <a href="http://www.css3.info/using-css-3-selectors-to-apply-link-icons/">Using CSS 3 selectors to apply link icons</a> – A quick tutorial on how to add handy icons to links.</li>
<li> <a href="http://www.css3.info/semantic-code-put-more-in-get-more-out/">Semantic code: put more in, get more out with CSS3</a> – A quick tutorial on how to use semantics so that you get more out of CSS3 selectors.</li>
<li> <a href="http://www.456bereastreet.com/archive/200601/css_3_selectors_explained/">CSS 3 selectors explained</a> – A good intro by 456 Berea St.</li>
<li> <a href="http://dev.opera.com/articles/view/css-text-shadows-and-background-sizing/">CSS text shadows and background sizing</a> – A good tutorial from Dev.Opera that will show you how to use text-shadow and background-size.</li>
</ol>
<p>We hope you find these resources valuable. Please point out other articles that we’ve missed by adding them in the comments.</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/-H3wZyQFVYk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/uncategorized/css3-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/uncategorized/css3-tutorials/</feedburner:origLink></item>
		<item>
		<title>20 CSS3 Resources</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/4qen7LzVWHk/</link>
		<comments>http://css3gallery.net/uncategorized/20-css3-resources/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 19:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=205</guid>
		<description><![CDATA[Though W3C’s CSS3 specifications aren’t finalized yet, modern web browsers such as Mozilla Firefox, Opera, and WebKit-based browsers already have full or partial support for them. As a web developer, it’s crucial to be well-informed about modern and future web standards. To help you stay ahead of the curve – here are 20 excellent resources [...]]]></description>
			<content:encoded><![CDATA[<p>Though W3C’s CSS3 specifications aren’t finalized yet,  modern web browsers such as Mozilla Firefox, Opera, and WebKit-based browsers  already have full or partial support for them.</p>
<p>As a web developer, it’s crucial to be well-informed about modern  and future web standards. To help you stay ahead of the curve – here are <strong>20 excellent resources on the topic of CSS3</strong>.</p>
<h3>1. <a href="http://www.w3.org/Style/CSS/current-work">CSS3 Progress Report</a></h3>
<p><span id="more-375"> </span></p>
<p>The <em>CSS3 Progress Report</em> is a web page by the <a href="http://www.w3.org/Style/CSS/current-work">CSS  Working Group</a> outlining the current status of all the CSS3 modules. For  would-be contributors, this may be a helpful resource in discovering places  where you can potentially <a title="If you want to help section on W3C CSS: Current Work page." href="http://www.w3.org/Style/CSS/current-work#contribute">contribute</a>.</p>
<h3>2. <a href="http://www.webmonkey.com/tutorial/Get_Started_with_CSS_3">Get  Started with CSS 3</a></h3>
<p>Web Monkey has a tutorial on how to get started with CSS3.  It will give you an overview of some CSS3 features that are already supported  by modern browsers. This is a great article to read for those that are just  beginning to explore CSS3.</p>
<h3>3. <a href="http://dev.opera.com/articles/view/progressive-enhancement-with-css-3-a-be/">Progressive  Enhancement with CSS 3</a></h3>
<p>Opera – one of the web browsers in the forefront of  supporting CSS3 specs – has an excellent tutorial on a <a title="Wikipedia entry on Progressive enhancement." href="http://en.wikipedia.org/wiki/Progressive_enhancement">progressive enhancement</a> approach to CSS3 usage that discusses how you can utilize CSS3 for  modern/cutting-edge browsers yet still have a design that’s accessible to older  browsers that don’t support it.</p>
<h3>4. <a href="http://www.w3.org/TR/CSS-access">Accessibility Features of CSS</a></h3>
<p>With the rise in popularity of mobile hand held devices and  non-traditional web browsers such as screen readers, the <a title="CSS Working Group Members page." href="http://www.w3.org/Style/CSS/members.php3">CSS Working Group</a> puts accessibility  as one of the leading issues that will be addressed in CSS3. This W3C document  outlines some of the accessibility features and considerations that are inherent  in current and future CSS3 specifications.</p>
<h3>5. <a href="http://designshack.co.uk/tutorials/introduction-to-css3-part-1-what-is-it">Introduction  to CSS3</a> (Design Shack)</h3>
<p>In this 5-part series, Design Shack gives readers an  excellent induction to the world of CSS3. The article series goes through an overview  of CSS3 in plain-speak and talks about some CSS3 techniques and topics such as <a href="http://designshack.co.uk/tutorials/introduction-to-css3-part-2-borders">borders</a> and <a href="http://designshack.co.uk/tutorials/introduction-to-css3-part-3-text-effects">text  effects</a>.</p>
<h3>6. <a href="http://www.css3.info/">CSS3 . Info</a></h3>
<p><em>CSS3 . Info</em> is an enormously  comprehensive site about all things CSS3-related. They share news, interviews,  and resources from around the web regarding CSS3. CSS3 . Info also has a demo  section called <a href="http://www.css3.info/preview/">CSS3 Previews</a> so  that you can see CSS3 modules and features at work for browsers that support  them such as <a href="http://www.opera.com/">Opera</a> and <a href="http://webkit.org/">WebKit-based browsers</a>.</p>
<h3>7. <a href="http://www.w3.org/TR/css3-layout/">CSS Advanced Layout Module</a></h3>
<p>Learn about one of the more <a title="John Resig blog post entitled CSS3 Template Layout." href="http://ejohn.org/blog/css3-template-layout/">popular</a> modules  in CSS 3 specs: the Advanced Layout Module. This resource is W3C’s working  draft and will show you just how great CSS3 will be for us developers.</p>
<h3>8. <a href="http://sixrevisions.com/interviews/six-questions-eric-meyer-on-css3/http:/sixrevisions.com/interviews/six-questions-eric-meyer-on-css3/">Six  Questions: Eric Meyer on CSS3</a></h3>
<p>Six Revisions was fortunate enough to discuss CSS3 with  celebrated CSS expert, <a title="Eric Meyer blog." href="http://meyerweb.com/">Eric  Meyer</a>. In this interview, Eric Meyer talks about what excites him the most  about CSS3, the modular approach to CSS3 specs development, and JavaScript’s  relationship to CSS3.</p>
<h3>9. <a href="http://westciv.com/iphonetests/">CSS3 properties tests for webkit  based browsers</a></h3>
<p>In this live demonstration, you’ll find properties currently  supported (and unsupported) by WebKit-based browsers such as Safari; it also  provides you information about iPhone’s support of these properties.</p>
<h3>10. <a href="http://fantasai.inkedblade.net/style/discuss/wasp-feedback-2008">WaSP  Community CSS3 Feedback</a></h3>
<p>This article is an excellent summary of the feedback  received from the Web Standards Project (WaSP) blog post entitled, “<a href="http://www.webstandards.org/2008/01/18/tell-the-css-wg-what-you-want-from-css3/">Tell  the CSS WG what you want from CSS3</a>“. It’s a great read to see what web  developers around the world think about current CSS3 specs.</p>
<h3>11. <a href="http://dev.opera.com/articles/view/css-3-attribute-selectors/">CSS  3 attribute selectors</a></h3>
<p>An exciting improvement in CSS3 is the ability for very  complex and specific DOM selection. This tutorial on Dev.Opera shows you the  potentials of the new attribute selection features in CSS3.</p>
<h3>12. <a href="http://www.w3.org/TR/css3-selectors/">W3C: Selectors</a></h3>
<p>W3C’s working draft of CSS3 Selectors is an excellent  introduction into the concept of Selectors in CSS3.</p>
<h3>13. <a href="http://xhtml.com/en/css/conversation-with-css-3-team/">Conversation  with CSS 3 team</a></h3>
<p>XHTML.com’s interview of <a title="Web page about Bert Bos on W3C." href="http://www.w3.org/People/Bos/">Bert  Bos</a> (former chairman of W3C’s CSS Working Group) is an insightful look at  CSS3 development through the eyes of a leading expert in CSS.</p>
<h3>14. <a href="http://mattwilcox.net/archive/entry/id/1031/">The fundamental  problems with CSS3</a></h3>
<p>This article by <a title="About Matt Wilcox on Matt Wilcox .net" href="http://mattwilcox.net/about/">Matt Wilcox</a> discusses some of  the current issues surrounding CSS3.</p>
<h3>15. <a href="http://www.w3.org/blog/CSS">CSS Working Group Blog</a></h3>
<p>The people in charge of maintaining and developing CSS  standards – the CSS Working Group (CSS WG)   -  has a regularly updated weblog  that shares useful information about CSS3.</p>
<h3>16. <a href="http://24ways.org/2006/rounded-corner-boxes-the-css3-way">Rounded  Corner Boxes the CSS3 Way</a></h3>
<p>24 Ways, an annual online publication that puts out articles  by <a title="Authors page on 24 Ways." href="http://24ways.org/authors">top web  professionals</a>, has a tutorial on rounded corner boxes written by CSS expert <a title="Andy Budd personal site." href="http://andybudd.com/">Andy Budd</a>.  The tutorial showcases one of CSS3’s styling improvements: rounded corners  without using CSS backgrounds.</p>
<h3>17. <a href="http://www.smashingmagazine.com/2009/01/08/push-your-web-design-into-the-future-with-css3/">Push  Your Web Design Into The Future With CSS3</a></h3>
<p>Smashing Magazine’s article on CSS3 by graphic/web designer <a title="Personal site of Chris Spooner." href="http://www.chrisspooner.com/">Chris  Spooner</a> delves into crafting web designs that leverage current CSS3 specs.  It’s an inspiring scrutiny of the things that you can do with CSS3 – <em>right now</em>.</p>
<h3>18. <a href="http://www.mandarindesign.com/opacity.html#transintro">Introduction  to CSS3 Transparency</a></h3>
<p>This article explores and explains the concepts CSS3  transparency; a concept that’s part of the <a title="CSS Color Module Level 3 working draft on W3C." href="http://www.w3.org/TR/css3-color/">CSS Color Module</a>.</p>
<h3>19. <a href="http://dev.opera.com/articles/view/styling-forms-with-attribute-selectors/">Styling  Forms with Attribute Selectors</a></h3>
<p>Dev.Opera showcases the benefits of attribute selectors in  this “learning-by-doing” tutorial which deals with styling web forms.</p>
<h3>20. <a href="http://nettuts.com/tutorials/html-css-techniques/5-techniques-to-acquaint-you-with-css-3/">5  Techniques to Acquaint You With CSS 3</a></h3>
<p>Practice makes perfect; this tutorial from NETTUTS shows you  how to learn about CSS3 by using it. This article covers things like adding  drop shadows to page elements and changing an element’s opacity.</p>
<p>&#8212;&#8211;</p>
<p>Source: <a href="http://sixrevisions.com/css/20-useful-resources-for-learning-about-css3/">Six Revisions</a></p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/4qen7LzVWHk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/uncategorized/20-css3-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://css3gallery.net/uncategorized/20-css3-resources/</feedburner:origLink></item>
		<item>
		<title>International Gorilla Conservation Programme</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/DYdCxCepaVs/</link>
		<comments>http://css3gallery.net/css3/international-gorilla-conservation-programme/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=198</guid>
		<description><![CDATA[Rgba, border radius, box shadow]]></description>
			<content:encoded><![CDATA[<p>Rgba, border radius, box shadow</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/DYdCxCepaVs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/international-gorilla-conservation-programme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/international-gorilla-conservation-programme/</feedburner:origLink></item>
		<item>
		<title>Django Stars</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/A-0Iw6NLf1g/</link>
		<comments>http://css3gallery.net/css3/django-stars/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:23:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=194</guid>
		<description><![CDATA[Border-Radius]]></description>
			<content:encoded><![CDATA[<p>Border-Radius</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/A-0Iw6NLf1g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/django-stars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/django-stars/</feedburner:origLink></item>
		<item>
		<title>Bunton</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/HE9qc_KGOrA/</link>
		<comments>http://css3gallery.net/css3/bunton/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=190</guid>
		<description><![CDATA[WebKit Transitions]]></description>
			<content:encoded><![CDATA[<p>WebKit Transitions</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/HE9qc_KGOrA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/bunton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/bunton/</feedburner:origLink></item>
		<item>
		<title>Dominik Mertz</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/iRF9LLVMx6Y/</link>
		<comments>http://css3gallery.net/css3/dominik-mertz/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=184</guid>
		<description><![CDATA[@font-face]]></description>
			<content:encoded><![CDATA[<p>@font-face</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/iRF9LLVMx6Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/dominik-mertz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/dominik-mertz/</feedburner:origLink></item>
		<item>
		<title>Cherry</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/5WaJHfm2KmY/</link>
		<comments>http://css3gallery.net/css3/cherry/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:09:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=179</guid>
		<description><![CDATA[@font-face, box-shadow &#38; border-radius]]></description>
			<content:encoded><![CDATA[<p>@font-face, box-shadow &amp; border-radius</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/5WaJHfm2KmY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/cherry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/cherry/</feedburner:origLink></item>
		<item>
		<title>Ember</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/KhGTnwa_8jY/</link>
		<comments>http://css3gallery.net/css3/ember/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:04:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=174</guid>
		<description><![CDATA[border radius and gradients as background images on navigation rollovers. Using CSS transforms, and border radius, on the tag rollovers.]]></description>
			<content:encoded><![CDATA[<p>border radius and gradients as background images on navigation rollovers. Using CSS transforms, and border radius, on the tag rollovers.</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/KhGTnwa_8jY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/ember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/ember/</feedburner:origLink></item>
		<item>
		<title>A Different Design</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/FCkftsL0Qos/</link>
		<comments>http://css3gallery.net/css3/a-different-design/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:00:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=132</guid>
		<description><![CDATA[webkit, Navigation, Highlights]]></description>
			<content:encoded><![CDATA[<p>webkit, Navigation, Highlights</p>
<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/FCkftsL0Qos" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/a-different-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/a-different-design/</feedburner:origLink></item>
		<item>
		<title>Chris Pacheco</title>
		<link>http://feedproxy.google.com/~r/css3-gallery/~3/uT0h-KOtFH8/</link>
		<comments>http://css3gallery.net/css3/chris-pacheco/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 10:55:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.css3gallery.net/?p=164</guid>
		<description />
			<content:encoded><![CDATA[<img src="http://feeds.feedburner.com/~r/css3-gallery/~4/uT0h-KOtFH8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://css3gallery.net/css3/chris-pacheco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://css3gallery.net/css3/chris-pacheco/</feedburner:origLink></item>
	</channel>
</rss>

