Tag: HTML
Quick guide to Geolocation in Javascript
In some modern browsers, such as Chrome and Firefox you can access the geolocation of the device. That is, where the device is physically located. The main...
Tip of the day: When other things populate elements on web pages
I work in a web team of 6 developers and we have a diverse range of skills. Some are more skilled dealing with the front end, the UI, and working with HTML,...
HTML5 text boxs for numbers and email addresses
In HTML5 there are a few new types of text box available that can help with mobile development. For example, on mobile devices it can be useful to have the...
Tip-of-the-day: Columns in CSS
The CSS Multi-column layout module is a Candidate Recommendation that allows CSS to specify various aspects of column layout for page flow. It has some...
Tip of the day: IE Quirks Mode Vs. Standards Mode
If you are setting the DOCTYPE declaration in an HTML page to define the standard your page complies with ensure that you don't put anything before that...
