A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Monthly Archives: March 2008

Using PEAR behind a proxy server that requires authentication

I kept getting this error: pear list-all File http://pear.php.net:80/rest/c/categories.xml not valid (received: HTTP/1.0 407 Proxy Authentication Required ) The error was because my proxy required an authentication. To use PEAR behind a proxy that requires authentication use this: pear config-set … Continue reading

Posted in General | Tagged , | 22 Comments

Planning to get an ASUS EEE PC

I am planning to get an ASUS EEE. I really love the size. It’s just what I wanted. But I have doubts with the size of the drive. Is 4Gig enough? With the OS installed (let’s say Windows XP or … Continue reading

Posted in General | Tagged | 8 Comments

Zend Framework: Zend_Form Webinar

I am totally in love with Zend_Form. Yesterday, I spent a few minutes tinkering with Akrabat’s tutorial on Zend_Form, from the start I could already see the benefits of using it. No more wasting time coding in the view (.phtml) … Continue reading

Posted in General | Tagged , | Leave a comment

Zend Framework Conventional Directory Structure Download

I have created this ZF Conventional Directory Structure – similar to this . Basically, it is a tar.gz file of the directory structure. Provided that you have all the prerequisites for Zend Framework, it should run right away after you … Continue reading

Posted in General | Tagged | 1 Comment

CSS to Remove New-lines or Breaks After Form Tags

Put this inside your form tags: style="margin: 0pt; display: inline;" //so it would be something like: &lt; form style="margin: 0pt; display: inline;"&gt; Input boxes here…< / form >

Posted in General | Tagged , | Leave a comment