Archive for June, 2008
Blogging Task 4: Document Object Model (DOM)
The HTML DOM is a standard for how to get, change, add, or delete HTML elements.
DOM represents an XML document as a tree of nodes. It defines various types of nodes corresponding to the different XML constructs.
The DOM components are:
Element which refers to an element or a node of type element returned by a member [...]
Read Full Post | Make a Comment ( None so far )twitter
Twitter is an online service that enables you to broadcast short messages to your friends or “followers.” It also lets you specify which Twitter users you want to follow so you can read their messages in one place.
Twitter is designed to work on a mobile phone as well as on a computer. All Twitter messages [...]


