Thanks to Mario the Seagull project page is now available in Spanish.
gracias hombre
Posted on 05 January 2004 by Demian Turner
Thanks to Mario the Seagull project page is now available in Spanish.
gracias hombre
Posted on 04 January 2004 by Demian Turner
OSDir.com, run by the O’Reilly network, has put together the 2003 Editor’s Choice Awards in Open Source. There is an award for best application by language:
Then they award best software by application, and finally ‘best new apps’.
Posted on 03 January 2004 by Demian Turner
We are glad to announce the DotGeek PHP Certified Programmer certification programme.
The certification, offered totally free, is based upon the submission of sample code or tutorials on the site and not on a traditional examination. A qualified certification board will analyze all postings.
More Information at: http://www.dotgeek.org/about.php?type=certify
Posted on 03 January 2004 by Demian Turner
This is an interim release for the project, there have been many new features that have come onboard so we’re anxious to get the code out there and work with developer feedback.
Improvements of note are:
The mailing list has grown, traffic doubled in December and posts are now searchable at MARC. With greater input more bugs were fixed and project’s pace has generally picked up. Please also note the known issues in the changelog, we’re working on these
Visit the Seagull Framework project here.
Posted on 03 January 2004 by Demian Turner
Thanks to Dan’s excellent web crawler simulation tool that gives you a search engine view of your site, I’ve shuffled around PHPkitchen’s content in an attempt to put the more relevant stuff at the top.
Please also checkout the new Thinking Outside of the Box block in the left column, this is a collection of links to some of the more interesting applications of PHP that have surfaced recently.
Dan’s other tool, the code to text analyser, reveals PHPkitchen suffers from a high html bloat, this is being addressed in latest version of Seagull project where John Dell is almost finished his XHTML theme.
Posted on 03 January 2004 by Demian Turner
Thanks to Perry Lewis who sent in this guide to getting up and running with PHP5, MySQL, Apache2 on WinXP:
Here’s what had to be done to getting it working on Windows XP:
Server Configuration:
Windows XP
Apache 2.0.48
PHP 5.0 Beta 3 (running SAPI DLL php4apache2.dll – PHP.ORG states they will rename the file to php5apache2.dll once PHP 5 is released for production)
MySQL 4.0.16
Steps to Setup:
That should get it working; however, if you use as PHP.ORG now calls them ‘old style input arrays’ (e.g. – HTTP_GET VARS or its’ cousins) you need to edit the PHP.INI. In exact, find register_long_arrays and change the default value of OFF to ON.
Posted on 02 January 2004 by Demian Turner
Check out ALICE, the chat bot programmed by Dr. Richard S. Wallace. Apparently like many others, I found myself impressed by the level of wit and candour of my non-human interlocutor. Makes the likes of C3P0 and HAL seem hardly far-fetched – time to catch up on my science fiction.
Try it for yourself, chat with ALICE, browse through the project’s extensive documentation or read some related articles.