In this first part of a new three-part series Dennis Pallett will show you how to build a bare-bones advertising system using PHP and JavaScript.
Latest Articles
Building an advertising system with PHP, Part 1
Tuesday, November 29th, 2005Messing with the output buffer
Monday, November 28th, 2005A (short) blog entry on output buffering, and showing off some cool stuff possible with a custom output handler.
Ajax & PHP without using the XmlHttpRequest Object
Sunday, November 20th, 2005In this tutorial Dennis Pallett shows you how to do Ajax, also known as remote scripting, without having to use the XmlHttpRequest object, using some clever PHP and JavaScript.
Using WordPress as a Content Management System, Part 2
Monday, November 14th, 2005In part 2 of our Using WordPress as a Content Management System article series Dennis Pallett show you exactly how to change a base install of WordPress into a fully usable CMS.
PHPit Forums Launched
Saturday, November 12th, 2005The PHPit Forums are now officially open. Come join the discussion on anything PHP!
Yet another framework: Symfony
Thursday, November 10th, 2005The Farm mentions a new PHP framework: Symfony, which is described as the Ruby on Rails for PHP. I haven’t actually played with it myself, but I did have a quick look at the ten minutes screencast and a ajax tutorial.
It seems fairly simple to me, although it’s a shame that it needs to be […]
Use PHP to create Windows Apps
Monday, November 7th, 2005Just came across WinBinder, via The Farm. What exactly is WinBinder? The ability to create native Windows applications, using PHP. Yeah, you heard me correctly, you can use PHP to create programs. How cool is that?
I haven’t really played with it myself, and only browsed through the examples, but it seems you can create pretty […]
How to build a simple caching system, with PHP
Monday, November 7th, 2005This tutorial will show you exactly how to create your own barebones caching system, to speed up your PHP website, and prevent any bottlenecks. Full code included!