Infosonic Mobile Phone Makes Its Entry In Latin America
Sun, 28/02/10 – 4:45 | No Comment

Infosonics Corporation has decided to a new phone in Latin America with some very kewl features and spcefications. To gain more insight into this read this article.

Read the full story »
More posts from this section »
More posts from this section »

Blogging, Education, General Updates, Google, Link Building, Screenshots, Search Engine Rankings, Social Bookmarking, Wordpress Blog and making money online »

XML as Information Container
Sat, 27/02/10 – 5:17 | No Comment

XML as Information Container

XML can be considered as an information container. It contains shapes, labels, structures and alaso protects information. XML emplyes a tree-based structure to represent a document. The basic foundation of XML is laid down by symbols embedded in the text known as markup. The markup combines the text and extra information about the text like, its structure and presentation. The markup divides the information into a hierarchy of characyer data and contanier like elements and its attributes. A number of software programs process electronic documents use a markup.

The underlying unit of XML is a charater. The combination of characters is known as an entity. These entities are either present in the entity declaration or in a text file stored externally. All the characters are grouped together to form an XML document.

The markup in XML divides the document into many information contaniers known as elements. An XML document consists of a main element and one or more child elements within it. The information within the root element also consists of information regarding ownership, description and so forth.

The usage of XML can be observed in many real-life scenarios. It can be used in the fields of information sharing, single application usage, content delivery, re-use of data, separation of data and presentation, semantics and so forth. News agencies are a common place where XML is used. News producers and news consumers often use a standard specification named XMLNews to produce, retrive and relay information across different systems in the world.

Every XML document consists of both logical and a physical structure. Logical structure forms a template for the elements to organize themselves in a framework. Physical structure comprises the actual content of the document.

XML Declaration and Document Type Declaration are the components of the logical structure of an XML document. The storage units, and entitites form the physical structure of an XML document.

Unlike HTML, all the entities require an ending tag for every openeing tag. Though XML uses ending tags, it supports empty elements such as empty-element tags. The empty-element tag has both opening and closing tags but does not have any contant in it. The format of empty-element tag is not observed in HTML.

The syntax of empty-element tag is as follows :-

<tagname/>

[Post to Twitter] Tweet This Post 

Social Networking Web Sites Can Be Prone To More Virus Attacks
Sat, 27/02/10 – 4:49 | No Comment
Social Networking Web Sites Can Be Prone To More Virus Attacks

Social Networking Websites could be vulnerable to virus attacks. To know more about this issue please read this article and save your system.

Data Modelling
Fri, 26/02/10 – 5:28 | No Comment
Data Modelling

Data Modelling is the process of applying appropriate data model to the data in order to organize and structure it, is called data modeling. To learn more about this topic read this article.

Know More About Indexes
Thu, 25/02/10 – 5:56 | No Comment

SQL Server 2005 allows to create, rebuild and drop indexes. The ONLINE option in SQL Server 2005 allows users to access data in the base table during such index operations. To get some more information about Indexes read this article.

Specialized Collections ?
Wed, 24/02/10 – 9:07 | No Comment
Specialized Collections ?

Thus Specialized collections are pre-defined collections that serve a special or highly specific purpose. To know more read this article.

Do You Know What Are Hard Drive Failure Modes ?
Wed, 24/02/10 – 8:36 | No Comment

Some information and tips about hard drive crash that occurs on your computer. To know more read this article.

Now, An Ipad Also For Our little Angels
Sun, 21/02/10 – 5:06 | No Comment
Now, An Ipad Also For Our little Angels

An tiny iPad for toddlers with some astonishing features. Check this article and read for yourself.

5 Mistakes to Improve On While Preparing Your CV
Sun, 21/02/10 – 4:42 | One Comment

5 mistakes that people make while preparing a Cv and how one can improve on them To Learn and know more read this article.

Solve Unknown Error 1428 in iPod
Sat, 20/02/10 – 6:18 | No Comment
Solve Unknown Error 1428 in iPod

A few solutions to resolve the unknown that occurs in your Apple iPod Shuffle and iPod Classic. To know more read on.

How a Flexible Collection of Reference Types is Created By Using ArrayList
Sat, 20/02/10 – 5:10 | No Comment
How a Flexible Collection of Reference Types is Created By Using ArrayList

A class representing a list, which is similar to a single-dimensional array that you resize dynamically. To learn more about ArrayLists read this Blog.

How Type-Safe and Reusable Code is Cretaed by Using Generics
Fri, 19/02/10 – 2:54 | No Comment

Generics is a new concept in the .Net Framework and collections helps you understand them better. Type-Safety involves performance overhead and also adding from collections. To learn more read this Article.