<?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>CSS Etc &#187; links</title>
	<atom:link href="http://www.cssetc.com/tag/links/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssetc.com</link>
	<description>CSS Web Design - CSS Coding - PSD to HTML - Tube Site Design - WordPress Templates - CSSetc.com for all your CSS needs!</description>
	<lastBuildDate>Mon, 02 Nov 2009 04:46:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Incredibly Useful Links &#8211; Part 1</title>
		<link>http://www.cssetc.com/2009/resources/incredibly-useful-links-part-1.html</link>
		<comments>http://www.cssetc.com/2009/resources/incredibly-useful-links-part-1.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 00:15:13 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[useful stuff]]></category>

		<guid isPermaLink="false">http://www.cssetc.com/wpt-284/?p=350</guid>
		<description><![CDATA[Over the years I&#8217;ve amassed a nice collection of resources &#8211; sites with tutorials, information, free stuff, and inspirational sites to help with the creative processes. There is so much out there that I hardly have time to look at them all, and that&#8217;s why  I have a list of bookmarks that would probably [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years I&#8217;ve amassed a nice collection of resources &#8211; sites with tutorials, information, free stuff, and inspirational sites to help with the creative processes. There is so much out there that I hardly have time to look at them all, and that&#8217;s why <span id="more-350"></span> I have a list of bookmarks that would probably fill a medium sized town&#8217;s phone book! I&#8217;m always looking for interesting sites&#8230;sometimes friends pass along links, sometimes I&#8217;ll find them in forums or bulletin boards, and I also make it a regular practice to google different design terms and see what comes up. The following list is some of the ones I&#8217;ve found most useful, interesting or helpful. This is just a few of them, so I&#8217;ll put together more and post again with part 2.</p>
<ul>
<li><a href="http://new.myfonts.com/" title="find fonts for all of your projects" target="_blank">MyFonts.com</a> &#8211; a great place for fonts, both free and for purchase. Free registration is required for downloading, but with over 400 free fonts available, it&#8217;s definitely worth the time to register.</li>
<li><a href="http://www.w3schools.com/" title="w3schools free tutorials and more" target="_blank">w3schools.com</a> &#8211; an absolutely must have bookmark, full of references, tutorials and do it yourself examples for learning <span class="caps">html</span>, CSS, <span class="caps">xml</span>, scripting and lots more. I&#8217;d be lost without this one!</li>
<li><a href="http://www.sxc.hu/" title="stock photos for your design projects" target="_blank">StockXchng</a> &#8211; an amazing site for finding images to use in your design projects, whether personal or professional. Free stock photos in tons of categories make this a great site to browse as well, just to check out the great photography. Free registration.</li>
<li><a href="http://browsershots.org/" title="check your website in different browsers" target="_blank">BrowserShots.org</a> &#8211; check out your website in different browsers and operating systems for free, you may be surprised at what you see!</li>
<li><a href="http://jigsaw.w3.org/css-validator/" title="CSS and HTML validator" target="_blank">CSS Validation Service</a> -does your website conform to current web standards? Find out here, where you can validate your CSS and <span class="caps">html</span> or <span class="caps">xhtml</span> documents. It can make a difference in how browsers interpret your site, so it pays to be valid!</li>
<li><a href="http://www.nattyware.com/pixie.php" title="the best color picker around!" target="_blank">Pixie</a> &#8211; simply the best little color picker around, made by Nattyware. I use this tool every single day and I&#8217;d feel like I lost my best friend if I didn&#8217;t have it. Really.</li>
</ul>
<p>That&#8217;s the first installation, and please, if you have any links you&#8217;d like to share, don&#8217;t be shy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssetc.com/2009/resources/incredibly-useful-links-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Beginner&#039;s Look At CSS</title>
		<link>http://www.cssetc.com/2009/basic-css/a-beginners-look-at-css.html</link>
		<comments>http://www.cssetc.com/2009/basic-css/a-beginners-look-at-css.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 21:17:43 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
				<category><![CDATA[Basic CSS]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.cssetc.com/wpt-284/?p=347</guid>
		<description><![CDATA[If you want to understand CSS, there are a few basics that you should start with, and one of them is a firm grasp of html markup. I will have to assume that you have at least a basic understanding of html, or else you probably wouldn&#8217;t be here in the first place. If you [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to understand CSS, there are a few basics that you should start with, and one of them is a firm grasp of <a href="http://en.wikipedia.org/wiki/Html" title="about HTML" target="_blank"><span class="caps">html</span> markup</a>. I will have to assume that you have at least a basic understanding of <span class="caps">html</span>, or else you probably wouldn&#8217;t be here in the <span id="more-347"></span>first place. If you don&#8217;t, then a good place to start is with the <a href="http://www.w3schools.com/html/" title="HTML tutorial at w3schools.com" target="_blank">w3schools <span class="caps">html</span> tutorial</a>.</p>
<p>Now that we&#8217;ve got that out of the way, the best place to begin with CSS is the syntax. CSS syntax is basically made up of three parts: the selector, the property, and the value.</p>
<p>p {font-size: 12px}</p>
<p>in this example, p = the selector (for paragraph), font-size = the property you want to style, and 12px = the value. So far, so good, right?</p>
<p>The property and the value are separated from the selector by those curly brackets, and from each other by a colon. The above example is telling the browser that in every instance of &#8216;p&#8217; on the web page, the font size will be 12 pixels.</p>
<p>You can use this syntax to style everything on a web page, from font properties to backgrounds to positioning. This will replace &lt;p style=&#8221;font-size: 12px&#8221;&gt;this is your paragraph&lt;/p&gt; in your <span class="caps">html</span>. If you have 30 paragraphs, each with the same font size, you can see how this would make writing markup a little easier!</p>
<p>That&#8217;s all there really is to it&#8230;the basics, anyway. Of course things get much more complicated, as they usually do, once you get into styling more than just your p&#8217;s and q&#8217;s, but as long as you understand the syntax of CSS, you&#8217;ll be able to understand the rest of it when you really get into it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssetc.com/2009/basic-css/a-beginners-look-at-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Latest &#8211; and last! &#8211; New Look</title>
		<link>http://www.cssetc.com/2009/my-work/my-latest-and-last-new-look.html</link>
		<comments>http://www.cssetc.com/2009/my-work/my-latest-and-last-new-look.html#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:33:16 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
				<category><![CDATA[My Work]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[layouts]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.cssetc.com/wpt-284/?p=341</guid>
		<description><![CDATA[well, I think I&#8217;ve got the absolute final re-design of this site done. No, really! It&#8217;s gone through so many incarnations, I think the only thing that is still the same is the domain name. Part of my problem is that every time I see some new CSS trick or cool looking  way of [...]]]></description>
			<content:encoded><![CDATA[<p>well, I think I&#8217;ve got the absolute final re-design of this site done. No, really! It&#8217;s gone through so many incarnations, I think the only thing that is still the same is the domain name. Part of my problem is that every time I see some new CSS trick or cool looking <span id="more-341"></span> way of doing things, I want to integrate it into SOMETHING&#8230;and usually my site is the closest victim. I have to stop doing that!</p>
<p>Finally, though, I decided to get back to basics. I mean, what is it that I love to do the most? Code CSS. So I figured that my site should reflect that, and not try to be something it isn&#8217;t. Like flashy and graphic laden &#8211; that&#8217;s just not who I am. So the only graphic you&#8217;ll find on this site is my logo, because I couldn&#8217;t use that font otherwise, and I loved it! (it&#8217;s called <a href="http://new.myfonts.com/fonts/exljbris/fertigo-pro/" title="Download Fertigo Pro for free at MyFonts.com" target="_blank">Fertigo Pro</a> by the way)</p>
<p>So all you&#8217;ll find here is CSS based design elements. Some of it is pretty obvious, and some of it you wouldn&#8217;t know unless you looked at my source code, which you are welcome to do. There&#8217;s a lot of stuff that I didn&#8217;t use here, but I&#8217;ll cover all of that in some sample work that I&#8217;m planning to showcase in future posts.</p>
<p>Anyway, I hope you like it&#8230;I hope it&#8217;s easy on the eyes, simple to navigate and full of information you find useful and interesting &#8211; all things that I think an effective web site should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssetc.com/2009/my-work/my-latest-and-last-new-look.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
