|
|
|
|
|
Login to share your opinion How to use the Symfony2 SonataAdminBundleI have been doing a lot of Symfony2 development lately for our project ProTalk and one of the things we needed was a backend for… read more Zend Framework: CRUDI think it took me (or us) a couple attempts to get this right — let me introduce you to Zf_Crud, a CRUD controller for… read more Dynamically adding form inputs and submit using jQueryYou may find a need to allow the user to dynamically add or remove text inputs from your application. This is relatively easy to do… read more Create an online radio using jQuery and jPlayerToday, I’m glad to show you how you can use jQuery and the jPlayer plugin to build an online radio using JavaScript, PHP and a… read more Module-specific layouts in Zend Framework 2First, I should point out that the title of this post is a bit of an intentional misnomer. There’s really no such thing as “module-specific”… read more Composer with CodeIgniterComposer is the best thing for PHP since sliced arrays and using it in your applications means you have easy access to a large selection… read more WordPress is more than a CMS, it is a PHP Framework | TCBarrettFirst of all, let us briefly discuss what a Software Library is Vagrant in Zend Framework 1I recently added support for vagrant to the Zend Framework codebase to enable easier testing. I was motivated by some work the joind.in folks have… read more Silex + Doctrine 2 ORMSilex is great for its simplicity, however for larger projects you probably want to use some ORM like Doctrine but there's build-in service provider only… read more Load More Using KnockoutJS, PHP/CodeIgniter (Part 1)Everyone has used social networking sites and almost all of them implement Load More functionality to load additional posts/messages. Load More is actually alternate way… read more Mozilla BrowserID: More one way to sign inMy opinion about the (not so) new mechanism offered by Mozilla Labs. read more Spooling emails with Symfony2 on VPS and Shared HostingSending emails is a very common task in web applications. Signup forms, contact forms, newsletters are among the most used features, but the email send… read more Unit testing Zend Framework 1As part of our release process for Zend Framework 1.12, I've been working through the unit tests and running them on PHP 5.2.4 as it… read more Login simple with Zend_AuthAlmost every Web application today need a way to track information about their users, actions and behaviors. Best way to accomplish this is to authenticate… read more Codename One: Easily Create Amazing Native Applications for All PlatformsCodename One is a cross device platform allowing you to write your code once in Java and have it work on all devices specifically: iPhone,… read more ZF2 Dependency Injection: Managing Configuration – Part 2In my previous post about Dependency Injection Container (DiC) configuration I made mention of some more complicated scenarios that you can use to configure your… read more Yii Framework – Scenarios for Conditional Multiple Validation RulesI am yet to write the last article of the Yii Session series. I just decided to write something about the scenarios in the Validation… read more Create a shoutbox using PHP and AJAX (with jQuery)Continuing with the tutorials about AJAX and jQuery we will create a stunning and dynamic shoutbox based in PHP and AJAX (using jQuery). read more Generate CSV File from Database using CodeIgniterThis post will help you to generate a CSV file using CodeIgniter. The data for the CSV File will be taken from the MySQL Database… read more An introduction to Zend\EventManagerZend Framework 2's EventManager is a key component of the framework which is used for the core MVC system. The EventManager allows a class to… read more |