<?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>{MVC} Logic &#187; CSS</title>
	<atom:link href="http://mvclogic.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://mvclogic.com</link>
	<description>MVC Frameworks, PHP Frameworks, CodeIgniter, QT4 - My Experience, Tips ,Tricks, Tweaks, Codes and much more... : MVC{model-view-controller} Logic - Code Hungry</description>
	<lastBuildDate>Sun, 15 Jan 2012 08:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Crash-Course in CSS Media Queries</title>
		<link>http://mvclogic.com/css/a-crash-course-in-css-media-queries/</link>
		<comments>http://mvclogic.com/css/a-crash-course-in-css-media-queries/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 16:24:34 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=262</guid>
		<description><![CDATA[Method 1: Within your Stylesheet @media screen and (min-width : 1200px) { /* let's do somethin' */ } Method 2: Import from within your Stylesheet @import url( small.css ) screen and ( min-width: 1200px ); Note that you can also &#8230; <a href="http://mvclogic.com/css/a-crash-course-in-css-media-queries/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/a-crash-course-in-css-media-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best design scripts, tools and websites collection</title>
		<link>http://mvclogic.com/css/best-design-scripts-tools-and-websites-collection/</link>
		<comments>http://mvclogic.com/css/best-design-scripts-tools-and-websites-collection/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 15:54:53 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=255</guid>
		<description><![CDATA[Compass is a stylesheet authoring framework that makes your stylesheets and markup easier to build and maintain. With compass, you write your stylesheets in Sass instead of CSS. Using the power of Sass Mixins and the Compass community, you can &#8230; <a href="http://mvclogic.com/css/best-design-scripts-tools-and-websites-collection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/best-design-scripts-tools-and-websites-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Offline Access with HTML5 Application Cache using Htaccess</title>
		<link>http://mvclogic.com/css/getting-offline-access-with-html5-application-cache-using-htaccess/</link>
		<comments>http://mvclogic.com/css/getting-offline-access-with-html5-application-cache-using-htaccess/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 13:39:54 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=242</guid>
		<description><![CDATA[Just when you thought you’d seen all the cool features of HTML5, I’m here to bring you yet another one. The internet is no longer about just websites; it’s about web applications. Often, our users are on portable or mobile &#8230; <a href="http://mvclogic.com/css/getting-offline-access-with-html5-application-cache-using-htaccess/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/getting-offline-access-with-html5-application-cache-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: How to Target IE6, IE7, and IE8 Uniquely with 4 Characters</title>
		<link>http://mvclogic.com/css/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/</link>
		<comments>http://mvclogic.com/css/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 06:27:43 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=213</guid>
		<description><![CDATA[IE8 and Below The key to targeting Internet Explorer 8 and below, with a hack, is to append “\9″ to the end of your style. For example: body &#123; color: red; /* all browsers, of course */ color : green\9; &#8230; <a href="http://mvclogic.com/css/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Windows Only &#8211; CSS Conditional comments</title>
		<link>http://mvclogic.com/css/ie-windows-only-css-conditional-comments/</link>
		<comments>http://mvclogic.com/css/ie-windows-only-css-conditional-comments/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 06:03:09 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=197</guid>
		<description><![CDATA[Explorer 5+ Windows only. If you have multiple Explorers installed the conditional comments will view each install as the highest installed version (usually IE 6). This page has been translated into Brazilian Portuguese, Simplified Chinese, Russian, Hungarian, Romanian, Farsi, Italian, &#8230; <a href="http://mvclogic.com/css/ie-windows-only-css-conditional-comments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/ie-windows-only-css-conditional-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tip 3 #  ShortHand Guide</title>
		<link>http://mvclogic.com/css/css-tip-3-shorthand-guide/</link>
		<comments>http://mvclogic.com/css/css-tip-3-shorthand-guide/#comments</comments>
		<pubDate>Wed, 27 May 2009 12:20:40 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS Tip 3 #]]></category>
		<category><![CDATA[ShortHand Guide]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=45</guid>
		<description><![CDATA[CSS Shorthand Guide Ok. Let’s set the record straight. There is no official guide for each and every CSS shorthand property value. So let’s work together and put one together shall we? Ok. Straight to the business. Anytime I’ve ran &#8230; <a href="http://mvclogic.com/css/css-tip-3-shorthand-guide/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-tip-3-shorthand-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Beginners tablet 2: Outline</title>
		<link>http://mvclogic.com/css/css-beginners-tablet-2-outline/</link>
		<comments>http://mvclogic.com/css/css-beginners-tablet-2-outline/#comments</comments>
		<pubDate>Wed, 27 May 2009 10:07:41 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Beginners tablet 2]]></category>
		<category><![CDATA[Outline]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=43</guid>
		<description><![CDATA[outlines differ from borders in the following ways: 1. Outlines do not take up space. 2. Outlines may be non-rectangular. The outline properties control the style of these dynamic outlines.]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-beginners-tablet-2-outline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Rule 3 : System Colors</title>
		<link>http://mvclogic.com/css/css-rule-3-system-colors/</link>
		<comments>http://mvclogic.com/css/css-rule-3-system-colors/#comments</comments>
		<pubDate>Wed, 27 May 2009 09:23:12 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rules]]></category>
		<category><![CDATA[CSS Rule 3]]></category>
		<category><![CDATA[System Colors]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=39</guid>
		<description><![CDATA[System Colors Any color property (e.g., ’color’ or ’background-color’) can take one of the following names. Although these are case-insensitive, it is recommended that 284 23 Apr 2009 15:57 User interface the mixed capitalization shown below be used, to make &#8230; <a href="http://mvclogic.com/css/css-rule-3-system-colors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-rule-3-system-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Beginners tablet 1: Comments may not be nested</title>
		<link>http://mvclogic.com/css/css-beginners-tablet-1-comments-may-not-be-nested/</link>
		<comments>http://mvclogic.com/css/css-beginners-tablet-1-comments-may-not-be-nested/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:41:01 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Comments may not be nested]]></category>
		<category><![CDATA[CSS Beginners]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=37</guid>
		<description><![CDATA[Comments begin with the characters &#8220;/*&#8221; and end with the characters &#8220;*/&#8221;. They may occur anywhere between tokens, and their contents have no influence on the rendering. Comments may not be nested. CSS also allows the SGML comment delimiters (&#8220;&#8220 &#8230; <a href="http://mvclogic.com/css/css-beginners-tablet-1-comments-may-not-be-nested/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-beginners-tablet-1-comments-may-not-be-nested/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Rules 2: CSS Predefined Color List</title>
		<link>http://mvclogic.com/css/css-rules-2-css-predefined-color-list/</link>
		<comments>http://mvclogic.com/css/css-rules-2-css-predefined-color-list/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:24:53 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Rules]]></category>
		<category><![CDATA[CSS Rules 2]]></category>
		<category><![CDATA[Predefined Color List]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=35</guid>
		<description><![CDATA[CSS Predefined Color List A is either a keyword or a numerical RGB specification. The list of color keywords is: aqua black blue fuchsia gray green lime maroon navy olive orange purple red silver teal white yellow. These 17 colors &#8230; <a href="http://mvclogic.com/css/css-rules-2-css-predefined-color-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-rules-2-css-predefined-color-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

