Author Archive

Rails Is A Ghetto

http://www.zedshaw.com/rants/rails_is_a_ghetto.html
Excerpt:
I’ll never be afraid of some pilsner fresh fat fuck who eats donut hamburgers and only gets exercise when he plays World of Warcraft on a DDR pad…
This is exactly what makes Rails a ghetto. A bunch of half-trained former PHP morons who never bother to sit down and really learn the computer [...]

Video: PHP, HTML Tutorial // POST, Table, Forms

40 Tips for optimizing your php Code

Original Content Source:
http://reinholdweber.com/?p=3

If a method can be static, declare it static. Speed improvement is by a factor of 4.
echo is faster than print.
Use echo’s multiple parameters instead of string concatenation.
Set the maxvalue for your for-loops before and not in the loop.
Unset your variables to free memory, especially large arrays.
Avoid magic like __get, __set, __autoload
require_once() is [...]

Did you forget that connection string?

No problem! ConnectionStrings.com is here.

–aj

10 Tips That Every PHP Newbie Should Know

For the newbies out there that are afraid to post at the forum, here are 10 tips you should know.
Part 1 at PHP Builder
Part 2 at PHP Builder
–aj