Ansermot.ch Another computer sciences blog….

27août/090

Secure cookies in PHP

Making safe the cookies and sometime, by link, the sessions is essential in the web development. But in the first times, you need to understand the mechanisms.

The website Carsonified explain how works the cookies en give some secure things for them.

The complete post : How to Create Totally Secure Cookies

25août/090

PHP regular expressions

Noupe.com as published a tutorial for getting started with PHP's regular expressions.

Regular expressions are a powerfull tool to verify format, integrity and validity of datas.
You can find the article here.
The regular expressions documentation

19août/090

FLOW3 1.0.0 alpha 3

FLOW3 1.0.0 alpha 3 has been released !
This release comes with the first Getting started tutorial.

What's New?

The main focus for alpha 3 was clearly the making of a tutorial. FLOW3's feature set therefore pretty much followed what was necessary to get a smooth first-timer's experience while walking through the tutorial. With more than 200 new features, bugfixes and smaller improvements this release is clearly a big leap towards a more stable code base.

FLOW3 Website

17août/090

Namespace PHP

Avec PHP 5.3, l'une des grandes fonctionnalités apportée est la notion de namespace (connue des développeur C# et Java).
Les namespace permettent de mieux séparer les portions de code, ce qui diminue énormément les risque de redéfinition de fonctions ou de class. Développez.com propose un tutorial en français sur les namespaces, tandis que sitepoint.com propose une série de 3 articles en anglais.

Tutorial en francais
Articles en anglais