public marks

PUBLIC MARKS with tags php & lang:en

August 2005

The Perfect Setup - SUSE 9.3 | HowtoForge - Linux Howtos and Tutorials

by fredbird
This is a detailed description about the steps to be taken to setup a SUSE 9.3 based server that offers all services needed by ISPs and hosters (web server (SSL-capable), mail server (with SMTP-AUTH and TLS!), DNS server, FTP server, MySQL server, POP3/IMAP, Quota, Firewall, etc.). In addition to that I will show how to use Debian's package manager apt on an rpm-based system because it takes care of package dependencies automagically which can save a lot of trouble.

July 2005

TorrentFlux - PHP Torrent Client

by fredbird & 2 others
TorrentFlux is a FREE PHP based Torrent client that runs on a web server. Manage all of your Torrent downloads through a convenient web interface from anywhere.

Download the Simple Test testing framework - Unit tests and mock objects for PHP

by fredbird & 6 others
The following assumes that you are familiar with the concept of unit testing as well as the PHP web development language. It is a guide for the impatient new user of SimpleTest. For fuller documentation, especially if you are new to unit testing see the ongoing documentation, and for example test cases see the unit testing tutorial.

June 2005

Table of Contents - Practical PHP Programming

by fredbird & 10 others
Welcome to the home of the online book, "Practical PHP Programming". The latest copy of the book will always be kept here.

miniXML

by fredbird & 4 others
MiniXML provides a simple, API to generating and parsing XML. Its advantages are ease-of-use and the fact that no additional libraries are required. It comes with two independant implementations, 100% PHP and 100% Perl, which you can use seperately.

May 2005

AlphaFilter() - ADT Tree in PHP

by fredbird
This class is an ADT I created for general purpose.... The intention of it is to be extended in a very huge list of possibilities, like... Config File Handler, Session Handler (using DB...), ...

April 2005

DOMPDF - The PHP 5 HTML to PDF Converter

by fredbird & 11 others
dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP.

March 2005

MailFeed

by .rico & 7 others
MailFeed is a PHP script that checks a POP3, IMAP, or NNTP mailbox on demand and returns an RSS feed containing the messages in the mailbox (including message bodies, if desired).

Digital Web Magazine - Being a PHP Lumberjack

by fredbird
Just as you can learn something about the age and history of a tree by looking at its rings, you can monitor the flow of a program’s execution by using the debug_backtrace() function.

phpCollab

by fredbird & 4 others
phpCollab is an open-source internet-enabled collaboration workspace for project teams.

January 2005

Welcome to Bricolage.cc

by fredbird
a content management system for the enterprise

PHP On The Fly

by fredbird & 1 other
using javascript new httpRequest to execute real-time php scripts serverside

A Development Infrastructure for PHP

by fredbird & 5 others
With every programming language I have worked in it has become normal practice, after having developed an initial series of programs, to identify a common structure to which all subsequent programs should be built. This may take some time as it involves a bit of trial and error in playing with the different ways in which a task can be achieved in order to find the methodology that gives the most advantages in the long term.