<?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; Tips</title>
	<atom:link href="http://mvclogic.com/category/css/tips/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 Tip 2 : Quotes are optional in URL</title>
		<link>http://mvclogic.com/css/css-tip-2-quotes-are-optional-in-url/</link>
		<comments>http://mvclogic.com/css/css-tip-2-quotes-are-optional-in-url/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:18:07 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=33</guid>
		<description><![CDATA[The format of a URI value is ’url(’ followed by optional white space followed by an optional single quote (’) or double quote (&#8220 character followed by the URI itself, followed by an optional single quote (’) or double quote &#8230; <a href="http://mvclogic.com/css/css-tip-2-quotes-are-optional-in-url/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-tip-2-quotes-are-optional-in-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tips 1 : Support for 2 values of same css property</title>
		<link>http://mvclogic.com/css/css-tips-1-support-for-2-values-of-same-css-property/</link>
		<comments>http://mvclogic.com/css/css-tips-1-support-for-2-values-of-same-css-property/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:09:31 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[Support for 2 values of same css property]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=26</guid>
		<description><![CDATA[If a User Agent(UA) does not support a particular value, it will ignore that value when parsing style sheets, as if that value was an illegal value . For example: Example(s): h3 &#123; display: inline; display: run-in; &#125; A UA &#8230; <a href="http://mvclogic.com/css/css-tips-1-support-for-2-values-of-same-css-property/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-tips-1-support-for-2-values-of-same-css-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

