<?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 Frameworks, PHP Frameworks, CodeIgniter, QT4 - My Experience, Tips ,Tricks, Tweaks, Codes and much more... : MVC{model-view-controller} 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>Code Hungry</description>
	<lastBuildDate>Sat, 03 Apr 2010 16:15:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 into a specification (besides the confusing mess at the W3C), it turns into showing off 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 the names more legible.


ActiveBorder
Active window border


ActiveCaption
Active window caption


AppWorkspace
Background color of multiple document interface


Background
Desktop background


ButtonFace
Face color for [...]]]></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;) in certain places
defined by the grammar, but they do not delimit CSS comments. 
]]></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 have the following values:
maroon= #800000
red= #ff0000
orange= #ffA500
yellow= #ffff00
olive= #808000
purple= #800080
fuchsia= #ff00ff
white= #ffffff
lime= #00ff00
green= #008000
navy= #000080
blue= #0000ff
aqua= #00ffff
teal= #008080
black= #000000
silver= #c0c0c0
gray= #808080
]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-rules-2-css-predefined-color-list/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 (&#8220;) character followed
by optional white space followed by ’)’. The two quote characters must be [...]]]></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 Rules 1 : ex ,em,px Know the difference</title>
		<link>http://mvclogic.com/css/css-rules-1-ex-empx-know-the-difference/</link>
		<comments>http://mvclogic.com/css/css-rules-1-ex-empx-know-the-difference/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:14:19 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Rules]]></category>
		<category><![CDATA[CSS Rules 1]]></category>
		<category><![CDATA[em]]></category>
		<category><![CDATA[ex]]></category>
		<category><![CDATA[Know the difference]]></category>
		<category><![CDATA[px]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=31</guid>
		<description><![CDATA[
There are two types of length units: relative and absolute. Relative length units
specify a length relative to another length property. Style sheets that use relative
units will more easily scale from one medium to another (e.g., from a computer
display to a laser printer).
Relative units are:
em: the ’font-size’ of the relevant font
ex: the ’x-height’ of the relevant [...]]]></description>
		<wfw:commentRss>http://mvclogic.com/css/css-rules-1-ex-empx-know-the-difference/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 that supports the ’run-in’ value for the ’display’ property will accept the first
display declaration and then &#8220;write over&#8221; that value with [...]]]></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>
