Quantcast
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 15, 2011

User Interface in CSS3

Tweet Additional functionality of user interfaces is one of the most distinguishing features presented in CSS3. Some of the new user interface features introduced in CSS3 […]
April 14, 2011

CSS3: The Power of Animations

Tweet A brief introduction to CSS3 was given in a previous article. The biggest difference between CSS3 and the previous versions of CSS is that CSS3 […]
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 […]
April 11, 2011

Web Programming with AJAX

Tweet The utilization of AJAX in web development process is relatively new compared to HTML and Javascript. AJAX is a combination of Asynchronous JavaScript and XML, […]
April 10, 2011

Transformation from VB to VB .NET

Tweet Visual Basic .NET (shortly known as VB.NET) is an object oriented programming language implemented on .NET framework. .NET is basically a software framework developed by […]
April 8, 2011

Web programming with ASP.NET using C#

Tweet ASP.net is Microsoft’s latest platform for Web application development – to build dynamic web sites, services and applications. Being more efficient and systematic than its […]