Nowadays WordPress has become important application for bloggers and even for other who need small website. There are too many plugins. You can do almost anything with wordpress using different plugins to extend it’s functionality beyond the basic features.
If you are a developer you can develop your own plugin to other or use plugins developed by others. If you are web designers and web developers you have to know how to develop wordpress plugin. I just compiled 10 articles.
1. WP Tutorial: Your First WP Plugin
This is a video guide to creating your first WordPress plugin (not more from 5 minutes!).
WordPress Plugins is capable to modification, customization, and enhancement easily to a WordPress blog. Instead of changing the core programming of WordPress, you can add the functionality with WordPress Plugins.
3. How to Write a WordPress Plugin – Introduction
Plugins are essential for any WordPress user. WordPress Plugins allow extend the functionality of their blog with just little programming skills.
4. Create a Custom WordPress Plugin From Scratch
This tutorial will describe the implementation of a WordPress plugin which starting from the scratch. The plugin will connect to an external OSCommerce database then display products randomly on your Wordpress site.
5. Anatomy of a WordPress Plugin
This tutorial will guide you simple step of building and widgetized WordPress plugin with settings.
6. A Crash-Course in WordPress Plugin Development
Many WordPress users remain unfamiliar with how to create their own custom plugins because an extensive codex. In today’s screencast, we willl start from scratch to build our first usable plugin.
7. Wordpress Plugin Development Short Tutorial
WordPress plugin development in a short video tutorial.
8. WordPress Plugin Tutorial – Hello World
Learning to develop a WordPress plugin can be both fun and rewarding. In this tutorial we will find how to make a simple “Hello World” plugin.
9. WorPress Plugin Development with PHP
This is a nice video tutorial on plugin development in PHP language.
10. Releasing and Promoting Your WordPress Plugin
Everyone won’t know your plugin if you not to socialize your plugin. After finished writing your excellent WordPress plugin, there’re a few things to consider before releasing and promoting your WordPress plugin.
Related Stuff
Google Buzz Button Wordpress Plugin ReleasedIf you are looking for a Google Buzz button to add into your Wordpress site then we have released the first Wordpress plugin exclusively ...
Plug And Play Ecommerce With Wordpress PluginsSince 2003 Wordpress has slowly been gaining popularity amongst the elite of the internet, the bloggers. It is one of those few things ...
Add Google Search to Your WordPress BlogThe native WordPress search does not return very relevant results, thus it makes a lot of sense to add Google Search into your WordPress ...
Add More Sidebars to Your WordPress ThemeYou can add more than one sidebar section to your WordPress site. For example, with the stc-intermountain.org site, I added a whole bunch ...
Series Posting in WordpressIn my functions.php file, I have some code which implements series posting. This relies on the thematic ...

Original Source: