Go To Web Design Home | Add to Favorites
404 Error - The Page Cannot Be Found
A "404 Error" happens when the web server you are on cannot find the page that you requested. This type of error is quite common and is seen all over the place. 404 Errors can be caused by many different problems, though generally they are caused by either dead links, or errors in the websites coding. Dead links often occur when a webmaster puts external links on his website, then the website he is referring to changes, moves, or no longer exists. Coding errors on the other hand can happen all over the place! Quite often webmasters neglect to check their links as they are making them, this means that there could be a spelling mistake in the URL, a missing slash or pretty much any typing error you could think of. It's good practice to check all links as you make them! Internal links, or links to pages within the same website also get 404 errors from time to time. Unfortunately this is due to the webmasters neglect of his own website. If modifications were made to the website, he should have checked his website, or ran an automated program to check all of his links. Broken internal links look bad and unprofessional. There are a few ways that a webmaster can mask his errors, or at least do some recovery work if an error occurs. If a webmaster changes the framework of his website he can create re-direct pages that will move the user to their the main index, or the updated version of the page that they requested. Additionally, they should be able to stop 404 Errors all together by creating an automatic forward whenever an error occurs. A couple tricks for webmasters to help reduce the amount of 404 errors, or try to hide the errors is to modify the .htaccess file in their website directory. This file has one variable that can be set that will allow you to specify the page that you want to send the user, should a 404 occur. Example: ErrorDocument 404 index.php Example: ErrorDocument 404 404.php The first example would automatically send the user back to the main index (if the main index was called index.php), and the second would send them to a customized 404.php file, which could display an error message, or send you an auto-notification of an error that happened. Keep in mind that if you use non-absolute directories that you may not feed out the correct page. For instance if the error occurs in a subdirectory on your website, and you specify index.php as your error document, there may not be an index.php in that subfolder, thus it might be a good idea to put the below example instead. Example: ErrorDocument 404 http://www.yoursite.com/ Note: If you use Apache HTTPD you can setup the default error documents in the configuration file! Ken Dennis http://KenDennis-RSS.homeip.net/
What You Should Ask A Web Designer Before You Hire Him You've thought about it and you're ready to go. You're ready to give your business an online presence. You want your own website. That's great but unless you are doing it yourself, you would be shopping for a website designer. Some people would design their own websites but most people pre...
Web Page Building For Beginners 2 A search engine robot actually reads the wording on your web pages and places a certain amount of importance on what the content says, but not quite like a human does. A human will place the words together in their head and try to decipher the relevancy to them personally and decide within a few seconds whether they will continue reading or click to another site, whereas a robot counts words and places all relevancy in the numbers it finds. It also gives extra credit to the size of the type and title of each page.What a webmaster should consider, is every word connecting to a keyword and not wasting words, for the public and the robots. This c...
Marketing Basics For The Webmaster What is the relationship between Marketing and Web designing? How can a better understanding of Marketing help the web designer manage his business more profitably?What is marketing?The American Marketing Association defines Marketing as "the process of planning and...
|
 |
 |
 |
Title Tags - How To Make Them More Effective The title tags of your web pages are more important than most web authors realize. Once you understand why the title is so important, you can easily write more effective title tags.What is the title tag?In your HTML code, the page title should be placed between the beginning and closing HEAD tags, ideally just after the beginning HEAD tag and before the first META tag.Why is the title tag important?The title tag is important for a variety of purposes.- Most browsers display your page with the title at the top of the browser window.- If someone bookmarks your page in their browser, their bookmark list will show your page using your page title. So if the title ... |  |
| Winning Websites Customers will form an opinion of your business as soon asthey look at your website. Therefore the same basic rulesapply that you use in the production of your brochure andyour business card - It needs to grab attention, be easy to read, have a benefit statement, be friendly and make astatement about your business.More and more potential customers will look at your websiteto find out more about your product or... |  |
| Content Is Crucial! Content is undoubtedly the most important element of a website. It is the defining factor for a website, that which catches the interest of your visitors and keeps them hooked to your site.Unless what you say holds the attention and interest of the visitors to your site, the rate at which they would they hit the "back" button and say "bye - bye" to your site, will astonish you!!!!So it is right to say that CONTENT IS KING!! And make sure you treat it like one! It is imperative for website owners to understand and follow the right process to develop content for their site.Here are some of the basic points which should... |  |
| Using Ccs To Eliminate Tables CSS or Cascading Style Sheets has opened up tremendous possibilities for improving web site designs, web page layouts and adding new features. The HTML code can be made shorter, cleaner and simpler by CSS resulting in faster loading of web pages, and making them more accessible to search engines. Here I am narrating my experience with only one part of CSS - using it to eliminate tables.If you look at a traditionally designed web page, you are likely to find number of tables in the layout. Tables were earlier used only for displaying information in a tabular form. But web si... |  |
| Images: How To Make Them To Load Fast On Your Web Pages? 1. Use .gifs rather than .jpgs. GIFs are smaller in size when compared to JPGs.2. Use 'Height' and 'Width' tags for your images. So while page loading certain place is left for the images and visitor can go through the content while images are loading.3. If you are using large images, slice them up and make them load as part after part. For this you can use img tags like HSPACE=0 and VSPACE=0.4. Use image compression software that reduce image size. Remember, the more you reduce your image size more will be the loss of quality.http://www.spinwave.com/index.html |
| Get Rid Of Your Frames A few years ago a lot of websites utilized frame technology.A website that uses this frame technology is apparent when the left hand or top of the screen stays the same and the inner part changes when links are clicked on. The main URL address always stays the same no matter what you click on.Using frames can be a big problem for your website. Some search engines have trouble getting through the frameset to the actual web pages within your site, which may cause the search engines to not index it properly.Search engines indes URL's (single pages). Because search engines can't really index framed pages that well, you risk the chance of having all your hard work produce no results.You also can't link to a particular page in your site which could cause several problems.The first being when trying to implement a l... |  |
|
|