Archive

Posts Tagged ‘programming’

Zend Framework: Getting Started Screencasts

February 3rd, 2009 Gertjan No comments

Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License. Zend Framework—often referred to as ZF—is developed with the goal of simplifying web development while promoting best practices in the PHP developer community. Read more…

10 Advanced php tips to improve your programming

February 3rd, 2009 Gertjan No comments

Smashing Magazine comes up with a nifty list of 10 excellent techniques that PHP developers should learn and use every time they program. These tips will speed up proficiency and make the code much more responsive, cleaner and more optimized for performance.

Because of PHP’s huge popularity, it has become almost impossible for Web developers not to have at least a working knowledge of PHP. This tutorial is aimed at people who are just past the beginning stages of learning PHP and are ready to roll up their sleeves and get their hands dirty with the language. Listed below are 10 excellent techniques that PHP developers should learn and use every time they program. These tips will speed up proficiency and make the code much more responsive, cleaner and more optimized for performance.

These tips will speed up proficiency and make the code much more responsive, cleaner and more optimized for performance.

Read more…

Fixing Common Java Errors

July 28th, 2008 Gertjan No comments

By: Ashwak Sarhan

Whether you are just starting your first Java program, or you are a well experienced programmer, your code can not be an error free code and compile successfully from the first time. At the least you may confuse variable names, forget to declare a variable, or miss a semicolon. Read more…