Introduction to Ajax

Introduction to Ajax, Ajax how-to

PHP+PDO+MySQL: How I’m doing it and a question…

Example of PHP+PDO+MySQL usage to select and update arbitrary fields. Only one prepared statement is used for updating the data.

myWebChat: IM with your site’s visitors

Info regarding new Web Chatting application which allows site owners to interact with their visitors in real time.

PHP/Apache quick troubleshooting

Troubleshooting Apache/PHP install

Javascript: Letter incrementation à la PHP/Perl – Part 1

Have you ever needed to do an auto-increment on a letter in Javascript? It’s built into PHP and Perl ($a = ‘A’; $a++; # $a is now ‘B’), but I recently found that trying to do it in Javascript may be harder than one thinks. After lots of time lost searching the web for a [...]