Awesome article on the non-design-pattern, non-over-architecting approach to software development. It’s all about getting shit done, and shipping product.
#programming
A Recipe for OpenID-Enabling Your Site
A Recipe for OpenID-Enabling Your Site
Howto/tutorial from Plaxo on how to OpenID-enable your website. Includes DB schema details and all.
CodeMirror: In-browser code editing
CodeMirror: In-browser code editing
“CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar.” Better option than CodePress?
Detecting Client Side Time Zone Offset Via Javascript
Detecting Client Side Time Zone Offset Via Javascript
Using JS to detect the timezone setting of a user so that you can store everything in UTC and just adjust based on that, client-side.
Storing Hierarchical Data in a Database
Storing Hierarchical Data in a Database
Tutorial/summary of some different approaches to storing hierarchical information in a database.
WordPress hooks database
“his WordPress hooks database automatically scans each WP build for apply_filters() and do_action() to figure out exactly which hooks are available in each version and where the hooks occur.”
Hidden Features of PHP?
Awesome list of “hidden” features in PHP on StackOverflow. Really good collection of tips, pointers etc.
/packer/
Javascript packer/minify script.
How to use curl_multi() without blocking
How to use curl_multi() without blocking
Good post on more efficient use of curl_multi() under PHP. Much better use of resources than most examples around the place.
ReMate
ReMate is a TextMate plugin which can be used to disable the automatic project tree refresh when the application regains focus.