Javascript & jQuery

Joyride jQuery plugin for feature tour for your website

Joyride jQuery plugin for feature tour for your website

joyride

Joyride is a jQuery plugin to create feature tours of your website.This jQuery plugin is extremely flexible and lets you take control of how people interact with your tour. This jQuery plugin is programmed to be cross-browser compatible with modern browsers and even used some fancy CSS to avoid images.

Read More…

VN:F [1.9.22_1171]
Rating: +3 (from 3 votes)

Written by R Vadgama (RV)

R. Vadgama(RV) is a web developer who has a love for creativity and enjoys experimenting with various techniques in both developing and maintaining. Check out RV's web development tutorials and articles at raisereview.com. R Vadgama

Disable Javascript Errors

This simple script will disable javascript errors from being displayed in your visitor’s browser

function noError(){return true;}
 window.onerror = noError;

 

The functionality is very simple: create a function that always returns true, and then whenever an error occurs, call this function (returning true and suppressing the error).

Shamefully, this script is tested on all modern browsers.

VN:F [1.9.22_1171]
Rating: +6 (from 6 votes)

Written by R Vadgama (RV)

R. Vadgama(RV) is a web developer who has a love for creativity and enjoys experimenting with various techniques in both developing and maintaining. Check out RV's web development tutorials and articles at raisereview.com. R Vadgama

Distance between addresses with Google map api

Digital_globe

Today i will show you how to find distance between addresses with Google map api with travel mode by driving and walking.

What I’ve designed for you here is a javascript/Google Maps-driven web app that will take two fuzzy locations/addresses, convert them into complete details and harmonizes, and determine the range in kilometers and time between them. So again, feedback two addresses deal with and result complete details and range. Appears to be like a win for the you and your customers.

Here you can check Demo
Read More…

VN:F [1.9.22_1171]
Rating: +2 (from 4 votes)

Written by R Vadgama (RV)

R. Vadgama(RV) is a web developer who has a love for creativity and enjoys experimenting with various techniques in both developing and maintaining. Check out RV's web development tutorials and articles at raisereview.com. R Vadgama

Best jQuery Page Flip Plugins like book

jQuery Page Flip Plugins are one of the most popular ones of them in web design. They are implemented very successfully in Flash, many websites, documents, magazines are being created/published each day.

With the capabilities of new web technologies, we can also expect them to be accomplished using only HTML, CSS and JavaScript (remember “20 Things I Learned“? It is also open source). Read More…

VN:F [1.9.22_1171]
Rating: +1 (from 1 vote)

Written by R Vadgama (RV)

R. Vadgama(RV) is a web developer who has a love for creativity and enjoys experimenting with various techniques in both developing and maintaining. Check out RV's web development tutorials and articles at raisereview.com. R Vadgama

How to Prevent copy paste with Javascript

Hello friends,

Here is solotion with javascript prevent copy paste for website page contents from copy , paste and cut. Read More…

VN:F [1.9.22_1171]
Rating: +1 (from 1 vote)

Written by R Vadgama (RV)

R. Vadgama(RV) is a web developer who has a love for creativity and enjoys experimenting with various techniques in both developing and maintaining. Check out RV's web development tutorials and articles at raisereview.com. R Vadgama

 Scroll to top