Secure your passwords

There’s no point in having a Web site if it’s not secure. That’s why you need to keep on top of your passwords. Change them often, whether it’s your SQL root password, your account password, or the password to your e-mail account.

Although there’s no set time, it’s wise to change your password every few months, and choose something that’s difficult for others to guess. Using combinations of upper and lower case letters, as well as numbers and symbols, helps make it more difficult for someone to guess your password and cause problems for you.

It’s never a good idea to use simple words or anything that people would associate with you, such as names of family members, your favourite musical group, or things of that nature. The more secure your password is, the less likely it will be that someone will gain unauthorized access to your account.

If you should grant access to someone else, and they no longer need that access, delete or disable their account immediately, to eliminate the chance of them abusing their privileges, and to reduce the chance of someone guessing their password, and causing havoc.

There’s no such thing as a password that’s too secure.

Posted in Web Hosting, Web Hosting UK | Tagged , , | Comments closed

It’s easy to start!

If you think starting a Web site is expensive, think again. For as little as £1.99, we can get you started with your own site!

You can start with our Budget Plan, or go all the way up to our Business Plan, depending on your disk space and bandwidth needs.

We offer Cpanel with all our accounts, so you can quickly and easily administer your site, without needing to know a thing about Unix.

With all of our accounts, we offer instant activation, and we don’t charge a penny for setup. You also get our 30-day satisfaction guarantee, so no matter which plan you select, you can feel confident that we will make sure you’re a happy customer.

We have plenty of happy customers, and you can read some of their comments. When you select PickAWeb, you know you’re getting good value, and excelllent customer service!

Posted in Web Hosting, Web Hosting UK | Tagged , , , , | Comments closed

Setting up a Site, Part 4

So now that you have your Web site set up, you’ll want to make money at it, but you’re out of luck because you don’t charge your users for access, right? Wrong. There are plenty of ways to make money from your site, simply by displaying ads.

Two popular choices are Google AdSense, and Commission Junction, both of which offer you the ability to display ads on your site, and to profit from it. Through both of these sites, you can be paid by cheque or direct deposit. Of course, these are only two of the many possibilities out there, but they are good examples. When choosing an advertising publisher, you want to make sure that they’re reliable. After all, what good is displaying ads if you don’t get paid, right?

Regardless of what site you sign up for, you will have to provide basic information such as your name, address, taxpayer identification number, and your site’s URL. In some cases, you will have to be manually approved, so that the publisher can verify that your site is within their terms of service. This process can take as little as a day, or as long as 3 days. Once you’re approved, though, you’ll be given instructions on how to log in, and set up your account. You will then be able to choose ads, and you’ll be given the code to insert into your HTML code or your blog template.

Make sure to choose ads that fit with the theme of your site, and its color scheme. Also, take note that sites such as AdSense and Commission Junction usually have minimums (usually $100 USD) before you’ll be paid. This could mean you won’t see a payment for two or three months, depending on your site’s traffic, and how many people click on the ads. It’s also important to note for yourself whether you display ads that pay by the display or pay by the purchase. In many cases, you’ll do better to choose CPM advertisements, which pay per 1,000 views.

As long as you make note of what the payment minimums are, and on what basis you’re paid for displaying the ads, you’ll know exactly what to expect. For most small sites, ads merely offset the hosting costs, but for larger sites, it’s quite possible to turn a profit, especially if you wisely choose ads that are most likely to appeal to your target audience.

Posted in Web Hosting, Web Hosting UK | Comments closed

Setting up a site, Part 3

If you have a website, then you’ll want people to come to your site. That’s where Search Engine Optimization comes in. By using meta tags in your website or blog, you can ensure that blogs crawl (visit), and index (list) your site.

One example of a meta tag is here:

META CONTENT=’A description of your website goes here.’ NAME=’Description’/
META CONTENT=’keywords, go, here’ NAME=’KEYWORDS’/

Each “META CONTENT” line would be opened and closed with “<" marks.

Here, you would set a brief description of your website, and choose a few words or phrases that relate to your website.

Search engines such as Google make it easy. They offer Google Webmaster Tools, a free service which allows you to control how often Google crawls your site, and whether or not you use XML sitemaps.

By using meta tags, and resources offered by Google and Yahoo, you can help ensure that your site gets indexed. The one thing that you do not want to do, however, is “spam” your way to visitors. In other words, it is generally considered to be in poor form to sign up on forums and blogs, just to post a link to your site. That’s the best way to encourage people to ignore your website, as opposed to visiting it.

Suppose you want to control which search engines can and cannot crawl your site. For that, you’ll need a file called robots.txt, which is a plain-text file. It’s really easy to set up, and this site offers excellent tutorials on how to do that.

If you feel the need to drive traffic to your site, you may wish to consider Google Adwords, which allows you to pay for text link ads that appear on Google, based on keywords that you choose. You can set a budget, so that you don’t spend more than you can afford on ads. By using keywords– words that relate to your site– you can help drive people to your site, and with Adsense, you can do so without going overbudget.

So now you have your site, databases, and you’re on your way to being listed in the search engines. But how do you make money at it if you don’t offer subscriptions? That’s where we’ll pick up in the next installment.

Posted in Web Hosting, Web Hosting UK | Comments closed

Setting up a site, Part 2

So now you have your content, but if you use applications such as WordPress for your blog, and vBulletin for forums, then you need to set up SQL databases. With Cpanel, this is easy. You simply select the SQL database option, which is located in your administrator menu, and create a database. If you have a shared account, your database will be username_databasename. You then create a user and password, for which you grant all rights. Then, you take this information and place it into the configuration file of whatever application you’re using.

