How To Check If Your Web Site Can Run PHP Scripts (or WordPress)
- Create a file called phpinfo.php
- Enter these few lines of code in it: (you can copy-paste from below):
<?php
phpinfo();
?> - Upload this to your root folder (where your home page (index.htm or index.html etc) lives.
- Access this script via the browser like this:
http://www.YourSite.com/phpinfo.php - You should see a nice page come up, with the PHP logo and headers, that shows all of your PHP configuration and settings. If you see it, then: Hurrah, you can run PHP on your site!
- If you see some kind of errors, first try changing the file’s permissions (chmod) to 755. (CHMOD Tutorial)
- If that still doesn’t work, then you’re probably SOL (S#!t Outta Luck). Confirm it with your web host.
- If your web host doesn’t support PHP, don’t waste your time - or your web site - with your current host. Just switch to where I host my own sites.
- WARNING: Don’t forget to delete the phpinfo.php file from your web site. Hackers can figure out a lot of stuff from this page!
Google Supplemental Index
In my book “No Business Like E-Business“, I write about the Google Supplemental Index (GSI - Ravi’s acronym). Basically, this is like the “alternate” Google database, where sites that are “on the way in” or “on the way out” show up.
If yours is a new site, it may show up in the GSI before it shows up in Google’s main index (google.com). Similarly, if your site has suddenly disappeared from the main index, you may find it here (before it disappears from everywhere on Google - which means your site probably violated their webmaster guidelines, and has gotten banned by the Almight G!).
Here’s more information from Google Webmaster Central about the Supplemental Index.
And don’t forget to subscribe to the feed while you’re there.
How To Use Blog-And-Bookmark To Send Your Traffic Through The Roof
You know what is Blog-And-Ping. Blog-And-Bookmark is quite similar.
You first blog about something (hopefully) interesting, then once your blog’s ping service has done its work on the back-end pinging all of the various web sites and your post is live, then you go to work as follows.
Use a one-to-many social bookmarking tool like AddMe.com or Socializer. I use AddMe on my blog itself, but use Socializer when I am actively bookmarking my own posts. Also check out the one-form-many-bookmarks site OnlyWire.com.
Add a bookmark to your post at all leading sites starting with StumbleUpon.com, Digg.com, Reddit.com and Netscape.com. You should do it manually for these sites, and use OnlyWire.com for automated submission to the rest of the sites.
I highlight StumbleUpon, Digg, Reddit and Netscape here, because those are the ones that send about 95% of the social bookmarking traffic that my blog gets. The rest of them add up to only about 5%, but pursuing them is still worth it due to the number of back-links (incoming links) you will get.
See the Feedburner statistics (screenshot) below for RavisRants.com.

Note the spike in traffic every time I do blog-and-bookmark myself. It not only brings in a fresh supply of visitors, but also increases my number of average subscribers (Feedburner only reports that number for one given day, as the number can vary from day to day). This is not only a great way to get first time visitors, but also to get some new feed subscribers.
So, don’t forget to blog-and-ping, tag-and-ping, and blog-and-bookmark every single time you post.
Cool FireFox Plug-in Installation Trick
Everytime I come across a cool Firefox plug-in, I want to install it and use it right away.
This is even more true when I want to perform a task (like, say, grab the color code of a cool looking color from a web site), then search if a Firefox plugin exists to do that, find one, and then install it.
I almost always have at least 10 different browser windows open, with many of them having more than one active tab. So, unless I close all open browser windows (and tabs), and re-open Firefox again, I can’t get to use my newly installed plug-in.
So, here’s a cool trick that I came up with, that you can use to install a plug-in, and still get back to where you were, without losing track of the sites that you had open.
- Do just one of the following to get to the Task Manager:
Press “Ctrl + Shift + Esc” to get the “Task Manager”
- OR -
Do a right-click on your task bar, and select “Task Manager”
- OR -
Press “Ctrl + Alt + Delete” and then select “Task Manager” - From the “Process” tab, select “Firefox” (just click on any item first, and then keep pressing the “F” key till you get to “Firefox”
- Click on “End Process”, which will immediately and forcefully close all open Firefox tabs and windows, but worry not.
- Launch Firefox now and you will be asked if you want to restore the “crashed” session (see image below)
- Click on the “Restore Session” button
- Gwala - all previously open Firefox tabs and windows will re-open one by one (you may have to log back into some sites that don’t use sessions to remember your login)
So, you can now use your newly installed Firefox plug-in, and you also didn’t lose any open windows.
Enjoy.
- Ravi Jayagopal / LinkOverLoad.com
Gimp vs. Photoshop
GrimThing has this interesting post that makes a practical comparison of Gimp and Photoshop.
Summary:
For businesses: Photoshop rules!
For home use: Don’t pirate Photoshop, and use Gimp instead, which can do all the basic stuff you need to do anyway.
Personally, I’ve used both Gimp and Photoshop, but primarily use Fireworks just because I’ve been using it for many years and am very familiar with the interface.
After Adobe bought Macromedia, they now own two of the most popular commercial image editors, Photoshop and Fireworks. Would be interesting to see what is the roadmap for these two quite-similar products. With Photoshop probably being the bigger brand, I suspect they just might fold ol’ Fireworks into Photoshop.
Go on to Gimp vs. Photoshop
How To Display RSS Feeds On Your Site
If you know what a “blog” is, you probably already know what a “RSS Feed” is.
One of the best (not to forget, cheapest and fastest) ways to get free content for your web site, is to display a third-party RSS Feed. Every time the feed’s content changes, content on your web site automatically changes, thus keeping the content fresh and ever-changing on your site.
This trick can be used for both legit and illegitimate purposes. Sploggers (those who create Splogs - “SPam-filled bLOGS”) often use it to generate thousands of “made for adsense” pages, whose primary intention is to increase PageRank, get ranked higher for highly competitive and high paying keywords, get people to visit their splogs, and manipulating the navigation that they end up leaving by clicking on AdSense (or other PPC) ads.
But if you use it for legitimate purposes, you will find that publishing RSS feeds on your site can be a great way to provide targeted, complementary content for your visitors.
Magpie RSS is a great open-source PHP script that will allow you to easily publish any third-party RSS feed on your site. I have personally tried many RSS scripts, and highly recommend Magpie. I have even used Magpie to create a pretty cool web-based feed-aggregator service, a la Google Reader and Google Personalized home page.
If you want a quick and customizable free script that is based on Magpie, and gives you sample scripts that show you how to publish one, two or more feeds on a page on your web site, go get my Free RSS Feed Publishing script, “FeedMonster”.
- Ravi Jayagopal
