HTML & CSS Tutorials by Webvamp

You can find here all the 6 tutorials by Webvamp. The author's home page URL is http://www.webvamp.co.uk.
Sort byTutorials Per Page
A look at how some Javascript in forms is bad and how when it's bad it can destroy customer confidence and lose you valuable sales.
September 29, 2009 Today Views: 1 Total Views: 393
Without using a Javascript library such as JQuery, there are very few functions built into Javascript to deal with arrays. Here are a few of my own that often come in handy when working on projects.
September 28, 2009 Today Views: 1 Total Views: 489

Pad A Javascript Number

Author: Webvamp  Rating:
To keep design and content consistent I often pad numbers with zeros to ensure they are all the same width. There is no built in function to do this, so I wrote my own.
September 25, 2009 Today Views: 3 Total Views: 388
Learn how to create an accessible CSS only menu with image rollovers.
September 25, 2009 Today Views: 1 Total Views: 563
Creating single use or timed download links can allow websites to offer downloadable content that expires after a single download or after a set period of time. Many e-commerce sites are using these techniques to sell documents and files online.
September 22, 2009 Today Views: 1 Total Views: 382
When your developing a site or online application that uses a lot of XML HTTP Requests (XHR) it's generally a good idea to use a full URL when creating a request. If you then try to re-use your code across multiple sites and domains, you will find you get errors due to posting to a different domain than the current site.
September 10, 2009 Today Views: 1 Total Views: 438