Featured Posts
- Integrating FCKEditor FileManager in CKEditor
- Wireframe Samples for a Poll
- Implementing Factory Design pattern
- Paypal subscriptions IPN demystified
- Making a PHP CURL request to HTTPS url
- Google Analytics Tracking Code Plugin for WordPress
- Accessing and using Zend View Helpers from a common directory
- Zend Framework: Accessing Request, Response & Router Object from anywhere
Recently wrote
- Tutorial: Using FCKEditor FileManager in the new CKEditor | Blog Of 'Dean Williams' on Integrating FCKEditor FileManager in CKEditor
- Mosh on Integrating FCKEditor FileManager in CKEditor
- Penuel on Integrating FCKEditor FileManager in CKEditor
- Reinier on Integrating FCKEditor FileManager in CKEditor
- Bhavin Doshi on Integrating FCKEditor FileManager in CKEditor
- Penuel on Integrating FCKEditor FileManager in CKEditor
- horst on Integrating FCKEditor FileManager in CKEditor
- Penuel on Integrating FCKEditor FileManager in CKEditor
- horst on Integrating FCKEditor FileManager in CKEditor
- Joe Joe on Integrating FCKEditor FileManager in CKEditor
-
Recently posted
- Do websites need to look exactly the same in every browser?
- Unable to connect to MySQL from localhost: Strange error
- Getting approved by Google Adsense
- FireFox going awfully slow
- Paypal subscriptions IPN demystified
- User behaviour or Search Engine behaviour
- Improve the speed of your page
- Making a PHP CURL request to HTTPS url
- The Originators
- Travelling on a BRTS
Category Archives: PHP Programming
PHP Softwares, Utilities, libraries for web developers
This post is about some free software, libraries, packages that we as a PHP developers require regularly. This can be useful list to explore to someone who is new to PHP development. Code Editors/IDEs PHP Eclipse or PDT IDE for … Continue reading
Posted in PHP Programming, Web Development, tools
1 Comment
Implementing Factory Design pattern
Recently I have been reading and exploring about the design patterns- the Factory pattern, Observer pattern and many other popular ones. But while I read those I found I would hardly get any chance to really implement such patterns in … Continue reading
Posted in Design Patterns, PHP Programming, Web Development
Tagged Design Patterns, Factory
1 Comment
Dynamic function calls in PHP for AJAX
In PHP you can have dynamic function calls, that is during execution of your PHP script you can trigger a function call based on certain inputs or conditions which you don’t know before hand. This can be achieved using the … Continue reading