In this tutorial, we will explore how we to develop a simple WordPress plugin admin panel. This tutorial is not for complete beginners and I do assume/strongly recommend that, you already have gained some knowledge about how to create a simple WordPress plugin. I have recently created very simple settings page for my own like fb WordPress plugin and I will share that experience … [Read more...] about Develop A Simple WordPress Plugin Admin Panel
plugin
Doctrine Model Plugin For Codeigniter
On an earlier tutorial, I did showed how we can easily perform the CRUD operations using doctrine ORM. However, as a lot of developers use doctrine ORM as part of their favorite Codeigntier framework, I came to feel that, it will be very useful if we can use some wrapper model for these base CRUD operations in Codeigniter, that will use doctrine implementation. This should … [Read more...] about Doctrine Model Plugin For Codeigniter
Using GIT Plugin For Netbeans IDE
On this tutorial, I will try to describe, how easily we can use git operations from within the IDE with using git plugin for Netbeans. Also, I will like to mention that, git support for Netbeans IDE started since version 7.x . So, please make sure your ide is updated . I am using Netbeans IDE 7.3(beta) while, writing this tutorial. If you are very new with git, you should … [Read more...] about Using GIT Plugin For Netbeans IDE
How To Create A Simple WordPress Plugin
WordPress is a very popular development platform for the PHP developers in blog site/simple CMS development. As it became the most popular blogging platform, demand for WordPress plugin development on this platform also increased rationally. There is already resources on WordPress developers center on how to write plugin , but you may find it a little bit descriptive … [Read more...] about How To Create A Simple WordPress Plugin