RailwayJS - MVC framework for NodeJS... (Lire)
Aujourd’hui 20 octobre 2011, soit un peu plus d’un mois après la version ß, la version ß 2 de PHP 5.4 a été rendue disponible par David Soria Parra et Stanislav Malyshev, les Release Master de cette version du langage.
Il s’agit très clairemen… Continuer la lecture
Vers 3 h du matin aujourd’hui, avec près de trois semaines de retard, la première version ß de PHP 5.4 a été mise à disposition des utilisateurs de PHP par David Soria Parra et Stanislav Malyshev.
C’est la première fois depuis que le planning d… Continuer la lecture
PHP is very well used scripting language in now a days. But PHP does not have any inbuilt debugging tools or extension.
But we have some extensions and tools available which serves the debugging…
[[ This is a content summary only. Visit my website… Continuer la lecture
PayPal is the most popular platform for receiving online payments today. The ease of opening a PayPal account and receiving payments compared to opening a merchant account with a traditional payment gateway is probably the… Continuer la lecture
I am not sure about other programming language but for PHP yes its quite a simple job to create a zip file. You can say as simple as you create on your machine.
PHP has a very useful class…
[[ This is a content summary only. Visit my website for fu… Continuer la lecture
jCookies, a jQuery plugin, makes getting and settings HTTP Cookies a breeze. jCookies allows the storage of any type of data: strings, arrays, objects, etc. A while back while developing my FormBuilder I needed a good solution for storing cookies via… Continuer la lecture
In my previous posts, we discovered How to Use HTML5 File Drag & Drop, Open Files Using JavaScript and Asynchronously Upload Files Using Ajax. In the final part of this series, we cover the most exciting part of the process: graphical progress bars… Continuer la lecture
Dragging and dropping files from your desktop to a browser is one of the ultimate goals for web application integration. This is the first in a four-part series of posts which describes how to:enable file dragging and dropping onto a web page elementan… Continuer la lecture
The PHP development team would like to announce the immediate
availability of PHP 5.3.7. This release focuses on improving the
stability of the PHP 5.3.x branch with over 90 bug fixes, some of which
are security related.
HybridAuth est une librairie PHP open source permettant de gérer l’authentification auprès des services sociaux les plus populaires (Twitter OAuth, Facebook Connect, Vimeo, Foursquare, OpenID…) Continuer la lecture
The symfony 1.4.13 version is out. This release contains minor bug fixes and
typos. The
CHANGELOG
has all the details about the changes.
If you’ve checked out a copy of the tag from Subversion you can switch to the
latest version:
$ svn switch http:/… Continuer la lecture
This article walks you through building the back end and front end of a GPS-enabled web application using PHP. Continuer la lecture
CSS Crush est un preprocessor CSS pour optimiser automatiquement vos fichiers CSS : minification, préfixes, data-uris… Continuer la lecture
Twig 1.1.2 has been released. Being a maintenance release, it fixes some bugs and one regression introduced in 1.1.1. Here is
the full changelog:
fixed json_encode filter on PHP 5.2
fixed a regression introduced in 1.1.1 (when using constructs like {{… Continuer la lecture
After 12 preview releases, 5 beta versions, and 6 release candidates, I’m very
proud to announce the immediate availability of Symfony 2.0, final version.
Since the first preview release, published 18 months ago during the Symfony
Live conference, the… Continuer la lecture
Le widget sfWidgetFormDoctrineChoice accepte comme option ‘table_method’, où l’on peut définir une méthode qui renvoie une requête, une collection d’objets ou un objet unique. Cela permet de personnaliser les résultats de notre widget. Toutefois le problème est qu’il est impossible … Continuer la lecture
Symfony2 RC5 has been over-optimized. Unfortunately, this leads to pages
taking over 30 seconds under certain circumstances in the development
environment, which is of course, is far from being acceptable.
RC6 corrects this bug.
We are now ready to release Symfony 2.0 final. As we have made some
significant changes in the last couple of weeks, we are publishing another
release candidate (RC5) today and we will wait for a week before releasing
Symfony 2.0 final on Thursday 28th… Continuer la lecture
Silex est un micro framework PHP, inspiré de Symfony 2, permettant de réaliser des applications simples en PHP. Continuer la lecture
Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something… Continuer la lecture
Un générateur de format de date pour strftime en PHP. Continuer la lecture
I’ve just released Twig 1.1.1. This version makes some nice performance improvements.
Don’t forget to clear your cache after upgrading. Continuer la lecture
Conformément au planning prévu, la version alpha 2 de PHP 5.4 vient d’être rendue disponible, et la version spécifique à Windows est également téléchargeable.
Outre le lot de corrections de bugs, le gros ajout de cette nouvelle version alpha es… Continuer la lecture
In a previous post we saw how to detect human faces in images using JavaScript. In the current post we will look into a PHP port of a JavaScript face detection algorithm without using openCV. Since the code is completed written in PHP it cannot attain… Continuer la lecture
Beautiful new screen cast from #JREAM about creating the base essentials of your own MVC application.
[Go to the site to watch the video]