1 Netflix
This is really a web 2.0 page. First of all, everything is dynamic. The page load the movies you like as you describe in your own profile. The subscription process is very easy and fast. You can rate the movies at real time, share everything with your netflix-friends in just a second. Furthermore, the web design is very simple, you do not get distracted with annoying details. I chose it because I'm subscribed right now and I'm very satisfied. I have used for more than 2 years and noticed that it have been in continuous improvement.
2 Kayak
It is a webpage to calculate flight/hotel/rental rates for travels. It has a single interface at the welcome page because it shows just the fields you need to fill to start searching. It also uses the predictor feature when entering city names. Then it shows all the results in a interface where you can filter very quickly by clicking on small images, and you don't have to wait to the page to be reloaded for each filter selected. At the end, it opens others travel rating pages for you with the same information previously entered to compare all options available in the web. I like it. I chose to check it from the TIme magazine list because it could be very useful when planing travels.
3 Twitter
Since this site is based in social network, it is Web 2.0. I chose because I have heard a lot about that, yet I hadn't tried. The webpage consists on following news from specific areas of interest. I think is a good idea to share information in this way. I gave a try. Looks like they are doing a good job but need to solve some issues in the updates and organize the page design to avoid being annoying. All fields in the registration page do some kind of verification/validation while the user fills the registration form, per example, the username field checks if the name chosen is available in the database while the user works filling other fields.
4 Y! buzz
I took a look to this site since is similar to Twitter. It is other way to share information. It is Web 2.0 because people provide continuous ranking and comments to current news on the web. The main purpose is that people decide which news are going to be at the top of the news. But there are no following like Twitter. I'm going to keep visiting to check the most relevant news in the world at anytime.
5 Amazon
This site is one of the "We can't live without it". First of all, it provides the market value of most of the products available in the world. When you want to know what is the cost of any product you can go quickly to check in Amazon or Ebay. Second, it is very easy to use for buyers as well as sellers. And third, the system works very well. Everybody has good experience using it. After couples of mouse clicks the buyers can sit and wait for the package at home. One of the reason is considered Web 2.0 is because the content is provided by users. Starting with sellers who put their products on sale at the prize they want with descriptions, images even videos; until customers who buy whatever they want and rate products as well as sellers.
The main difference with its competitor, Ebay, is that in addition to regular selling, Ebay includes bids as an option to make deals. Other difference is that Amazon gives a felling of more secure and serious marketplace, yet both webpages have very well interface and performance, as well as a secure system for payments and no-fraudulent transactions.
Monday, August 31, 2009
Subscribe to:
Post Comments (Atom)
XHTML 1.0 / HTML 4.01 Tags Reference
> Show Table
From w3schools.com ;)
DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset
Tag | Description | DTD |
---|---|---|
<!--...--> | Defines a comment | STF |
<!DOCTYPE> | Defines the document type | STF |
<a> | Defines an anchor | STF |
<abbr> | Defines an abbreviation | STF |
<acronym> | Defines an acronym | STF |
<address> | Defines contact information for the author/owner of a document | STF |
<applet> | Deprecated. Defines an embedded applet | TF |
<area /> | Defines an area inside an image-map | STF |
<b> | Defines bold text | STF |
<base /> | Defines a default address or a default target for all links on a page | STF |
<basefont /> | Deprecated. Defines a default font, color, or size for the text in a page | TF |
<bdo> | Defines the text direction | STF |
<big> | Defines big text | STF |
<blockquote> | Defines a long quotation | STF |
<body> | Defines the document's body | STF |
<br /> | Defines a single line break | STF |
<button> | Defines a push button | STF |
<caption> | Defines a table caption | STF |
<center> | Deprecated. Defines centered text | TF |
<cite> | Defines a citation | STF |
<code> | Defines computer code text | STF |
<col /> | Defines attribute values for one or more columns in a table | STF |
<colgroup> | Defines a group of columns in a table for formatting | STF |
<dd> | Defines a description of a term in a definition list | STF |
<del> | Defines deleted text | STF |
<dir> | Deprecated. Defines a directory list | TF |
<div> | Defines a section in a document | STF |
<dfn> | Defines a definition term | STF |
<dl> | Defines a definition list | STF |
<dt> | Defines a term (an item) in a definition list | STF |
<em> | Defines emphasized text | STF |
<fieldset> | Defines a border around elements in a form | STF |
<font> | Deprecated. Defines font, color, and size for text | TF |
<form> | Defines an HTML form for user input | STF |
<frame /> | Defines a window (a frame) in a frameset | F |
<frameset> | Defines a set of frames | F |
<h1> to <h6> | Defines HTML headings | STF |
<head> | Defines information about the document | STF |
<hr /> | Defines a horizontal line | STF |
<html> | Defines an HTML document | STF |
<i> | Defines italic text | STF |
<iframe> | Defines an inline frame | TF |
<img /> | Defines an image | STF |
<input /> | Defines an input control | STF |
<ins> | Defines inserted text | STF |
<isindex> | Deprecated. Defines a searchable index related to a document | TF |
<kbd> | Defines keyboard text | STF |
<label> | Defines a label for an input element | STF |
<legend> | Defines a caption for a fieldset element | STF |
<li> | Defines a list item | STF |
<link /> | Defines the relationship between a document and an external resource | STF |
<map> | Defines an image-map | STF |
<menu> | Deprecated. Defines a menu list | TF |
<meta /> | Defines metadata about an HTML document | STF |
<noframes> | Defines an alternate content for users that do not support frames | TF |
<noscript> | Defines an alternate content for users that do not support client-side scripts | STF |
<object> | Defines an embedded object | STF |
<ol> | Defines an ordered list | STF |
<optgroup> | Defines a group of related options in a select list | STF |
<option> | Defines an option in a select list | STF |
<p> | Defines a paragraph | STF |
<param /> | Defines a parameter for an object | STF |
<pre> | Defines preformatted text | STF |
<q> | Defines a short quotation | STF |
<s> | Deprecated. Defines strikethrough text | TF |
<samp> | Defines sample computer code | STF |
<script> | Defines a client-side script | STF |
<select> | Defines a select list (drop-down list) | STF |
<small> | Defines small text | STF |
<span> | Defines a section in a document | STF |
<strike> | Deprecated. Defines strikethrough text | TF |
<strong> | Defines strong text | STF |
<style> | Defines style information for a document | STF |
<sub> | Defines subscripted text | STF |
<sup> | Defines superscripted text | STF |
<table> | Defines a table | STF |
<tbody> | Groups the body content in a table | STF |
<td> | Defines a cell in a table | STF |
<textarea> | Defines a multi-line text input control | STF |
<tfoot> | Groups the footer content in a table | STF |
<th> | Defines a header cell in a table | STF |
<thead> | Groups the header content in a table | STF |
<title> | Defines the title of a document | STF |
<tr> | Defines a row in a table | STF |
<tt> | Defines teletype text | STF |
<u> | Deprecated. Defines underlined text | TF |
<ul> | Defines an unordered list | STF |
<var> | Defines a variable part of a text | STF |
<xmp> | Deprecated. Defines preformatted text |
No comments:
Post a Comment