Wednesday, November 13, 2013

codeacademy : a good way to learn html,css,php,javascript or jquery



You search a good way for learning some techno like html,css,php,javascript or jquery, you should look at : Codeacademy



http://www.codecademy.com/assets/codecademy_logo_smallest-0323fdd409fc100a1991db8aa706f57e.png


This web site helps you to learn easily by making courses and exercises online.
Courses are divided in severeal small courses and small exercises.
For example, the lesson explains how to set id on html element and you have to modify the html.

Example :

Tuesday, November 12, 2013

First launch of InfoQ in french !

Lancement Officiel!

Sunday, November 10, 2013

Google+

New google+ page about my blog http://totalprogus.blogspot.fr/

Saturday, November 9, 2013

Grails : turn on GZip compression



If you want to improve your web site performance, you should enable GZip compression.


What is GZip compression ?


It's simple : you zip date before sending it over the net :
  1. Server compress data (HTML code, CSS, JavaScript...)
  2. Data go through the net
  3. the navigator uncompress data when it arrives before showing them

It's describe in HTTP/1.1

Is performance really better ?

You can check it here : http://stevesouders.com/hpws/rule-gzip.php



Grails et GZip

To enable GZip compression, it's simple.You have to install plugin ui-performance :

grails install-plugin ui-performance

Then restart Grails.

Comments :
  • If you want to be sure that GZip compression is enabled, you can go in "Audits" tabs on Chrome developpement tools.
  • ui-performance plugin do also severeal things like rules of Steve Souders and Yahoo performance team : http://stevesouders.com/hpws/rules.php  

Greyhound, the 2nd fastest land animal

Wednesday, November 6, 2013

Win a free pass for Devoxx France 2014

Developpez.com permits to win a pass for Devoxx France 2014 with a quizz :
Go one http://java.developpez.com/evenements/devoxx2014/quizz/


Wednesday, September 25, 2013