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.

Tuesday, June 26, 2007

Web Programming tutorial





Web programming isn't easy to learn and it’s hard work to create it. When I sit down to write blog, I sometimes imagine myself standing on an outdoor concert stage before an audience of a million people. Then I ask myself, “What shall I say to mypeople appreciate my blog?” If a million people each spend ten minutes on this site, that’s nearly 10 person-years total.I do my best to make my writing worthy of this differential. I don’t always succeed, but this is the mindset that helps me come up with great tutorial to help this people.

Since I write about web tutorial, I want people to cash in on something from my writting. I want to expand people’s thinking, to raise their consciousness, and to help them push up knowlege from their lives. If my writing doesn’t change people’s
thinking, actions, or awareness, then my value isn’t being transferred well enough.

before talk too much lets continues to the next step that is testing with PHP.You need textpad to write programming on it. After you have writing, you need to save as "you.php". Then, copy inside the folder you have created in C:\webs\test\you directory last week. PHP scripts the code was sometime written inside a tag that just began
You need to add [html] and close with [/html]
Hello World " ); ?>



With your browser, go to http://localhost. If you see Hello World on your screen as in this screenshot, then PHP5 has been successfully installed and configured with Apache.

Thursday, June 14, 2007

PHP tutorial and guideline


After you have installed Apache on your PC, It is the time to set up PHP.PHP is a recursive acronym for "PHP Hypertext Preprocessor".It has evolved from the "Personal Home Page" tool create in 1994 by independent I.T. contractor,Rasmus Lerdorf, to track users accessing his website. He developed PHP into a scripting engine with a "Form Interpreter" released in 1996 as" PHP-FI".The advantages of PHP is free download from

www.php.net

It allows anyone with a basic knowledge of HTML to start intergrating PHP into their web pages straight aways. PHP's modular system of extensions allow it to interface with different libraries, such as encryption, graphics or XML and adding further extensions is very simple.

1.First you need to Windows Explorer,
go to c:\downloads\php5 and unzip the file php-5.0.2-Win32.zip into the directory
called C:\download\php5\php-5.0.2-Win32.

2.You now want to MOVE all the unzipped PHP5 files and directories to c:\php.

3.So in Windows Explorer,go to C:\download\php5\php-5.0.2-Win32\ and press CTRL-A to
select all the files,then press CTRL-X to copy them.

4.Now create a directory called c:\php and copy all the files into that directory by
going to it and pressing CTRL-V.

5.If you have completed this step correctly, you will see in the c:\php directory four folders
and over20 files. Now move (don't just copy) the file c:\php\php5ts.dll to
c:\windows\php5ts.dll (or if you don't have a c:\windows directory, move it to c:\winnt).


Now is working Apache with PHP.....................................

1. With the Windows Explorer, create the folder c:\webs\test. This will be our test website.

2. Rename the c:\php\php.ini-dist to c:\php\php.ini, then make the following changes in the
c:\php\php.ini file: (1) doc_root = "c:\webs\test" and (2) extension_dir = "C:\php\ext".

3. In the file C:\Program Files\Apache Group\Apache2\conf\httpd.conf, change the DocumentRoot
entry to: DocumentRoot "C:/webs/test".

4. Also in the file C:\Program Files\Apache Group\Apache2\conf\httpd.conf, change the Directory
entry to: .

5. Again in the C:\Program Files\Apache Group\Apache2\conf\httpd.conf file, add the following lines:

[ScriptAlias /php/ "c:/php/"]
[AddType application/x-httpd-php .php .php5]
[Action application/x-httpd-php "/php/php-cgi.exe"]
[SetEnv PHPRC "C:/php"]

6. Lastly, we need to make one last change to this C:\Program Files\Apache Group\Apache2\conf\httpd.conf file.
Find the "DirectoryIndex" entry and add "index.php" to the end of the line as shown in this screenshot.

[DirectoryIndex index.html index.html.var index.php5]



Add to My Yahoo!


Add to Google

Wednesday, June 6, 2007

Tutorial of Web


This is the ways how to install Apache software.First you need to download form the
http.apache.org. Download the latest version for the Windowns..After complete download,Double click on the downloaded files to begin installation, then complete the input fields in the server information dialog box like this:





When the setup Type dialog box appears, choose the option to have a "complete" installation. Finally, in the Destination Folder dialog box, change the suggested
installation location to just C:\, then complete the installation. The Apache web server should now be running in the background. To verify this, open a web broeser and type "http://localhost" in the address field and then hit Enter to display the default Apache.
Done! You have successed to create it. Next time I will show you how to install PHP..