<?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>Improve Your CSS Skills &#187; html</title>
	<atom:link href="http://www.improvecss.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.improvecss.com</link>
	<description>Learn CSS easily and quickly</description>
	<lastBuildDate>Sat, 17 Oct 2009 16:56:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>CSS File and Function Inventory</title>
		<link>/css-file-and-function-inventory/</link>
		<comments>/css-file-and-function-inventory/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 02:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design techniques]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layouts]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[css coding]]></category>
		<category><![CDATA[css design]]></category>
		<category><![CDATA[css styles]]></category>
		<category><![CDATA[specificity]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://improvecss.com/?p=9</guid>
		<description><![CDATA[As with any software, an evaluation should be made of all the required functionality, a core set of functions created or agreed upon, and a standard way of interacting with UI elements created. Scripts should be stored in a central location and documented by a knowledgeable staff that is aware of what is available and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">As with any software, an evaluation should be made of all the required functionality, a core set of functions created or agreed upon, and a standard way of interacting with UI elements created. Scripts should be stored in a central location and documented by a knowledgeable staff that is aware of what is available and what is needed.</p>
<p style="text-align: justify;">A reference for a JavaScript function can be just like any other programming language. For instance, if there was a utility function to combine two strings together (not that someone would ever need such a thing), it might be documented as follows:</p>
<p style="text-align: justify;">string myStringCombiner(string param1, string param2)<br />
Purpose: combines two strings, returns a new string<br />
Parameter Description<br />
param1 Required. First string to concatenate to the second.<br />
param2 Required. Second string to concatenate to the first.<br />
Notes: Function is available by including base-functions.js.</p>
]]></content:encoded>
			<wfw:commentRss>/css-file-and-function-inventory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

