“You call that development?”
“Well, yeah,” I say.
“I mean, it’s just a string.”
“What’s a string?”
“No, it’s a string in chaos. That’s the logic, a string of chaos.”
“…”
“We speak different languages,” I said.
ยง
Why do developers refuse to learn CSS? Do they find it boring? Does it pale in comparison to other languages?
I think of it as the icing on a cake.1
If you find CSS hard, chances are you haven’t implemented stuff to make it easy. Here are a few quick tips.
-
Use a reset stylesheet. These styles lay the foundation of your website.2 Paste this CSS from Eric Meyer or this CSS from Yahoo at the top of your stylesheet
-
Use browser-specific styles. Use this bit of JavaScript to append the user’s browser to the body tag.3 If a visual bug is found in a browser, say IE6, create a targeted class to squash that bug. For example, .ext-ie6 div.box will only apply this class to IE64
-
Use Firebug. Firebug is an excellent debugger for CSS and JavaScript. It makes fixing errors “easy as”
That’s all you need to make CSS easy.
1. Icing is the best part, too.
2. Some developers are against them. Ignore those guys. I think most of them play the devil’s advocate to get page hits.
3. This JS forms the foundation for Yahoo’s JS library, Ext. It’s very good, better than Prototype.
4. You do not need to use conditional stylesheets for Internet Explorer nowadays.
[Read more →]
Categories:code, css
Today’s I leave for Sydney to compete against Australia in FullCodePress. FCP is a competition to “build a fully-operational website for a non-profit organisation in 24 hours.”
My team is awesome, and we’re going to win. The competition starts on Saturday. Here are some details:
Can I see the event online?
The two teams will be building their websites online, and you can watch the progress on the two websites in real time. The web addresses will be announced at 9.30am on Saturday at http://www.fullcodepress.com.
The New Zealand team
Photo and video action:
Blog action:
Who is running the event:
24 hours without sleep! I’m going to feel like a student. Wish us luck…
[Read more →]
Categories:american-ism, code, css, kiwi-ism, patriotism, patriotism
I’m going to Australia in August to compete against the Aussies for FullCodePress 2007!
Each team (New Zealand and Australia) will build a website in one day for a non-profit organization.
“At the end of 24 hours, a team of judges will review both sites and select the winner. International pride, bragging rights and a trophy will follow for the winning team.”
Wish us luck!
[Read more →]
Categories:american-ism, code, css, dream, jeffrey-ism, luck
Be warned, this post is for me, and for anyone who likes or dislikes workarounds for common CSS problems (i.e. you hate IE).
[Read more →]
Categories:code, css, illogic, jeffrey-ism