
By the way,
just made new webpage for one of my customers (he is photographer):
http://hosting0271693.az.pl/customers/pswic/portfolio/
All effects and animations are made using jQuery, no Flash used.
What do you think?
In other words: this article is complete nonsense. Even if you could be able to convince some not that experienced programmers from being a Guru sooner or later someone will notice that you are just an idiot1. make huge methods
2. always give speaking names for your local variables (i.e. numberOfBytesRead)
3. reuse you variables from point 2 in your methods from point 1 once their original use has been done because of memory/performance reasons
4. make functions/methods with names similar to each other that do different things. For the differences in the name prefer the letters "l" (lower case of "L") and "I" (upper case of "i") or "1")
...
Exactly.Brainsaw wrote: In other words: this article is complete nonsense. Even if you could be able to convince some not that experienced programmers from being a Guru sooner or later someone will notice that you are just an idiot
xDan wrote:> After the failure of the Hello World project