summaryrefslogtreecommitdiff
path: root/old/published/Webmonkey/Monkey_Bites/2006/12.25.06/Wed/tutorial-o-day.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2006/12.25.06/Wed/tutorial-o-day.txt')
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2006/12.25.06/Wed/tutorial-o-day.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2006/12.25.06/Wed/tutorial-o-day.txt b/old/published/Webmonkey/Monkey_Bites/2006/12.25.06/Wed/tutorial-o-day.txt
new file mode 100644
index 0000000..29b2f80
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2006/12.25.06/Wed/tutorial-o-day.txt
@@ -0,0 +1 @@
+Last week in a Monkey Bites post about the [10th anniversary of Cascading Style Sheets][2] a number of people left comments expressing some confusion and perplexity about how to use CSS. I have some tutorial writing experience and I wish I had the time to whip something up for you, but I don't. I thought the next best thing would be to create a Tutorial o' the Day feature here on Monkey Bites. So here's how this will work: each week we'll pick a programming language, popular internet design trend or similar theme and everyday we'll link to a tutorial that will help you create something useful. Since this was inspired by CSS I thought we'd start there. There are thousands of CSS tutorials out there, but one CSS feature that it took me a while to understand is the <code>float:</code> feature. Floats are an easy way to create the multi-columned layouts that many popular sites utilize without resorting to table tags. The best tutorial I've found on [how to use floats][1] comes from Max Design. But "Floatutorial" isn't just a one trick pony, it's actually a whole bunch of tutorials condensed into one easy to browse page. These tutorials will walk you through "the basics of floating elements such as images, drop caps, next and back buttons, image galleries, inline lists and multi-column layouts." I should also note that Max Design has an excellent CSS showcase called [Listamatic][3] which will show you how to create a navigation menu of just about any shape, size and arrangement you want using a simple unordered list. If you have other suggestions or recommendations for people just getting started with CSS or those hoping improve their existing skills, be sure to leave them in the comments below. Also if you have ideas for future tutorial themes, email me at: scott_gilbertson@wired.com [2]: http://blog.wired.com/monkeybites/2006/12/cascading_style.html#comments "Read Comments on Cascading Style Sheets Turn 10" [1]: http://css.maxdesign.com.au/floatutorial/index.htm "Floatutorial" [3]: http://css.maxdesign.com.au/listamatic/index.htm "Listamatic" \ No newline at end of file