
php
Get flash to fully experience Pearltrees
Le syndrome du (ou comment gérer l’encodage des caractères dans le web) | DoubleVroar
Nginx and PHP-FPM Configuration and Optimizing Tips and Tricks
PHP 5.4 is here; the next major step forward since version 5.3 – keeping PHP 6 (full Unicode support) on hold for now. The latest enhancements significantly improve its elegance, while removing deprecated functionality, resulting in a dramatic optimization of the runtime (up to 20% more speed and memory usage reduction). New Features and Improvements Some of the key new features include trait s, a shortened array syntax, a built-in webserver for testing purposes, use of $this in closures, class member access on instantiation, <?= is always available, and more!
PHP 5.4 is Here! What You Must Know
PHP Frameworks comparison matrix (symfony vs cakephp vs zend framework vs CodeIgniter vs Yii) | SocialCompare's blog
I’m guessing that if you are reading this post you have already encountered the problem of the same origin policy with regards to retrieving data with AJAX from urls in other domains than your’s (the requesting domain). This policy, enforced by browsers, means you cannot fetch raw data from other domains with straight AJAX calls. The Problem I Was Trying To Solve (skip this paragraph if you just want the solution) Here’s the situation I ran into.
How to access cross-domain data with AJAX using JSONP, jQuery and PHP
Smarty 3 extension for Zend Framework / PHP open source snippets / Blog
Update 2010-10-30 Added support for partials using smarty view, clone of view was updated Removed dependency on config storage on bootstrap Note: This is an outdated version and it might not work with current application stack You can download full aplication sources here . Notice: that Zend library must be in your include path or /library directory.Templating Engines in PHP - Fabien Potencier
The Problem Safari does not allow cross-domain cookies. In other words, if on X.com, you load an iFrame with contents of Y.com and set a cookie in the iFrame, Safari will not save the cookie. This problem also occurs in IE6/7 but can be resolved by sending a P3P header. The Solution
Cross-domain cookies/sessions in Safari and all other browsers | anant garg
Introduction Cette astuce présente plusieurs fonction ou astuces en php qui sont différentes alors que beaucoup de monde croit qu'elles agissent de la même façon. Concaténation ou paramètres ?

