Posts Tagged ‘Start’

Search Engine Optimization-Directories

Tuesday, July 15th, 2008

Another way to generating inbound links is to submit your links to directories. I know of webmasters who swear by the benefits of such a strategy - the first thing that they do when starting a new site is to do the rounds of directories - submitting links to key pages with appropriate keywords in the links. There are loads of directories out there - many of which offer a free submission. Ari Paparo has compiled a list of blog directories that you might want to start with.

Extended Googling

Tuesday, July 15th, 2008

Google offers several services that give you a head start in focusing your search. Google Groups (http://groups.google.com) indexes literally millions of messages from decades of discussion on Usenet. Google even helps you with your shopping via two tools: Froogle (http://froogle.google.com), which indexes products from online stores, and Google Catalogs (http://catalogs.google.com), which features products from more 6,000 paper catalogs in a searchable index. And this only scratches the surface. You can get a complete list of Google’s tools and services at www.google.com/options/index.html.

You’re probably used to using Google in your browser. But have you ever thought of using Google outside your browser?

Google Alert (www.googlealert.com) monitors your search terms and e-mails you information about new additions to Google’s Web index. (Google Alert is not affiliated with Google; it uses Google’s Web services API to perform its searches.) If you’re more interested in news stories than general Web content, check out the beta version of Google News Alerts (www.google.com/newsalerts). This service (which is affiliated with Google) will monitor up to 50 news queries per e-mail address and send you information about news stories that match your query. (Hint: Use the intitle: and source: syntax elements with Google News to limit the number of alerts you get.)

Google on the telephone? Yup. This service is brought to you by the folks at Google Labs (http://labs.google.com), a place for experimental Google ideas and features (which may come and go, so what’s there at this writing might not be there when you decide to check it out). With Google Voice Search (http://labs1.google.com/gvs.html), you dial the Voice Search phone number, speak your keywords, and then click on the indicated link. Every time you say a new search term, the results page will refresh with your new query (you must have JavaScript enabled for this to work). Remember, this service is still in an experimental phase, so don’t expect 100 percent success.

In 2002, Google released the Google API (application programming interface), a way for programmers to access Google’s search engine results without violating the Google Terms of Service. A lot of people have created useful (and occasionally not-so-useful but interesting) applications not available from Google itself, such as Google Alert. For many applications, you’ll need an API key, which is available free from www.google.com/apis.

Thanks to its many different search properties, Google goes far beyond a regular search engine. Give the tricks in this article a try. You’ll be amazed at how many different ways Google can improve your Internet searching.

Seo:Start Out Slowly

Monday, June 30th, 2008

Before rushing off and registering your domain make sure it has the appropriate meta and title tags and that the web site has been optimised.

Windows :Enable Hibernate Option of Windows XP

Monday, June 30th, 2008

1. Go to [Start] -> [Settings] -> [Control Panel] -> [Power Options]
2. Select the ‘Hibernate tab’
3. Check the ‘Enable hibernation’ box
4. Click Click OK

windows :Turn off the low disk space windows notification Baloon Tip

Monday, June 30th, 2008

start regedit,
add/update value “NoLowDiskSpaceChecks” to DWORD = 1
path: HKEY_CURRENT_USER -> Software -> Microsoft -> Windows -> CurrentVersion -> Policies -> Explorer
requires a logoff or reboot

PHP:Enable Output Compression

Monday, June 30th, 2008

Paste following code as the beggining in your config file in order compression to be applied to all files.
<?php
ob_start( ‘ob_gzhandler’ );
?>

PHP: Prevent PHP script Caching

Monday, June 30th, 2008

// prevent caching
header(”Expires: Sat, 01 Jan 2000 00:00:00 GMT”);
header(”Last-Modified: “.gmdate(”D, d M Y H:i:s”).” GMT”);
header(”Cache-Control: post-check=0, pre-check=0″,false);
session_cache_limiter();
session_start();

Hacked site: Stop worrying and start working

Thursday, June 19th, 2008

If you are worried about the consequences of having your site hacked here are some useful info that should put your mind at ease, knowing that you know what to do in case it happens.

* Google will delete you from their index but they will restore your URL in their index as soon as they confirm that your site is clean.

If being removed from the list worries you too much remember to focus on the positive part. Since Google will be contacting you, you can do something about it IMMEDIATELY. Note too that removal from the index is just a temporary thing so don’t sweat it. As Matt Cutts pointed out in his reply to Ryan Stewart, at least your prospective customers (users who click on the link from SERPs) won’t be turned off when they appear on a hacked page. Temporary removal would result in immediate loss/decrease of traffic but being retained in SERPs may result in long term loss of customers since word of your “insecure or low quality site” might get out. Remember SEO is not just about ranking well in SERPs but is also about reputation building so look at the bright side, stop worrying, and work on your site’s security. If you’ve been hacked then clean up your site at once…even before Google detects the problem and you receive notification that your site has been removed from the index.

According to Google Webmaster Central if your site has been hacked you should immediately:

1. get your site offline
2. assess the damage
3. re-install the OS and make sure you install all the latest patches for software you news
4. restore your site
5. change ALL your passwords
6. get the site back online

Hide in the (Network) Neighborhood

Wednesday, June 18th, 2008

Don’t want your XP computer to show up in the network browse list (Network Neighborhood/My Network Places) to other users on your network? One way to accomplish that is to disable file sharing. To do this, click Start, right click My Network Places and select Properties. Right click your local area connection and click Properties. Uncheck the box that says File and Printer Sharing for Microsoft Networks. Click OK.

But what if you want to be able to share folders with some users; you just don’t want everyone on the network to see your computer’s shares? There’s a way:

Click Start and select Run.
In the Run box, type net config server /hidden:yes
Click OK.
Now others who know the UNC path (\\computer name\share name) can connect to your computer’s shares from the Run box, but it won’t show up in the network browse list.

Remove the Links folder in IE Favorites

Wednesday, June 18th, 2008

If you’re one of the many people that NEVER use the “links” folder in your favorites and can’t keep windows for re-creating it. Here’s how:

[Start] [Run] [Regedit]

Registry Key: HKEY_CURRENT_USER\ Software\ Microsoft\ Internet Explorer\ Toolbar

Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.

Data Type: REG_SZ [String Value] // Value Name:

LinksFolderName

Value Data: [Set the String Value to a blank string]

Open Internet Explorer and manually delete the Links folder from Favorites Menu. The Links folder will not be recreated. Exit Registry and Reboot.