news
RSS Feed
I've just fixed a problem with the site's RSS feed - now it should validate properly. [posted on 31/10/2007]
Tutorial Submission
To get a PHP tutorial submitted to this site, just create a free account. Once you do this, there will be a "add a tutorial" link on the top right [posted on 30/10/2007]
tutorials 
Faceoff: CodeIgniter vs CakePHP
in PHP added by goodphptutorials, 1 day ago cakephp codeigniter framework php5
In the red corner, we have CakePHP, the heavyweight fighter with guns to show. In the blue corner, we have CodeIgniter, the lightweight fighter, quick on the feet.
comment save reportShortening multiple URLs with jQuery, PHP and bit.ly
in PHP added by prodevtips, 1 day ago beginner tutorials
Tutorial on how to shorten all urls in a text area by way of bit.ly and some jQuery, Ajax and PHP.
comment save reportPHP Compiler Internals
in PHP added by lornajane, 5 days ago advanced compiler extension internal podcast sebastianbergmann
In this presentation we introduce a new language construct to demonstrate how one might go about modifying the PHP interpreter. The internals of which follow a pattern common to many language implementations, with lexical analysis, parsing, code generation, and execution phases. By the end of the presentation, it is hoped the audience will see that contributing to the PHP language core is not necessarily as difficult as it might seem.
comment save reportAdvanced CouchDb (techPortal Podcast)
in PHP added by lornajane, 2 weeks ago advanced tutorials conference couchdb database podcast
Learn how to use CouchDB replication for load-balancing, fault tolerance, offline work and backup. We are showing how to set up each and what you need to look out for. Finally, this talk is sprinkled with neat tricks and best practices for deploying CouchDB. Which load balancers are people using, how to make the best use of caching, etc
comment save reportHowto Publish a Pear Package on Pearhub
in PHP added by goodphptutorials, 3 weeks ago PEAR advanced tutorials pearhub
First of all you may be wondering what is Pear? From the Pear Documentation - "PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit". It is an umbrella-term that encompasses a package management system, an official package repository, a coding standard and a command-line tool.
comment save report10 PHP functions you (probably) never use
in PHP added by goodphptutorials, 3 weeks ago beginner tutorials functions general
When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones, like print(), header(), define(), isset(), htmlspecialchars(), etc. If some needed functionality doesn’t exist, we often write it making use of these basic components which we have in mind. The PHP API actually offers a lot of functionality, some useless and some useful; often seldom used. I have been looking through the available functions and was interested to find some really cool functions that I should have known about. Here, I share my findings.
comment save reportTransforming XML with PHP and XSL
in PHP added by lornajane, 3 weeks ago advanced tutorials php5 xml xsl
Advanced tutorial on using XSL with PHP - including examples, tips and links to resources. A must-read for anyone needing to transform XML.
comment save reportZend Framework on a shared host
in PHP added by goodphptutorials, on 10/1/2010 framework oo programming php5 zend framework
When you deploy a Zend Framework website to a shared host, you usually cannot change the DocumentRoot to point at the public/ folder of the website. As a result the URL to the website is now http://www.example.com/public/. This doesn't look very professional, so we'd like to remove it. The easiest way, given a ZF project created using Zend_Tool.
comment save reportWriting A Simple Twitter Client Using the PHP Zend Framework's OAuth Library (Zend_Oauth)
in PHP added by ducani, on 4/1/2010 oauth library twitter client zend framework
In this article I'll explore how to writea quick Twitter client so you can post tweets (those short messages of less than 140 characters) once authorised across the OAuth protocol.
1 comment save reportUnderstanding MVC in PHP
in PHP added by goodphptutorials, on 30/12/2009 advanced tutorials mvc oo programming
This article series (continued in Implementing MVC in PHP: The Controller, Implementing MVC in PHP: The View, and Implementing MVC in PHP: The Model) demonstrates how to build an MVC web framework using PHP 5. This article covers the basics of MVC web frameworks, building the foundation classes for a framework that the other three articles in this series will build.
comment save reportPort Scanning and Service Status Checking in PHP
in PHP added by ducani, on 26/12/2009 advanced tutorials port scanning service status
While building web applications, it's often important to keep an eye on the other services running on your server. Having access to the current status of public servers can empower your applications to make decisions and respond to problems automatically.
1 comment save reportWriting a daemon in PHP
in PHP added by besx, on 22/12/2009 daemon linux php5
Many browser based games need to run processes in the background to fulfill special tasks. Think of a chatsever that handles incoming messages and broadcasts them to all connected clients. For such a purpose one cannot rely on user-executed scripts or cronjobs. We need an approach that runs a set of commands all the time as a background process on the server. This is where daemons come in handy.
comment save reportSetting up your Git repositories for open source projects at GitHub
in PHP added by goodphptutorials, on 15/12/2009 advanced tutorials git github version control
Like a lot of projects in the Ruby on Rails world, the Insoshi social networking platform uses Git and GitHub to manage its open source development and contributions. In setting up the repositories for Insoshi, I've applied the version control experience I gained at Discover, where I was technical lead for the software configuration management (SCM) team. Since some aspects of our setup aren’t obvious if you haven't managed large projects before, we at Insoshi decided to share the details so that other GitHub projects might benefit as well.
comment save reportFacebook style photo tagging with jQuery, Ajax and Joomla
in PHP added by prodevtips, on 28/11/2009 AJAX advanced tutorials oo programming php5
Facebook style photo tagging with jQuery, Ajax and Joomla
2 comments save report