Microsoft FrontPage provides a user- What You See is What You Get (WYSIWYG) HTML editor, this includes a publish feature that enables users to transfer files to and from the Web server and supports advanced features such a guest books and hit counters. In a simplified manner, front-page allows you to directly publish your site without uploading through a FTP client.
Frontpage Extensions is a type of language used to build a website. Its always better to check out once that your web hosting provider supports the Frontpage Extensions or not, if not, then you can always opt for one which supports it.

A UNIX command used to schedule jobs to be executed at some time in the future, typically on a periodic or regular basis. When used as a daemon process, the cron runs continuously and executes in response to specified events.Cron jobs allow you to automate certain commands or scripts on your server to complete repetitive tasks automatically. A cron job allows you to run a certain command at time set by the job.
For example, you could set a cron job to delete temporary files every week so that your disk space is not being used up by those files. This is a system process that runs in the background. Cron is allowed to be used by each user, controlled by “cron.allow” and “cron.deny” files. If the user is allowed to use cron, then can create a “crontab” (cron table) which is an ASCII file containing one or more commands to cron.
It is an open source, http web-server most widely available on the internet which supports multiple languages and modules like Perl, PHP, Python, CGI and the other default linux server applications. Whenever you request for a website, apache is the application which services this request (on a Linux server)Apache handlers allow you to control.
What Apache do with certain file types?
When Apache sees a file, it has an action built in for that file type, and will perform that action. If you wish Apache to do a different action, you will need to make a handler to tell Apache to perform that action. For example, if you use a file type that requires a special service to run it, such as a file with server side includes that is not named with a .shtml extension, you need to tell Apache to treat these files differently.
Secured Sockets Layer ( SSL ) is a protocol that transmits your communications over the Internet in an encrypted form. SSL ensures that the information is sent, unchanged, only to the server you intended to send it to. Online shopping sites frequently use SSL technology to safeguard your credit card information.
The TLS manager gives you the ability to generate SSL certificates, keys and signing requests; each of these three are essential parts of using SSL to secure and protect your website. It allows you to encrypt sensitive information like credit card numbers, logins, CVV number etc. SSL’s are generally used to secure areas like shopping section, login areas and other pages where you want the data to be encrypted and locked while being exchanged over the internet.
More details on all avaialble SSL certificate can be found at http://www.host.co.in/ssl-certificate-forwebsite.php
When people link directly to a media file (gif, jpg, png, mov etc.), the webmaster of the original site has to pay the fees. When someone links to a page on that same website, the webmaster still pays fees but the content is shown in the form of the designer (and copyright holder) wished, and they may be able to cover costs by displaying advertising on the page.
Hotlinking, direct-linking, remote-linking are all synonyms of each other. These are all ways of taking images, or other files and embedding it directly into a website. In other words, it is an unauthorized way of using someone else’s bandwidth. Hotlinked files are not stored on your own server. Hotlinking is equivalent of theft/stealing.
If the person who owns the media file you are embedding into your own website gives permission to hotlink, then nothing is wrong. However, if you do not have the owner’s consent, then even if it is a clipart or any other simple file, hotlinking is considered as stealing.
GNUPG is a free software alternative to the PGP softwares. It is a publicly available encryption scheme that uses the “public key” approach. With GnuPG, messages are encrypted using a “public key” however, they can only be decrypted by a “private key”, which is retained by the intended recipient of the message. GNUPG program has command line interface with various front ends which provides it with Graphical User Interface. This encrypts messages using asymmetric keypairs individually generated by GnuPG users.
The Webalizer is a web server log analysis program. This is a little complicated statistics program that gives a wide range of data to analyze your website’s traffic. Like AwStats, Webalizer W too, measures data for individual domains names under your hosting account, not for the account as a whole. It also shows data only for the time the website was online. Webalizer’s usage summary gives a monthly summary for the last twelve months. The details includes actual number of hits, pages visited, files uploaded / downloaded as individual values instead of a graphical image.
Webalizer gives daily and hourly statistics, the most visited links on the website, the top keywords used to reach your website, the pages from which a visitor exited the website, the most popular host names used, the top referrers, most often used browser to visit your website and also the country from which the visitors originate. So, basically this shows the analysis of the website.
Everyone wants to know about how much traffic is coming to their website and by which means & ways.Awstats web site traffic statistics are specific to each domain you have setup under your web hosting account. It allows you to check on the number of visitors to your website, the keywords they used to reach your website, a detailed report on their activity which includes the different pages they viewed etc.
Some of the other statistical reports available such as the number of visits and page views per url of your web site, the types of operating systems visitors are using when visiting your web site, and search engine keywords used to find your web site. It even includes a report on how many links are coming from various search engines and links coming from other web sites.
These are log files which contain all the recorded information that your site has received. These logs are only useful when you don’t want to use the control panel interface’s log applications which are graphical and analytical themselves. Raw Access Logs can be very useful when you need to see who is accessing your site quickly through FTP accounts. The Raw Access Logs menu can be used to download a zipped version of the server’s access log for your site. You can access your site without the use of graphs, charts or other graphics. You will need to use a zip program that is compatible with .gz files to unzip the logs.
This is a method where users are given direct access to the files stored in their web hosting account on a server, without the requirement to identify themselves to the server. There is no username / password prompts in this case. This eliminates the need to create separate FTP accounts for several users. This may be useful if you have files that you wish should be publicly available to download. The default anonymous directory is usually public_ftp.
However, anonymous FTP is a double-edged sword. It is very easy to exploit a server and malign the contents using anonymous FTP access.
The web based interface which allows you to manage your PostgreSQL is called PhpPGAdmin. To create databases, create tables, alter tables and query their own data using industry-standard SQL, to provide this, it is a web-based client which leverages PHP scripting and the PostgreSQL database conveniently to users.