Posted by: Sadiqur Rahman on: January 31, 2009
Recently I have sate for the ZCE (Zend Certified Engineer) exam on 28 January 2009, And I like to share my experience to all so that everyone can get prepared for ZCE Exam. However, Let me go to the topics. The PHP 5 Certification exam covers the following topics: PHP Basics XML and Web Services Functions [...]
Posted by: Sadiqur Rahman on: January 11, 2009
Checking the server response code is mainly a diagnostic tool in case you are getting unexpected results when trying to view a page. The response code is sent by the server before the page contents along with other header information like response code, server software, cookies, content type, date etc.. For example, a user had [...]
Posted by: Sadiqur Rahman on: January 3, 2009
You already might know that the giant company YAHOO provides some API to facilitate the application development process. One of them is Yahoo BBAuth API. I am glad to inform you that I wrote a wrapper class on Yahoo Browser Based Authentication (BBAuth) to make it easy and convenient. So…, what’s BBAuth? What’s the point [...]