<?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>Handy CSS</title>
	<atom:link href="http://www.handycss.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.handycss.com</link>
	<description>CSS Tips And CSS Tricks</description>
	<lastBuildDate>Sun, 10 Jun 2012 19:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Import vs Link</title>
		<link>http://www.handycss.com/tips/import-vs-link/</link>
		<comments>http://www.handycss.com/tips/import-vs-link/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 19:31:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[import or link]]></category>
		<category><![CDATA[link call]]></category>
		<category><![CDATA[sheet]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1934</guid>
		<description><![CDATA[We can import or link the external style sheets in our global style sheet, a sub section style sheet could be linked on any specified page where we need to use it or we can choose to import it instead of linking it, it is confusing what we really should use to call an external style sheet.]]></description>
		<wfw:commentRss>http://www.handycss.com/tips/import-vs-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Placing Comments in CSS</title>
		<link>http://www.handycss.com/tips/placing-comments-in-css/</link>
		<comments>http://www.handycss.com/tips/placing-comments-in-css/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 10:09:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css comments]]></category>
		<category><![CDATA[how to comment in css]]></category>
		<category><![CDATA[multiline comment in css]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=2009</guid>
		<description><![CDATA[Comments are the text we place in style sheet to help us read the style sheet in future and we do not want the browser to read it or render it, so we place it in special way to hide it from browsers, adding comment is good way to arrange the code and to make some one else understand the code.]]></description>
		<wfw:commentRss>http://www.handycss.com/tips/placing-comments-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font-Family and Style in CSS</title>
		<link>http://www.handycss.com/tutorials/font-family-and-style-in-css/</link>
		<comments>http://www.handycss.com/tutorials/font-family-and-style-in-css/#comments</comments>
		<pubDate>Sat, 02 Jun 2012 01:53:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[font famliy vs style]]></category>
		<category><![CDATA[font-family]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1708</guid>
		<description><![CDATA[Using the font-family to have backup if browser doesn't support the primary font and styling the font.]]></description>
		<wfw:commentRss>http://www.handycss.com/tutorials/font-family-and-style-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three column fixed website layout</title>
		<link>http://www.handycss.com/tutorials/three-column-fixed-website-layout/</link>
		<comments>http://www.handycss.com/tutorials/three-column-fixed-website-layout/#comments</comments>
		<pubDate>Thu, 31 May 2012 02:29:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[3 column layout]]></category>
		<category><![CDATA[3 column layout in css]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[three]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=2006</guid>
		<description><![CDATA[Three column layout for the websites is common now a days most of the blogs uses three column layout which places additional contents side by side to the main contents of the website or it is used to place advertisements or quick links besides the articles. Achieving this layout is easy, you can use this example to create your own three column layout for any website.]]></description>
		<wfw:commentRss>http://www.handycss.com/tutorials/three-column-fixed-website-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling iFrames in CSS</title>
		<link>http://www.handycss.com/tips/styling-iframes-in-css/</link>
		<comments>http://www.handycss.com/tips/styling-iframes-in-css/#comments</comments>
		<pubDate>Sat, 19 May 2012 20:37:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[iframe attributes]]></category>
		<category><![CDATA[iframe styling]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1987</guid>
		<description><![CDATA[iFrames are also known as inline frames and now a days there is no use for such tags but still there may be a condition where you have to use inline frames. CSS allows us to dress the iframe some bit to make it look better. But still it is not a good tag to be used in this generation of websites.]]></description>
		<wfw:commentRss>http://www.handycss.com/tips/styling-iframes-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Caps with CSS</title>
		<link>http://www.handycss.com/tips/all-caps-with-css/</link>
		<comments>http://www.handycss.com/tips/all-caps-with-css/#comments</comments>
		<pubDate>Sat, 12 May 2012 19:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[capitalize]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[transform]]></category>
		<category><![CDATA[uppercase]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1973</guid>
		<description><![CDATA[Text-Transform command is used to capitalize the text in any other case to upper case, headers are place where capitalization is frequently used in websites. And to assure that your header is displayed uniformly throughout the site without having to worry about actually writing in all caps, use CSS.]]></description>
		<wfw:commentRss>http://www.handycss.com/tips/all-caps-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatting Text in CSS</title>
		<link>http://www.handycss.com/tips/formatting-text-in-css/</link>
		<comments>http://www.handycss.com/tips/formatting-text-in-css/#comments</comments>
		<pubDate>Tue, 08 May 2012 02:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[color of heading tag]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[formatting in css]]></category>
		<category><![CDATA[indentation in CSS]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text-decoration]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1705</guid>
		<description><![CDATA[Text format and colors makes webpage theme nice and clean, we can keep single theme on whole page or web by utilizing it.]]></description>
		<wfw:commentRss>http://www.handycss.com/tips/formatting-text-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling the Table in CSS</title>
		<link>http://www.handycss.com/tips/styling-the-table-in-css/</link>
		<comments>http://www.handycss.com/tips/styling-the-table-in-css/#comments</comments>
		<pubDate>Sat, 05 May 2012 18:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[style table in css]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[table css]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1727</guid>
		<description><![CDATA[Styling the table and cells using CSS, changing the border color applying padding and choosing font color as well as font alignment in the table.]]></description>
		<wfw:commentRss>http://www.handycss.com/tips/styling-the-table-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent Image in CSS</title>
		<link>http://www.handycss.com/effects/transparent-image-in-css/</link>
		<comments>http://www.handycss.com/effects/transparent-image-in-css/#comments</comments>
		<pubDate>Wed, 02 May 2012 09:19:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Effects]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[transparency in css]]></category>
		<category><![CDATA[transparent]]></category>
		<category><![CDATA[transparent image]]></category>
		<category><![CDATA[transparent image in css]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1687</guid>
		<description><![CDATA[How to make image transparent in current and previous versions of browser and creating hover effect with it.]]></description>
		<wfw:commentRss>http://www.handycss.com/effects/transparent-image-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus Property in CSS</title>
		<link>http://www.handycss.com/tips/focus-property-in-css/</link>
		<comments>http://www.handycss.com/tips/focus-property-in-css/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 15:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[focus property]]></category>
		<category><![CDATA[focus property in css]]></category>
		<category><![CDATA[how to use focus]]></category>
		<category><![CDATA[input]]></category>

		<guid isPermaLink="false">http://www.handycss.com/?p=1793</guid>
		<description><![CDATA[Changing the style of fields when user interact with them like sign up forms fields which changes the color of back ground when user click to type text in it.]]></description>
		<wfw:commentRss>http://www.handycss.com/tips/focus-property-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
