Quantcast
May 22, 2011

HTML5: Latest Features – Part 2

Tweet In a previous article, we discussed some of the important and innovative features of HTML5 that were absent in the previous versions of HTML. In […]
May 19, 2011

CSS3: Unique Features

Tweet Border Images: Having border images will allow developers and designers to take there site to the next level. You can be as creative as you […]
May 17, 2011

SOAP Elements and Attributes

Tweet After giving an introduction to SOAP in the previous article, in this article, we would discuss some important elements and attributes of SOAP. We start […]
May 17, 2011

HTML5: Latest Features

Tweet There are some very user-friendly and efficient features that have been added to HTML5 and which have made HTML5 far more powerful and efficient as […]
May 14, 2011

Web Application Management with SOAP

Tweet SOAP (Simple Object Access Protocol) is a simple XML-based protocol to let applications exchange information over HTTP. It is basically designed to access Web Services […]
May 13, 2011

Power and Ease of XForms

Tweet XForms is the next generation of HTML forms. In this article, we would shortly discuss about the usage of XForms in the web applications. Prior […]
May 12, 2011

HTML5: Important Tags

Tweet In this article, some of the crucial tags that are used in HTML5 but were absent in the previous versions are discussed. The <address> tag […]
April 29, 2011

Storage and Manipulation of XML files on the Server

Tweet Since XML was designed to transport and store data, it is crucial that XML be easily stored and generated by a standard web server. Actually […]
April 28, 2011

Transitions in CSS3

Tweet A distinguishing feature of CSS3 is that with CSS3, we can add an effect of changing from one style to another, without using Flash animations […]
April 27, 2011

Graphics with Canvas element in HTML5

Tweet The canvas element is used to draw graphics on a web page. The HTML5 canvas element uses JavaScript to draw graphics on a web page; […]