January 2010
18 posts
1 tag
MySQL Stored Proceedures - Create Routine →
Jan 26th
1 note
1 tag
Academy →
cool html site.
Jan 25th
2 tags
Teeny Little Families →
Side scrolling parallax PV3D. Cool.
Jan 22nd
2 tags
thesixtyone →
cool new music
Jan 22nd
1 tag
Auto-Sizing DIVs →
To have a <DIV> shrink and enlarge based on its content, use this CSS: div.autosize { display: table; width: 1px; } div.autosize > div { display: table-cell; } In your HTML, enclose the <DIV> you want autosized in another <DIV> with class=”autosize” Before: <div> I want this to be auto sized! </div> After: <div class=”autosize”>...
Jan 20th
1 tag
Google maps for flash marker clustering →
Jan 18th
1 tag
“MySQL data type for currency. Use float(6,2) or greater for high value...”
Jan 16th
1 note
1 tag
Regular Expression Syntax Quick Reference  →
Lots of examples of regex syntax
Jan 15th
2 tags
An open source Flashâ„¢ runtime written in pure... →
Jan 13th
2 tags
mailto link obfuscator  →
Jan 13th
1 tag
dig (the unix shell command) howto →
Jan 13th
1 note
1 tag
MySQL Field Types →
Quick reference for field types. Note BIGINT for large integers.
Jan 12th
3 tags
Accessible Form HTML + CSS →
Forms. Is there any other word that strikes as much fear into the hearts of grown web designers? I think that the reputation of forms as an untamable, ugly necessity has arisen for two reasons: Form elements are derived from native operating system widgets, which makes them particularly difficult to style. Forms are often critical to the function of a web site — they’re most often...
Jan 7th
Pipes: Rewire the web →
Pipes is a powerful composition tool to aggregate, manipulate, and mashup content from around the web. Like Unix pipes, simple commands can be combined together to create output that meets your needs: combine many feeds into one, then sort, filter and translate it. geocode your favorite feeds and browse the items on an interactive map. power widgets/badges on your web site. grab the output of...
Jan 6th
3 tags
Reducing the payload: compression, minification,... →
Jan 6th
1 tag
Yearly Calendar 2010 →
Lots of calendar styles in HTML for easy print.
Jan 6th
1 tag
MHTML - when you need data: URIs in IE7 and under →
Jan 6th
1 tag
DataURLMaker →
Embed base64 encoded image data within CSS.
Jan 4th