If this is "The Horse's Mouth", then should my partner be writing a companion blog called "the hind legs of the donkey"? Lisa was not amused by the suggestion yesterday evening, and declined both on the basis that she doesn't feel that it's a commitment she should be taking on, and also that she ....
In our library, we've over a hundred books that cover Perl, sixty books that cover PHP, and over 40 books on each of MySQL and Python. It might not sound quite so impressive to report twenty books on Tcl/Tk but that's just about every one that's been published ...
You can search through the descri ....
For many programmers, documenting their code is a chore, yet every piece of code that's going to be (re)used needs both instructions for the user, and adequate explanation of techniques for the code maintainer. The need for BOTH of these forms of support documentation is often overlooked by the new ....
Under English planning law, a "Bed and Breakfast" and a "Guest House" are two totally different classifications - you can run a B&B from the place at which you live with no special permissions even if it's in a residential area, but a Guest House or Hotel is described as a business and the pro ....
It's VITAL to get your data(base) design more or less right before you write too much code - otherwise you'll end up wasting a lot of time and effort writing kludge code and - worse - forcing your users into work-arounds for the lifetime of the system at great expense to everyone in time, effort and ....
PHP has some marvellous facilities for image handling, and I've incorporated some of them into a new thumbnail-viewing demonstration that takes you around many of the images used on our Wiki pages.
The source code of the thumbnail viewer is also available, and you're very welcome to make use of it ....
I spotted a 1 day Ruby conversion course - presented by one of the "movers and shakers" behind Ruby and Rails - over Easter. And in Europe rather than the USA or Japan too. Fabulous - I'm always keen to learn from the masters; time and money spent listening to the originators of Perl, PHP, MySQL an ....
We've added some Python to MySQL connection examples on our web site - using the mysql-python open source download from sourceforge.
For the installation, you MUST ensure that you have the MySQL include files and libraries installed before you attempt a build, and that you set your PATH to point to ....
"Your program doesn't work". Such reports cause technical support staff to be pulling their hair out. "In what way did it fail" they'll ask, hoping for some clue that can point them towards their caller's problem.
So why does on earth does an Apache httpd web server report:
Internal Server ErrorT ....