Quantcast

Programming

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 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 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 […]
April 16, 2011

Web Programming with SQL

Tweet SQL is one of the most widely used and powerful languages for accessing databases. The operations performed by SQL include data insertion, deletion, query, updating […]
April 13, 2011

HTML5: Web Data Storage Methods

Tweet Having discussed the basic differences between HTML5 and the previous versions of HTML, our main focus in this article would be discussing the data storage […]
April 12, 2011

HTML5: Power and Ease of Web Programming

Tweet HTML5 is the latest version of the most widely used scripting language for web development and design. It was created in 90s and continues to […]