Tips for Surviving the Economy
Comments: (1) Published October 30th, 2008 in MarketplaceRecession! Recession! Recession! That word is everywhere these days. You can’t turn on the news or read the newspaper without the words “recession” and “economic collapse” appearing. Some folks fear a depression, some are apathetic, while others try to remain positive. Whether your personal outlook is bleak or you’re trying to stay positive, there are ways you can survive these trying times.
Here are some money saving tips to help you survive the economic collapse:
Save, save, save! Yes I know, the words “save your money” are cliche, but it’s more important than ever to do just that right now. Even if it’s only a few dollars here and there, your savings will add up in time. Every little bit you can save will help you out in the long run.
Cut back. Do you really need to eat out all that much? Or for that matter, do you really need to eat out at all? While you’re at it, cut down on your shopping trips. Only go to the store for emergencies, and even then, try to get all of your trips out of the way at once. Save on gas as much as you can.
Try “giving” when you can. If you run a small business, give your employees and clients “Thank you” cards and let you know how much you appreciate them. The most important thing you can have if you run a business are loyal employees and clients. Whenever you have any extra money, why not donate a dollar or two as well? You’ll think yourself less poor if you’re able to help someone else who truly is.
Don’t give up. Whatever you do during the recession, never give up. Some will give up, and some won’t. Those giving up will make everything easier on those who don’t. Why not be one of the few that keeps on fighting and that will be rewarded through your efforts? If you save, cut back, and let others know how much you appreciate them, you’ll already be a few steps ahead.
If you’re in debt and are unsure at which bills to pay and which ones to skimp out on, remember that your own needs come first. The basic needs for all humans include: shelter, food, transportation, medicine, sanitary products, etc. Obviously, mortgage or rent should always be on top of your list. If you can manage to secure your home, then you’ll be better off than others who have been suffering from the foreclosure crisis.
Don’t go accumulating any more bills, especially credit card bills. If you owe on credit cards, pay when you can. Your mortgage or rent should come first though. Whatever you do, don’t go charging on your cards any more than you already have.
| 2.3 |
301 Redirect — What is It and How to do It
Comments: (0) Published October 29th, 2008 in SEO|SEM301 redirecting is a safe way to redirect web traffic from one site to another. If you’ve recently redesigned the pages of your site and want to keep up with the search engine rankings, you can implement a successful 301 redirect. This is a good technique for preserving current search engine placements and rankings while redirecting your web pages. The code “301″, of course, means “moved permanently” in Internet speak. Implementing the 301 redirect code can be done by creating a new file with the .htaccess code.
.htaccess files can be made by using this code: redirect 301 /old/old.htm http://www.yournewsite.com/new.htm or .html .
Note: do not use “http://www.” on the first part of this code. Make sure you leave a single space in between each part of the code.
Save this code as a notepad document and then upload it to your server’s root folder. You will then want to test it, of course, and you can do this by typing in the old address to see if it automatically redirects you to the new page.
Another way this can be done is by doing an IIS redirect. Right click on the file you want to redirect in your Internet services manager, and then select “a redirection to an URL.” You can then type in or paste the redirection page. Select “exact URL entered above” and “permanent redirection for this resource,” and then click on apply.
Those who use PHP, you can enter this code into your PHP script:
1. <?
2. header( “HTTP/1.1 301 Moved Permanently” );
3. header( “Status: 301 Moved Permanently” );
4. header( “Location: http://www.new-url.com/” );
5. exit(0); //
6. ?>
Here is a JAVA script that you can try as well:
<%
response.setStatus(301);
response.setHeader( “Location”, “http://www.new-url.com/” );
response.setHeader( “Connection”, “close” );
%>
Keep in mind that you don’t have to completely change your domain name in order to do a 301 redirect. You can simply redirect the pages within the same domain. Either way, though, both the old page and the new page should end up with the same page rank on the search engines. By doing a successful 301 redirect, you are letting the search engines know that your website has moved. This way, you won’t have to worry about any “404 errors” popping up and making your website seem unprofessional.
| 2.3 |
Hallway Pages: What Are They?
Comments: (2) Published October 27th, 2008 in SEO|SEMA hallway page is an index that acts as a “hallway” to a group of urls linking to other pages. The idea of linking a group of important urls from other websites together on a hallway page is to make search engines spider them. If you have many urls that you wish to be picked up by search engines as soon as possible, linking them all together on a hallway page is a great way to do just that. If your hallway pages end up ranking high, then that in effect will help all of your websites rank higher.
Search engines, such as Google, usually have a limit to the number of direct submissions that cn be submitted each day by a certain person. By creating and submitting a hallway page, you are also submitting all the webpages being linked to it.
Just in case the hallway page ends up with a higher rank than the pages it links to, it should be designed to be like a “site map” or “directory” of all your pages. This will make your pages seem more professional should your hallway page be the very first page new visitors come upon. It’s up to you whether you wish to take time optimizing your hallway page for search engines. Creating the page as a directory and giving a specific description for each url may be enough.
One technique is to make your hallway page and the home page of your main website as one. Add links to all of your other important urls on the home page of your main, highest ranked website. You could also add invisible links to your main page so that the average surfer won’t see them. While it decreases the chance for anyone to click on the urls (provided they can’t see them), it can still help increase the rank of those urls by being linked to your main page.
Another technique is to buy a whole new domain for the niche’s you wish to optimize. This is a good idea for those who wish their main page has a better url but don’t want to completely start over. Go right on ahead and register a new domain with a better url, and then use it as a hallway page to your poorly named pages that have already been indexed.
You should be careful about submitting pages that are very similar though. You don’t want to be accused of spam and banned, so don’t make your hallway page an exact copycat of your other pages.
| 2.3 |




















