RailwayJS - MVC framework for NodeJS... (Lire)

New in Symfony 2.2: New PropertyAccess componentContributed by
Bernhard Schussek
in #6595.
If you write large applications, you probably find yourself repeating the same
code time and again. You probably also developed tools to avoid this. For reusing… Continuer la lecture
On RequireJS and JavaScript Architecture in DrupalWorking with JavaScript in Drupal can be a sometimes inconsistent experience, making the already important pursuit of organized code a bit more acute. This post chronicles a bit of exploration I’ve be… Continuer la lecture
Looking at Drupal 8′s JavaScript ChangesI recently had the privilege of speaking at the 2012 edition of BADCamp about JavaScript (JS). This gave me a good chance to talk about something I’m passionate about, but also look at how things will be changing… Continuer la lecture
Creating a PHP OAuth ServerIf you’ve ever integrated with another API that requires security (such as Twitter), you’ve probably consumed an OAuth service. In this article, I’ll explore what it takes to create your own three-legged OAuth server al… Continuer la lecture
Utiliser Chaplin.js et Backbone.js avec Symfony 2 : installation et configurationIntroduction Le développement d’applications web modernes de qualité est une tache complexe : elles doivent être performantes, réactives, maintenables, modulaires, Continuer la lecture
What’s Going to Be New in Drupal 8? – OSTrainingDrupal 8 is on it’s way. Seems Continuer la lecture
Cooperative multitasking using coroutines (in PHP!)One of the large new features in PHP 5.5 will be support for generators and coroutines. Generators are already sufficiently covered by the documentation and various other blog posts (like this one or t… Continuer la lecture
Symfony 2.0.21 and 2.1.5 releasedSymfony 2.0.21 and 2.1.6 have just been released.
We have discovered that under some circumstancies, the steps described
yesterday
to protect your code were not possible. These new versions address these
problems.
Also,… Continuer la lecture
Security release: Symfony 2.0.20 and 2.1.5 releasedSymfony 2.0.20 and Symfony 2.1.5 have just been released and they both contain two security fixes.
CVE-2012-6431: Routes behind a firewall are accessible even when not logged in¶
Affected versions¶… Continuer la lecture
PHP 5.4.10 and PHP 5.3.20 released!The PHP development team announces the immediate availability of PHP 5.4.10 and PHP 5.3.20. These releases fix about 15 bugs. Please note that the PHP 5.3 series will enter an end of life cycle and receive only critic… Continuer la lecture
Drupal 7.18 and 6.27 releasedDrupal 7.18 and Drupal 6.27, maintenance releases which contain fixes for security vulnerabilities , are now available for download. See the Drupal 7.18 and Drupal 6.27 release notes for further information.
Download Drupa… Continuer la lecture
New in Symfony 2.2: Security UtilitiesContributed by
Fabien Potencier
in #4763.
As of Symfony 2.2, we have refactored some security utilities so that you can
use them in your own code. These utilities are available in the
Symfony\Component\Security\Co… Continuer la lecture
New in Symfony 2.2: Logging of deprecated callsThe first Long Term Support version of Symfony2 will be 2.3, to be released in
May 2013. In the meantime, we are in a race where we try to finish and polish
everything as we won’t allow BC breaks after 2.3… Continuer la lecture
Dependency Injection in PHPDependency injection has been a frequent subject of discussion among many corporate developers in the past few years. Many feared that they might sacrifice too much time building their application architecture without doing a… Continuer la lecture
SEO for the mobile web | Webdesigner DepotWith the explosive expansion in the use of tablet computers and smartphones for web searches, why are so many SEO experts unable to look beyond desktop Continuer la lecture
Average Page Weight Increases 30% in 2012As we approach the end of 2012, I thought I’d consult the HTTP Archive Report which collates technology statistics from 300,000 of the web’s most popular sites. The staggering news: average page weight has b… Continuer la lecture
A First Look at the HTML5 History APIHTML5 introduces a variety of new goodies for front-end developers, such as the additions to the browser’s history object. Let’s take a look at its new features in this lesson. Introduction Always present the sa… Continuer la lecture
New in Symfony 2.2: Better interaction from the ConsoleSymfony is not just a web framework. Symfony is also a set of components that
solve challenges faced by developers in their day-to-day activities. The
Console component is one of those not-web-rela… Continuer la lecture
SSL Performance Case Study | InsouciantBack when Mike Belshe was still at Google, he used to keep saying that SSL was the unoptimized frontier. Unfortunately, even years later, it still is. There’s low hanging fruit everywhere, and most fo… Continuer la lecture
New in Symfony 2.2: Small things matterNew Symfony versions are not just about big new features, but also about small
tweaks… and we have many of them in Symfony 2.2. Today, let me show you just
four small things that were introduced in Symfony 2.2.
… Continuer la lecture
Kick-Start Your Project: A Collection of Handy CSS SnippetsIn one of the previous articles “Basic Ready-to-Use CSS Styles”, we saw how we could create a suite of classes to help the design process while making a website. I hope you made your own se… Continuer la lecture
Spooky Scary PHPBreak out the candy corn and apple cider; it’s that time of year again! The rest of the world may not celebrate Halloween as hog wild as in America, but I thought it’d be fun to share some scary PHP stuff to mark the holiday. This i… Continuer la lecture
Using the PageVisibility APIAn introduction to the PageVisibility API in HTML5. Continuer la lecture
Building a Scalable App With Backbone.jsBackbone.js is a small library (~5kb minified) that allows you to build single page web applications. Unlike many of its peers, Backbone is not very opinionated about the way you use it. Aside from some basic con… Continuer la lecture
5 Libraries that Help You Generate Excel Reports in PHP ApplicationMicrosoft Excel is still the most widely used data analysis, report generation tool. If you have ever worked on any enterprise application, you must have got across the requirement of h… Continuer la lecture