Wednesday, November 23, 2005

USA - Oakmont, PA

 
 Posted by Picasa

Labels:

Thursday, February 03, 2005

Windows XP 64bit install

I have new computer at my office:
1) Athon XP 64 3000+ (~2.0GHz)
2) VIA K8T800
3) D-Link Wireless PCI Card
4) ATI RADEON 9200 LE
5) Microsoft Wireless Keyboard and Mouse

First, I'm install my Windows XP Pro ( work fine! )

For now, I have got new from AMD website about Free Windows XP 64bit version 360 day.
So, I'm install it.
During installlation, It cannot find SATA HDD. I have to download 4-In-1 Driver for Windows 64Bit version from VIA make floppy disk on extract zip file driver.

After finish install.
1) IIS 6.0
2) IE Version 64Bit
3) D-Link Wireless no driver for 64bit OS
4) Microsoft Wireless Keyboard and Mouse no driver for 64bit OS but work fine.

I can install VS.NET 2003 no problem. but still working on get IIS6.0 working!!!

- Jirapong

Labels:

Friday, January 14, 2005

Hello World!

namespace Nanta
{
   public class Jirapong
        {
            public static void Main(string[] args)
            {
                System.Console.WriteLine("Hello World!");
                System.Console.WriteLine("Name: Jirapong Nanta");
            }
        }//end class
   }//end namespace

Labels: