What Makes You Different From the Other Job Seekers?

You’re special.
Your mom and dad told you. Your Little League coach told you. You tell yourself in the mirror every morning.
Anyone who encounters you must recognize what a unique snowflake you are, right?
Maybe, but not necessarily. If you’re looking for a job, don’t assume the hiring manager is going to look at your cover letter [...]

Yahoo Shuts Down GeoCities

Yahoo! on Monday closed GeoCities, a free Web hosting service that it purchased for over three billion dollars at the height of the dot-com boom.
“We have enjoyed hosting websites created by Yahoo! users all over the world, and we’re proud of the community you’ve built,” the California-based Internet pioneer said in a message at the [...]

101 Google tips, tricks and hacks

Search faster and smarter with Google – 101 must-know tips

//

Looking for the ultimate tips for Google searching? You’ve just found the only guide to Google you need. Let’s get started:
1. The best way to begin searching harder with Google is by clicking the Advanced Search link.
2. This lets you search for exact phrases, “all [...]

How to Redirect a Web Page?

IIS Redirect:
* In internet services manager, right click on the file or folder you wish to redirect
* Select the radio titled “a redirection to a URL”.
* Enter the redirection page
* Check “The exact url entered above” and the “A permanent redirection for this resource”
* Click on ‘Apply’
ColdFusion Redirect:
<.cfheader statuscode=”301″ statustext=”Moved permanently”>
<.cfheader name=”Location” value=”http://www.new-url.com”>
PHP Redirect:
<?
Header( “HTTP/1.1 [...]

SEO analysis sites

Here you can get some of the best SEO analytic sites.

www.webconfs.com
www.seobook.com
websitegrader.com
www.google.com/analytics
www.alexa.com
www.seochat.com

Google tips for frames

Google supports frames and iframes to the extent that it can. Frames can cause problems for search engines because they don’t correspond to the conceptual model of the web. In this model, one page displays only one URL. Pages that use frames or iframes display several URLs (one for each frame) within a single page. [...]

Google tips for Hidden text and links

Hiding text or links in your content can cause your site to be perceived as untrustworthy since it presents information to search engines differently than to visitors. Text (such as excessive keywords) can be hidden in several ways, including:

Using white text on a white background
Including text behind an image
Using CSS to hide text
Setting the font [...]