-
Recent Posts
What I'm Doing...
- Mac like theme for #Linux #ubuntu http://bit.ly/La8Ss 1 hr ago
- Webmin Browser based #Linux administration http://bit.ly/17D1x 3 days ago
- In #Linux to print your Home directory "echo ~" 4 days ago
- #Google search suggestion URL http://bit.ly/9zd9HH .Passing search query to this URL and its returns the search #suggestion in #responseText 5 days ago
- #Ubuntu windows installer http://bit.ly/oumg no modify partitions , or to use a different bootloader, and does not install special drivers. 1 week ago
- More updates...
Posting tweet...
Recent Comments
- elanchezhiyank on Offline dictionary for ubuntu 10.04
- umakanth on About
- admin on Offline dictionary for ubuntu 10.04
- vivek on Offline dictionary for ubuntu 10.04
- techmaddy on Read properties file using Batch
Tags
Category Archives: Programming
Print screen using java
Is there any api for capure my screen ..? You no need any api. Java have Is there any api for capure my screen ..?the inbuild functionalities for this. Using the Robot class you can print your screen. Here is … Continue reading
Jsp to Servlet converter
Jsp to Servlet converter Here is the Ant build file to convert jsp file to servlet file. jspc (JavaServerPages Compiler) tool is helping to convert the jsp. The requirements are you need java sdk apache tomcat ant The build.xml is <project name="Test" … Continue reading
Java offline Documentation
Java offline Documentation why it is need ..? If you not have or limited bandwidth internet connecion in your machine at that time it is very helpfull to solve your java programming problems. The java documentation of your project is … Continue reading
Read properties file using Batch
Read a properties file using bat file i want to read a below property file and get the particular key value My properties file look like name=arulraj.net version=1.0.2 date=24/March/2010 I want get the version from the properties file. you can … Continue reading
How Singleton pattern in Java
How Singleton pattern in Java What is singleton ..? It is a Design pattern. At this time what is Design pattern ..? To find out the best way to do a thing apart from the various method. Documenting a solution … Continue reading
How to add www to your domain name
How to add www to your domain name Before going to the htaccess . You need to answer my question, The question is Do you think arulraj.net and www.arulraj.net both are different domain name or same ..? ya. we (humans) … Continue reading
How rotation camera3d and viewer3d worked in Away3d
Rotation in Away3D Flash engine In this blog entry we are going to learn about How the Rotation and camera3d and viewer3d in away3d flash engine. Red line = x-axis Blue line = y-axis Green Line = z-axis How Rotation … Continue reading
My first 3D flash animation
3D Animathion Adobe support for native 3D only in cs4. There are lot of opensource flash 3d engines are there. I tried papervision3d and away3d. Both are quite well. There are lot more tutorials for both online for away3d tutorials … Continue reading
Adding Remote JMX for Red5
How to Add JMX for Red5 Server Here we are going to know, How to managing red5 server remotely using JMX. what is red5 server ..? Red5 is an Open Source Flash Server written in Java that supports: Streaming Video … Continue reading