Thursday, October 14, 2010

Download latest Apache Tomcat Server

Hello friends,

Apache Tomcat Server is a Open Source Server and it is developed by using the JSP (Java Server Pages) & Java servlets. Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations.

If you want to download the latest version of the Apache Tomcat :
http://tomcat.apache.org/

Select the version required & its done.

Labels:

Monday, October 11, 2010

Download You Tube & other flash videos

Hey guys, many a time you watch some eye catching videos on You Tube or anywhere else, since those videos are flash videos you are unable to download them.

But  if you really download such flash videos then this will help you a lot. The most surprising thing is you can download the videos without any hassle.

Just log on to any of the following web site:


Once the site is open just copy & paste the URL of respective video & press download, its done.

Saturday, October 9, 2010

Making GUI in NetBeans

Hey guys, want to know, how to make GUI in NetBeans, here is the video tutorial:

Labels:

NetBeans Release RoadMap

NetBeans Version
Download Link
6.9.1
6.9
6.8
6.7.1
6.7
6.5.1
6.5
6.1
6.0
5.5.1
5.5
5.0
4.1
4.0
3.6
3.5




Hey guys would you like to know the NetBeans Release Roadmap, such as which versions are released, when those versions are released (Date, Month & Year), their download links, different tasks, issues & lot more information related to it.

Go to : NetBeans Release Roadmap

Reference : NetBeans
--

Labels:

Friday, October 8, 2010

Create your own Animated Image or screensaver

Hello,
If you would like to create an animated image / screensaver / wallpaper in your own style & text online,
Go to : RedDoDo
Example :

Tuesday, October 5, 2010

Check your Operating System & its version

Hi folks,

Hey guys, if you want to know which operating system you are using & its version, there are 2 ways to do it as follows;

  • Using Command Prompt
  • Using Programming


1. Using Command Prompt

  • Go to Start Menu
  • Go to Run
  • Type cmd & press Enter/return. Command Prompt will open.
  • Type ver & press Enter/return, you will get the Name of your OS & its Version that you are using



2. Using Programming


Here we are using a Java Program to find the IP Address. The Java Program to find the IP Address is as follows;

--------------------------------------------------------------------------------------

package com.si.java.utility.os;

/**
 *
 * Language : Java
 * File : MyOS.java
 * Date : Tuesday, October 5, 2010
 * @author Atul Palandurkar
 * Email : atul.palandurkar@gmail.com
 * Website : www.shardainfotech.com
 *
 */
public class MyOS {

    public static void main(String[] arg) {

        //To find the name of operating system.
        String myOS = System.getProperty("os.name");
        System.out.println("Operating System : " + myOS);

        //To find the version of operating system.
        String myOSVersion = System.getProperty("os.version");
        System.out.println("Version : " + myOSVersion);
    }
}

--------------------------------------------------------------------------------------

So, what are you waiting for?
Use it to create various system utilities & have fun.

Labels:

Saturday, October 2, 2010

Find your IP Address

Hello guys.

Do you want to find your IP Address?

There are following ways to check / find your IP Address

  1. Using Command prompt.
  2. Using Programming.
1. Using Command Prompt :
  • Open Command Prompt.
  • Type "ipconfig" without quotes & Press Enter. IP Address will be displayed.


2. Using Programming :
Here we are using a Java Program to find the IP Address. The Java Program to find the IP Address is as follows;

--------------------------------------------------------------------------------------

package com.si.java.utility.ip;

import java.net.InetAddress;

/**
 *
 * Language : Java
 * File : IPAddressFinder.java
 * Date : Saturday, October 2, 2010
 * @author Atul Palandurkar
 * Email : atul.palandurkar@gmail.com
 * Website : www.shardainfotech.com
 *
 */
public class IPAddressFinder {

    public static void main(String[] args){
        try {
            InetAddress ia = InetAddress.getLocalHost();
            String ip = ia.getHostAddress();
            System.out.println("Your IP Address :- "+ip);
        } catch (Exception ex) {
            ex.printStackTrace();
        }
    }
}

--------------------------------------------------------------------------------------

The above code can be very useful to find the IP address of your computer, as well as this can be used to find the IP address of the user in internet based applications with a little change in it.

Use it & have fun.
..

Labels:

Treat your photos freely

Do you think your photo is not taken properly or there is any problem such as brightness, dull skin, color difference, other skin problems?

Do you guys want to treat your photos & that to free of cost.


Log on to : PicTreat http://www.pictreat.com/ )


Upload the photo & its done.

Why PicTreat?
  • Makes your skin smooth and shiny
  • Removes irritating skin flaws
  • Removes red-eyes and auto-corrects colors
  • Only takes a second and doesn't cost a penny!

Wana see how your babies will look like?

Hi Friends,

Do you really want to see that how your babies will look like?

Then just go to, http://www.makemebabies.com/

Simply upload your photo & done.
.

Friday, October 1, 2010

See Yourself in 20 Years

Hey friends,

Do you want to know that how you will look in next 20 years?

I think, everybody is eager to know that!

Then just go to In20Years.com

Simply Upload your clear frontal photo & see the miracle of technology.

Example :