Font Size
Free Script installer FORUMS Ad management Portals and Cms Blogs Welcome Hepsia cPanel hosting
Free Script installer
You're about to get acquainted with a brand new mechanism of installing and managing PHP scripts. Our Elefante Installer allows you to install and manage blogs, forums, image galleries, content management systems, e-shops and many more, without any knowledge of basic programming languages such as HTML, PHP, etc. The Elefante Installer is a FREE PHP web application services installer which makes it easy for you to automatically install over 40 popular PHP script packages straight from your personal Web Hosting Control Panel or have the script insalled when you sign up ready for use.
Read the Full Story
FORUMS
An Internet forum is a discussion area on a website. Website members can post discussions and read and respond to posts by other forum members. An Internet forum can be focused on nearly any subject and a sense of an online community, or virtual community, tends to develop among forum members.
Read the Full Story
Ad management

Ad Management Scripts/Software

Pop-ups and other kinds of advertisements are a constant irritation for many Internet users. But, like all things media (such as television and radio), the web can't continue to exist without them. Whether webmasters like it or not, advertising helps pay their bills to keep their sites running. Therefore, it's always a good idea to know how to make them work for you. One way you can do this is to use ad management scripts or software. The sheer number available, online or otherwise, guarantees that you'll be able to find one that will fit your needs and budget.
Read the Full Story
Portals and Cms
A portal Web site is a Web site that aims to be your "portal," or entranceway,  to most anything you can do on the Web. For example, Yahoo is considered a  portal because it offers a search engine that helps you find other Web sites, as  well as topics categories such as finance,  travel, health, etc. that help you find information on the Web about those  topics. In the 1998-2001 phase of the Internet, many Web sites aspired to be  portals, because they believed it would mean users would use them as their  "start page" and visit frequently, even if they eventually left to visit other  Web sites. However, these days, most Web sites do not want to be mere start  pages; they want to keep you on their Web site for as long as possible, and not  take you to other Web sites.
Read the Full Story
Blogs

What's a blog?

A blog is a personal diary. A daily pulpit. A collaborative space. A political soapbox. A breaking-news outlet. A collection of links. Your own private thoughts. Memos to the world. Your blog is whatever you want it to be. There are millions of them, in all shapes and sizes, and there are no real rules. In simple terms, a blog is a website, where you write stuff on an ongoing basis. New stuff shows up at the top, so your visitors can read what's new. Then they comment on it or link to it or email you. Or not
Read the Full Story
Welcome
  • Upto unlimited GB Disc Space
  • Upto Unlimited Data Transfer
  • FTP, Stats
  • Upto unlimited Email Accounts
  • Free sub Domain Name
  • Free Site Builder
  • Unlimited Domain Hosting
 
Read the Full Story
Hepsia cPanel hosting

Hepsia Control Panel Top Features

You can now register, transfer or manage multiple domain names & websites from just one place. This is something cPanel has big problems with. Actually there is no Domain Manager at all in cPanel. With Hepsia you can set up and manage multiple fully independent websites from a single account. No need to have separate control panels (i.e. logins) for your domains, support tickets and billing.
Read the Full Story

Website design, the basics

Note: Since we are not in the business of creating / modifying and designing websites, we cannot help with the actual creation of your web pages.

However, because so many of our clients ask for advice on this subject, and because it can be so difficult to find answers to some of these questions, we have put together this section of Website Tips. Please understand that these are meant as suggestions only, not “rules”. It is up to you to decide which, if any, of them should be applied to your website, and how. We hope that you find some of the suggestions given here helpful to your online endeavour.

HTML and Your Browser

Do you know why you must use a web “browser” to surf the net? Most people do not. They only know that in order to go online they must use a browser. For most people that is enough. They don’t want, or need to know more than that. If you are going to have a web site however, you will need to know a little bit more.

A web browser is a program.

A program that reads HTML (hyper text markup language). Just like Notepad is a program that reads text (.txt) files, and Microsoft Paint is a program that reads bitmap(.bmp) files.

The internet is made up of websites which in turn are made up of web pages written in HTML. In order to view these pages as they are meant to be seen you need a program that can read HTML and translate it properly.

The program you need is a web browser.

Try this:

From within your browser while viewing a web page, place your cursor on the page and right click. You will get a sub-menu of options. The exact wording depends on the browser you are using, but select an option to “View Source” or something similar. You will get a screen of print that makes very little, if any, sense if you try to read it. This is HTML. This is what the internet would look like to you if you did not have a program called a browser to view it with.

HTML Web Pages

In very basic, very layman terms, you can think of the HTML code on a web page as little more than a list of commands surrounding whatever text will be on the web page. It tells your browser program what goes where, which directories, or folders, to go to get all of the different components needed to create and display the web page, and in what order, colour, size, etc. to display them. Luckily for the majority of us, there is no longer a need to learn HTML in order to create a web page. You only need to have a basic understanding of what HTML is, and know that your web pages will be HTML pages. All of the text, images, or sound files that you want to put on a page will be embedded into an HTML page.

Homepage

When you type in the URL for a website, you rarely enter a specific page of the site. For example, you might enter www.yahoo.com. This is all that is required.

Your browser will automatically locate and load the homepage, or first page of the website for you. The question is, how the heck does your browser know which page is the homepage?

Good question!!

It is because when a URL is entered by the domain name only, as the example above is, without a specific page designated, a browser will, by default, load any page named index.html (or index.htm) If you do not have an index.html page, a browser will display a File Not Found error. For this reason, it is important to remember to name the page you want visitors to see first on your website index.html (or index.htm).

Hyperlinks

A hyperlink is a bit of code that, when activated, (usually by clicking on a line of text or an image) will take your browser to another URL. The only way your viewer is going to be able to get from one web page to another is if you provide hyperlinks. If you have only one page, then it won’t be a problem. If you have several pages, you may want to create a Table of Contents page that lists all of your pages and provides hyperlinks to each one.

  • Images

The internet is a visual medium. Without colour and images to provide interest and excitement to your pages, you would have nothing but rows of text. Boring! Chances are your visitors will lose interest very quickly and move on. But you don\’t want to overdo the images either. If you keep your visitors waiting too long for your page to load, well..they may decide to go find something else to look at. Below you will find a few tips on using images in your web pages.

Image Formats

There are many different image formats. Since most browsers can read only .jpg and .gif images, those are the formats you will need to use. These are the best two formats for web use since they are the most compressed, resulting in smaller file size, which results in shorter load time. Remember that the larger a file is, the longer it will take a browser to load and view it.

File Size and Download Time

The larger a file is, the longer it will take a browser to load and view it. We recommend a maximum individual image file size of approximately 35KB. Since .jpg and .gif image formats are compressed formats, a 35KB can be quite large and very clear if done properly. Remember that each file you embed in a page adds to it’s overall size. So, if you place two 20KB image files in one page, you will have 40KB of image files that your viewer must load before viewing your page.

« Previous
 
Next »
DMCA.com

Adds