SITE CREATION


A website, also written as Web site, or simply site, is a set of related WebPages containing content, including text, video, music, audio, images, etc. A website is hosted on at least one web server, accessible via a network such as the Internet or a private local area network through an Internet address known as a Uniform Resource Locator. All publicly accessible websites collectively constitute the World Wide Web.

Website builders are tools that allow the construction of websites without manual code editing. They fall into two categories: on-line proprietary tools provided by web hosting companies, typically intended for users to build their private site; and software which runs on a computer, creating pages off-line and which can then publish these pages on any host.
Later software was written to help design web pages and by 1998 Dreamweaver had been established as the industry leader; however some have criticized the quality of the code produced by such software as being overblown and reliant on tables. As the industry moved towards W3C standards, Dreamweaver and others were criticized for not being compliant. Compliance has improved over time, but many professionals still prefer to write optimized markup by hand.
A website contains webpage; a webpage is a document, typically written in plain text interspersed with formatting instructions of Hypertext Markup Language (HTML, XHTML). A webpage may incorporate elements from other websites with suitable markup anchors.
WebPages are accessed and transported with the Hypertext Transfer Protocol (HTTP), which may optionally employ encryption (HTTP Secure, HTTPS) to provide security and privacy for the user of the webpage content. The user’s application, often a web browser, renders the page content according to its HTML markup instructions onto a display terminal.
The pages of a website can usually be accessed from a simple Uniform Resource Locator (URL) called the homepage. The URLs of the pages organize them into a hierarchy, although hyper linking between them conveys the reader’s perceived site structure and guides the reader’s navigation of the site.
Some websites require a subscription to access some or all of their content. Examples of subscription websites include many business sites, parts of news websites, academic journal websites, gaming websites, file-sharing websites, message boards, web-based email, social networking websites, websites providing real-time stock market data, and websites providing various other services.
Many web hosting companies and domain sellers offer website builder programs and templates in their packages. If you use the website builder provided by your web host, be sure to try out the many different templates offered so you can more effectively relay your web page’s image to your viewers.

Upload your files using a FTP


Most graphical operating systems have a browser installed by default. The basic idea is to first establish a connection with server and your computer and then upload the files.

  1. Open your web browser and enter ftp://username@domainname.com in the address bar.
  2. You will be prompted to enter the password for this account
  3. Once you successfully login you will see a listing of the files in your website on server.
  4. You can now drag files from your local computer into this folder to upload files to server or drag files from this folder to your local computer to download files off your website.

If you require a different home page name (called a “default document”), you can update it through the Control Panel or technical support person accommodate your needs. Please let it know what name you require. In most cases it is easier to rename your home page to one of the documents above. Please note that some file names (such as .asp and .shtml) are reserved for specific types of web applications. If you are unsure of which file extension to use, you can probably safely use .htm or .html.

Also, these documents carry an “order of precedence” as they are listed above. For example, if you have both an index.html file and a default.html file, the index.html file will show up when viewing your site with the domain name or IP address.

More about getting good money through reseller hosting


What is reseller hosting? The main idea of reseller hosting is to be a web host who sells reseller web hosting to other (usually smaller) web hosting businesses. Reseller hosting accounts are also used by webmasters who operate more than one website.

Lately reseller business prospers, because more people want to be online with their own website and their own domain.

There are two types of reseller hosting.
1) Traditional reseller hosting
2) Private label hosting
Traditional reseller hosting is like a wholesale business.

The reseller host buys in bulk aka an entire web server and break it into small, but medium sized chunks. A smaller web host buys one of these chunks and populates it with single domain accounts of normal consumers.

The benefit for the reseller host is that he has only to support one customer while the smaller web host deals with every singe domain customer.

INTERNET SPACE


In computing, an internet space defines a range of discrete addresses, each of which may correspond to a network host.
Internet spaces are created by combining enough uniquely identified qualifiers to make an address unambiguous. Components of an internet space may be the same but unless all are identical, the locations will be different.
An internet space usually provides (or allows) a partitioning to several regions according to mathematical structure it has. Some nested domains hierarchy appears in the case of directed ordered tree as for the Domain Name System or a directory structure. In the Internet the Internet Assigned Numbers Authority (IANA) allocates ranges of IP addresses to various registries in order to enable them to each manage their parts of the global Internet address space.
The user-friendly interface of the Internet is based on a multi-layer global network system connecting hundreds of millions of computers worldwide. This system is comprised of multiple local and global networks serving private, public, business, academic and government purposes.
The Uniform resource locator, popular as URL, is the global web address of documents, including web pages or image files, and programs such as Java applets. It is aimed at identifying the location of a document or a program available on the web and specifies the mechanism for accessing it through a web browser.
Internet addresses can be linked to the objects, and the final scenes can be published on the Web. Internet space is used to upload your website on the internet or in simple words we can say that if a person or company wants his website to be accessed on the internet then he or she has to buy internet space on the internet this is called IP address and is unique for all.
Uses of addresses include, but are not limited to the following:
* Various kinds of network host addresses in computer networks;
* Uniform resource locators in the Internet.
Another common feature of internet spaces is mapping and translation, often forming numerous layers. This usually means that some higher-level address must be translated to lower-level ones in some way.
The Domain Name System maps its names to (and from) network-specific addresses (usually IP addresses), which in turn may be mapped to link layer network addresses via Address Resolution Protocol. Also, network address translation may occur on the edge of different IP spaces, such as a local area network and the Internet

