April 25th, 2007

How to check online status for AIM, Yahoo!, MSN, Skype and ICQ users

You're probably registered on at least one forum. And you've no doubt seen that in your forum profile, you can add your favourite Instant Messaging (IM) profile details, and other users can see if you're online. You in turn, can see who else is online as well. Well what if you want to add that status indicator to a website you run? Here are a series of PHP classes that can detect the online/offline status in all of the major IMs. (more…)

April 25th, 2007

PPC Management Software

A couple of years ago, many companies that venture into marketing online were exploring the option of Pay Per Click advertising, and sourcing a provider. Google AdWords has become the most popular, and generally speaking it is the PPC suite that most companies start with. (more…)

April 23rd, 2007

Why are Microsoft Office 2007 files are being detected as ZIP files?

A number of email administrators have complained that Office files are detected as ZIP files, and therefore blocked by their spam filters. The reason for this is that Microsoft is actually using ZIP to compress the documents. (more…)

April 23rd, 2007

Google Analytics Consulting

Web

I love working with Google Analytics. It's got most of the advanced features of some of the bigger on-demand analytics solutions, such as Webtrends and others. I use it on all of my sites because it's free and gives me valuable insights into visitor navigation, that no log file web statistics software can provide. (more…)

April 20th, 2007

How to detect the home page on a Joomla site

Create beautiful Joomla websites with a flexible layout from iJoomla.com

Recently I had to add some PHP code to the template of a Joomla site I run, but I wanted that code to run on the homepage only. Considering the fact that I'm using an SEF component on the site, it was tricky, but here's the line of PHP code I was able to do it with:

$pge = $_SERVER['QUERY_STRING']; if ($pge == "/index.php"||$pge == "") {
     //do stuff
}

Create beautiful Joomla websites with a flexible layout from iJoomla.com

« Previous PageNext Page »