public marks

PUBLIC MARKS from fredbird with tags php & web-dev

June 2007

Generation Libre » Webappkit : pour des applications web libres - Communauté d'information et d'entraide sur les logiciels libres

C’est le but de webappkit, un système de paquetages libre pour les applications web PHP : favoriser le partage et l’utilisation de librairies, composants et bouts d’application avec, à terme, une interface web pour installer/desinstaller les paquets. Un site communautaire devra également permettre le partage et la distribution de paquets entre les développeurs et utilisateurs.

May 2007

CodeIgniter - Open source PHP web application framework

by 8 others
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks

November 2006

Open Source Testing

by 1 other
PHP unit testing tools

PHPUnit - Trac

by 6 others
To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.

October 2006

jDucastel

Je suis l'auteur du noyau générique webAppKit, et du quizz en ligne collaboratif quizzGeek. Chacun de ces deux projets a déjà son propre blog, donc je parlerai surtout ici de choses plus générales, dont quelques librairies génériques sur lesquelles ils s'appuient; et que j'ai également la plupart du temps commises.

June 2006

code.fredbird.org

This place is a PHP source-code repository by Fred Bird. All these libraries are under GPL license. Most of them are still in alpha stages, functionnalities being added when they are required by the author.

Jelix, framework PHP

by 2 others
Jelix, c'est un framework : * pour PHP5, entièrement objet * prend en charge de nombreux formats de sortie (XHTML, XUL, RDF..) * facilite le développement de services web * conçu sur la base de modèles connus (MVC, DAO..)

May 2006

Five common Web application vulnerabilities

(via)
This article looks at five common Web application attacks, primarily for PHP applications, and then presents a case study of a vulnerable Website that was found through Google and easily exploited. Each of the attacks we'll cover are part of a wide field of study, and readers are advised to follow the references listed in each section for further reading. It is important for Web developers and administrators to have a thorough knowledge of these attacks. It should also be noted that that Web applications can be subjected to many more attacks than just those listed here.

class.jabber.php

by 4 others
Class.Jabber.PHP is an object oriented solution to make Jabber connectivity for your website, bot, or even IM client as simple as possible when using PHP. CJP gives you complete abstraction from Jabber/XMPP so that you don't have to worry about API to the server, and instead focus on the quality of the Jabber features that you are implimenting. One of the ultimate goals for CJP is to be included in the PEAR PHP library.

FAQTs - Knowledge Base - View Entry - How do I retrieve raw HTTP POST data into a PHP script?

How do I retrieve raw HTTP POST data into a PHP script? How can I get POST data from a non-browser based application into PHP? How should I do to get raw data whose content-type is application/x-www-form-urlencoded with PHP?

April 2006

Code Igniter

by 20 others (via)
Designed to enable, not overwhelm, Code Igniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks that require rocket science to understand, Code Igniter might just be the right tool for you.

February 2006

Speller Pages - Open Source Web Spell Checker

by 1 other
Speller Pages is a free, Open Source Web user interface and JavaScript library for a server-side spell check program. Available in PHP or Perl/CGI versions, Speller Pages allows you to bring the superior spelling suggestion capabilites of GNU Aspell to users of your Web site.

December 2005

phpDocumentor: The complete documentation solution for PHP

by 8 others
Welcome to the home of phpDocumentor. phpDocumentor, sometim d to as phpdoc or phpdocu, is the current standard auto-documen l for the php language. Similar to Javadoc, an writ , phpDocumentor can be used from the command line or a web i o create rofessional documentation from php source code. ph r has support for linking between do umentation, incorporating l documents like tutorials and creation of highlighted sourc h cross referencing to php general do

Classes & PHP & design patterns

Ce document présente la Programmation Orientée Objet (POO) du langage PHP.

PHP on TRAX :: Rapid Development Made Easy

by 14 others
If you are web developer and are fed up with the spaghetti code you have come to the right place. Php On Trax(formerly Php On Rails) is a web-application and persistance framework that is based on Ruby on Rails and includes everything needed to create database-backed web-applications according to the Model-View-Control pattern of separation.

CakePHP : A Rapid Development Framework :: Home

by 26 others
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.

MAMP - Mac Apache MySQL PHP

by 5 others
MAMP signifie: Macintosh, Apache, Mysql et PHP. Avec MAMP et simplement en quelques clics, vous pouvez installer Apache, PHP et MySQL pour Mac OS X!

Why Frameworks Suck - snook.ca

by 1 other
Development frameworks are supposed to be our friends. Instead, they often just get in the way. Frameworks suck.

September 2005

fredbird.org | Getting browser language settings with PHP

So, you run a multilingual web site with PHP and you want to serve the reader's choice language if available. No problem, HTTP carries user's language settings within Accept Language instruction, you just have to parse it. Here is a sample function

Optimisation php - optimiser php

by 7 others
PHP est un langage de programmation interprété, c'est à dire que le fichier texte contenant le code PHP est analysé puis traité directement (pas de code compilé). Nous allons voir comment optimiser PHP pour tirer le maximum de performances.

July 2005

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

by 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.