Author Archives: Julian

October 2, 2009
by Julian

DotKernel version 1.0 in action

DotKernel is the DotBoost‘s in-house developed framework, based on Zend Framework. DotKernel is at version 1.0 , released under Open Software License (OSL 3.0) , and is built on top of Zend Framework. DotKernel is using a simplified MVC (Model-View-Controller) … Continue reading

Posted in DotKernel | Leave a comment

March 31, 2009
by Julian

Scienta ZF Debug Bar: A very helpfull ZF debug tool

Just found today a very interesting and helpful debug tool: Scienta We at DotKernel used some very basic debug bar:  queries, time spent , memory used.  But this Scienta is way more complex and nicer then our internal code,  so … Continue reading

Posted in Zend Framework | Leave a comment

November 17, 2008
by Julian

Zend Framework 1.7.0 Released

At first glance , the biggest news is AMF support: Adobe’s Action Message Format protocol to your PHP 5 application Download latest  ZF Continue reading

Posted in Zend Framework | Leave a comment

October 3, 2008
by Julian

Zend Framework as PEAR accessible repository on Plesk server

Why we want to install ZF as PEAR ? Because is too boring and time consuming to move all ZF files up and down for each script you want to install , there are a lot of files. Also that … Continue reading

Posted in Zend Framework | Tagged , , | 1 Comment

October 3, 2008
by Julian

Javascript: Email Validator

Problem: email should allow +/- characters in user, – in domain. dash (-) should be allowed anywhere in an email address or domain. plus (+) is allowed in the username (many people use this for categorization, especially at gmail) Solution … Continue reading

Posted in Javascript | Tagged , , , | Leave a comment