How to get repeat visits tip #5: Event Calendars

A comprehensive, current calendar of events related to your business can encourage repeat visits. Your calendar should always be kept up to date and be of value to your readers. Read more »



How to get repeat visits tip #4: Specials, Promotions and Packages

Everyone likes to get a deal. You might consider having a special promotions section on your Web site. Read more »



How to get repeat visits tip #3: Discounts and Coupons

Offer coupons and discount vouchers that can be printed from your site. Read more »



How to get repeat visits tip #2: Offer free stuff

Offering free things is a great way to increase traffic—everybody likes a freebie. Read more »



How to get repeat visits tip #1: Use a What’s New Page

A What's New page can mean different things to different sites. For some, this page updates users with summaries of the most recent specials or promotions. Read more »



Small print in HTML5

HTML5 redefined the previously presentational small as semantically appropriate for content typically considered “small print,” such as legalese, disclaimers, terms, co Read more »



Application caching in HTML5

If you want to make your web application (including all its resources) available to users even in an offline state, without relying on the normal browser cache, HTML5 defines a special application Read more »



HTML5 local storage

If you want to store some data (like user preferences or partially entered form data) persistently on a user’s system, so that it’s available on a subsequent visit, HTML5 introduced two Read more »



Writing Appropriate alt Text Descriptions

Add the text alternative programmatically using the alt attribute of the image. Read more »



Hidding content to show later in HTML5

Sometimes you have some content that you want to hide until after the user has logged in.

Just add a hidden attribute to the element containing the content. Read more »