January 2010
18 posts
1 tag
MySQL Stored Proceedures - Create Routine →
1 tag
Academy →
cool html site.
2 tags
Teeny Little Families →
Side scrolling parallax PV3D. Cool.
2 tags
thesixtyone →
cool new music
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”>...
1 tag
Google maps for flash marker clustering →
1 tag
MySQL data type for currency. Use float(6,2) or greater for high value...
1 tag
Regular Expression Syntax Quick Reference
→
Lots of examples of regex syntax
2 tags
An open source Flashâ„¢ runtime written in pure... →
2 tags
mailto link obfuscator →
1 tag
dig (the unix shell command) howto →
1 tag
MySQL Field Types →
Quick reference for field types. Note BIGINT for large integers.
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...
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...
3 tags
Reducing the payload: compression, minification,... →
1 tag
Yearly Calendar 2010 →
Lots of calendar styles in HTML for easy print.
1 tag
MHTML - when you need data: URIs in IE7 and under →
1 tag
DataURLMaker →
Embed base64 encoded image data within CSS.