In this tutorial, we will explore how to develop a simple WordPress plugin admin panel. This tutorial is not for complete beginners, and I strongly recommend that you already have some knowledge about how to create a simple WordPress plugin. I recently created a very simple settings page for my own Facebook WordPress plugin, and I will share that experience here.Set Up … [Read more...] about Develop A Simple WordPress Plugin Admin Panel
plugin
Doctrine Model Plugin For Codeigniter
In an earlier tutorial, I showed how we could easily perform the CRUD operations using Doctrine ORM. However, as a lot of developers use doctrine ORM as part of their favourite Codeigniter 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
In this tutorial, I will try to describe how easily we can use git operations from within the IDE by using the git plugin for Netbeans. Also, I would like to mention that git support for Netbeans IDE started in 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 to git, you should first … [Read more...] about Using GIT Plugin For Netbeans IDE
How To Create A Simple WordPress Plugin
WordPress is a top-rated development platform for 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 are already resources on WordPress developers centred on how to write plugins, but you may find it a little bit descriptive where you are … [Read more...] about How To Create A Simple WordPress Plugin