1. Home
  2. Computing & Technology
  3. JavaScript

Less Obtrusive Advertising

Some advertising such as popup windows is so obtrusive that everyone blocks them. By making your advertising less obtrusive you make it less likely to be blocked and therefore more likely that people will see it. Try an in page modal dialog instead.

Further Ideas for Less Obtrusive Ad

Stephen's JavaScript Blog

Password Generator

Friday January 8, 2010
Generate passwords to your specifications with the JavaScript password generator. You choose a length (between 7 and 20 characters) and the types of characters that the password must start with and contain. Even if you aren't interested in generating passwords you may find the JavaScript code interesting as it uses lots of array manipulations. A series of tutorials describes line by line how this script works.

Piano Chord Calculator

Thursday January 7, 2010
This calculator script is rather specialized in what it does and will probably only be of interest to piano teachers (as an actual calculator). It does make use of several rather unique Javascript coding techniques such as Drawing with CSS, Passing multiple values in one form field, Multi dimensional arrays, and How to test stylesheet colours. See how I managed to combine all of these together to produce the Piano Chord Calculator.

Piano Chord Calculator

Visitor Triggered Events

Wednesday January 6, 2010
Almost all of the JavaScript processing that you attach to your web pages will be triggered by your visitors. In the third tutorial on how to write modern unobtrusive JavaScript we look at the different types of events that our visitors can cause.

Visitor Triggered Events

All the Reader's Choice Awards

Tuesday January 5, 2010
The two JavaScript awards are not the only ones you can enter nominations for. Many of the other technology areas on About.com also have awards available. Jennifer has been kind enough to provide a complete list with links to all the nomination pages.

About.com Reader's Choice Awards 2010 - the complete list
Discuss
Readers Respond
Ways I Have Seen JavaScript Misused And How I Would Have Done it Differently
Add Your Response

Recent Blog Posts
Explore JavaScript
About.com Special Features

The Best Web Trends of the Decade

A look back at the best innovations, ideas and technologies over the last 10 years, More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2010 About.com, a part of The New York Times Company.

All rights reserved.