<?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>Exposed To Want &#187; CSS</title>
	<atom:link href="http://blog.cliff538.com/category/websitebuilding/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cliff538.com</link>
	<description>My musings of late...</description>
	<lastBuildDate>Mon, 18 Apr 2011 07:45:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>If I knew it was that easy&#8230; finally rounded corners</title>
		<link>http://blog.cliff538.com/2009/10/if-i-knew-it-was-that-easy-finally-rounded-corners/</link>
		<comments>http://blog.cliff538.com/2009/10/if-i-knew-it-was-that-easy-finally-rounded-corners/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 00:22:10 +0000</pubDate>
		<dc:creator>cliff538</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website Building]]></category>
		<category><![CDATA[rounded corners]]></category>

		<guid isPermaLink="false">http://blog.cliff538.com/?p=344</guid>
		<description><![CDATA[If I knew it was that easy my corners would of been rounded when I made the site! I was just poking around the web a week or so back and found an article on &#8220;moz border&#8221; and &#8220;webkit&#8221;, turns out you just add this to your CSS and boom you have rounded corners, at [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://cliff538.com"><img src="http://blog.cliff538.com/wp-content/uploads/2009/10/rounded-corners-150x150.png" alt="rounded-corners" title="rounded-corners" width="150" height="150" class="alignleft size-thumbnail wp-image-345" /></a></p>
<p>If I knew it was that easy my corners would of been rounded when I made the site! I was just poking around the web a week or so back and found an article on &#8220;moz border&#8221; and &#8220;webkit&#8221;, turns out you just add this to your CSS and boom you have rounded corners, at least in Safari, FireFox and Chrome.  Since I do not do web sites for a living and don&#8217;t have customers, I can for now&#8230;. forget IE and most importantly IE6 for now. I have too much other stuff on my plate right now to worry about IE work-arounds. (then today, I find out thru twitter that IE6 still has 25% of the browser market locked up!&#8230;&#8230;. why don&#8217;t these people upgrade?) </p>
<p>So, here is how my CSS looks to get my rounded corners:
</p>
<p>
<code><br />
<strong>#sidebar ul li a:hover {</strong><br />
	 background-color: #046380;<br />
	 color: #fff;<br />
	 -moz-border-radius: 5px;<br />
	 -webkit-border-radius: 5px;<br />
	 border-radius: 5px;<br />
	 -khtml-border-radius: 5px; }</p>
<p><strong>#sidebar ul li a#active {<br />
</strong>	background-color: #369;<br />
	color: #fff;<br />
	-moz-border-radius: 5px;<br />
	-webkit-border-radius: 5px;<br />
	border-radius: 5px;<br />
	-khtml-border-radius: 5px; }</p>
<p><strong>#sidebar h3.sidebar {</strong><br />
	background-color: #a7a37e;<br />
	color: white;<br />
	margin: 4px 4px 4px 4px;<br />
	padding: 4px 2px 2px 2px;<br />
	letter-spacing: 2px;<br />
	font-size: 1em;<br />
	-moz-border-radius: 5px;<br />
	-webkit-border-radius: 5px;<br />
	border-radius: 5px; /* future proofing */<br />
	-khtml-border-radius: 5px; /* for old Konqueror browsers */}<br />
