Creating simple ungraded quiz questions with feedback using HTML and JavaScript

Saturday, March 29th, 2008

For those who are willing to give it a shot, I present to you a simple HTML and JavaScript template for inductive learning-style questions (ungraded, customized feedback for each answer selected).

HTML 5: The <strong> element

Friday, January 25th, 2008

I just saw something interesting I thought I’d pass along. In the new HTML 5 proposal, the strong element is being modified to represent “importance rather than strong emphasis.”
The WHATWG gives the following example:
<p><strong>Warning.</strong> This dungeon is dangerous.
<strong>Avoid the ducks.</strong> Take any gold you find.
<strong><strong>Do not take any of the diamonds</strong>,
they are explosive and [...]

New: SWFObject examples page

Saturday, July 21st, 2007

I decided to create a guide for the examples, which gives a little bit of background for each example as well as the URL for each example. http://www.pipwerks.com/lab/swfobject/

Displaying code on WordPress entries using CODE and PRE tags

Saturday, June 16th, 2007

Since I sometimes write about code, I decided to install the Code Markup WordPress plugin. It works very well, and I am enjoying it a great deal (thanks, Bennett).

However, one problem I kept encountering was overflow… when a line of code was so long it would break my layout.

@media2007 San Francisco

Friday, May 25th, 2007

I just finished the @media2007 conference in San Francisco, and all I can say is “wow.” I was totally in over my head, which in this case is a good thing!

Vertical centering — without using tables!

Tuesday, May 8th, 2007

Every now and then, a developer will come up against something that was SOOOO easy with table-based layouts and winds up being a royal pain with CSS-based layouts. One of these “d’oh!” moments is when you try to vertically center an element on your web page. Umm… hang on, let me rephrase that: One of these “d’oh!” moments is when you try to vertically center an element on your web page when using Internet Explorer 6.