ARTICLES
How Things Change
Or, Whatever became of the CSS Tutorial?
I believe it is an appropriate time for a CSS viral marketing campaign by the Web Standards community.
The novelty and excitement of CSS passed last year. Everyone’s waiting for CSS3 modules. Google any CSS [keyword] and most of the names I read several years ago are gone from the first ten pages for tutorials or explanations or examples of best practices, Web Standards CSS coding. And, those that remain are decent but not ones I would suggest to CSS beginners nor intermediate designers.
What about continuing fundamental Education?
Did you ever meet someone who knew some CSS and decided that absolute positioning was the ideal method for constructing a three column layout? Though their CSS and HyperText Markup Language construction may be odd.
Whilst in Austin, several programmers cited several sources that made me cringe. Even though everyone with which you discuss CSS may know about CSS, not everyone knows how to use it. The programmers answer for CSS was something like,
<div>
<table>
<tr>
<td><div></div></td><td><div></div></td><td><div></div></td>
</tr>
</table>
</div>
It’s a simple three column layout, isn’t it.
Basic, fundament CSS tutorials are usually missing from search results. I searched Google for representative sites but I couldn’t find—in those particular phrases—the Little Boxes tutorials: so I did Little Boxes and found it. However, how many developers (and, programmers) do not know of The Noodle Incident.
Ingo Chao’s Authoritative “On having layout — the concept of hasLayout in IE/Win”
See below and see if you would recommend any of the pages returned in search results:
http://www.google.com/search?q=css+haslayout= css hasLayouthttp://www.google.com/search?q=css+has+layout= css has layouthttp://www.google.com/search?q=css+layout= css layouthttp://www.google.com/search?q=css+tutorial
EchoEcho CSS Tutorial
CSS allows you to customize the lists that can be made with HTML.
The good news is that there are many powerful properties for doing so.
The bad news is that Netscape and Internet Explorer often support these properties in different ways. Both browsers have limitations in their support of list styles.
Netscape browsers only let you add the list CSS to
<LI>tags - not just any tag.Internet Explorer’s support of CSS with relation to lists is only fully supported for browsers on the Windows platform.[Elementary emphasis.]
Microsoft Developer Network (MSDN) Tutorial
How to Manipulate Text Effects in Response to Mouse Events
<STYLE>
BODY { background-color: black;color: gold;font: 24pt sans-serif; }
UL.ActivateTextEffect { color: orange;letter-spacing: 2; }
</STYLE>
How to Fly Text in DHTML
This article demonstrates both ways to implement flying text through the marquee element and through Cascading Style Sheets (CSS) positioning. To better understand positioning in Dynamic HTML (DHTML), as well as the CSS object model in Internet Explorer 4.0
<MARQUEE WIDTH="700" STYLE="position:absolute; top: 180"
... DIRECTION="left">
<UL>
<LI class=yellow>Use the Document Object Model (DOM)<br>
to create interactive documents.
</UL>
</MARQUEE>
http://www.google.com/search?q=css+layout+tutorial
Little Boxes and CSS Layout Techniques: for Fun and Profit
See Article.
Motif
That was Interesting
Or, What Six Months?
I didn’t go Malarkey. I didn’t relinquish Web Standards from disillusionment. I didn’t relinquish Web Standards from development of a SharePoint 2007 site during those six months. It was nothing exceptional. Chance circumstances beyond control. Things arose.
See Article.
Motif
What are the Good Restaurants in Austin?
I'll be in Austin, Texas for two weeks for client work and was wondering if anyone could recommend a good restaurant or cafe or dive.
Dives are good.
See Article.
Motif

