A simple slideshow with jquery

  • May 31st, 2011
  • Posted by admin
  • Jquery

Jquery slideshows are used in most of the websites. Implementing jquery slideshow in your website will definitely count as a big plus. In this tutorial you will learn about a simple slideshow using jquery. So that you can have a basic idea of jquery slideshow and you can also able to extend its feature as much as you can.

The html …


Inviting Rain with a smile

  • May 31st, 2011
  • Posted by admin
  • Articles

Inviting rain with a cute smile…

source : http://www.dannyst.com/


Jquery toggle effect

  • May 29th, 2011
  • Posted by admin
  • Jquery

Most of the websites allow users to display or hide some elements from the web page. Which makes the website user friendly. How it can be done.? It is a very simple technique. Jquery toggle function allows to display or hide the selected elements of the web page. You will learn about jquery toggle function today.

The html of the page …


Pic of the Day 26/05/11

  • May 26th, 2011
  • Posted by admin
  • Articles

The Best picture of 26/05/11.


Drag Drop and Resize using jquery

  • May 26th, 2011
  • Posted by admin
  • Jquery

Introduction:

Technology : Jquery
Difficulty : Beginner
Time to Complete : 10 min

If you want your users to drag, drop and resize a block of content from your website? Jquery plugins allow you to do it. It is very easy to implement and customize. Let your users to feel as their own website and your website will be very interactive.

At first, …


Pic of the Day

  • May 26th, 2011
  • Posted by admin
  • Articles

This picture is created using photoshop.


CSS Block hover

hover selector is used to select elements when you mouse over them. Most of the beginners think, :hover can be used only for links. But it can also be used for all the html elements. Most of the websites use block hover effect. Today we will learn about block hover using css. We will apply hover effect for several blocks. …