Search Results

Why RoR is sexier than PHP ?


Sexier name Interesting file and extension naming Results logged to /usr/lib/ruby/gems/1.8/gems/fastthread-1.0/ext/fastthread/gem_make.out Tags: gems, ruby, lib

Read the rest of this post...

Posted on Tuesday, March 27th, 2007
Under: Rails, Ruby | 3 Comments »

Testing your code


Perhaps no other coding practice is as important as testing your code. Also in the nature of Business Development, where parts of your code always change on the request of a client (including Management), or even when you want to make your code run with better performance, Automated tests are highly needed, you can’t just [...]

Read the rest of this post...

Posted on Tuesday, December 12th, 2006
Under: Code, HowTo, PHP | 8 Comments »

Quote of the day


The path of the righteous coder is beset on all sides by the iniquities of the selfish and the tyranny of evil Ruby Users. Blessed is he, who in the name of PHP and good code, shepherds the weak through the valley of Rails, for he is truly his brother’s keeper and the finder of [...]

Read the rest of this post...

Posted on Monday, November 20th, 2006
Under: General, PHP | No Comments »

Zend PHP 5 Certification Voucher *sheesh* DISCOUNT


In 2005 we had great discount from Zend for the PHP4 exam voucher, guide and practice book, This year, couple of months ago we at JoPHP (Jordan PHP Users Group) for PHP5 Exam festival, we had plan to do one week exam preparation session and then twenty five of us was motivated to take the [...]

Read the rest of this post...

Posted on Friday, November 17th, 2006
Under: Community, PHP, Zend | 5 Comments »

Advanced Caching Technique – Block Randomization


Introduction I’m currenlty working on a site where I want to improve performance of dynamic pages. One of the greatest techniques to do is to cache dynamic content and serve the generated output (HTML). It’s not as easy as we all want it to be when you have all sorts of weird blocks on the [...]

Read the rest of this post...

Posted on Monday, August 21st, 2006
Under: Code, HowTo, PEAR, PHP | 4 Comments »