It was fun to build and I'm always taking suggestions :D
Saturday, January 16, 2010
First Chrome Extension: Password Generator
I've created my first extension for Chrome. You can check it out here.
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__);
Subscribe to:
Posts (Atom)