JSON in Java
JSON is being widely used in Web Technology for data transfer in JavaScript. But with AJAX coming into picture JSON has become the most popular tool... more »
0 commentsSave Tags: ajax, web 2.0
Convert XML Document to String in JavaScript
Often we want to convert the XMLObject generated by JavaScript in memory to String, this is essential as a developer we would like to test whether the... more »
0 commentsSave Tags: ajax, javascript, web 2.0, xml
Calculating DIV Position in JavaScript
The following code snippet will return you the top and left position for DIV element used in your web page.
0 commentsSave Tags: css-html, javascript, web 2.0
Introduction to C Programming
As a programming language, C is rather like Pascal or Fortran. Values are stored in variables. Programs are structured by defining and calling... more »
3 commentsSave Tags: c-and-cpp
Connecting to Flash Media Server Application
This article will guide you how we can connect to Adobe Flash Media Server Application using Adobe Flash 8 or Adobe Flash MX 2004 Professional. To... more »
0 commentsSave Tags: flash-flex
Reading Microsoft Word Document in JAVA
When it comes to reading Microsoft Office Word document Java does not have any in build classes to handle this but Apache POI Package developed by... more »
1 commentsSave Tags: java, microsoft
JavaScript XML Parsing on Microsoft Internet Explorer
Today XML has become the backbone of many Web Applications. In JavaScript we can parse xml files at client end. But this parsing is different varies... more »
0 commentsSave Tags: javascript, web 2.0, xml
JavaScript XML Parsing on Mozilla Firefox / Opera Browsers
Today XML has become the backbone of many Web Applications. In JavaScript we can parse xml files at client end. But this parsing is different varies... more »
0 commentsSave Tags: ajax, javascript, web 2.0, xml
Understanding JavaScript XML Parser Properties
XML Parser in JavaScript comes with predefined properties that allows us to read the XML content. This article will go through all the properties... more »
0 commentsSave Tags: javascript, web 2.0
HTTP POST File Content in JAVA
In Web scenario we have two method to send content to other page “GET” and “POST”. Though in “GET” method developers enjoys the flexibility of... more »
0 commentsSave Tags: java, web 2.0
FAQ on AJAX Technology
AJAX has become an hot technology with Web2.0 but before starting AJAX Programming developers needs to know some important FAQ on AJAX.
2 commentsSave Tags: ajax, web 2.0
Streaming MP3 Files using Adobe Flash Media Server
Unlike progressive playing mp3 file from internet streaming mp3 is somewhat different. This article will discuss on streaming Mp3 files using Flash... more »
1 commentsSave Tags: flash-flex
Streaming MP3 using Adobe Flash Media Server
Unlike progressive playing mp3 file from internet streaming mp3 is somewhat different. This article will discuss on streaming Mp3 files using Flash... more »
0 commentsSave Tags: flash-flex
Database Class in PHP5
In PHP5 due to Object Oriented Concepts, the database connection to MySql will be using Object Oriented concept. This tutorial will guide you creating... more »
1 commentsSave Tags: database, php
Form POST Request using AJAX and Servlet
In Java World Servlets are popularly used for Model View Controller(MVC) Design Pattern. This article will guide you on writing AJAX based application... more »
0 commentsSave Tags: ajax, java, javascript
FORM POST in PHP using AJAX
This example demonstrates HTTP FORM POST complete HTML form to the server and displaying the response using AJAX.
0 commentsSave Tags: ajax, javascript, php
Exploring Linux Partitions from Windows
Sometime there is an urgent need to access the Linux Partition from Windows. This may be for getting important data or your linux partition has... more »
0 commentsSave Tags: research, unix-linux, windows
Singleton Class in PHP 5
With OOPS in PHP 5 the whole bunch of Object Oriented Design Pattern will now come into the PHP 5 programming. The most famous and commonly used is... more »
0 commentsSave Tags: php
Two Dimensional Arrays in JavaScript
JavaScript gives you One-Dimension Array creation feature, But if we want to perform 2d Array calculation then we will have to create the 2d array... more »
0 commentsSave Tags: javascript
Check For Special Characters in JavaScript
Sometimes situation arises when you want to check for special characters in a string. But in JavaScript there is no direct methods that can check for... more »
0 commentsSave Tags: javascript
Debugging JavaScript Code for Errors
Debugging JavaScript code has always been an headache for the JavaScript programmers. This is mainly due to improper errors given by the browsers for... more »
0 commentsSave Tags: javascript
Data Communication between JavaScript and Adobe Flash Movie
In Web2.0 arena we frequently use Adobe Flash Movie and JavaScript in our web page. We often has the requirement to pass data to the Adobe Flash movie... more »
0 commentsSave Tags: javascript, research, web 2.0
Exploring Magic Methods in PHP 5
With PHP 5 Object Oriented Programming seems to becoming a reality in PHP but we all know that in PHP a variable can take any form depending on the... more »
0 commentsSave Tags: open source, php
What is AJAX
AJAX stands for Asynchronous JavaScript And XML. It got famous through Google Earth, Gmail etc. It is a part of Web 2.0 Techniques which allows some... more »
0 commentsSave Tags: ajax, javascript, web 2.0
Showing Dynamic DIV above SELECT Box using JavaScript
This article will teach you on showing Dynamic Div Box above Select Control. Basically this problem is specific for Microsoft Browser i.e. Internet... more »
0 commentsSave Tags: javascript, web 2.0