Article tagué JavaScript
Javascript unpacker and beautifier
8/02/10
Marre de voir des JS comme ca :
if('this_is'==/an_example/){do_something();}else{var a=b?(c%d):e[f];}
Alors jsbeautifier est fait pour vous !
Voila le résultat :
if ('this_is' == /an_example/) {
do_something();
} else {
var a = b ? (c % d) : e[f];
}
Sounds great ?
Today’s links
7/01/10
Some interesting links (or not!)
PHP Zeitgeist : What PHP developers have been looking for in the last decade
30 fresh AJAX Tutorials and Techniques
Confoo schedule is live : Web techno conference in Montreal (March 10 to 12)
France wants to taxe Google advertising revenue, what a nice country….
Commentaires récents