Category Archives: Developments

IT System and Software Developments

Session Cookies between SSL and Non-SSL in CakePHP

If you use SSL (https) for User login action in CakePHP, the session cookie by default works only for SSL connection. When you move to non-SSL (http) pages, the cookie will be lost and the system will redirect you again to login screen. After searching for solutions from many resources, the answer is actually there in CakePHP’s Cookbook. Read more for the link. Continue reading

Posted in Developments | Tagged , | Comments Off

Why I Choose Mootools over jQuery

Mootools has better animation effects than any other Javascript libraries. Continue reading

Posted in Developments | Tagged | Leave a comment

Some Tips for Development Using CakePHP

Some practices I do when developing with CakePHP. This is a growing list and may be updated. Continue reading

Posted in Developments | Tagged , | Leave a comment

Software Development Environments

My personal software development environments: Linux/UNIX, Apache, PHP, MySQL, PostgreSQL, CakePHP. Continue reading

Posted in Developments | Leave a comment

Why a Software Developer/Architect Loves His/Her Job

This is something I take from CNNMoney web site, featuring an article ‘I have the Best Job in America!’. The job: Software Architect “I put together applications people actually use. So for me, the greatest joy comes from seeing people … Continue reading

Posted in Developments | Leave a comment