Oregon Publishing

Tips & Tricks

« Previous Entries

Checking Page Rank with Google

Saturday, September 15th, 2007

Search Google for “info:domain.com” (without the quotation marks, replace domain.com with the domain that you want to check).
If there are no results or if the returned URLs don’t match the original URL then it’s likely that the PageRank has been faked. If Google returns only one URL for the query and if the URL is [...]

Fun Google Game

Sunday, July 1st, 2007

Found this posted on the ABW forum.
Fun game that challenges you to guess the Keyword associated with the images/pics that is used to full up those images on a Google image search.

addthis_url = ‘http%3A%2F%2Fwww.oregonpublishing.com%2Fblog%2Ffun-google-game%2F’;
addthis_title = ‘Fun+Google+Game’;
addthis_pub = ”;

Malware follow-up:

Sunday, June 3rd, 2007

The post below this made on May 27th was only the real beginning to the mess that this piece of crap put on my PC. Never had I had such trouble getting something off my Hard Drive. Geez. It is only now on the 3rd of June that I can safely say that my system [...]

Spyware, Malware, & Trojans

Sunday, May 27th, 2007

So I have just spend the last 6 hours learning how to get the SmitFraud.c Trojan off my PC. Yeah it took that long, mostly because whenever I opened my browser (firefox 2.0.0.3) I would get pop ups via IE browser. That is pretty hardcore.
So I did some more searching /pop ups galore [...]

Which < ?php> include did I want?

Saturday, February 24th, 2007

This is used on .shtml pages within the same directory:
< !--#include file="file_name.php" -->This is used on .php pages within the same directory:
< ?php include("file_name.php"); ?>This is used on .shtml pages to call a file in another directory:
< !--#include virtual="file_name.php" -->
typically it would look like this:
< !--#include virtual="/another_directory/file_name.php"-->If your regular pages end in .shtml, I would [...]

« Previous Entries