I just found this out... Did you know that the HTML 'q' tag (the inline quote tag) automatically adds curly quotes to your output. In Firefox and Opera. Of course, not in IE. But I thought it was cool. Load this HTML in your browsers to see it...
nifty. this is the first time i've came across the q tag
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Definition Lists:
<dl>
<dt>dl tag
<dd>definition list start and stop delimiter.
<dt>dt tag
<dd>presents the term or phrase to be defined.
<dt>dd tag
<dd>presents the definition for the term or phrase.
</dl>