<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>CSS Concept</title>
	<link>http://cssconcept.com</link>
	<description>CSS can be just that easy..</description>
	<pubDate>Sat, 07 Jun 2008 13:07:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CssConcept" type="application/rss+xml" /><item>
		<title>CSS Syntax</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/306778392/css-syntax</link>
		<comments>http://cssconcept.com/tutorials/css-syntax#comments</comments>
		<pubDate>Sat, 07 Jun 2008 13:05:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssconcept.com/tutorials/css-syntax</guid>
		<description><![CDATA[Syntax 
The concept of CSS Syntax is made of three parts :
a) selector
b) property
c) value  

Selector = HTML element/tag that you wish to define. Property = the attribute that you wish to change. Each property can take a value. The last two are separated by a colon, surrounded by curly braces :

]]></description>
			<content:encoded><![CDATA[<h3><strong>Syntax </strong></h3>
<p>The concept of CSS Syntax is made of three parts :</p>
<p><strong>a) selector</strong></p>
<p><strong>b) property</strong></p>
<p><strong>c) value  </strong></p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/06/174.jpg" title="174.jpg" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/06/174.jpg" alt="174.jpg" /></a><br />
Selector = HTML element/tag that you wish to define. Property = the attribute that you wish to change. Each property can take a value. The last two are separated by a colon, surrounded by curly braces :</p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/06/175.jpg" title="175.jpg" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/06/175.jpg" alt="175.jpg" /></a></p>
<p> <a href="http://cssconcept.com/tutorials/css-syntax#more-615" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/306778392" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/tutorials/css-syntax/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/tutorials/css-syntax</feedburner:origLink></item>
		<item>
		<title>Classic two-column layout with left side - Tutorial</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/306755664/classic-two-column-layout-with-left-side-tutorial</link>
		<comments>http://cssconcept.com/tutorials/classic-two-column-layout-with-left-side-tutorial#comments</comments>
		<pubDate>Sat, 07 Jun 2008 12:02:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssconcept.com/tutorials/classic-two-column-layout-with-left-side-tutorial</guid>
		<description><![CDATA[ The following tutorial will make a simple two-column layout. For the beginning the page is simple, and you know that the content (images, text) is marked with HTML code between the &#60;body&#62; and &#60;/body&#62; tags.
First We will have this :

]]></description>
			<content:encoded><![CDATA[<p> The following tutorial will make a simple two-column layout. For the beginning the page is simple, and you know that the content (images, text) is marked with HTML code between the <strong>&lt;body&gt;</strong> and <strong>&lt;/body&gt;</strong> tags.</p>
<p>First We will have this :</p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/06/167.jpg" title="167.jpg" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/06/167.jpg" alt="167.jpg" /></a></p>
<p> <a href="http://cssconcept.com/tutorials/classic-two-column-layout-with-left-side-tutorial#more-606" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/306755664" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/tutorials/classic-two-column-layout-with-left-side-tutorial/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/tutorials/classic-two-column-layout-with-left-side-tutorial</feedburner:origLink></item>
		<item>
		<title>CSS Styleguides a fast way to reach Readability</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/301202144/css-styleguides-a-fast-way-to-reach-readability</link>
		<comments>http://cssconcept.com/tutorials/css-styleguides-a-fast-way-to-reach-readability#comments</comments>
		<pubDate>Fri, 30 May 2008 11:47:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssconcept.com/tutorials/css-styleguides-a-fast-way-to-reach-readability</guid>
		<description><![CDATA[   For your first develop, you are ready to drop all the structures of the project that contains classes, schemes and so many codes and you are ready to start the next one. For comprehending coding, you need more time, perhaps less, but as fas as I know coding is lit bit hard and nasty. [...]]]></description>
			<content:encoded><![CDATA[<p>   For your first develop, you are ready to drop all the structures of the project that contains classes, schemes and so many codes and you are ready to start the next one. For comprehending coding, you need more time, perhaps less, but as fas as I know coding is lit bit hard and nasty. And after time goes by, codes starts to get complex, they are starting to get very high complex, depending on the project. So, how can you get sensible structure? Make use of comments - after the projects itself has been ended.</p>
<p>In time, each developer started to make more creative and inventive the comments and format of the text and to improve the surveillance of CSS. This are structured in CSS-styleguides - master of CSS code which offer for developers very helpful hints for the structure of the code and many information of the background related.</p>
<p>The following article has <strong>5 techniques that can improve your developing skills. </strong>The following codes can be apply to CSS and also to any stylesheet that you are using.</p>
<p> <a href="http://cssconcept.com/tutorials/css-styleguides-a-fast-way-to-reach-readability#more-594" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/301202144" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/tutorials/css-styleguides-a-fast-way-to-reach-readability/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/tutorials/css-styleguides-a-fast-way-to-reach-readability</feedburner:origLink></item>
		<item>
		<title>CSS - a Way to lead to Master Design</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/301160196/css-a-way-to-lead-to-master-design</link>
		<comments>http://cssconcept.com/resources/css-a-way-to-lead-to-master-design#comments</comments>
		<pubDate>Fri, 30 May 2008 10:23:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://cssconcept.com/resources/css-a-way-to-lead-to-master-design</guid>
		<description><![CDATA[   Since we have started our articles of what CSS is about, several visitors have asked us, if CSS really can develop a web site from 0 - 100 % when we are talking of design. Well, sure..since CSS has become more used than ever, we are glad to be the first that make a [...]]]></description>
			<content:encoded><![CDATA[<p>   Since we have started our articles of what CSS is about, several visitors have asked us, if CSS really can develop a web site from 0 - 100 % when we are talking of design. Well, sure..since CSS has become more used than ever, we are glad to be the first that make a first connection with CSS and the real designing techniques. We refer that at the copied templates or scripts and made few changed after, we refer at the real web developer, who know what CSS and coding means.</p>
<p><strong>You will find here also principles in web design. </strong></p>
<p>CSSconcept has collected a list of some of the most attractive and professional websites, that we have considered most attractive. We hope that in your developing you will have time and see their result, and maybe you will apply some of their layouts in yours.</p>
<p><a href="http://www.andyrutledge.com/bad-layout-conventions.php"> DesignView/Andy Rutledge</a></p>
<p><a href="http://www.andyrutledge.com/bad-layout-conventions.php" title="139.jpg"><img src="http://cssconcept.com/wp-content/uploads/2008/05/139.jpg" alt="139.jpg" /></a></p>
<p> <a href="http://cssconcept.com/resources/css-a-way-to-lead-to-master-design#more-576" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/301160196" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/resources/css-a-way-to-lead-to-master-design/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/resources/css-a-way-to-lead-to-master-design</feedburner:origLink></item>
		<item>
		<title>Centering an image in a div</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/300728342/centering-an-image-in-a-div</link>
		<comments>http://cssconcept.com/tutorials/centering-an-image-in-a-div#comments</comments>
		<pubDate>Thu, 29 May 2008 18:59:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssconcept.com/tutorials/centering-an-image-in-a-div</guid>
		<description><![CDATA[  For centering  images inside  a div with CSS you need to apply the following steps. If your HTML code looks like this :
HTML code: 

The next move is to apply display:block; for the image and set the margins (left and right) to &#8216;auto&#8217; like this :
]]></description>
			<content:encoded><![CDATA[<p>  For centering  images inside  a div with CSS you need to apply the following steps. If your HTML code looks like this :</p>
<p><strong>HTML code: </strong></p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/05/133.jpg" title="133.jpg" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/05/133.jpg" alt="133.jpg" /></a></p>
<p>The next move is to apply display:block; for the image and set the margins (left and right) to &#8216;auto&#8217; like this :</p>
<p> <a href="http://cssconcept.com/tutorials/centering-an-image-in-a-div#more-569" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/300728342" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/tutorials/centering-an-image-in-a-div/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/tutorials/centering-an-image-in-a-div</feedburner:origLink></item>
		<item>
		<title>Styles used Everytime I start a new site</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/300705134/styles-used-everytime-i-start-a-new-site</link>
		<comments>http://cssconcept.com/css/styles-used-everytime-i-start-a-new-site#comments</comments>
		<pubDate>Thu, 29 May 2008 18:10:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://cssconcept.com/css/styles-used-everytime-i-start-a-new-site</guid>
		<description><![CDATA[   No matter what you are choosing for your design to look like at the end of your development, it is impossible not to add few CSS declaration every time. These are essential for development.
 body {padding:0;}
It removes the gap around the edges.
body {background:#fff;} (or whatever color is appropriate)
It is being used just [...]]]></description>
			<content:encoded><![CDATA[<p>   No matter what you are choosing for your design to look like at the end of your development, it is impossible not to add few CSS declaration every time. These are essential for development.</p>
<h2><strong> body {padding:0;}</strong></h2>
<p>It removes the gap around the edges.</p>
<h2><strong>body {background:#fff;} (or whatever color is appropriate)</strong></h2>
<p>It is being used just to be granted that white has been choose as default for background , for each browser&#8217;s.</p>
<h2><strong>form {padding:0;margin:0;}</strong></h2>
<p>The form is important not th input.</p>
<h2><strong>ul {margin:0;padding:0;}</strong></h2>
<p>Padding and margin are set to o.</p>
<h2><strong>a img {border:0;}</strong></h2>
<p>For margin you will add it if necessary.</p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/300705134" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/css/styles-used-everytime-i-start-a-new-site/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/css/styles-used-everytime-i-start-a-new-site</feedburner:origLink></item>
		<item>
		<title>Different Styles to IE6 and IE7</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/300694946/different-styles-to-ie6-and-ie7</link>
		<comments>http://cssconcept.com/tutorials/different-styles-to-ie6-and-ie7#comments</comments>
		<pubDate>Thu, 29 May 2008 17:50:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssconcept.com/tutorials/different-styles-to-ie6-and-ie7</guid>
		<description><![CDATA[   Web developers are very familiar with conditional comments when it comes to serve styles for certain versions of Internet Explorer. Though multiple conditional comments are able to be used. We have here an example of what can be used in this type of coding.
 CSS code:
]]></description>
			<content:encoded><![CDATA[<p>   Web developers are very familiar with conditional comments when it comes to serve styles for certain versions of Internet Explorer. Though multiple conditional comments are able to be used. We have here an example of what can be used in this type of coding.</p>
<h2><strong> CSS code:</strong></h2>
<p> <a href="http://cssconcept.com/tutorials/different-styles-to-ie6-and-ie7#more-566" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/300694946" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/tutorials/different-styles-to-ie6-and-ie7/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/tutorials/different-styles-to-ie6-and-ie7</feedburner:origLink></item>
		<item>
		<title>Updates and news in CSS</title>
		<link>http://feeds.feedburner.com/~r/CssConcept/~3/300582822/updates-and-news-in-css</link>
		<comments>http://cssconcept.com/resources/updates-and-news-in-css#comments</comments>
		<pubDate>Thu, 29 May 2008 14:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://cssconcept.com/resources/updates-and-news-in-css</guid>
		<description><![CDATA[ We have made several research and collected some of the high top CSS website resource.Tutorials, books, mailing lists for users, etc..
CSS News  : 
XTech 2008 : The Web on the Move - Improvements in browsers and research in advanced layout. 
Prince : What&#8217;s New - Prince is a computer program that converts XML [...]]]></description>
			<content:encoded><![CDATA[<p> We have made several research and collected some of the high top CSS website resource.Tutorials, books, mailing lists for users, etc..</p>
<h3><strong>CSS News  </strong>: <a href="http://2008.xtech.org/public/news"></a></h3>
<p><a href="http://2008.xtech.org/public/news">XTech 2008 : The Web on the Move</a> - Improvements in browsers and research in advanced layout. <a href="http://www.princexml.com/"></a></p>
<p><a href="http://www.princexml.com/">Prince : What&#8217;s New</a> - Prince is a computer program that converts XML and HTML into PDF documents. Prince can read many XML  formats, including XHTML and SVG. Prince formats documents according to style sheets written in CSS. <a href="http://www.westciv.com/courses/free/index.html"></a></p>
<p><a href="http://www.westciv.com/courses/free/index.html">Learning::free courses</a>  - new content and techniques <a href="http://www.cssez.com/"></a></p>
<p><a href="http://www.cssez.com/">Easy Blog Design Tool</a>  - Online Based CSS Authoring Tool/Download with wordpress or movabletype template formats/No need knowledge of CSS ,(X)HTML or blog templte tags./A lot of tools available: Image Maker, many templates etc. <a href="http://www.aureliasystems.com/dnload.htm"></a></p>
<p><a href="http://www.aureliasystems.com/dnload.htm">Aurelia Main</a> -  Aurelia Reporter 3.2 with support for Windows Vista and              Server 2003.</p>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<p> <a href="http://cssconcept.com/resources/updates-and-news-in-css#more-562" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/CssConcept/~4/300582822" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssconcept.com/resources/updates-and-news-in-css/feed</wfw:commentRss>
		<feedburner:origLink>http://cssconcept.com/resources/updates-and-news-in-css</feedburner:origLink></item>
	</channel>
</rss>