Aboutpanel of reseller


The well-known provider of free reseller hosting, introduced its new line of dedicated, semi dedicated and virtual private servers. As many already know, a dedicated hosting service means that the client

A dedicated hosting service means that the client rents an entire server not shared with anyone else, which is typically located in a data center.

ResellersPanel has five predefined dedicated server packages with top notch hardware, cutting edge processors from Intel and AMD and more advanced users can also build their own server configuration up from scratch. Complete root access enables users to install and configure any additional software, and also to reboot the server at any time.
Reseller De Hosting
Florida, US
Those who haven’t acquired the technical skills required to maintain a dedicated server are free to consider one of ResellersPanel’s Managed Services packages.
ResellersPanel has expanded its European presence to benefit its clients there by offering hosting services employing servers located in the difeerent data centers.
ResellersPanel which is in the hosting company has deployed servers located in the different countries because of the growing demand from its resellers.
Business-Hosting
Miami Lakes, FL
25% of clients prefer to be hosted on European-based servers because of their geographical location, and that compared to the American hosting market, the European one is double as big in terms of population.
Business-Hosting
Miami Lakes, FL

Fatal error: Allowed memory size of 33554432 bytes exhausted


It sounds like maybe the PDO extension isn’t installed in your PHP.

Run phpinfo on your server to see if you have PDO enable, if so add this in your php.ini if you are on shared hosting. This solve my problem on my side !

  • create a blank file in your drupal or server root named ‘phpinfo.php’
  • add the following code into the file

<?php
phpinfo();
?>

  • go to the file via a browser, e.g. yoursite.com/phpinfo.php
  • look (ctrl/cmd + F) for the ‘Configuration File (php.ini) Path’, you’ll find the location of your php.ini file there

If you are unable to acces this through FTP/cPanel/…, create a file named php.ini in your drupal root folder and add the following lines of code:

extension=”pdo.so”
extension=”pdo_mysql.so”
upload_max_filesize = 10M
post_max_size =64M
memory_limit = 64M
upload_tmp_dir = 64M
max_execution_time = 128


Note : that you may want to tweak these values depending on your needs.

About resell hosting


Reseller hosting is a special form of hosting, where we buy hosting space to be sold to others. Usually, we get a certain amount of storage space and bandwidth, and we can resell it to our customers.

Often our space is divided into fixed portions and we can sell only these portions but sometimes we can divide it flexibly as per our customers’ needs.

When we sign up for reseller hosting, we can offer our users much more options that if we sold space from our normal hosting account. Several benefits include:
our customers will get access to a control panel to easily manage their hosting space. This is not possible when we sell space from normal hosting account, since the only admin panel we get is the one for ourself.

Our customers will get technical support from our hosting company. We will not have to provide technical support to our users.

If we plan to start our web hosting business, reseller hosting is a good choice for us.

Business-Hosting
Miami Lakes, FL

Reseller business


Starting a new company can be quite expensive. Just leasing a dedicated server can cost well over a limit. Added with the administrative costs for software setup, maintenance, upgrades, and unforeseeable emergencies,
Reseller De Hosting
Florida, US
Reseller hosting provides a simple option for those who don’t wish to incur the monthly cost of a dedicated server and want to start smaller.

Business-Hosting
Miami Lakes, FL
Reply With Quote

Reseller hosting is a type of hosting where an existing company sells us a portion of space and an amount of bandwidth on a server in exchange for a monthly fee.
The monthly fee is usually bigger than that of standard hosting, but compensates for the increased amount of space, bandwidth, and the additional software licenses that sometimes have to be purchased for use on a reseller hosting account.
The alloted resources are in resell hosting then available to be distributed to other sites or customers for standard web hosting. Each individual website hosted off the reseller packaging usually receives their own control panel for their use.
Customers perceive absolutely no difference between a company using a reseller web hosting account and a host which leases their own server.
The advantages of reseller hosting are numerous. While the bandwidth and space may be more expensive per unit than that purchased with a dedicated server, reseller accounts allow the space and bandwidth to be purchased in smaller ‘chunks’.
Smaller hosts aren’t wasting resources and subsequently money. This allows new hosts to grow into a dedicated server instead of taking the large initial plunge with the much higher monthly fee.
Business-Hosting
Miami Lakes, FL
A start up host may now yield a small profit instead of a large loss month after month.
Business-Hosting
Miami Lakes, FL
A hard drive might go bad on a server, an operating system might be corrupt, a cable might break the list goes on and on. There are just simply things that could go wrong.this can create a problem.

