Technical Aspects of Search Engine Optimization (SEO)

“So can you make sure that my new website appears in Google’s search results, on the first page?” It’s what clients tend to ask. They seem to think that one picks up the phone to have a little chat with Google to see if they can be persuaded to bump the site’s classification up a bit. No can do.

Nevertheless, there are ways and means to help Google classify your site properly – and higher. In the old days, it was commonplace to add a bunch of keywords in the META tags of a site in order for search engines to believe that the site was relevant to a lot of searches (the inclusion of porn-related keyword being a much-practised solution). Nowadays, however, Google all but complete ignores keywords. It’s better to leave out the META keywords altogether, since including irrelevant keywords will damage your reputation with Google rather than improve it.

In lieu of keywords, Google checks the actual content of your site (we’ll get to that in depth in a moment). It also checks the number of sites that link to yours (so-called backlinks). This number isn’t something you can improve overnight. Some social engineering is necessary to get other webmasters to link to your site. Link trading is commonplace: you link to my site, I link to yours. This is the most powerful way to get your site noticed by Google. Read more


Adobe Flash Full Install for Firefox

If you’re trying to set up Adobe Flash on Firefox, be it a new version or an upgrade, perhaps you’re experiencing problems with Adobe’s download manager. It just doesn’t seem to download anything. No problem – you can download the full package in one go for installation on Non-IE browsers here. Close Firefox, execute & done. Be sure to verify success by checking your Flash version here. Also remove the Adobe download manager, since you won’t need it anymore.


Making SysInternals Process Explorer Replace the Task Manager on Windows 7

When you try to have SysInternals’s Process Explorer (procexp.exe) replace the Task Manager on Windows 7, it won’t work out of the box. The new task manager cannot be found (as you will see when trying to start the task manager from the task bar), because the file procexp64.exe that Process Explorer creates to be instantiated when you start the task manager gets put in a temporary directory under your user account, and is inaccessible. The solution comes in two parts:

  • Find procexp64.exe which gets placed in C:\Users\YourUserName\AppData\Local\Temp. Copy it to your Process Explorer installation directory.
  • The registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe holds the path to the current taskmanager. Edit this key to point to the new location of procexp64.exe.

Good to go!


Installing PHP on Windows 7 the Extremely Easy Way

PHPSo there I was trying to install PHP 5 on a sparkly new laptop running Windows 7, without the foggiest idea how to make PHP get along with IIS 6.1. Although I had setup PHP plenty of times on Windows XP, IIS 6.1 had a new look that was a bit daunting, so it was off to Google for a step-by-step guide. I ended up finding something better than that. Read more


Firefox Addons for Web Development

Web development gets a lot easier when you use Firefox, which comes with an agreeable number of bells and whistles built in. However, it gets much better still when you install some of the addons that the Mozilla community has on offer. In particular, the following addons make the web developer’s life much easier.

Read more