If you are really keen about creating your own plugin than you should be able to create plugin after reading these very interesting tutorials. In this post I am sharing some really useful jQuery plugin tutorials that will help you in a better way.
Category: Tutorial
Beautiful jQuery Text Slider Article Tutorial
Nowadays, jquery slider become more popular, so in this tutorial, we would like to show you how to create a beautiful text slider with jquery plugin. In fact, you can using text sliding in your website anywhere and especially on home page to show recent news
jQuery Mouseover Effect Using Parallax Style Tutorial
The power of jQuery is enormous, so in this tutorial we are going to show you in a very creative way using parallax style with jquery mouse over effect. On mouse over a parallax, animation image layer are response to the mouse travelling
Building your first WordPress plugin (part 2)
In the previous part of our series we created the base for a WordPress plugin recognisible by the core. Today we are going to learn how to actually alter the default functionality of the core. The concept of hooks, actions, and filters is responsible for that; being the real heart of the whole WordPress plugins system. Everything starts from the “hooks” provided by the core itself.
PHP to Static HTML On The Fly
Data driven web sites are da bomb, in my not-so-humble opinion. The ability to drive information through a slim passage and have that information display, in various ways, is without a doubt amazing. Anything can be manipulated, altered, structured, added, removed and decided before it even hits the screen. Systems like WordPress, Joomla, Drupal have had their day in the sun.