How to Make WordPress Archive Shortcode

Sometimes you want to show some of your post as per date or week or month in particular page. Most of the time themes take care of the archive feature and you don’t have to deal with it. But for the sake of simplicity and some specific usage,let’s see how you can add an archive to any page or post of your wordpress blog. [Read more...]

WordPress ShortCode for Adding Google Adsense after the Post

You can easily add Adsense within your posts by using wordpress shortcodes. It can be placed anywhere in the post. You can use javascript to add the adsense inside the post. In this tutorial we are going to take a look at how to add the ads at the end of the post or at the beginning of the post. [Read more...]

Jquery append() and prepend() HTML methods to DOM

In this tutorial we are going to take a look at jquery HTML methods. These methods are – append() and appendTo() to add text or content to specific part of your page. Likewise prepend() and prependTo() methods add text or content to start of specific page. [Read more...]

Jquery animate() method

Jquery’s animated sliders and image animation always intrigued me so I decided to check the code. I found the animate() method in most of such slideshow. I found it very easy to manipulate images and the text using animate() method. This can also be done randomly if you wish to produce a better effect. [Read more...]

Jquery SlideToggle() Method

You have seen image slidepanels that automatically changes the image on particular interval. You have also seen the similar slidepanel animation that moves based on the button click. If you wish to perform similar animation or the effect on your page then you have to use slideToggle() method. This method can run slow or fast depending on your choice. [Read more...]

Jquery fadeOut() method

In some applications you want to use fadeout effect. This can be achieved easily with the help of fadeOut() method. This method lets you use fade out effect on your text or image. [Read more...]

Jquery hide() and show() Method

In previous tutorial of hide() method we learned how to hide the text using the respective method. In this tutorial we’re going to extend our tutorial to show() method usage. [Read more...]

Jquery Hide() Method

If you’re new to the jquery then this tutorial will explain you how to use jquery hide() method. I am going to explain individual methods in the tutorials and then sum up one big tutorial that links to these posts. [Read more...]

Roundabout – Interactive Turntable using Jquery Plugin

If you like interactive turntable sliders then you don’t have to program from scratch anymore. There’s a plugin for jquery that does the heavy lifting for you. This plugin is called as “Roundabout”. It lets you create those turntable sliders that you can use for showcasing products, quotes and many other things. [Read more...]

Fixie.JS – Generate Lorem Ipsum Filler Text with Javascript Library

Filler Content like lorem ipsum is often needed for the demo design projects. If you want some meaningful text insted of lorem ipsum then maybe fixie is just for you. [Read more...]