Friday, 31 December 2004
Some literature
Updated my Amazon wishlist due to the arrival of seven new books today.
|
|
|
|
|
|
|
Wednesday, 29 December 2004
Google Web Services
I decided to take a look at Google's Web Service API this morning with PHP5's new SoapClient extension. To enable SoapClient on my Gentoo Linux server I compiled mod_php with soap.
Monday, 27 December 2004
gtkam - more plug'n'play
Thought I found the best solution for communication with my digital camera in the last blog entry, but today I tried gtkam, which gives you even more plug'n'play. gtkam is using libgphoto2 and seems like it support most of the standard digital cameras on the market now. I'm using gthumb as my image viewer.
Saturday, 25 December 2004
gphoto2 - plug'n'play
It's late evening on christmas day and I had to transfer the images from our family happening tonight. I hadn't tried transfering images from my Canon PowerShot A40 to my laptop running Gentoo Linux before. But I did know that a program called gphoto had support for my camera so I simply installed it with the following command:
I plugged in my USB cable, turned the camera on and detected the camera and checked files on the camera.
$ gphoto2 --list-files
Everything seemed ok so I just created a directory where I wanted to store my images from tonight and simply run a command to fetch all images over to my harddrive.
Friday, 24 December 2004
PRADO - Webapp framework for PHP5
PRADO is an event-driven and component-based web programming framework for PHP 5 and won the Zend PHP 5 Contest not long ago. I've gone through the tutorials and tried a few controls myself and it's a very promissing project. No doubt that I'll be using this for my next web application. It seems fairly complete with controls and have a helpful community forum. If you are interested in PHP 5 and see it in use check out the different contest winners. Some very cool projects there.
Oh, and I almost forgot, it's christmas today :) Merry christmas everyone!
Thursday, 23 December 2004
Mono:
A Developer's Notebook
Open Source .NET Development
Design
Patterns in C#
The
Official GNOME 2 Developer's Guide
Programming Ruby
Apache Cookbook
Python Cookbook