Directory
Technology
Blog Details for "Techie Zone"
Techie ZoneTechie ZoneArticles and discussion on Ajax Tutorials, PHP 5 Tutorials, Mysql Tutorials, Javascript Tutorials, Java Tutorials, JSP Tutorials, Servlets Tutorials, Career Tips and Flash ActionScript Programming and Object Oriented Programming Articles
Shared Objects inside Adobe Flash Media Server
2008-05-30 18:30:00 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 ... More About: Adobe , Inside
Introduction to C Programming
2008-05-25 08:50:00 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. Structure of a C Program Example /*A simple C example program*/ #include "stdio.h" void main() { printf(?Hello World?); } The output of the above program would be. Hello World Now we ... More About: Introduction
Streaming FLV using Adobe Flash Media Server
2008-05-23 18:43:00 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 . NOTE: The FLV files to be streamed has to reside on the server where Adobe Flash Media Server is installed Folder Structure for Storing FLV Files: As you can see for an application to ...
Connecting to Flash Media Server Application
2008-05-21 18:06:00 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 ...
Reading Microsoft Word Document in JAVA
2008-05-10 07:47:00 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 import org.apache.poi.poifs.filesystem.*; import org.apache.poi.hwpf.*; import org.apache.poi.hwpf.extractor.*; import ... More About: Reading , Document
JSON in JAVA
2008-05-07 11:50:00 JSON is being widely used in Web Technology for data transfer in Java Script. 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 ...
Modifying / Editing XML Document in JAVA
2008-05-05 18:28:00 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 ... More About: Editing , Document
Date Manipulation in JAVA
2008-05-02 11:21:00 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 ... More About: Manipulation
JavaScript XML Parsing on Microsoft Internet Explorer
2008-05-02 11:12:00 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 ... More About: Microsoft , Internet Explorer , Javascript
JavaScript XML Parsing on Mozilla Firefox / Opera Browsers
2008-04-16 15:41:00 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 Mozilla Firefox , Opera Browsers . XML Parsing in Firefox/Opera Browsers: Mozilla Firefox and Opera ...
JavaScript XML Parser Properties
2008-04-15 12:26:00 XML Parser in JavaScript comes with predefined properties that allows us to read the XML content. This article will go through all the properties getting used in the XML Parser Object. Note: All XML Object properties are case-sensitive. The various properties of XML Parsers are: documentElement documentElement property will always point to the root element of the xml document Syntax: ... More About: Javascript , Properties
HTTP POST File Content in JAVA
2008-03-31 12:42:00 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 checking the content getting passed but there is limit for sending data. As compare to “GET” method “POST” enjoys the flexibility for sending unlimited data and using this method we ... More About: Java , Post , File , Content , Http
Uninstall Java Development Kit on Linux Systems
2008-03-31 12:28:00 Sometimes you want JDK5 compiler source and JDK6 is installed on your machine, oops in this case if JDK5 is not installed then JDK5 cannot be installed as newer version is already installed. Now in this scenario we have to uninstall JDK6 so that JDK5 can be installed. There are no specific uninstall file provided ... More About: Linux , Java , Development , Systems , Uninstall
Streaming MP3 using Adobe Flash Media Server
2008-03-06 18:05:00 Unlike progressive playing mp3 file from internet streaming mp3 is somewhat different. This article will discuss on streaming Mp3 files using Flash Media Server . More About: Adobe , Adobe Flash
Database Class in PHP5
2008-03-06 17:47:00 In PHP5 due to Object Oriented Concepts, the database connection to MySql will be using Object Oriented concept. This tutorial will guide you creating an database class that will connect to Mysql database and retrieve records from them. This tutorial does not cover exception handling in case of any database connection error as will have ... More About: Database , Class
HTTP Form POST Request using AJAX and Servlet
2008-03-05 06:28:00 In Java World Servlets are popularly used for Model View Controller(MVC) Design Pattern. This article will guide you on writing AJAX based application that will post data to Servlet and will fetching the computed data from the Servlet. With this approach the page will get the updated content from the server without refreshing the jsp/html ... More About: Post , Request , Ajax , Http
Ajax Programming with JSP and Servlets
2008-03-03 09:10:00 In Java World Servlets are popularly used for Model View Controller (MVC) Design Pattern. This article will guide you on writing AJAX based application for fetching data from the Servlet and showing it on JSP page. More About: Programming , Ajax
FORM POST in PHP using AJAX
2008-02-28 12:15:00 This example demonstrates HTTP FORM POST complete HTML form to the server and displaying the response using AJAX. More About: Post , Javascript , Ajax , Form
Explore Linux Partitions from Windows
2008-02-28 07:40:00 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 crashed and you want to take the backup of the data. But no need to worry there is an Open Source Software available for Windows that can access your Linux ... More About: Research , Explore
Singleton Class in PHP 5
2008-02-27 18:10:00 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 Singleton Class . The main advantage of this Pattern that is allows only one instance of an object to be used across the web application. This pattern is ...
Upgrading to Firefox 2 on Fedora 6
2008-02-25 13:00:00 Fedora Core 6 comes with Firefox 1.5 package but if we want to upgrade to Firefox 2 .0 it becomes an tedious task as yum is unable to upgrade Firefox and the ‘Check for updates’ Menu is disabled in Firefox 1.5. To perform the upgrade we will not remove the existing package but will install the ... More About: Linux , Research , Fedora
Check For Special Characters in JavaScript
2008-02-25 12:34:00 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 Special Characters . To achieve this will have to use the JavaScript programming to develop an code that will perform the job of checking for special characters. The main part ... More About: Javascript , Check
Debugging JavaScript Code for Errors
2008-02-18 18:08:00 Debugging JavaScript code has always been an headache for the JavaScript programmers. This is mainly due to improper errors given by the browsers for errors in JavaScript code. You cannot rely on the line no given by the browser for JavaScript code errors but you need to know some techniques on debugging the same. This ... More About: Code , Javascript , Errors , Debugging
FAQ on AJAX Technology
2008-02-18 18:03:00 AJAX has become an hot technology with Web2.0 but before starting AJAX Programming developers needs to know some important FAQ on AJAX. Q) Ajax an Microsoft Technology ? A) Absolutely No, Ajax is an cross browser technology. It is browser dependent and uses JavaScript.
Data Communication between JavaScript and Adobe Flash Movie
2008-02-16 13:01:00 Passing data to Adobe Flash Movie using JavaScript 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 at runtime. This can be achieve through communication between JavaScript and adobe flash swf move. “setVariable” is a method available ... More About: Communication , Data
Two Dimensional Arrays in JavaScript
2008-02-09 19:07:00 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 then JavaScript does not have any ready made function for 2D Array but we can create 2D Array through JavaScript programming. This tutorial will guide you through creating an 2d ... More About: Javascript , Arrays
Exploring Magic Methods in PHP 5
2008-02-09 18:46:00 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 data passed to it. Also PHP automatically creates variable and assigns values to it even is the variables are not defined. But in Object Oriented Programming ... More About: Magic , Exploring , Methods
Exploring Magic Methods in PHP 5
2008-02-09 18:46:00 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 data passed to it. Also PHP automatically creates variable and assigns values to it even is the variables are not defined. But in Object Oriented Programming ... More About: Magic , Exploring , Methods
PHP 5 Tutorial - __clone Magic Method
2008-02-09 18:32:00 In PHP 5 when you assign one object to another object creates a reference copy and does not create duplicate copy. This would create a big mess as all the object will share the same memory defined for the object. To counter this PHP 5 has introduced clone method which creates an duplicate copy of ... More About: Tutorial , Magic , Method
PHP 5 Tutorial - __clone Magic Method
More articles from this author:2008-02-09 18:32:00 In PHP 5 when you assign one object to another object creates a reference copy and does not create duplicate copy. This would create a big mess as all the object will share the same memory defined for the object. To counter this PHP 5 has introduced clone method which creates an duplicate copy of ... More About: Tutorial , Magic , Method 1, 2, 3 |



