Shared Objects inside Adobe Flash Media Server
Shared Objects can be said as cookie for Flash Environment. Shared Objects are responsible for storing temporary information which can be accessible to the whole flash application. In Flash Media Server Environment, shared objects can be useful for making Chat or MultiPlayer Games Application. This article will show how we can make and store data inside Shared Objects using Adobe Flash Media Server.
Read the rest of this entry »
Introduction to C Programming
C language has been called as Father of all languages. If a programmers knows C Programming then he/she can work on any programming language. This articles aims to introduce programmers to the C language.
Read the rest of this entry »
Streaming FLV using Adobe Flash Media Server
Unlike progressive playing FLV file from internet streaming FLV is somewhat different. This article will discuss on streaming FLV files using Adobe Flash Media Server.
Read the rest of this entry »
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 connect to remote servers using Flash, NetConnection class is used. For more information on NetConnection Class you can go through Action Script NetConnection Class
Flash Media Server uses RTMP(Real Time Messaging Protocol) for communicating with the Client Flash Application.
Read the rest of this entry »
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 Apache Foundation gives you the power of reading Microsoft Word document in Java. More information on the Apache POI package can be found at Apache POI
Read the rest of this entry »
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 for sending data from remote page to the calling page. Well there are different packages available for implementing JSON in Java. Here i am using one of the package to show how we can use the JSON package in Java.
The JSON Package that i will be using is from: JAVA JSON Package
This article will give a small glimpse of how we can send large data from JSP/Servlet to client Page using JSON and AJAX.
Read the rest of this entry »
Modifying / Editing XML Document in JAVA
Unlike PHP, C# or Asp.Net working with XML in Java is very big headache. I spend more than a day on Google searching for modifying an xml document in java. Finally i managed to get bits and pieces code snippets from various site and This article will guide you how we can modify the xml document in java, servlet and JSP.
Read the rest of this entry »
Date Manipulation in JAVA
I had an requirement on date manipulation in Java and i had a very hard time searching on google. Finally i came to know on how to manipulate dates in Java and with this article i will be showing code snippets on the same. This code snippets is applicable in Core Java, JSP and Servlet Pages.
Read the rest of this entry »
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 with browsers. In the tutorial we will understand how we can parse an xml file in JavaScript for Internet Explorer. If you are looking for XML parsing in Mozilla Firefox or Opera Browser Check this out JavaScript XML Parsing on Mozilla Firefox Browsers
Read the rest of this entry »



