Simply consult the documentation for details, it’s very simple to do. Just make sure that you include the full database name (example: joesite_joeblog, and not just “joeblog”). If you do not enter the information into the configuration file correctly, your program will not be able to connect to the database.

By the way, if at any time you need to change the password to your database, you can do that by going to the SQL menu, and changing the password. If you do this, remember to adjust your configuration file accordingly.

Once your database is set, you’re ready for installation of the database, which is something that programs such as WordPress and vBulletin do as part of the setup routine. Once that is done, and assuming that you have encountered no errors along the way, then you are ready to start setting up your blog, forums, e-commerce site, or whatever else you’re trying to set up.

On your website, you may have more than one database: one for the blog, one for the forums, maybe one for e-commerce, and another for photos. Once you have set up all your databases, and set up your software, then you’ll want to get people to come to your site, and that is where we’ll start in our next installment.

Posted in Web Hosting, Web Hosting UK | Comments closed

Setting up a site, Part 1

So, you have a domain name, and you have content. You’ve chosen your host, and you’re ready to go. But how to get started? It’s quite easy, actually.

First, you need to choose an FTP program. FTP stands for File Transfer Protocol, and it allows you to transfer files from your computer to your website’s server. The good news is that most FTP programs are shareware, or even freeware. One good example is FTP Commander, which is available in both free and paid flavors. You can also peruse various shareware sites to find a program that is to your liking.

Once you have downloaded and installed your FTP program, you need to input the login information that was given to you by your host. Enter your username, and password, as well as the address of the server. It’s always best to enter the IP number, as opposed to the domain, so that you can still access your site, should there ever be DNS issues with your site.

Once you’ve set up your program, and have logged into your account, make sure that you are in the folder called public_html, for most servers. Some may be called simply public, or html. If you are unsure which folder is intended for your website content, check with your host.

At this point, you can start uploading your content. If you have a large amount of content, you may want to upload one folder at a time, to prevent any problems from occurring, and to ensure that all files are uploaded properly. This is true whether it’s plain HTML, PHP files, or whatever else. Once all your content is uploaded, the next step is to see whether or not you need to create SQL databases, and install programs. That is where we’ll pick up in the next installment.

Posted in Web Hosting, Web Hosting UK | Comments closed

How to get started

Throughout the month of June, we will be discussing how to set up a website. If you don’t know how to set up a website, then this series of discussions will be just for you. We will be discussing:

  • Gathering your content
  • Setting up your site via FTP
  • Configuring Cpanel
  • Setting up databases
  • Setting up the website
  • Changing your DNS settings
  • Submiting to search engines

So, check back often throughout June as we help you go for an idea to a website. And as always, we at Pickaweb remain ready, willing, and able to help you with any support issues you may encounter along the way.

Posted in Domain Names, UK Cpanel Hosting, Web Hosting | Tagged , , , , , | Comments closed

What’s in a name?

There are countless numbers of Top-Level Domains out there, and one of them is the .name TLD. If your name is Mike Smith, for example, you’d want to get the mikesmith.name domain.

Indeed, the .name domains are available from numerous registrars worldwide, and although it’s a novelty, a .name domain would be a perfect addition to your personal website. And if you already have a domain, that’s just fine, because through Cpanel, you can park the domain, and put it “on top” of your website. Then, when visitors type in your .name domain, it will automatically drop to your website.

Is it absolutely vital to grab that .name domain? No, of course not. But it’s a “cute” idea, and would certainly make your website stand out from all those .com and .co.uk domains.

Posted in Domain Names | Comments closed

It’s your business

If you run a business, you obviously want to make money. Here at Pickaweb, we stand ready to help with that. With our Ecommerce hosting services, you can be up and running in no time.

We offer:

  • 24/7 support.
  • A 100% satisfaction guarantee.
  • Secure payment technology, assuring the safety of customers’ data, through Worldpay Online Payment Systems.
  • Business hosting, at just £16/month or £84.50/year.

With that business hosting plan, you get a free domain name, 5GB of disk space, and 30GB of monthly data transfer. You also have the ability to host an unlimited amount of domains, within the limits of your disk space and data transfer quotas.

With your hosting plan comes numerous software packages, from blogs to ecommerce applications, which will help your business thrive and flourish.

It all adds up: reasonable prices, and strong support. You won’t go wrong when you choose Pickaweb to handle your ecommerce and hosting needs.

Posted in Web Hosting, Web Hosting UK | Tagged , , , , , | Comments closed

Control your results

Every webmaster wants their website to be noticed. Along those lines, every webmaster would probably love to have control over their Google ranking. In a way, you can. Through Google Webmaster Tools, you can control quite a few things about your website, or more specifically, how it’s listed in Google.

By signing up for a free account, and easily verifying your website, you can do the following:

  • Control the crawl rate that Google uses to index your site.
  • See error messages and have a chance to fix them.
  • Verify that your robots.txt is seen correctly by Google.
  • Quickly remove part or all of your website, or cached versions of the same.

There are many other features, but with a Google Webmaster Tools account, you have an enormous amount of power and control over how your website is seen in Google. You will be able to see when your site was last crawled, and whether or not there were any problems, allowing you to fix those problems before they adversely affect your ranking.

You can also access statistics relating to your website, and you can control what country your website is targeted to. With all these tools at your fingertips, you will be able to dramatically increase your ranking in Google’s search engine, which in turn means more traffic, more ad revenue, and more customers.

Posted in Domain Names | Comments closed