THE IDOCTOR IS THE BEST EVERRR

idoctorblog@yahoo.com

http://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htmhttp://theidoctor.org/default.htm

:D

Published in:  on November 19, 2008 at 5:18 am Leave a Comment

update PROCESS IS BEING DEBATED

k so im having second thought about shutting down and leaving wordpress, to start of a new website. First of all im only confortable using Iweb for website development, and well i dont like other stuff. I can try to upload it to another website cuz i can download it to my desktop, well since im cheap i dont want to buy a domain, but dont want a subdomain either, but im willing to accept the subdomains. k so the scheduled relaunch will be shifted even farther as we maybe looking to late november and early december.

Published in:  on October 15, 2008 at 9:21 am Leave a Comment

Well Guys UPDATE

well im in the process of shutting this website down, and im currently using SandVox to create a new website ill get back to you on that.

Published in:  on October 3, 2008 at 3:13 am Leave a Comment

mvparas.com CHECK IT OUT 5/5 RATINGS

Hey Guys!!! Its me and I want you to know of a cool new website that I recently visited. Its by my friend Paras, and he is done a spectacular Job on it!!!! So I want you to create accounts and support his new website, because I consider him a guru at Java!!!!!

Published in:  on September 16, 2008 at 7:47 am Leave a Comment

Tutorial in How To Hack Facebook

http://www.alleyinsider.com/2008/3/facebook_hacking_it_can_take_less_than_1_minute

 

:D

Published in:  on September 13, 2008 at 5:16 am Leave a Comment

9/11 Memorial

We at This Blog will like to commemorate the memory of everyone involved in the terrorist attacks of 9/11/01

 

 

.

Published in:  on at 5:14 am Leave a Comment

Nikhil’s Corner Set For Site Re-Launch 10/31/02008

Hey Guys Im planning to relaunch my site with new stuff by 10/31 lately i have been busy with my Classes, but Im trying to keep the launch date active and this site staying alive.  Maybe ill add a games feature if you guys are nice lol. Anyways stay tuned, when i rework my site you guys could see different changes, because I know some of you guys still use this site for info, so though the official launch is 10/31 you can see changes  happening at different times. Peace

Published in:  on September 12, 2008 at 1:56 am Leave a Comment

Sorry

Listen guys sorry i haven’t been on lately, and Im petty sure it gonna stay like this because of my other activities. Im currently looking for a free webhost, that can host the  iweb application. An ideas, because i will eventually end this website if i cant find a free host.

Published in:  on August 24, 2008 at 1:00 am Leave a Comment

How to get Mac Applications For Free

Here How to get expensive applications on your mac for free. By no means you should steal this, this is just like a “Trial”, as in you get the entire time to evaluate this application, if you like it you should buy this…

Aperture 2

Download Trial @ http://www.apple.com/aperture/whatisaperture/

Serial #: E-325-DJR-243-BDJ-316-XVX-435-OCN-FJ7-Z2RX

Iwork 2008

Trial: http://www.apple.com/iwork/trial/

Serial: EMKM-9DH4-3WWM-THEB-LADE-WVG

More to come later guys 

HAPPY OLYMPICS ! :D

~Nikhil

 

 

E-325-DJR-243-BDJ-316-XVX-435-OCN-FJ7-Z2RX

Published in:  on August 9, 2008 at 10:25 am Leave a Comment

Java-Convert a hostname to the equivalent IP address

Title Tells It all

import java.net.InetAddress;
import java.net.UnknownHostException;

public class GetIP {
  public static void main(String[] args) {
    InetAddress address = null;
    try {
      address = InetAddress.getByName(“enter the website’s url here”);
    } catch (UnknownHostException e) {
      System.exit(2);
    }
    System.out.println(address.getHostName() + “=”
        + address.getHostAddress());
    System.exit(0);
  }
}

Published in:  on August 4, 2008 at 4:13 am Leave a Comment