web2ajax : The Blog

fév201110No talk

Hi,

I've just received a very interesting mail from facebook developers blog since one hour explaining how to improve html5 performance in games (canvas+css3+javascript).

Main things to remember are :
- For desktop modern navigators ( Chrome 10/9, Firefox 4, IE9 =geeks&chuck norris at this time ) a canvas per object is better.
- But for now, this represents a little part of the mondial internet browsers park, so while waiting for a general up to date versions operation, user DIV tags with background images is better than canvas use.
- My personal tweak is to use the jquery-transform plugin, which has really results on oldIE for rotate and scales css3 replacement.
- Use webkit transitions for IOS games, javascript in desktop browsers to animate DOM ( absolute position )
- And finally for me, last advice was to use individuals sprites rather than one for all objects ( sprites images must be small to have better performances in cut )

So here now, the complete facebook blog post can be read here : http://developers.facebook.com/blog/post/460

jan201113No talk

PATATOR : Facebook Game in Canvas and HTML5
Patator but what's this ? Patator is my first experience in social gaming made in HTML5 and to be more precise, in canvas and jQuery.
So I made for this the alpha version of a canvas gaming engine.

Sure this one has to grow, and gain in frame rate performance, but I think it's a good start to work on an open source HTML5 Gaming Framework. [read more]

déc2010044 talks

Comment faire des Bannières avec jQuery
J'ai été impressionné par le rendu des bannières générées par ce plugin jQuery : CustomAnimationBanner.
Dans les faits, ce plugin utilise les plugins Easing et 2D transforms pour animer des séquences. [read more]

oct201028No talk

Social Mix Media : L’agence des médias sociaux
Un petit billet pour vous signaler que mon dernier bébé est sorti ce matin : www.socialmixmedia.fr. [read more]

oct20101974 talks

jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !
jQuery LazyLoad Ad plugin has been updated and version is now 1.4.
Improved on a lot of features, plugin is more strong and have now the capacity to chain script loading. [read more]

oct201004No talk

Développement d’un application facebook : ‘Le Grand Quizz du Sport’
Je tenais à vous présenter ma première application développée pour facebook qui se présente sous la forme d'un Quizz avec un timer pour chaque question. Tout ça sur le thème du sport !

Le FrontEnd est en FBJS + jQuery et le backEnd, c'est une api en PHP.

Elle comporte des outils de viralisation comme les Social Plugins "I Like" / "Invite your friends" / "Facepile"..., un classement mondial, la tenue de stats, Facebook Connect... [read more]

juin2010101 talk

jQuery.gaTracker.js adds 2 features to standard Google Analytics script :
- Asynchronous Tracking ( tracking start once page load is complete )
- Allow to track dynamic pages on full ajax websites [read more]

mai2010075 talks

Dernier Projet en ligne : MeeT ImmO
Je travaille depuis un bon gros mois sur le projet d'un ami et j'avoue que le résultat est au-delà de nos espérances !
C'est pourquoi je tenais à vous présenter mon travail : www.meetimmo.fr, car on peut dire que je me suis bien laché sur l'utilisation de jQuery, sans oublier d'être SEO friendly and IE compatible (Certainement le plus hardu...)

Je vous invite à en découvrir un peu plus... [read more]

avr201022No talk

WordPress Tips : Hide oldest comments in wordpress with jQuery
A simple tip for wordpress blogs to hide oldest comments at single load page with jQuery. [read more]