I came across this article a while ago and thought that it was worth sharing with you guys. It basically covers 10 assumptions in web development that might be costing you money. The article was written with business and ecommerce websites in mind, but most points can be applied to blogs as well. The 10 assumptions are:
- People will know how to find your website
- People know what you sell
- Everything will go as planned
- People know where to click
- People know how to get home
- People know where they are
- People know how to buy
- People will volunteer loads of personal information
- People will contact customer service if they have a question or problem
- People will come back
What You Need to Know About HTML 5
HTML stands for Hypertext Markup Language, and it is the most common language used to create web pages. The basic HTML structure is composed of tags, but you can also embed images, videos, and load scripts from other languages (e.g., Javascript) inside pages.You probably already knew that. What you might not know is that currently we are using the fourth revision of HTML, called HTML 4.01, and that the next revision, called HTML 5.0, will completely change the web development segment.
Here are some major game changers that we’ll see with HTML 5:
- The elements will be more aligned with modern web design practices. Some of the new tags include <header>,<nav>,<aside> and <footer>.
- The DOCTYPE was simplified to <!DOCTYPE html>.
- You will be able to embed audio and video directly in the HTML code and without the need for external plugins. The two new elements for that are <audio> and <video>.
- New APIs (application programming interfaces) will be included. This will enable developers to add drag-n-drop features, document editing, drawing and so on.
Major browsers are gradually incorporating HTML 5 specs, but it might be a while before they are fully compatible and before developers start using the language. If you want to test it, both Firefox 3.1 and Safari 3.1 should have support for some features. You can go to youtube.com/html5 to see a demo page built with HTML 5.
No comments:
Post a Comment