Weekend Projects: 404 Pages

Published on Apr 18, 2009   //  Weekend Projects

Weekend Project

Last week we added a favorite icon to our site which will make it easier for people to remember our site once it is bookmarked. This week we focus on redirecting traffic instead of loosing them with a 404 error. A 404 error comes up when someone visits a page on your site and that page is unavailable.

A standard 404 error page is not very helpful for the person looking for something on your site. Those with an updated Google Toolbar are starting to see a new 404 page that could drive traffic away from your site.

So to avoid that you should have your own custom 404 page setup on your website. There are 2 ways to go about this. You can make a 404 page that looks like your site and says 404 error, which is very common to do.  Instead of doing that I would suggest making a 404 page that directs users to your first page. That way even if they do get a 404 the user ends up at your first page.

To get started open up your favorite site editor and create a file named 404.shtml. In that file place the following code:

<html>
<head>
<META http-equiv=”refresh” content=”0; URL=http://www.yoursite.ca/”>
</head>
<body>
</body>
</html>

Replace yoursite.ca with your domain and upload the 404.shtml page to your public_html folder. Now anytime that someone goes to a page that does not exist on your site instead of getting a 404 error they will be directed to your main page.

You can do the same thing for other error messages such a 400, 401, 403 and 500.

If you get stuck let me know in the comments.

Weekend Projects: Favorite Icon

Published on Apr 4, 2009   //  Weekend Projects

Weekend Project

Last week we added a sitemap and submitted it to the top 3 search engines. This weekend we will focus on adding a favorite icon to our site. Whenever someone visits your site or saves it as a book mark your favorite icon is shown. The favorite icon can be a smaller version of your logo or a picture that will remind people of your site.

To start with you will need a favorite.ico file. There are a few software programs that can make them but they all cost money. A free solution is to use a free .ico generator where you can upload a picture click generate and it will allow you to download the favorite.ico to your local machine.

Now that you have a favorite.ico file upload it to your public_html folder.

Next you will need to add the following code to header of your index page on your site…

<link rel=”SHORTCUT ICON” href=”http://yourdomain.ca/favicon.ico” >

Be sure to replace yourdomain.ca with your own domain name. If you have various forums, blogs or sections of your sites you might want to have a different icon for each.

If you get stuck let me know in the comments.

Weekend Projects: Sitemap

Published on Mar 28, 2009   //  Weekend Projects

Weekend Project

So last week we cleaned up our error log and created a robot.txt to prevent the majority of error messages in the error log. This week our focus is going to be on creating a sitemap that we can then submit to Google, Yahoo or MSN.

There are several sitemap generators out but for the purpose of our project we will use xml-sitemaps.com’s generator to create a free sitemap.xml file. The free version does your top level links and they have a paid version which will include your whole site. Generating your sitemap is pretty easy…

1. Enter your domain in the appropriate box.
2. Set how often your pages are updated (there is no advantage to doing it more often if you don’t update frequently).
3. When you last modified your site content.
4. The priority of your pages in relation to each other (leave this as the default for now).
5. Click Start and wait for the output.

Once the output is provided scroll to the bottom where it says XML Sitemap content and copy that content to notepad (or your favorite text editor). At this point I would suggest you go through adjust the priority of pages like your index to be weighted higher (set it to 1.0). Once you have done that save your page as sitemap.xml and FTP it to your public_html folder.

Now that you have a basic sitemap you can go and submit it to various places. Stop number one is to submit it to Google through their webmaster tools. If you have not setup an account with them do so now. You can also submit your sitemap to Yahoo and MSN.

Lastly using the robots.txt file we setup last week we will add the following line…

Sitemap: http://www.yourdomain.ca/sitemap.xml

Replace your domain above as it is just an example. You should do the same for all your subdomains as well to ensure maximum exposure for your sites pages.

If you get stuck let me know in the comments.

Weekend Projects: Log Check

Published on Mar 21, 2009   //  Weekend Projects

Weekend Project

This week our project will be to check our error logs and clean up those errors.

To start login to cPanel and click on Error Log. This will bring up a list of the last 100 or so errors.

One of the most common errors you will see in the log is a File does not exist robots.txt. This is easy to fix by simply adding a blank robots.txt file in your public_html and subdomain folders. If your not sure what should go in a robots.txt file we have added some examples in the wiki.

If you see any errors in the Error Log go through and fix them so that you can ensure your visitors are finding the right page of your site.

If you get stuck let me know in the comments.

Weekend Projects: Making a Twitter Avatar

Published on Mar 14, 2009   //  Weekend Projects
Off

Weekend Project

With more new people coming online to twitter they will want to know how to make an avatar. If you currently do not have an avatar on twitter then you should consider having one. People are more opt to connecting with you if you have a picture. The standard faceless avatar that comes with the account just doesn’t cut it.

Using Your Own Picture
If your not a business I suggest you use a picture of yourself. You want people to connect with you. To shrink or manipulate your image down to 73 x 73 you can use a free online image resize and crop tool. Upload your picture and you can then set a custom size and crop as needed.

Using a Cartoon Picture
There has been trends where people will display a cartoon avatar on twitter. You can create an avatar using DoppelIMe or FaceYourManga. You may need to resize these icons in the end so you can use the same tool as above to do that.

5 Suggestions

  1. If you have a company logo be sure to brand yourself but try and be as creative as possible.
  2. Use your own picture so people will identify with you. People like to talk to people.
  3. Use an image that provokes thought. Surf through iStockPhoto for ideas.
  4. Keep your eye open for trends and holidays. Most people like to make festive avatars.
  5. Update your avatar at least once a month. Keep your avatar fresh and interesting.

If you get stuck leave a note in the comments or catch me on twitter.

Weekend Projects: Create a Movie Introduction

Published on Mar 7, 2009   //  Weekend Projects
Off

Weekend Project

If you have watched any of our video’s we make you will notice that they have a BlueFur branded introduction. This week we will go over how you can build your own introduction. To make the video intro like ours you will need a stock video, stock music and video editing software.

To get started you will need to find some stock video. I find that iStockPhoto has a great selection of stock video. Enter a keyword and check off only to search for video. Download your selection after paying. Now that you have your video let’s find some stock music. Again test a bunch until you find the one you like. Download your selection to your machine.

Now that you have the raw pieces it is time to combine them in a video editing software. You can create a quick intro using Windows Movie Maker to just combine the 2. If you want something a bit more fancy like ours you would need to use PowerDirector.

The process for making it is to add both your video and sound into the editing software and sync them. Add your company name or tittle at the end of the video and your set.

If you get stuck leave a note in the comments or catch me on twitter.

Page 4 of 10« First...23456...10...Last »