<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSS3.com &#187; BLOGGING</title>
	<atom:link href="http://www.css3.com/category/css-blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.com</link>
	<description>A comprehensive CSS 3 reference guide, tutorial, and blog</description>
	<lastBuildDate>Mon, 22 Mar 2010 22:39:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS3 MULTIPLE BACKGROUNDS</title>
		<link>http://www.css3.com/css3-multiple-backgrounds/</link>
		<comments>http://www.css3.com/css3-multiple-backgrounds/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:44:34 +0000</pubDate>
		<dc:creator>Sergio Jasinski</dc:creator>
				<category><![CDATA[BLOGGING]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=381</guid>
		<description><![CDATA[Here is a very simple example showing the use of multiple background images in one div. Is this the end of nested elements with tons of CSS to create a layered effect? Hope so.
#multipleBG {

	border: 5px solid #cccccc;
	background:url(img1) top left no-repeat, url(img2) bottom left no-repeat, url(img3) bottom right no-repeat;
	padding: 15px 25px;
	height: inherit;
	width: 590px;

}
Browser Support: 
FireFox [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a very simple example showing the use of multiple background images in one div. Is this the end of nested elements with tons of CSS to create a layered effect? Hope so.</p>
<p>#multipleBG {</p>
<div style="padding-left: 30px">
	border: 5px solid #cccccc;<br />
	background:url(img1) top left no-repeat, url(img2) bottom left no-repeat, url(img3) bottom right no-repeat;<br />
	padding: 15px 25px;<br />
	height: inherit;<br />
	width: 590px;
</div>
<p>}</p>
<p><strong>Browser Support: </strong><br />
FireFox 3.6 and later, Google Chrome 1.0, Opera 9.6, Safari 3.2.1
</p>
</ul>
<p></p>
<p><a href="http://www.css3.com/examples/css3-multiple-backgrounds.php" style="font-size: 14px; color: #b81d19">EXAMPLE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/css3-multiple-backgrounds/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Web 3.0 is around the corner !</title>
		<link>http://www.css3.com/web-30-is-around-the-corner/</link>
		<comments>http://www.css3.com/web-30-is-around-the-corner/#comments</comments>
		<pubDate>Fri, 15 May 2009 06:46:00 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
				<category><![CDATA[BLOGGING]]></category>
		<category><![CDATA[web3.0 semantic]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=223</guid>
		<description><![CDATA[Web 2.0 – It was a huge step forward for the www, where we saw and continue to experience various ways of information sharing which in turn has resulted to a proliferation of content / data, be it user generated or not. This second generation of web has already changed the way a netizen browse [...]]]></description>
			<content:encoded><![CDATA[<p>Web 2.0 – It was a huge step forward for the www, where we saw and continue to experience various ways of information sharing which in turn has resulted to a proliferation of content / data, be it user generated or not. This second generation of web has already changed the way a netizen browse the worldwideweb, compared to a stagnant first generation !</p>
<p>Twitter, Facebook, Linkedin, Orkut and numerous other services that is rocking the web, and leading the information bandwagon from front, are all kids of this concept. Today, the web is not confined to the desktops / workstations and you need not be glued to your monitor to be on track with your friends’ updates, you can meet-up with your friends on the move via a ‘TWEET’. Blogs, Microblogs, Social Networking – they all have just invaded the information highway.</p>
<p>Just when we were left thinking, whether we are making use of the complete potential of the worldwide network, here comes the concept of Web 3.0! With the mushrooming of data, there is an obvious and definitive need for a more precise segregation and organization of content as there is an incredible amount of information lurking on the web, shouting for attention.</p>
<p>Thanks to the search god &#8211; GOOGLE &#8211; for some innovative ways to bring the content to common user. Recently google exposed some semantic data in its search results in the form of some straight forward answers – refer to <a href="http://www.readwriteweb.com/archives/google_semantic_data.php" target="_blank">http://www.readwriteweb.com/archives/google_semantic_data.php</a>. The evolution of this search giant can really be an inspiration after they introduced the new ‘<a href="http://www.readwriteweb.com/archives/search_options_google_search_evolves.php" target="_blank">Search Options and Rich Snippets</a>’. They are significantly making use of the structured data open standards like Micro Formats and RDF to power the rich snippet feature. As a result they are showing some meaningful results, than just the preview text that used to be displayed earlier. Now the user can have the luxury of having more context driven results on ‘googling’.</p>
<p>The defining factor / strategy for the new web – WEB 3.0, would be the ability to create data that are ‘machine readable’. In this way it would be possible to organize and comprehend the vast ocean of information into a more meaningful and usable one, thereby putting the user in the driver’s seat. A very easy way to understand this concept would be to imagine how it feels, when you are able to find out the nearby theatre which shows your favorite movie during your leisure time. Awesome isn’t it ? These are just some bi-products of a more semantic and structured web, and the real scope of this relatively nascent concept is really incredible !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/web-30-is-around-the-corner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How &#8216;not&#8217; to write a Stylesheet !</title>
		<link>http://www.css3.com/how-not-to-write-a-stylesheet/</link>
		<comments>http://www.css3.com/how-not-to-write-a-stylesheet/#comments</comments>
		<pubDate>Fri, 08 May 2009 13:02:31 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
				<category><![CDATA[BLOGGING]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=212</guid>
		<description><![CDATA[We have a heap of tuts / resources over the web telling us what standards to follow, what are the best practices, what is the optimal way to build something and so on, and when it comes to Web Standards, we are blessed to have some really genuine contributors / gurus who fill-up the web [...]]]></description>
			<content:encoded><![CDATA[<p>We have a heap of tuts / resources over the web telling us what standards to follow, what are the best practices, what is the optimal way to build something and so on, and when it comes to Web Standards, we are blessed to have some really genuine contributors / gurus who fill-up the web with some really cool articles and resources, everyday. With the Web-Standards becoming a necessity, rather than a privilege, suddenly there is a lot of importance being attributed to the cleanliness of code and the smarter way of framing an optimal CSS, be it an application or a simple static website. Its all about sticking to the basics and being lot more patient till the final crappy code disappears from the file :)</p>
<p>Here are some strict &#8216;NO&#8217;s while coding your CSS. ( <em>A quality code not only cements your standard-adherance, but it also gives the extra scalability and reduces those late-night coding horrors :P </em>)</p>
<p><strong>No &#8216;!important&#8217;</strong></p>
<p>In CSS, the “!important” suffix was originally intended to provide a method of overriding author stylesheets. Users could define their own “user stylesheets” and could use this suffix to give their rules precedence over the author’s (website creator’s) styles. Unfortunately, and quite predictably, its usage has spread massively, but not in the right direction. Usage of this suffix could mean that, you are not using the &#8217;selector specificity&#8217; smartly enough.</p>
<p><strong>Avoid &#8216;@import&#8217;</strong></p>
<p>&#8216;@import&#8217;, can be very handy when dealing with a project where there are a lot of CSS files depending on various modules. While this is very useful in organizing modular CSS, there are many downsides too associated with it. Importing stylesheets can significantly screw up your site download time and there are various instances where you can end up in some weird situations while using it. &#8216;Steven souders&#8217; &#8211; a noted web performance guru has comprehensively noted down the effects of using &#8216;@import&#8217; &#8211; <a title="Steve Souders" href="http://www.stevesouders.com/blog/2009/04/09/dont-use-import/" target="_blank">http://www.stevesouders.com/blog/2009/04/09/dont-use-import/</a></p>
<p><strong>No &#8216;expressions&#8217;</strong></p>
<p>CSS expressions are great to implement dynamic property implementation using javascript expressions inside CSS . As this is supported from IE5, we can smartly code an expression for IE family, since it is ignored by other browsers.  Since these  expressions are triggered more times that we normally expect them to &#8230;. this generates a lot of HTTP requests which in turn would slow down the website / page performance. There are other alternatives though for not completely avoiding expressions from your CSS. This is by using a one-time expression that sets the CSS value explicitly.</p>
<p><strong>Inline Codes</strong></p>
<p>The dirtiest way to code a beautiful XHTML page &#8211; including inline styles into the tags ! Finding a single inline code in your page can question the credibility of your web standard compatibility. So walk tat xtra mile and get rid of those ugly little &#8217;style&#8217; tags.</p>
<p><strong>Design based selector names</strong></p>
<p>I have been through various stages of CSS skill levels, and walking back a couple of years, i normally ended up coming up with some really interesting names for my selectors. Let me list some of them :)</p>
<ul>
<li>.padding50px</li>
<li>.border3right</li>
<li>.redbg</li>
<li>.height300px</li>
<li>.gotohell :P</li>
</ul>
<p>Naming conventions / practices can reveal the standard of coder in you. CSS is meant to seperate the Content and Presentation, and the red background that your visual design had given can change to a yellow one, 2 years down the line. Keeping scalability in mind while developing an optimal CSS framework is the attribute of a smart web developer. Find some names that are related to the element based on an overall architecture of the page. For eg. &#8216;.redBg&#8217;, can be given &#8216;.note&#8217;, where it represents a text which can be  a note to the reader &#8230; Chose the names smartly and the next time someone sees your code, the standard will talk volumes of your efficiency.</p>
<p><strong>Comments</strong></p>
<p>Adding comments to your code as you go on coding is a great attribute never to be given away. Comprehensive and &#8216;to the point&#8217; commenting can really be a turning point in some critical changes when some one else would be required to make some quick changes to the style you have coded. &#8216;Scalability&#8217; &#8211; is again the keyword here  !</p>
<p>There are numerous other best practices in coding a stylesheet and adhering to the above points would mean that you have got a strong framework to start with a colorful career in web development :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/how-not-to-write-a-stylesheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Content, Presentation, Behaviour &#8211; 3 kids of scalable UI</title>
		<link>http://www.css3.com/content-presentation-behaviour-3-kids-of-scalable-ui/</link>
		<comments>http://www.css3.com/content-presentation-behaviour-3-kids-of-scalable-ui/#comments</comments>
		<pubDate>Mon, 04 May 2009 18:28:21 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
				<category><![CDATA[BLOGGING]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[webstandards]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=206</guid>
		<description><![CDATA[&#8216;HTML&#8217; has been here for years, since the origin of WWW, and soon afterwards W3C came up with a standard called &#8216;CSS&#8217; to control the &#8216;Browser war&#8217;, and &#8216;Javascript&#8217; followed the suit, in a bid to make a more loosely typed language, by a smart professional called &#8216;Brendan Eich&#8216; for Netscape.
Having originated for different reasons, [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;HTML&#8217; has been here for years, since the origin of WWW, and soon afterwards W3C came up with a standard called &#8216;CSS&#8217; to control the &#8216;Browser war&#8217;, and &#8216;Javascript&#8217; followed the suit, in a bid to make a more loosely typed language, by a smart professional called &#8216;<span>Brendan Eich</span>&#8216; for Netscape.</p>
<p>Having originated for different reasons, each of these are slowly changing the face of the worldwideweb, together, for a noble cause &#8211; Web Standards! Just like the 5 elements of life, now it is possible to define the 3 elements of scalable UI design &#8211; &#8216;Content&#8217; &#8216;Presentation&#8217; &amp; &#8216;Behaviour&#8217;. &#8216;Content&#8217; &#8211; gracefully degraded by semantic HTML/XHTML, &#8216;Presentation&#8217; &#8211; smartly rendered by an optimized Cascading Style Sheet, &#8216;Behaviour&#8217; &#8211; brought to life by unobtrusive Javascript !</p>
<p>Each of these topics are as vast as the worldwideweb itself, and each minute, a new way of doing things is discovered and re-discovered. The pace at which the network is growing, poses a great challenge for those preachers and soldiers guarding the universal standard of web, and the challenge lies in flourishing the awareness of standards among the community and to build a standard compliant world. Everyday a new page with some dirty inline styles / semantically wrong html tag finds its place on the web and this adds to the vicious cycle of design &#8211; undesign &#8211; redesign. But whatever be the cause of a wrongly coded page / site on web, these 3 dashing kids of UI design are here to stay and to win the heart of all.</p>
<p>Lets vow towards a better web for tomorrow and for god&#8217;s sake, lets walk that extra mile to make that complex XHTML structure a semantic one ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/content-presentation-behaviour-3-kids-of-scalable-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Access Keys&#8217; for Accessible UI</title>
		<link>http://www.css3.com/access-keys-for-accessible-ui/</link>
		<comments>http://www.css3.com/access-keys-for-accessible-ui/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:44:19 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
				<category><![CDATA[BLOGGING]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=194</guid>
		<description><![CDATA[Making a web experience memorable and more accessible to all the users out there is really a daunting task. There are huge amount of techniques and approaches, that can be applied to a web presence to make it more accessible. Here is one among them &#8211; ‘ACCESS KEYS’
‘Access keys’ offer a convenient mechanism for people [...]]]></description>
			<content:encoded><![CDATA[<p>Making a web experience memorable and more accessible to all the users out there is really a daunting task. There are huge amount of techniques and approaches, that can be applied to a web presence to make it more accessible. Here is one among them &#8211; ‘ACCESS KEYS’<br />
‘Access keys’ offer a convenient mechanism for people with motor skill disabilities , such as Cerebral palsy, Parkinson’s disease, Alzheimer’s disease, etc., to access links or interface elements without having to cycle through all of the other links and interface elements in the content. With this technique, we assign shortcut keys that enable various functionalities of an application/page (only certain tags support accesskey), and hence avoids the need to move the cursor to the button or link and hence saves a lot of time and improves the workflow and user experience.</p>
<h4>REFERENCE</h4>
<p><a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey" target="_blank">http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey</a></p>
<h4><strong>SYNTAX<br />
</strong></h4>
<p>Access keys can be implemented, by including the keyword &lt;<a name="adef-accesskey">accesskey</a> =         <a href="http://www.w3.org/TR/REC-html40/types.html#type-character"><em>character</em></a> &gt; within the tag, where the character will be a single character from the document set.</p>
<p>Eg.</p>
<p>&lt;FORM action=”…” method=”post”&gt;<br />
&lt;P&gt;<br />
&lt;LABEL for=”fuser” accesskey=”U”&gt; User Name &lt;/LABEL&gt;<br />
&lt;INPUT type=”text” name=”user” id=”fuser”&gt;<br />
&lt;/P&gt;<br />
&lt;/FORM&gt;</p>
<p>This would implement the accesskey for the label, and enables the user to navigate to the corresponding textbox, by pressing <span style="color: #ff6600;"><strong>‘browser-specific key’ + ‘U’</strong></span>. This means there are some browser keys/Key combinations, that needs to be pressed before the character mentioned in the accesskey tag, inorder to activate the element.</p>
<p>Here are some keys for accesskey activation in various common browsers</p>
<p><span style="color: #ff0000;"><strong>IE &#8211; ‘<span style="color: #000000;">Alt’ + ‘character’</span><br />
FF &#8211; <span style="color: #000000;">‘Shift+ Alt’ + ‘character’</span></strong></span></p>
<h4>HOW IT WORKS ?</h4>
<p><span class="index-inst" title="and access key"><a name="idx-focus-2"> Pressing an access key assigned to an element gives focus to the 	    element.</a></span> The action that occurs when an element receives focus depends on the element. For example, when a user activates a link defined by the <a class="noxref" href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-A">A</a> element, the user agent generally follows the link. When a user activates a radio button, the user agent changes the value of the radio button. When the user activates a text field, it allows input, etc.</p>
<h4>BROWSER SUPPORT</h4>
<p>Again there are some differences in the way ‘accesskey’ works in various browsers.</p>
<ul>
<li>In IE, using the access key typically <strong><em>only</em> gives focus</strong> to the element. If the element is a link, it is <strong>not followed</strong>. The user can thus move to a link (e.g., in order to proceed by tabbing then), as separately from following it, which can be activating by hitting the Enter key when the focus is on the link. The implementation of accesskeys on IE is not very consistent. For example, using an accesskey for a checkbox does not just focus on it but also toggles its setting.</li>
</ul>
<ul>
<li>FF follows the link, when accesskey is specified in an anchor tag.</li>
<li> Opera doesn’t support access keys</li>
<li> Netscape follows a link when an access key is used</li>
<li>On <strong>Netscape 6</strong>, the support is similar. Using an access key to select a link causes the link to be followed. And it seems that access keys are not supported for form buttons</li>
<li>In IE on the  Mac platform, access key is performed with the control key, in combination with the  key specified in the <code>accesskey</code> attribute. For links, the implementation follows the link rather than just setting focus on it.</li>
</ul>
<h4>MORE RESOURCES</h4>
<p><a href="http://www.cs.tut.fi/%7Ejkorpela/forms/accesskey.html" target="_blank">http://juicystudio.com/article/firefox2-accesskeys.php<br />
http://www.cs.tut.fi/~jkorpela/forms/accesskey.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/access-keys-for-accessible-ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Fonts&#8230; where are we?</title>
		<link>http://www.css3.com/web-fonts-where-are-we/</link>
		<comments>http://www.css3.com/web-fonts-where-are-we/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 06:41:12 +0000</pubDate>
		<dc:creator>Sergio Jasinski</dc:creator>
				<category><![CDATA[BLOGGING]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=348</guid>
		<description><![CDATA[A comprehensive look at the quickly-changing font embedding landscape. I contributed a brief article along the same lines in the most recent issue of .NET magazine, but two months after writing it&#8217;s already out of date.
more
]]></description>
			<content:encoded><![CDATA[<p>A comprehensive look at the quickly-changing font embedding landscape. I contributed a brief article along the same lines in the most recent issue of .NET magazine, but two months after writing it&#8217;s already out of date.</p>
<p><a href="http://ilovetypography.com/2009/07/20/web-fonts-%E2%80%94-where-are-we/">more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/web-fonts-where-are-we/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>About CSS3.com</title>
		<link>http://www.css3.com/about-css3com/</link>
		<comments>http://www.css3.com/about-css3com/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 20:06:59 +0000</pubDate>
		<dc:creator>Sergio Jasinski</dc:creator>
				<category><![CDATA[BLOGGING]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=169</guid>
		<description><![CDATA[WHAT IS CSS
Cascading Style Sheets (CSS) are the modern standard for website presentation. When combined with structural markup language like HTML, XHTML, or XML (though not limited to these), CSS provide Internet browsers with the information that enables them to present all the  visual aspects and elements of a web document. CSS apply things like [...]]]></description>
			<content:encoded><![CDATA[<h3>WHAT IS CSS</h3>
<p>Cascading Style Sheets (CSS) are the modern standard for website presentation. When combined with structural markup language like HTML, XHTML, or XML (though not limited to these), CSS provide Internet browsers with the information that enables them to present all the  visual aspects and elements of a web document. CSS apply things like borders, spacing between paragraphs, margins, headings on images, control of font faces or colors, background colors and images, textual effects like underlined or strike-through text, layering, positioning, and a number of other presentational effects. CSS controls the presentational aspects of a web page&#8217;s design, whereas HTML, XHTML, or XML control the<br />
 structure of a webpage, which means more than determining that certain text is a heading, other text is a paragraph, other text os a list of hyperlinks, and so on.</p>
<p> By using modern standards like CSS and XHTML, you can dramatically reduce the cost of building and maintaining a website when compared to legacy HTML-only pages. You can also greatly reduce the amount of physical bandwidth and hard disk space required, resulting in immediate long-term benefits for any webmasters and web visitor</p>
<h3>CSS TUTORIAL</h3>
<p> Cascading Style Sheets, commonly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable. Put simply, CSS handles the look and feel part of a web page or a whole website. With CSS, you can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used, as well as a variery of other effects and styles explained here.</p>
<p>The term cascading in Cascading Style Sheets refers to a specific way in which browsers determine which styles to apply to a specific part of the page. This method is called &#8220;the cascade&#8221;, and it&#8217;s from the cascade that CSS takes its name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/about-css3com/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS3.com&#8217;s new style.</title>
		<link>http://www.css3.com/css3coms-new-style/</link>
		<comments>http://www.css3.com/css3coms-new-style/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 19:09:24 +0000</pubDate>
		<dc:creator>Sergio Jasinski</dc:creator>
				<category><![CDATA[BLOGGING]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=167</guid>
		<description><![CDATA[What do you think? approve? disapprove? Love it? Hate it?
I like the way all properties were easy to reach before. I will add a list of each one of them to the side menu very soon.
Also, Ive noticed I should have made each one of the properties a &#8220;page&#8221; and not a &#8220;post&#8221;. Is there [...]]]></description>
			<content:encoded><![CDATA[<p>What do you think? approve? disapprove? Love it? Hate it?</p>
<p>I like the way all properties were easy to reach before. I will add a list of each one of them to the side menu very soon.</p>
<p>Also, Ive noticed I should have made each one of the properties a &#8220;page&#8221; and not a &#8220;post&#8221;. Is there a way to easily change that on wp? </p>
<p>Any comments?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/css3coms-new-style/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->