Monthly Archives: September 2008

jquery sebagai framework terbaik

Membina satu aplikasi web kini hampir mewajibkan penggunaan javascript. Ini disebabkan penggunaan konsep AJAX secara meluas. Rasanya selepas AJAX diperkenalkan, pelbagai framework javascript mula mendapat perhatian kerana AJAX itu pada dasarnya sedikit rumit terutama apabila mengambil kira bagaimana setiap browser meng-implementasi AJAX itu sendiri. Tambahan pula, framework-framework itu keluar dengan special effect untuk mencanggihkan(merumitkan?) lagi [...]

menggunakan cakephp’s beforeFind

I found out that on cakephp 1.2 RC3 you must use the new $Model->find() style or the query will break. 1 2 3 4 5 6 7 8 9 10 11 //in the controller use this… $this->Post->find(’first’, $params);   //instead of the ‘old’ style… $this->Post->find($conditions);   //so that in the model, you can do something [...]

django 1.0

We are finally at the 1.0 era. I’m not even over 0.96.1 yet. Exciting times

RSS for Posts RSS for Comments