Saturday, January 16, 2010

First Chrome Extension: Password Generator

I've created my first extension for Chrome. You can check it out here.

It was fun to build and I'm always taking suggestions :D

Thursday, January 7, 2010

Current Directory PHP

I always need this. Here's how to get the current directory of a file in php:

echo dirname(__FILE__);