Archive

Archive for the ‘Code’ Category

How to Avoid the eBay affiliate re-direct penalty

May 31st, 2010

The main thing is to use the 301 redirect code which indicates a permanent redirect so that eBay URLs are associated with the landing page content in search engine listings rather than your redirect URL. At least, this is how I understand it.

So in PHP where there is a redirect, use the code as follows:

header(“Location: $url”, [...]

Categories: Code Tags:

How To Code A WordPress Side Bar Widget Example

May 6th, 2010

In some ways it is easier to code a WordPress side bar widget than a WordPress plugin and they are generally cooler IMO.

So I want to give you an example that you can use for a template.

I got the impetus to write this post after really enjoying reading Udi Schlessinger’s blog archive of Crazy Funny Posts [...]

Categories: Code, WordPress Tags:

Your Idea for a Script

April 14th, 2010

Here’s a fun thing: suggest your idea for a script that you can’t find anywhere.

This script can be a plugin or script that you simply upload to your site and it gets to work.

Let your imagination run wild and suggest your fantasy script.

If you could command a genie to generate an Internet-marketing related script, what would [...]

Categories: Code Tags:

Hiding Affiliate Links

January 31st, 2010

First off, you do have a responsibility to disclose affiliate links but I think it is a requirement also, to instruct web bots to ignore these links and to clean up the URL of the link to remove your affiliate details.

Copy and pasting the actual affiliate link that you are given directly to your site is [...]

Categories: Code Tags:

Code of Interest to Internet Marketers

January 24th, 2010

Let’s kick off with the kinds of code that we will be using here.

First off we will have code that runs on a PC, code that runs on a Web Server and code that runs on a Web Browser.
(more…)

Categories: Code Tags: