public marks

PUBLIC MARKS from parmentierf with tag php

February 2010

Facebook | XHP: A New Way to Write PHP

XHP is a PHP extension which augments the syntax of the language to both make your front-end code easier to understand and help you avoid cross-site scripting attacks.

January 2010

HTML Purifier - Filter your HTML the standards-compliant way!

by 19 others (via)
HTML Purifier is a standards-compliant HTML filter library written in PHP.

PHP Security Consortium: PHPSecInfo

by 8 others (via)
PhpSecInfo provides an equivalent to the phpinfo() function that reports security information about the PHP environment, and offers suggestions for improvement. It is not a replacement for secure development techniques, and does not do any kind of code or app auditing, but can be a useful tool in a multilayered security approach.

November 2009

UwAmp Wamp Server - Apache MySQL PHP

by 3 others
UwAmp Serveur Apache MySQL PHP et SQLite

October 2009

September 2009

InDefero - Bug tracking, code review and free software forge

by 1 other (via)
InDefero is a simple to use software forge. Save you and your team time and track bugs, provide downloads, documentation and have an easy overview of your code base.

Launch Your Own Twitter Bot (PHP, Python, Ruby) - Addicted To 1’s and 0’s

In this post I’ll provide you with all the tools, source code and know-how to be able to build and launch your own twitter bot, and i’ll even give you resources to do it in the programming language of your choice.

July 2009

THE CODING MACHINE

by 5 others
The Xaja machine is full featured PHP Reverse Ajax framework. It enables the developer to escape the request/response model, and reverses the way you think about your web-application. Furthermore, the developer can push the data from the browser to the client easily.

Piwik - Web analytics - Open source

by 20 others, 1 comment (via)
Piwik is a downloadable, open source (GPL licensed) web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.

GD, une bibliothèque graphique pour PHP - Tutoriel/Pratique sur Journal du Net Développeurs

by 1 other
Se présentant sous la forme d'une extension au langage de script côté serveur, la bibliothèque Open Source est conçue pour créer dynamiquement des images. Démonstration avec code à l'appui.

odtPHP - Génération de documents OpenOffice en PHP

by 5 others
OdtPHP est une bibliothèque orientée objet pour PHP 5+. Elle permet de générer automatiquement des documents OpenOffice textes à partir de modèles. Vous pouvez l'utiliser directement au sein de vos scripts PHP sans installer OpenOffice.

phpunit4eclipse - Google Code

Integration of PHPUnit into Eclipse PDT (PHP Development Tools).

June 2009

April 2009

SimpleTest - Unit Testing for PHP

(via)
a PHP unit test and web test framework

January 2009

haXe - Introduction à HaXe

haXe (prononcé hax) est un langage de programmation open source. Alors que la plupart des autres langages sont reliés à leur propre plate-forme (Java avec la JVM, C# avec le .NET, ActionScript avec le Flash Player), haXe est un langage multi-plateforme. Cela signifie que vous pouvez utiliser haXe en ciblant les plate-formes suivantes: Javascript, Flash, NekoVM, PHP.

December 2008

Building Semantic Web CRUD operations using PHP

by 1 other
Create, Read, Update, and Delete (CRUD) operations are the most basic database operations, but they are also the most crucial. CRUD operations are typically done using the Structured Query Language (SQL) on relational database systems. As the Web is becoming more and more data-oriented, there is a need to shift from SQL-based CRUD operations to Semantic Web-based CRUD operations. Learn how to use PHP to perform CRUD operations over the Semantic Web.

Dotclear 2 et envoi de mails - vanschklift.com

Lorsque l'on utilise la fonction mail de php il est très fréquent de voir les mails envoyés atterrir eu spam. Ceci est dû au fait que l'adresse de l'expéditeur n'est pas la même dans l'enveloppe et dans les headers ; les filtres antispam vérifient que ces deux champs sont égaux à la réception d'un mail.

Server2Go - Self configurable WAMPP Stack

by 3 others (via)
Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that web applications based on Server2Go can be used directly from cdrom, a usb stick or from any folder on a hard disk without the hassle of configuring Apache, PHP or MySQL.