WEB PAGES


A web page is a document or information resource that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a monitor or mobile device. This information is usually in HTML or XHTML format, and may provide navigation to other web pages via hypertext links. Web pages frequently subsume other resources such as style sheets, scripts and images into their final presentation.

Web pages may be retrieved from a local computer or from a remote web server. The web server may restrict access only to a private network, e.g. a corporate intranet, or it may publish pages on the World Wide Web. Web pages are requested and served from web servers using Hypertext Transfer Protocol (HTTP).

Web pages may consist of files of static text and other content stored within the web server’s file system (static web pages), or may be constructed by server-side software when they are requested (dynamic web pages). Client-side scripting can make web pages more responsive to user input once on the client browser.

Web pages usually include information as to the colors of text and backgrounds and very often also contain links to images and sometimes other types of media to be included in the final view. Layout, typographic and color-scheme information is provided by Cascading Style Sheet (CSS) instructions, which can either be embedded in the HTML or can be provided by a separate file, which is referenced from within the HTML. The latter case is especially relevant where one lengthy style sheet is relevant to a whole website: due to the way HTTP works, the browser will only download it once from the web server and use the cached copy for the whole site. Images are stored on the web server as separate files, but again HTTP allows for the fact that once a web page is downloaded to a browser, it is quite likely that related files such as images and style sheets will be requested as it is processed. Web browsers usually render images along with the text and other material on the displayed web page.

A web page, as an information set, can contain numerous types of information, which is able to be seen, heard or interact by the end user.
Information provided:

      • Textual information: with diverse render variations.
      • Non-textual information:
        1. Static images may be raster graphics, typically GIF, JPEG or PNG; or vector formats such as SVG or Flash.
        2. Animated images typically Animated GIF and SVG, but also may be Flash, Shockwave, or Java applet.
        3. Audio, typically MP3, or various proprietary formats.
        4. Video, WMV, RM, FLV, MPG, MOV.
      • Interactive information.
        1. Interactive text.
        2. Interactive illustrations: ranging from “click to play” images to games, typically using script orchestration, Flash, Java applets, SVG, or Shockwave.
        3. Buttons: forms providing alternative interface, typically for use with script orchestration and DHTML.
        4. Hyperlinks: standard “change page” reactivity.
        5. Forms: providing more interaction with the server and server-side databases.
      • Internal (hidden) information:
        1. Comments
        2. Linked Files through Hyperlink.
        3. Metadata with semantic meta-information, Charset information, Document Type Definition (DTD), etc.
        4. Diagramation and style information: information about rendered items (like image size attributes) and visual specifications, as Cascading Style Sheets (CSS).
        5. Scripts, usually JavaScript, complement interactivity and functionality.

When creating a web page, it is important to ensure it conforms to the World Wide Web Consortium (W3C) standards for HTML, CSS, XML and other standards. The W3C standards are in place to ensure all browsers which conform to their standards can display identical content without any special consideration for proprietary rendering techniques. A properly coded web page is going to be accessible to many different browsers old and new alike, display resolutions, as well as those users with audio or visual impairments.

About drawbacks of reseller and why we should search for reseller


Reseller hosting offers fewer resources than a dedicated server, and thus may exceed resource constraints faster than with a dedicated server.

A reseller hosting account can only hold so many clients before the space and bandwidth are greater than any reseller package the hosting company can provide, and it becomes more economically feasible to upgrade to a dedicated server.

Upgrading the reseller package requires moving clients from the reseller account to the dedicated server, which could result in downtime. In addition to the moving and expansion issues, most reseller hosting accounts offer little in terms of customization.

Reseller accounts are usually set in what software is installed on the box, and the versions available. An example would be a client asking for PHP 5, when the version that’s installed on the server hosting the reseller account is PHP 4,means it decreased.

Some hosts may be happy to upgrade and accommodate, other hosts will not be able to upgrade as fastly.
Reseller De Hosting
Florida, US
Reseller accounts should be selected in much the same manner as standard hosting accounts. The first reason to not choose a host is if they offer “unlimited” space or bandwidth.
Business-Hosting
Miami Lakes, FL
The services and resources the reseller hosting account offers. Some will only allow a certain number of SQL databases, email accounts, domains hosted, and even a certain number of customers that are allowed to be hosted.
We receive the amount of resource we will need for our reseller business. There are several good resources to check when considering potential reseller hosting companies.
Two good industry resources are WHT, also known as Web Hosting Talk a discussion forum related to the web hosting industry, and an online news and information source on dedicated servers and reseller web hosting.