Posted by Fred | Posted in General | Posted on 02-10-2010-05-2008
0
To Install / Add a Font
Note: To install fonts, first unzip the font files (for .zip files) and place the extracted .ttf files on a floppy disk, CD, or your hard disk.
Follow these steps to install fonts in Windows
- Click Start, and then click Run.
- Type the following command, and then click OK:%windir%\fonts Read the rest of this entry »
Posted by Fred | Posted in General | Posted on 02-10-2010-05-2008
0
HTTP, Hypertext Transfer Protocol, is the method by which clients and servers communicate. When someone clicks a link, types in a URL or submits out a form, their browser sends a request to a server for information. It might be asking for a page, or sending data, but either way, that is called an HTTP Request. When a server receives that request, it sends back an HTTP Response, with information for the client. The Response stream also contains a code number usually known as status code or response code, which tells the client in small about what server has returned. There are honestly a large number of status codes sent by servers, and the following is a list of the current ones in HTTP 1.1, along with an explanation of their meanings.
Read the rest of this entry »