October, 2007
I read an interesting article called “Why Flash is Mostly Bad”. Since I began designing in flash years ago, I’ve become pretty familiar with the major pitfalls associated with designing in Flash. I got my start when 100% Flash websites were common and desired… the web’s come a long way. read more »
While working on the Autopilot system, I choose to use the php_ssh2 library, which uses the libssh2 library to issue/implement ssh commands. With this module loaded (http://www.php.net/ssh2), one can act as an SSH2 client in php!
Well, as many of you know, I work off of a Windows system for development ( a highly modified windows installation ;)). So, to enable, I just "enabled" the php_ssh2 lib. Easy enough right? WRONG! For this blog entry, I will discuss issues with BOTH implementations of this seemingly troublesome module.

