Timetrap is a utility which provides an easy to use command line interface for tracking what you spend your time on. It is a ruby port of Trevor Caira's Timebook, a small python utility
- yashh
Finally a way to console into your rack powered apps. I used to read my app.rb into my irb session to mimic a rails like console. $ irb -r app.rb
- yashh
A list of over 20 free PDF files covering aspects of Web Development as well as Graphic design. These include cheat sheet for web developers, client questionnaires for Graphic and Web design, helpful checklists as well as some useful resources for designers and developers.
- yashh
Taffy DB is a free and opensource JavaScript library that acts as thin data layer inside Web 2.0 and Ajax applications. This is not the database browser has its a simple js library which emulates a DB like API.
- yashh
flXHR is a drop-in replacement for regular XMLHttpRequest which uses an invisible Flash shim to allow cross-domain calls to be made, taking advantage of the Flash crossdomain.xml security model. (via @simonw)
- yashh
LABjs is a JavaScript loading library which makes it easy to have scripts download in parallel while still ensuring that they execute sequentially where required to ensure dependencies are met. It’s unclear how you would decide to use this over concatenating all scripts together in to a single file. (via @simonw)
- yashh
A quick not on fixing 403 error on snow leopard apache. Read the comments where we need to set Read Only permission for all of the User home directory.
- yashh
Finally a way to lock your mac with out a third part software use. Setup the terminal command as a service and give it a shortcut. Pretty slick.
- yashh
Here is an article on compiling spidermonkey on mac with NSPR and international components for unicode. Well I am trying to install just spidermonkey so that I can play with javascript over command line. I just dont want to do that in a browser / firebug. You can use Rhino as well which is a java implementation, but I prefer C based implementation.
- yashh