Tutoriel SQLite et PHP5
Original post provide by PHP Index - La passerelle française des technologies PHP: Hypertext PreprocessorSQLite est un petit SGBD (environ 250 Ko) implémentant en grande partie le standard SQL92 et compatible PHP 5.
Contraitement à de nombreux SGBD, SQLite ne reproduit pas le schéma habituel client/serveur mais est directement intégré aux programmes en utilisant des fichiers pour stocker les bases de données.
Jason Gilmore propose sur developer.com un tutoriel expliquant, entre autre, comment utiliser SQLite dans une application PHP 5.
Lire le tutoriel
Site officiel de SQLite
Advanced JSON: Persistence Mapping, Mashups, RPCs And Beyond
The access and manipulation of data is core to most Web applications. JSON has proven to be a very easy to use, yet an immensely powerful data interchange protocol. However, by itself JSON is lacking a number of important capabilities, and efficient client/server data interaction must usually be customized, making development and interoperability difficult.
The Dark Side Of AJAX - JavaScript Hijacking And How It Works
With so many Web 2.0 applications being written in AJAX, it was only a matter of time before the vulnerabilities began to crop up, but no one expected the unusual form they would take. This session by the man who discovered the first cross-vendor AJAX vulnerability - JavaScript Hijacking - will detail it and other security concerns while also discussing ways that AJAX could be implemented to make it less risky.
Simple CAPTCHA Class
Package: Simple CAPTCHA Class Summary: Generate CAPTCHA validation images Groups: Graphics, Validation Author: Allan Irvine Description: This class can be used to generate CAPTCHA validation images.
SynDirectory
Since it may be listing the directory where this package was installed, the package files are excluded from the listing. The arrays with the files and directories may be sorted by name, file size, file type or last modified date.
Top-Notch "Enterprise AJAX" Track September 23-26 At AJAXWorld Conference & Expo 2007 West
Architect of Google Gadgets Adam Sah, Nexaweb Chief Architect Bob Buffone, Rearden Commerce Chief Architect Matt Mihic, Terracotta Founder & CTO Ari Zilka, jMaki Principal Architect Greg Murray, Sun Evangelist Arun Gupta, HP Director of PM Siva Darivemula, Teqlo PM Rod Boothby, WebEx VP David Knight, IndustryNext Lead Engineer Adam Breindel, and more.
More Articles:
LinkMeIn
The class retrieves and parses the user contact list exported by the site in a format for Microsoft Outlook. The contact list may be returned as an array or served as the output of the current script in a RSS 2.0 format.
Cache_TS
If the cache file does not yet exist or it has expired, the class starts capturing the output of the script and stores it in the cache file. The directory where the cache files are stored and the cache file expiry time are configurable parameters.
PHP 5.2.4
L'équipe de développement de PHP a publié une nouvelle version : la 5.2.4. Cette nouvelle version corrige près de 120 bogues présent dans la branche 5.2 de PHP. Les corrections apportées concernent l'utilisation de wordwrap, GD, chunk_split, php_openssl_make_REQ, glob, open_basedir...
PHP 5.2.4 Released
The announcement states that:This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release.You can download your copy at the php.net site, view full details of the release, and check the changelog for specific changes.
The Bakery: Five New Posts - Custom Views, CSS, ViewInFile, ActsAs And Email Validation
Using this helper, you can write HTML and other output for display in the layout css listmenu helper A helper (method) to create a css formatable listmenu. ViewInFile component Sometimes in needed to output a view in a file.