Excel: VLookup Example

The original example can be found at TechOnTheNet.com. Question: I have a list of #s in column A (lets say 1-20). There is a master list in another column that may not include some of the column A #s. I want a formula in column B to say (if A1 exists in the master list, [...]

How to Disallow Direct Access to a File with PHP

Place this code at the top of your PHP script. if ( stristr( $_SERVER['SCRIPT_NAME'], basename( __FILE__ ) ) ) { exit( ‘No direct script access allowed’ ); }

Search for Text Inside of PHP Files with Vista

Search within PHP files

Problem Windows ignores text inside of PHP files because it doesn’t recognize them. This makes it very difficult to search for specific words or phrases inside of PHP files. Solution If you have Windows Search Indexing disabled, view this solution. Otherwise continue with the steps below. Perform a search on the Start Menu for “indexing”. [...]

Why You Should Show Your Most Popular Posts

Let me cut to the chase… The number one reason why you should show your reader your most popular posts is because you want to keep them on your site as long as you possibly can. It’s that simple. One thing people are short of is time and it is your job to help them. [...]