Javascript can add great interactivity and additional functionality to a website. And it can be quite fun to program.
There are two main problems with javascript. The first problem is cross browser compatibility. This can be handled by careful programming and lots of testing. Problem solved.
The second issue is a little more tricky -- requiring a blend of several related solutions. The problem is caused by that fact that some (a growing number) of users are turning off javascript as a security precaution. They do this by adjusting security settings in the browser, or by using an addon such as "NoScript." In either case, content requiring javascript will not display properly.
Dealing with viewers that have javascript turned off can be handled by addressing the following key points:
If you don't understand the above, not to worry. The lesson to take away from this is that some consideration should be given to the look of your website when (of if) javascript is not enabled. We can handle this for you. Just giving you a heads up that it is something to keep in mind.
Click here to view some additional thoughts on the situation with javascript.
Below are links to some samples of javascript we have implemented for clients.
This script is used to create a carousel of images selected by a simple "Next" and "Previous" button. This method eliminates the need for page jumping -- making for a smooth and pleasant viewer experience. More info...
This script is self initiating. It will scane the webpage for appropriate button graphics and link those to a main graphic creating a kind of "View Image Large" interface. Using a couple of easy to learn rules a website owner can add and/or subtract images from a page with easy. No need for a webmaster to hand edit everything. More info...
This self-initiating configuring script will turn smaller graphics into buttons allowing for a presentation of alternate views of a product. More info...