Sunday, July 15, 2007

Type of server






DriveStation

>>> DriveStation provide external storage to pC.

>>> TeraStation or LinkStation network sharing and adjusted for home users.

>>> 160GB, 250GB, 300GB, 400GB, 500GB and 700GB internal hard disk that user can select.

>>> USB 2.0 compatible, high speed rate which is 480Mbps transmitted data.

>>> If user consumption Windows ME, 2000, XP and Mac OS Operating System need to install a program can be freely user. The function of DriveStation are automatic shutdown or off,Power Saving Shutdown Scheduling, Secure Lock Ware protect the information from unauthorizes people try to access the system disclosure the information and Memeo Easy Backup Software for Windows for data backup.

>>> Only one USB compliant.

>>> The size is 4.5 x 16.3 x 20cm.

>>> Weight is 1.27kg.

>>> Mainly support OS which are Windows 98SE/ME/2K/ Windows NT4/XP, Mac OS 9x.

Type of server







QNAP TS-101

>>> QNAP TS-101 made by Taiwan with one USB port.

>>> Insert card Reader, digital camera or USB Disk then click
[One Touch Copy Button], all data will be stored in hard disk.

>>> It convenient for home office or small office (SOHO).

>>> Support by RJ-45 LAN (Local Areal Network) Port with transmitted rate10/100/100Mbps.

>>> Two USB Port is supplying with hard disk or printer as printing server.

>>> It also provides eSATA Port use to connect to SATA Hard Disk with high speed.

>>> QNAP TS-101 has one power supply on the back.

>>> TS-101 can support the latest Serial ATA Hard Disk include 500GB compliant.

>>> It can upgrade eSATA, USB limited to 1TB (1000MB).

>>> Function of QNAP TS-101 is a latest web storage with NAS multimedia.

>>> It has nine function widely use which are Backup Server, FTP Server, File Server,Printer Server, Web Server, Disaster Recovery, Mirror Station, Download Station and multimedia Station.

Monday, July 9, 2007

computer maintenance





Building a web server beside with programming languages and also need to maintain
your computer in good condition. Dot the l's and cross the T's. I come up with few step to maintain after I had been learning how to buils a web server. Even with most sophisticated hardware and software you need to do some type of maintenance to keep your computer working properly.

1. Start a notebook or file using a file using a simple outline that includes information about your computer. That include your following items in your notebook: Vendor support numbers from your user manuals. Serial numbers of all equipment and software. User IDs, passwords, and nicknames for your ISP or OSP, network access, Websites and so on. Vendor and date of purchase for all software and equipment. Trouble log that provides a chronological history of equipment or software problems. Note on any discussions with vendor support personnel.

2. Turn off the power and disconnect the equipment from the power source. Working inside your computer with the power on can affect both you and the computer adversely.

3. Keep the area surrounding your computer dirt and dust free will help your reduce to clean it.

4. Back up important files and data will help you restart your computer if it crashes. Regulary copy important data files to disks, tape or another computer.

5. Protect your computer from virus which installing an antivirus program and periodically updating the program by connecting to the manufacturer' s Web site.

6. Keep your computer turned. Most operating systems include several computer utilities that provide basic maintenance functions. In windows, for example, these utilities are available via the system Tools submenu on the accessories submenu. One important utility is the disk defragmenter, which allow you reorganize files so they are in contiguous clusters, making disk operations faster. Some program allow you to schedule maintenance tasks for times when you are not using your computer.

7. Learn to use diagnostic tools to help you identify and resolve problems. Diagnostic tools help you test components, monitor resources such as memory and processing power, undo change made to files, and more. You can purchase and download from it.

8. Converse energy wherever possible to avoid animated screen savers, which use additional powers and prevent your computer from going into hibernation.

Sunday, July 1, 2007

HTML


Last week I had been talking how to program on PHP just in basic step. If someone want to learn php must be knew more about other web languages...such like (HTML).HTML short for (HyperText Markup Languages). HTML document are comprised of text and coding that instruct a Web browser how to display the data if you are setting web server at home, you do need to copy it to the directory file. HTML documents are identified by their .html or .htm file extension. HTML coding consist of tags. Tags are individual instructions to the browser and are surrounded by brackets, <>. Many tags include an opening tag and a closing tag.


The World Wide Web Consortium, or W3C for short, sets HTML standards. This international group consisted of the Web founders and industry leaders, including companies such as Microsoft and Netscape. Web developers look to the W3C to establish standards and introduce new Web technologies. The W3C is responsible for maintaining and guiding HTML standards.


You can use a browser to display HTML files you save on your computer, called local pages, or HTML pages transferred through a Web server. You can also use a browser to test your HTML pages. Most Web sites start with a home page, the main page of the site. A home page includes an introduction to the site as well as links to other pages on the site. The home pages is usually the first page users see when they visit your web site, and it often uses index.html or index.htm as a filename.