-
Archives
- September 2010
- August 2010
- June 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
- October 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- December 2007
- August 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- March 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- June 2005
- March 2005
- February 2005
- December 2004
- November 2004
- September 2004
- August 2004
- July 2004
- March 2004
- August 2002
- July 2002
- June 2002
- May 2002
-
Meta
Monthly Archives: July 2004
SQLite - The little database that could
I've tested SQLite and came to the conclusion that it is a very awesome SQL implemention, especially for applications on embedded devices. It's working rather well for web-based projects, too. One thing that concerns me a bit, though, is the … Continue reading
Posted in Software & Tools
Leave a comment
PHP5 on Windows XP
I installed Apache2 along with PHP5 on my laptop. Right away I ran into the problem that the "Apache2" service was not registered. Something else was using up port 80. With the help of netstat -lao and a process monitor … Continue reading
Posted in Software & Tools
Leave a comment
Subversion 1.1 released
Ben Reser sent word to the mailing list that Subversion 1.1 was just released. It contains many small bug fixes, and a few new features. The biggest one is "Non-database repositories": It's now possible to create repositories that don't use … Continue reading
Posted in Software & Tools
Leave a comment
No WSDL generation
Since installing it I've been playing with PHP5, read the online docs, looked for articles, and found out that PHP5's native SOAP support apparently does not include a WSDL generator. Their justification is that PHP's loosely-typed nature doesn't easily allow … Continue reading
Posted in PHP
Leave a comment
PHP5 available now!
Finally, I've been eyeing PHP5 ever since RC1. They've added some really nice features. I'm particularly interested in the native SOAP support. And, perhaps more urgently the support for Exceptions. This should provide us with a more robust way of … Continue reading
Posted in PHP
Leave a comment