Année : 2013
-
Make simple Variables and Identifiers
(This pages contains a few weird characters like kanjis that may not display properly on your computer. Don’t worry, it’s not essential to the text) Unicode is the future (even the present), but please, not in identifiers… Variables You can use (almost) any utf-8 character in a Javascript variable… I wanted to create a one-letter…
-
PHP functions reminder
I love PHP, but when it comes to consistency, it sucks very very very hard. I’m tired of going to the (very very good) php.net site to check functions arguments and order and such, so now, all what I usually check will be here. Nothing here is « complete ». My goal isn’t to make a doc,…
