Miscellaneous
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 [...]
PHP Developer: Now what?
I’ve been teaching Web Development and PHP at the U.P. Information Technology Training Center and I often encounter students asking me what’s next after learning PHP and getting introduced to the basics of the language.
This “Now what?” quiz is really an issue of career development, technical decisions and some level of prognostication because, frankly, there [...]
Did you forget that connection string?
No problem! ConnectionStrings.com is here.
–aj
HowTo: Eclipse 3.2 + PHPEclipse + Subclipse in Ubuntu Feisty Fawn
This HowTo are for those who would like to participate in the upcoming PHPUGPH PMS Project. It’s just a HowTO to help anyone who would want to try Eclipse with PHPEclipse and Subclipse.
Install Eclipse
1. Open your terminal.
sudo apt-get install eclipse
2. Install Sun JRE:
sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-bin sun-java6-fonts
3. Make Sun’s JVM default: [...]
PHPUGPH Coding Standard
I just finish summing up the PHPUGPH Coding Standard. In preparation for the PMS Project. It’s still a draft but like a software, it’s organic the more we use it the more it will grow. It is based on Zend Framework PHP Coding Standard. But since we will be using CodeIgniter we will just be [...]
