QOTD 4/30/07-ish

I’ve ceased caring about this meeting.
— Anon., on the Empire whiteboard

Creating a Tabbed Interface with CSS and jQuery

Here’s a piece I put together recently for a client who wanted a tabbed interface on one of their pages. My goal in doing it was to make it as accessible and semantic as possible. One requirement I gave myself was to NOT use redundant elements (like one list for the tabs, and another for the content).
Read more…

Paid Advertisement

$Maurizi++


<?php

	$Maurizi = Array();

	$Maurizi[0] = Array("Rob","dad");
	$Maurizi[1] = Array("Katie","mom");
	$Maurizi[2] = Array("Nicholas","son");
	$Maurizi[3] = Array();
	/* TODO: populate this when we know more,
		probably some time in early November */

?>

or if you prefer Javascript…


<script type="text/javascript" charset="utf-8">

	var Maurizi = new Array();

	Maurizi[0] = new Array("Rob","dad");
	Maurizi[1] = new Array("Katie","mom");
	Maurizi[2] = new Array("Nicholas","son");
	Maurizi[3] = new Array();
	/* TODO: populate this when we know more,
		probably some time in early November */

</script>

No Leopard? No problem :-)

All of this talk about OS X 10.5 Leopard being delayed until October is really shaking things up in the Mac world. According to Apple’s statement:

…we will not be able to release Leopard at our Worldwide Developers Conference in early June as planned…We now plan to show our developers a near final version of Leopard at the conference, give them a beta copy to take home so they can do their final testing

So, Leopard would’ve been released at WWDC, eh? And developers will see a “near final version” and receive a “beta copy” to play with. But in reality, what does that really leave us at WWDC?

Read more…

QOTD 4/10/07

I pooped and pooped and pooped!
— Nicholas Maurizi
Paid Advertisement

Everybody Get Nekkid!

I’m gearing up for CSS Naked Day on Thursday, and I can’t wait. So far, there’s over 650 of us that will be shedding their CSS coverings and baring all of our black Times on white for all to see.

Maybe I’ll go to work wearing nothing but my -9999px; shirt. Maybe they’ll send me home! :-D