General

Security Tips

Web Server

We are listing few of the security tips which can be helpful for novice/beginner to start web hosting or to provide hosting services.  We have taken all the care while listing all the information, If any body found the information is having problem please contact us. APACHE Security By Obscurity: The default Apache installation options [...]

Read the full article →

HTTP header and Server Response Codes

Web Server

Introduction HTTP is a transfer protocol used by the World Wide Web (WWW) to retrieve information from distributed servers. The HTTP model is extremely simple; the client establishes a connection to the remote server, then issues a request. The server then processes the request, returns a response, and closes the connection. Most HTTP communication is [...]

Read the full article →

Shorthand CSS Properties

Website Formatting

The CSS can be made clean with removing the properties names as mentioned below.  This can help in reducing the size of CSS in the process of development of website. Font Use: font: 1em/1.5em bold italic serif …instead of font-size: 1em; line-height: 1.5em; font-weight: bold; font-style: italic; font-family: serif  

Read the full article →