CSS Ellipsis: How to Manage Multi-Line Ellipsis in Pure CSS | Mobify

November 29th, 2012

A pure CSS solution to truncating text in a container, with the ability to overlay an ellipsis and even a “read more” link. The only caveat is that you must maintain vertical rhythm in your text.

CSS Ellipsis: How to Manage Multi-Line Ellipsis in Pure CSS | Mobify

Hogan.js

November 29th, 2012

Twitter’s JavaScript templating library, based on moustache “only much, much faster”.

Hogan.js

SuperAgent – Ajax with less suck

November 28th, 2012

This JavaScript library for handling AJAX looks pretty sweet. Nice API, and seems to handle just about any situation you could think of. Works both on client-side (browsers) and server-side (node.js).

SuperAgent – Ajax with less suck

WordPress › ReciPress « WordPress Plugins

November 26th, 2012

I keep meaning to try out Tammy Hart’s Recipress plugin, which lets you manage recipes using WordPress. My wife and I often share recipes with friends and family, and this could be a fun way to track everything, instead of emailing PDFs around.

WordPress › ReciPress « WordPress Plugins

SubGit :: Svn To Git Migration

November 13th, 2012

SubGit is a service you can run on a git server that automatically manages dual-hosting a project in Git and Subversion, easing the pain of using the standard git-svn tool. If only it worked with projects hosted on GitHub…

SubGit :: Svn To Git Migration