<?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>nasarik.com - A Lancashire designer&#039;s journey through life, print and web design &#187; tutorial</title>
	<atom:link href="http://nasarik.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://nasarik.com</link>
	<description>I&#039;m just a designer trying to make sense of the web, design and pretty much everything else</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:42:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://nasarik.com</link>
  <url>http://nasarik.com/wp-content/themes/sandbox/images/nasarikfav.jpg</url>
  <title>nasarik.com - A Lancashire designer&#039;s journey through life, print and web design</title>
</image>
		<item>
		<title>CSS layout made easy</title>
		<link>http://nasarik.com/easy-css-layout/</link>
		<comments>http://nasarik.com/easy-css-layout/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 22:07:15 +0000</pubDate>
		<dc:creator>nasarik</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nasarik.com/?p=21</guid>
		<description><![CDATA[  When creating a html or CSS document it is not only important to make sure the page meets as many of today&#8217;s web standards as possible, it is also important as a web page editor to be able to easily find your way around your documents.  Here is a quick guide to help make editing your [...]]]></description>
			<content:encoded><![CDATA[<p> <img class="post_images" src="http://farm4.static.flickr.com/3467/3231647895_5830bed063.jpg?v=0" alt="" /></p>
<p>When creating a html or CSS document it is not only important to make sure the page meets as many of today&#8217;s web standards as possible, it is also important as a web page editor to be able to easily find your way around your documents.  Here is a quick guide to help make editing your css files just a little easier.</p>
<p><span id="more-21"></span></p>
<p>Use shortcuts to streamline your code, for example instead of using the following -</p>
<p><strong>padding-top:10px;<br />
padding-right:15px;<br />
padding-bottom:10px;<br />
padding-left:15px;</strong></p>
<p>Streamline it using the code below -</p>
<p><strong>padding: 10px 15px 10px 15px;</strong></p>
<p>This will not only save you time when writing your code, but also reduce the overall length of the page making it much easier to navigate.</p>
<p><strong>Find a structure that suits you</strong></p>
<p>When first learning CSS it is sometimes easier to use the stacking method, this is where each line of style inherits a new line on the page; but as you get more confident with your code it may be easier to keep each styling class on one line.  This will again help to keep you pages considerably shorter.</p>
<p><strong>Add comments to break up your file in to easily understandable blocks</strong></p>
<p>With many websites that you create you may revisit them quite some time after the build, this can cause problems when familiarising your self with the code again, using comments to break down your code can not only help you when editing a website but could also really help another designer who needs to quickly make some changes to a template they didn&#8217;t create.</p>
<p>I would recommend organising your CSS in to groups such as; divs, styling and navigation, this will give you a quick reference to your page.  At the head of each CSS group add a comment for example:- /*containing divs*/.  You can expand this theory and break the page down even further, but this is a good start.</p>
<p>There is much more to CSS layout than these few tips, but if you give thought to your layout from the beginning you will save yourself time and effort in the long run.</p>
]]></content:encoded>
			<wfw:commentRss>http://nasarik.com/easy-css-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