</code>
</p>
<p>
So overall it&#8217;s incredibly easy to get rounded corners at least in three browsers. I was initially thrown because the information I first saw about rounded corners was all about placing four small pictures into your css with the background tag. Seemed to much at the time. Now you can just download a <a target="_blank" href="http://css-tricks.com/snippets/css/rounded-corners/">CSS Snippet</a> over at <a target="_blank" href="http://css-tricks.com/">css-tricks.com</a> and paste it right into your css. Chris has now got a great selection of snippets that you can download right into Coda or TextMate, really saves a lot of time typing and having to remember the syntax. In my last state of learning update I talked about switching over to my new Text Editor that I&#8217;m in love with <a target="_blank" href="http://www.panic.com/coda/">Coda</a>. If you&#8217;ve never checked it out, download it, you won&#8217;t be sorry. Great Product. <br />
Here is the exact snippet of what gets pasted into your CSS, just fill in your radius Xpx number, 10 is set by default in the snippet:<br />
<code><br />
-moz-border-radius: 10px;<br />
-webkit-border-radius: 10px;<br />
border-radius: 10px; /* future proofing */<br />
-khtml-border-radius: 10px; /* for old Konqueror browsers */<br />
</code>
</p>
<p>
Now, go round some corners before they go out of style! ; )</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cliff538.com/2009/10/if-i-knew-it-was-that-easy-finally-rounded-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners-A Starting Place</title>
		<link>http://blog.cliff538.com/2009/09/rounded-corners-a-starting-place/</link>
		<comments>http://blog.cliff538.com/2009/09/rounded-corners-a-starting-place/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 00:43:25 +0000</pubDate>
		<dc:creator>cliff538</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website Building]]></category>

		<guid isPermaLink="false">http://blog.cliff538.com/?p=320</guid>
		<description><![CDATA[Have not played with this yet, but researched it a little bit and wanted to drop a quick note about a good starting place. Basically it sounds like you can use JavaScript to round your corners and it works in all the major browsers. In your CSS you can use -moz-border-radius: Xpx, Xpx, Xpx, Xpx; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://blog.cliff538.com/wp-content/uploads/2009/09/Firefox-Safari-Rounded-Corners-300x81.png" alt="Firefox-Safari Rounded Corners" title="Firefox-Safari Rounded Corners" width="300" height="81" class="aligncenter size-medium wp-image-321" /></p>
<p>
Have not played with this yet, but researched it a little bit and wanted to drop a quick note about a good starting place. Basically it sounds like you can use JavaScript to round your corners and it works in all the major browsers. In your CSS you can use -moz-border-radius: Xpx, Xpx, Xpx, Xpx; to round your corners but it only works in in Firefox. You can use -webkit-border-radius: Xpx, Xpx, Xpx, Xpx; and this works in Safari.  So the choice is yours, use JavaScript once and it works for all browsers or use both -moz and -webkit and forget about IE. </p>
<p>
Good short video to watch this all in action <a href="http://net.tutsplus.com/videos/screencasts/5-super-helpful-web-development-video-quick-tips/">here</a>. <br />
Scroll down to bottom video, it&#8217;s called how to make rounded corners with CSS and JavaScript. </p>
<p>
Complete run-down from Mozilla Development Center <a href="https://developer.mozilla.org/en/CSS/-moz-border-radius">here</a>.<br />
<br />
Better get learning how to round corners!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cliff538.com/2009/09/rounded-corners-a-starting-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making a Custom Web Page for Twitter</title>
		<link>http://blog.cliff538.com/2009/09/making-a-custom-web-page-for-twitter/</link>
		<comments>http://blog.cliff538.com/2009/09/making-a-custom-web-page-for-twitter/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:56:21 +0000</pubDate>
		<dc:creator>cliff538</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Website Building]]></category>

		<guid isPermaLink="false">http://blog.cliff538.com/?p=159</guid>
		<description><![CDATA[This one was fun! I really enjoyed it and it got me playing around with some new skills, using a background image in CSS, using absolute positioning and using Photoshop to make a custom background. Well here is how to start (all this stuff is not from me, I use the tutorials from really talented [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>
This one was fun! I really enjoyed it and it got me playing around with some new skills, using a background image in CSS, using absolute positioning and using Photoshop to make a custom background. <img class="alignleft" src="http://img.skitch.com/20090907-ew1ac53drr9urm47d6wu1sckyb.jpg" alt="custom twitter page" width="160" height="170" /> Well here is how to start (all this stuff is not from me, I use the tutorials from really talented people who take the time to spell everything out, I wish I had the skill to do full out tutorials&#8230;.. maybe someday!) this tutorial from Chris Coyier <a target="_blank" href="http://tutorialblog.org/how-to-make-a-unique-website-for-your-twitter-updates/">&#8220;How To Make a Unique Website For Your Twitter Updates&#8221;</a> is from May 16, 2008.  The only thing that has changed is the twitter code that you cut and paste.  Twitter now gives you a script that you cut and paste that has some styling to it already, so you can&#8217;t just have the tweets with no styling.  Chris uses just the raw twitter feed and then uses CSS to customize everything.  I could not find a way to just get the raw feed, so I adapted and used there script and just put it inside of my own box.  This is actually really good, it makes you think and adapt to a problem&#8230;&#8230; do some styling in the twitter widget, some styling in your PS custom background and then finally in the CSS, there is a million different ways you could do this tutorial to adapt it to your Web site.
</p>
<p></p>
<p>
Here are the links to the pages that you will need:</p>
<ul>
<li><a target="_blank" href="http://tutorialblog.org/how-to-make-a-unique-website-for-your-twitter-updates/">Tut: How To Make a Unique Website For Your Twitter Updates</a></li>
<li><a target="_blank" href="http://twitter.com/goodies/widgets">Twitter Widget Page</a></li>
<li><a target="_blank" href="http://www.noupe.com/tutorial/twitter-status-design-tutorials-icons-wp-plugins.html">Link to a whole bunch of free twitter birds to download and use</a></li>
</ul>
<p>
Here are the finished custom Twitter pages:</p>
<ul>
<li><a target="_blank" href="http://css-tricks.com/examples/TwitterPage/">Chris Coyier Example Twitter Page From Tutorial</a></li>
<li><a target="_blank" href="http://cliff538.com/test/twitterpage.html">Custom Twitter Page That I Made</a></li>
<li><a target="_blank" href="http://cliff538.com/test/images/website-twitter-page.jpg">Here is my Photoshop background that I made</a>
<li><a target="_blank" href="http://cliff538.com/test/css/twitter.css">Here is the CSS that I used</a>
</ul>
</p>
<p>
Overall this was a great tut and I recommend you dive into this one.  Let me know what you think and give me a link to your custom twitter page!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cliff538.com/2009/09/making-a-custom-web-page-for-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Books for your first Web Page</title>
		<link>http://blog.cliff538.com/2009/08/books-for-your-first-web-page/</link>
		<comments>http://blog.cliff538.com/2009/08/books-for-your-first-web-page/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 21:35:59 +0000</pubDate>
		<dc:creator>cliff538</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Building]]></category>

		<guid isPermaLink="false">http://blog.cliff538.com/?p=88</guid>
		<description><![CDATA[I&#8217;m going to list and rate books on occasion that I have read cover to cover or have used extensively for reference and tell you whether it&#8217;s worth a buy or not to waste your money. Now is a good time to get acquainted with O&#8242;Reilly Books if your new at this stuff your going [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>
I&#8217;m going to list and rate books on occasion that I have read cover to cover or have used extensively for reference and tell you whether it&#8217;s worth a buy or not to waste your money.   Now is a good time to get acquainted with <a href="http://oreilly.com/store/" title="O'Reilly Technical Books" target="_blank">O&prime;Reilly Books</a> if your new at this stuff your going to need some good learning and reference books and this is the place to get them.
</p>
<p></p>
<p>
I have bought stuff from Amazon for years but I have found that for technical books O&prime;Reilly can&prime;t be beat and here is why.  You can purchase a bundle and get the book in three different formats and this has been a huge help for me.  The first format mobi is for the kindle so when I&prime;m on the road I have all my technical books with me and don&prime;t have to actually lug around all 185 pounds of books.  Laying in bed reading is also much easier with the kindle verses holding a large book.  The next format is pdf for the computer, this is a huge help for having the book open on your computer so you can cut and past code out of it or do a quick search to find the exact spot within this 800 plus page book that your looking for.  When your doing lessons out of the books it&prime;s nice to have your project open with the book right along side for quick and easy reference.  With pdf you can also highlight paragraphs, make bookmarks and add notes.  The third format is epub for your iPhone, I use the application Stanza to load all my books and this is a nice place to have them if you spend much time on the road.  I am constantly sitting in an airport reading ahead and absorbing material to put to use later.
</p>
<p></p>
<p>
<div id="attachment_90" class="wp-caption aligncenter" style="width: 150px">
	<a target="_blank" href="http://oreilly.com/catalog/9780596101978"><img src="http://blog.cliff538.com/wp-content/uploads/2009/08/HF_HTML1-150x150.gif" alt="Head First HTML" title="HF_HTML" width="150" height="150" class="size-thumbnail wp-image-90" /></a> 
	<p class="wp-caption-text">Head First HTML/CSS</p>
</div><br />
Head First HTML with CSS and XHTML, If your new to this whole website building gig this is your starting place.  Great book with solid lessons and exercises, Head First does an incredible job explaining things clearly and then following up with great examples.  This book by the end will give you the skills necessary to start building  your own web site.  Buy this book and get started&#033; Five Hearts &#9829;&#9829;&#9829;&#9829;&#9829;</p>
<p></p>
<p>
<div id="attachment_93" class="wp-caption aligncenter" style="width: 150px">
	<a target="_blank" href="http://oreilly.com/catalog/9780596520304"><img src="http://blog.cliff538.com/wp-content/uploads/2009/08/HF_webdesign1-150x150.gif" alt="Head First Web Design" title="HF_webdesign" width="150" height="150" class="size-thumbnail wp-image-93" /></a>
	<p class="wp-caption-text">Head First Web Design</p>
</div><br />
 Head First Web Design, If your new to website building your most likely new to web site design, there is more to this than you think.  I was not to interested in this book and thought it would be a quick read with not much learned.  I was wrong&#033; I spent more time with design than I did with actually building, get this book and read up on design, navigation and ease of use.  Also, visit lots of websites and write down what you like and why, take screen shots of websites you like for future reference.  Five Hearts &#9829;&#9829;&#9829;&#9829;&#9829;
 </p>
<p></p>
<p>
 <div id="attachment_86" class="wp-caption aligncenter" style="width: 85px">
	<a target="_blank" href="http://oreilly.com/catalog/9780596515058"><img src="http://blog.cliff538.com/wp-content/uploads/2009/08/cssref.gif" alt="CSS Reference Book" title="cssref" width="85" height="112" class="size-full wp-image-86" /></a>
	<p class="wp-caption-text">CSS Reference Book</p>
</div><br />
 CSS Pocket Reference, as your writing your CSS you will be constantly picking up this book to jog your brain with the appropriate property and property values.  Small size that is easy to carry, highlight stuff you always use, take notes in it.  You will not regret this pocket reference book. Four Hearts &#9829;&#9829;&#9829;&#9829;
 </p>
<p></p>
<p>
 <div id="attachment_97" class="wp-caption aligncenter" style="width: 85px">
	<a target="_blank" href="http://oreilly.com/catalog/9780596527273"><img src="http://blog.cliff538.com/wp-content/uploads/2009/08/htmlref1.gif" alt="HTML Reference Book" title="htmlref" width="85" height="140" class="size-full wp-image-97" /></a>
	<p class="wp-caption-text">HTML Reference Book</p>
</div><br />
 HTML and XHTML Pocket Reference, companion book to the CSS Pocket Reference.  All of this information is online but I found that a small paper copy that I could highlight and take notes in was a better reference for me.  You will not regret this pocket reference book. Four Hearts &#9829;&#9829;&#9829;&#9829;
 </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cliff538.com/2009/08/books-for-your-first-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

