Quantcast
Channel: BESTTUT - share all best tutorials » HTML & CSS & Javascript
Browsing latest articles
Browse All 9 View Live

Image may be NSFW.
Clik here to view.

Bubble Slideshow Effect with jQuery

Today we will be building a jQuery-powered bubble animation effect. It will be a great way to present a set of images on your website as a interesting slideshow. And as the code will be completely...

View Article



Media Queries for Standard Devices CSS3

Now a days web is moving towards the responsive design. Media Queries are playing a Major role in creating responsive sites. Without Media Queries its almost impossible to have the Responsive Design....

View Article

jQuery Form Validation

In this short tutorial, I will show you how to use a jQuery validation plugin to setup front-end form validation in just a few minutes. I’ve kept this tutorial very simple with clear instructions so...

View Article

Animated jQuery Progressbar

Today we will back to back to jQuery tutorials. Today we will make dynamic animated progressbar. I think you already know this jQuery widget – Progressbar. By default – this is static widget without...

View Article

Create an IE-Only Stylesheet

Target ALL VERSIONS of IE <!--[if IE]> <link rel="stylesheet" type="text/css" href="all-ie-only.css" /> <![endif]--> Target everything EXCEPT IE <!--[if !IE]><!-->...

View Article


Image may be NSFW.
Clik here to view.

Create stepped navigation with arrows using HTML + CSS

In this tutorial I will show you how to create a stepped navigation with arrows using HTML and CSS which works in all major browsers. It is useful to show a user a stepped process such as a multi part...

View Article

Image may be NSFW.
Clik here to view.

Solving CSS Float’s Problem

As a web designer, we always see a problem happened when a floated element is within a container div, the floated element doesn’t automatically increase the height of the container. The main reason...

View Article

5 Different Ways to Declare Functions in jQuery

1. The basic JavaScript function This is the simplest way to declare a function in JavaScript. Say for example, we want to write a simple function called multiply(x,y) which simply takes in two...

View Article


Add mailto link to static email with JQuery

This html contains the dynamically generated page content and it contains some email addresses as texts. Since they are plain text nothing happens when we click on them. Now we are going to convert...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images