This Old Spoon
Notes For Myself
Wednesday, December 9, 2009
gPhoto2 Image Capture on the Mac.
›
This is a good place to start gPhoto Primer . Installation: Install X11 and the Developer Tools from the OS Install Disc Download the Mo...
Wednesday, November 11, 2009
Upgrade Flash Player in Ubuntu
›
Download some kind of thing from Adobe. (There are lots of options) Find a libflashplayer.so somewhere in the archives you downloaded. R...
Thursday, August 20, 2009
Dumping a DOMElement in PHP
›
Reference this post : $xml = $domElement->ownerDocument->saveXML($domElement); var_dump($xml);
Thursday, July 30, 2009
Getting PHP_AUTH_USER and PHP_AUTH_PW in Dreamhost
›
Dreamhost runs PHP as a CGI module, so you have to work around Apache. It's a pretty easy fix though. http://www.besthostratings.com/art...
Friday, May 29, 2009
Custom PHP.ini for Loading Zend Framework with Dreamhost
›
Creating a custom php.ini is really easy. Just follow these directions: http://wiki.dreamhost.com/index.php/PHP.ini Just check your phpinfo(...
Thursday, May 28, 2009
Example PHP and AS3 encrypt and decrypt
›
Still testing this out, but it looks pretty good. I need to update it to use AES-256, but that should be hard. http://www.zedia.net/2009/as...
Wednesday, May 27, 2009
Installing Mcrypt in Ubuntu Desktop for PHP5
›
Open the Synaptic Package Manager. Search for php5-mcrypt. Start installation. Agree to any additional libraries it might need. Finish I...
‹
›
Home
View web version