10 Costly Assumptions on Web Development - EDUCATION FOR ALL

Random Posts

test banner

Breaking

Home Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Sunday, October 30, 2011

10 Costly Assumptions on Web Development


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:
  1. People will know how to find your website
  2. People know what you sell
  3. Everything will go as planned
  4. People know where to click
  5. People know how to get home
  6. People know where they are
  7. People know how to buy
  8. People will volunteer loads of personal information
  9. People will contact customer service if they have a question or problem
  10. People will come back
The key takeaway from the article is: never assume. In other words, you should not design your website based on assumptions. Just because you behave in a certain way, it does not imply that other people will do so, too. This is an interesting topic and I will be covering it soon in a more in-depth post. Stay tuned!

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.
Cool stuff right? Unfortunately we can’t say for sure when HTML 5 will be adopted. The first public working draft with the HTML 5 specifications was published January of 2008. The last one was published in August of this year, and you can read it on the W3.org website.
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

Post Bottom Ad

Responsive Ads Here

Pages