Quantcast
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; […]
April 25, 2011

Managing Web Resources with RDF

Tweet The Resource Description Framework (RDF) is a framework for describing Web resources, such as the title, author, modification date, content, and copyright information of a Web […]
April 23, 2011

Creating and Storing Cookies with JAVA Script

Tweet A cookie is a variable that is stored on the visitor’s computer. Each time the same computer requests a page with a browser, it will […]
April 23, 2011

The Power of Flash in Web

Tweet Flash is a multimedia platform used for creating interactive and animated Web sites. It is widely used in the animation of text, drawings, and still images. […]
April 22, 2011

Web Browsing With RSS

Tweet RSS (Really Simple Syndication) is a family of web feed formats with which it is possible to distribute up-to-date web content from one web site […]
April 21, 2011

Mobile Application Development with .NET Framework

Tweet Considering the omnipresence and importance of mobile phones in our lives, the mobile phone application development is of crucial importance. In this article, we would […]
April 19, 2011

Storage and Transfer of Data with XML

Tweet XML stands for eXtensible Markup Language. It is a scripting language widely used for the storage and transfer of data over the web. The basic […]
April 18, 2011

HTML Modification with Document Object Model (DOM)

Tweet The Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and […]