Script.aculo.us – Interactive Landing Pages

scriptaculous logoInteraction is key in modern web design and one of the tools I’ve found to be very helpful in making a more interactive environment is script.aculo.us

It is basically a javascript inlcude which can provide you with a whole load of effects and functions to use on your landing pages.

Check out a simple example I put together here. Download > Unzip > Open test.htm in a browser

This simple drag and drop interface opens up a world of possibilities on its own. Create simple online games, drop photos, drop objects onto images etc. It’s all done with javascript and CSS so anybody can mess with it. But that isn’t all scriptaculous is good for, check out their examples for automatic form completions and graphics demos.

Whatever vertical you run in, if you are using a landing page, you can probably find something on script.aculo.us which will improve conversion rate.

To get started take a look at the example here and pull it apart and make it work for your offers.

Internet World London 2012

Earls Court, London was home to Internet World 2012 and on a wet Wednesday morning in April I jumped on a train to check it out. It was my first visit to this show and I came away with mixed feelings. I was hoping it was going to be like ad-tech but there was only one company exhibiting that was selling traffic, I think they deserve a mention for that alone.

Here are some photos from the show:

earls courtinteresting seo displayrandomersentrance to internet world 2012There seemed to be alot of companies selling SEO services, none of the ones I spoke to sounded overly confident in their own abilities to rank for competitive terms. There was a company who specialised in app development across multiple platforms, Lime Apps. I got a really rough budget quote of £2,000 GBP to turn a simple website into an app for ios and android.

There were more hosting service providers and alot of buzz about cloud hosting. White label dating were there and I managed to sit in on one of their talks. The figures they throw out seem to be on a different planet to what everyone else is achieving. Conversions from leads to sales at 12%!! In reality if their platform could convert anything like that for general dating traffic I could have retired a long time ago.

Click consult gets best business card award, for a swanky frosted plastic design with metalic print.

A big thank you to everyone at Cupid PLC for a great night out and a bit of education in vodka appreciation. We ate at a cool little restaurant in Covent Gardens called Belgo which is in some kind of basement/sewer/underground type of setting. Nicer than it sounds and they had a good selection of Belgian ales.

All in all it was a good trip but for general affiliates and networks I would certainly hit ad-tech first and if you still feel the need to wander aimlessly arround an exhibition centre then Internet World is a good place to do it.

15 Tools I Couldn’t Live Without

Everyone has their own set of tools that makes their day to day working life easier. Below I have made a list of the tools I use regularly and recommend to others.

  1. Notepad ++ – A great little text editor for windows (I use Kate in Linux). I pretty much hand code everything now so I spend alot of time using a text editor and Notepad ++ and Kate are the best in my opinion.
  2. VMware – For firing up Linux workstations or running background processes while you work, nothing beats vmware. Really great multi-platform solution which has made such a difference compared to when I used to dual-boot desktops.
  3. Putty – A ssh client which I use alot to zip in and out of servers. Simple but effective.
  4. Firefox – My browser of choice. I use the following plugins to make it exceptional:
    a. Tree style tabs – means you can have tabs across the left hand side of your browser and have about 30 open without it being crowded. Having them at the top is retarted if you have a screen above 800×600 resolution.
    b. Firebug – great for development, seeing what you messed up this time
    c. FireFTP – a simple, easy to use ftp client
    d. Modify Headers & User agent switcher – useful if you want to bypass mobile redirects etc.
  5. Overplay VPN – Just click on a country to connect to and it will change all outgoing IP’s to that country so if a site displays ads based on geoip information you can see what’s running or check your own redirects. Also useful for when an affiliate offer redirects you to an adwall because you aren’t in their area.
  6. TeamViewer – Like remote desktop, really easy to use. I have a little Samsung N220 with a pixel 3QI screen which can be viewed clearly in bright sun light. I’ll fire up my main laptop which has the processor power and ram I need, leave that inside and then connect to it using Teamviewer from my N220 sat outside in the sunshine. I only got this setup arround Xmas but I am really looking forward to summer this year :)
  7. Thunderbird – Best email client IMO, I heart Mozilla, if you hadn’t noticed.
  8. Fireworks – A bit 1995 but this graphic design software which was originally brought out by Macromedia and then sold to Adobe where they messed it up is still what I know and use all the time. Banners, logos, animated gifs, it does everything I need and I’m not ready to change.
  9. Linux Mint – I used ubuntu for years but couldn’t get on with their new unity desktop at all. I switched to Mint about six months ago and have found it pretty impressive.
  10. Micro$oft Excel – Bit of a boring one but a spreadsheet is a wonderful thing for working out daily earnings, downloading conversion data and generall mixing about with numbers.
  11. Skype – I use it as much as a instant messager as I do for video chat. The affiliate industry seems to be running on skype more and more. I think they are in a great position to take a massive chunk out of the communications market over the next few years as other industries and general users catch on.
  12. Grep – great lil linux command line tool to search for words in a document. I use this alot to find mistakes or things that need changing. If you have a 500 page website you can search for a particular query string across the whole site within seconds.
  13. PHP & MySQL – A great combination for website frontends and database management. I use ruby for most backend stuff still because it reads like a book.
  14. Facebook Power Editor – You need Chrome to run this in the browser but it makes uploading and managing ad campaigns in Facebook a lot more simple. If only getting ads approved was so efficient. You can download it free from within the Facebook ads tab.
  15. JAH Simple PPC – A really cool little tool for building massive keyword lists for PPC campaigns. I should probably recode this and make a website out of it as I’m sure alot of people would find it handy.

What are your favourite tools of the trade?

UK Postcodes for major cities

This is useful for PoF advertising. A list of postcodes (Zip Codes) for major cities in the UK. Can be used for all sorts of other uses, as you can see this was formatted for a php geo-targeting script.

$postcode['London'] = ‘W1D1AP’; // use for england radius 75miles
$postcode['Birmingham'] = ‘B46QS’;
$postcode['Leeds'] = ‘LS18TL’; //not working
$postcode['Glasgow'] = ‘G22EN’;
$postcode['Sheffield'] = ‘S38LN’;
$postcode['Bradford'] = ‘BD12DH’; //not working
$postcode['Edinburgh'] = ‘EH11JT’;
$postcode['Liverpool'] = ‘L11RH’;
$postcode['Manchester'] = ‘M607HA’;
$postcode['Bristol'] = ‘BS13AD’;
$postcode['Cardiff'] = ‘CF101SZ’;
$postcode['Coventry'] = ‘CV11LZ’;
$postcode['Leicester'] = ‘LE16ES’;
$postcode['Belfast'] = ‘BT365WN’;
$postcode['Nottingham'] = ‘NG13PZ’;
$postcode['Newcastle'] = ‘NE18JQ’;
$postcode['Hull'] = ‘HU11EP’;
$postcode['Plymouth'] = ‘PL12HJ’;
$postcode['Stoke'] = ‘ST15NB’; //not working
$postcode['Wolverhampton'] = ‘WV13AE’;
$postcode['Derby'] = ‘DE11LF’;

$postcode['Wakefield'] = ‘WF11JU’;
$postcode['Sunderland'] = ‘SR13PT’;
$postcode['Brighton'] = ‘BN11NS’;
$postcode['Swansea'] = ‘SA15LS’;
$postcode['Southampton'] = ‘SO141NB’;
$postcode['Salford'] = ‘M65RS’; // very close to manchester
$postcode['Aberdeen'] = ‘AB115PD’;
$postcode['Portsmouth'] = ‘PO12LX’;
$postcode['York'] = ‘YO16DH’;
$postcode['Peterborough'] = ‘PE11BA’;
$postcode['Dundee'] = ‘DD13JP’; // Use for scotland at 75miles radius, aberystwhyth for wales is SY234DF radius 25miles
$postcode['Lancaster'] = ‘LA11HP’;
$postcode['Oxford'] = ‘OX12LN’;
$postcode['Newport'] = ‘NP201QU’;
$postcode['Preston'] = ‘PR13AU’;
$postcode['St Albans'] = ‘AL1 1JQ’;
$postcode['Norwich'] = ‘NR21JR’;
$postcode['Chester'] = ‘CH12BD’;
$postcode['Salisbury'] = ‘SP12ND’;
$postcode['Cambridge'] = ‘CB11LY’;
$postcode['Exeter'] = ‘EX11HD’;

Building a Stack For Fun and Profit – The Internet Marketing 101

Time Frame: 3 Years

Day 1 – The Study Period

Read, read, read. You’ve probably heard from a friend, colleague or just through the grapevine that people are making alot of money promoting affiliate products online and want a piece of the action. It’s time to start soaking up knowledge to give yourself an idea of how it works, whether its for you, if the money they are talking about is even real.

There are some great resources on the internet which have valuable information on online marketing. Take a look at:-

Day 7 – The Planning Period

So you’re convinced and have committed to giving this a go, you are probably expecting instant results and have already decided what colour you are going to have your Ferrari in. You probably want to start with free/organic traffic because you don’t want to commit money until you know for sure it works. Sensible decision.

The following in my opinion is the best way to start out.

Creating Your First WordPress Website
                                                                 and making money from it

For this you are going to need an outlay of around £20 or $30 USD, a patient attitude and a determined work ethic. What you are going to be doing is creating your first website and monetising it via Google Adsense ads.

What is your site going to be about?

The best bet is to make it about something that genuinely interests you. You’ll be doing a fair bit of writing for this and it is much less painful if you are writing about stuff that you like. Now take your subject and type it into Google. So for example I play guitar so I might start a website about Fender guitars. When I type Fender guitars into Google I can see sponsored ads in the listings. This means there is some commercial interest in your topic, a very good thing when it comes to selling advertising later.

Another great tool for this is the Adwords Traffic Estimator.

I think you may need an account with http://adwords.google.com

You can find it under Tools > Traffic Estimator

As you can see from the above Fender guitars isn’t a bad topic, Jimi Hendrix is a better topic because cpc’s are high and the audience is bigger, snowmen is a nono because there’s less audience and noone is bidding on that term.

So what will you nead?

Here is a cost breakdown with everything you need.

Domain name – $15ish for 2 year registration
Web hosting or a VPS – $5/month or $20/month for a VPS
Latest version of WordPress – Free
Googles webmasters suite – FREE
Notepad ++ – Free
Image editing software for designing logos etc. – Probably free

Day 14 – The First Build

Domain Names

For domain names I tend to use Godaddy for US or 123-Reg in the UK.

Try and find a domain name with the name of what you are writing about in it.

  • my-cool-blog.com = Google no likey
  • jimihendrixrocks.com = Google likes & its fairly memorable (might want to think about copyright infringements with this one though.

Web hosting or a VPS (Virtual Private Server)

So with webhosting you can setup one website, if you want to setup another one you need to get another webhosting package. With a VPS you can host as many sites as you like all on one server. If you are looking to seriously get into online marketing a decent VPS is a great investment and will allow you to expand as you get new ideas for new websites etc.

If you decide to go down the Webhosting route look into webhosts that come with wordpress pre-installed as this eliminates the need to set it up yourself.

WordPress

WordPress is a free blog / website creation programme, I think the proper term is content management system. It runs on a webhost or server and you don’t really need to know any html or php code to use it. Once setup you can edit pages in much the same way you word edit a Microsoft Word document. It’s so simple to use your Granny could do it. This is what it looks like from the admin panel:-

wordpress blog backendThis site at time of writing is actually run on wordpress, so this is what it looks like from the user perspective. Just like a… website

I’m not going to go through how to install it on a server but it’s pretty easy the second time you do it.

Installing wordpress article: http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install

Once it’s installed you can get started setting up a nice theme which suits your content. Setting up some pages, categories. Generally just fiddle with it and mess with things until it looks right or you break it and have to start again.

WordPress is great until you want to do something which doesn’t have a plugin or theme. That’s when you need to start tinkering with the backend code and a little bit of php knowledge is very useful.

In fact if you are going to be doing more of this learning PHP is really essential in my opinion.

http://inpics.net/phpbasics.html

http://php.net/manual/en/tutorial.php

So by now you should have a basic site setup, perhaps a few pages of content, some nice pretty pictures etc. If you want a logo for your site you’ll need some image editing software. Gimp is free, Photoshop is the standard, Fireworks is what I use. Photoshop is probably the best thing to use if you can get a cheap/free copy.

Photo editing is going to play a major role in design, creating banners and covering up girls boobs later on in your marketing career so it’s a good idea to get started with it now.

The next step is to get a Google account and sign up to the following free tools:-

  • Google Analytics – Shows who’s visiting your site
  • Google Adsense – Displays ads on your site, makes you money
  • Google Webmaster tools – Info and help with indexing your site on The Google

To integrate all of these into your site download the following wordpress plugins or find better equivalents:

1. Google Analytics for WordPress
2. Best Google Adsense
3. Google XML Sitemaps

Now it’s a case of producing great content, attracting visitors, promoting your blog. Get writing, get working, be patient.

Week 8 – Replicate and Improve

By now you should be getting some visitors to your blog and some of those should be clicking those lovely little adsense ads which should be bringing you in some money. Don’t be too disheartened if you’re only earning $1-5 day at this stage. Your Ferrari may still be a long way off but you should start earning enough to warrant investing in a solid VPS and registering some more domains.

Like the first time you do anything you will have learnt so much that the second time you will want to do everything differently. This time installing wordpress takes 2 minutes instead of 2 days. Getting the plugins setup is a doddle. It all seems to be coming together.

Your second site will no doubt be more successful than the first. You can learn a bit more about how the search engines function from sites like:

You can start to build a real audience by doing guest blog posts and commenting in the community on blogs and forums. You’re design skills will be improving and you can start producing imagery and infographics which everyone, including Google, loves.

Month 6 – Automation

By this stage you should have a handful or more sites all bringing in a little bit of money. You should start expanding your monetisation methods too by signing up for Amazon affiliates and the Ebay partner network. You might not be able to give up your day job yet but you should be earning in the region of $10-50 a day. Best of all the cheques are starting to come through now. You actually have some money in your account. But it’s hard work, countless hours writing blog posts, editing photos, reading articles on SEO, learning php and mysql, tweaking theme templates. It just doesn’t seem worth the effort for the little reward. But what if you could automate this process of creating sites. Instead of making one or two sites you made 100 and they all brought in a little bit of income.

This is where it pays to have some background knowledge in programming. I used ruby, image magick and linux to produce 100′s of little niche review sites for the Amazon content network back in the day. It was great for a while, every site started creeping up the SERP’s (Search engine results pages) and I thought I was the richest man on earth earning $100/day.

I fell in love with automation, the idea of having something that runs itself, like a machine printing money. I could set it up and the next day go surfing and I would still be making money while I wasn’t working. It’s a great feeling and I heard a little saying the sums it up well.

“Affiliate Marketing – The art of working 16 hour days so you can make money in your sleep”

Month 7 – The Google Slap / First Set Back

You wake up in the morning and the first thing you notice is your Amazon account isn’t looking as good as it should. You check Google Analytics and all your traffic has gone. You just got Google slapped. Back to square one.

Horrible feeling but you’ve just got to get back to work and start again.

Month 10 – Affiliate Data Feeds & Big Content Sites

By this stage your sites should be getting ever more advanced. Perhaps taking content from data feeds or ripping databases from all over the web and then collaborating the information into massive content sites. As long as you keep the text and images as unique as possible you can get 1,000,000 page websites indexed this way. This can bring in alot more revenue than your average wordpress blog and once the content is setup you can move on to the next project.

Month 12- CPA Networks

You continue doing the Google dance and making sites to bring in adsense revenue and sell products for affiliate commission. You should have a fair amount you’ve made in your bank account now, assuming you haven’t spent it. But everything is so slow. It can take six months for a site to develop to a stage where it is bringing in decent money. You crave faster success. There is a buzz on the forums and places like www.affbuzz.com about CPA advertising and promoting offers on sites like Plenty of Fish and Facebook. You hear of people making thousands promoting stuff on Adwords and other paid traffic sources. You sign up to your first CPA Affiliate network.

If you are going to sign up to an Affiliate Network make sure it’s a reputable company.

Neverblue, MaxBounty, Mundo Media, Click Booth etc.

You’ll need to get approved on the network and that usually involves a phone call. Scary stuff, the first time I spoke to some lady at Max Bounty it was like a cross between a first date and a job interview. It’s worth the hassle though CPA networks are the best way to really take your business to the next level.

It’s probably time to start thinking about starting a business too. I don’t know about for the US but in the UK if your earnings are above a certain level you are going to get spanked hard by the tax man unless you start up a company. Luckily I had an accountant I worked with already which made this much easier.

Month 13 – Promoting Dating and Gaming offers on Social

It’s time to start hitting the paid traffic sources to promote your CPA offers. Here are a few to get you started:-

Plenty of Fish – A dating website which has superb targeting options.

Facebook – The people who run Facebooks ads are complete arseholes but they have loads of traffic. Upload ads, get them disapproved, reupload them, get them approved, get them retro-banned. This goes on till they close your account and then you start another account and do it all over again. Ridiculous but a necessary evil if you want to get a bite of all that Facebook traffic.

I think the best verticals to start out in are gaming and particularly dating. It’s competitive no doubt, everyone runs dating and gaming but there is a good reason why everyone does it.

At this stage it doesn’t matter how much money you are making as long as your campaign is profitable. Go Niche! Target 40-45 year old dog walkers from Newcastle. You might only be able to spend £3/week on that campaign but if you get a conversion at £5 you are doing it right. This is a learning curve and once you get familiar with setting up campaigns and promoting offers you can start to go broader as you search for wider profits.

Having said that don’t beat yourself up too much if you lose a little money. I spent a few hundred dollars on PoF before I got the hang of it. Once you spend $1000 with them you get access to their IAB standard ads (basically bigger ads) which tend to be more profitable.

Month 14 – Tracking and Optimising

This is going to be key if you are going to be successful at promoting CPA offers. For me Prosper202 is the way to go. It’s free, you install it just like wordpress and it’s fairly straight forward to use.

Prosper202 will let you track what is and what isn’t working. You can see your clicks coming in. You can see them going out to the CPA offer. You can setup a conversion pixel so that you can tell how much you earnt that day across all CPA networks and all traffic sources. You can spend countless hours watching the little spy page with it set to show only conversions waiting for another dollar sign to pop up letting you know you’ve made another $5.

Month 16 – Innovating with a Landing Page

By this stage you should have a pretty good grip on setting up sites and designing banners. You should also be getting pretty handy with php. Know how to do a geo ip lookup yet? That’s going to be useful.

You need to start creating and coming up with your own innovative ideas for campaigns.

Try building landing pages rather than direct linking to the CPA networks. Try collecting email addresses using Awebber or icontact. Try some different traffic sources, there is a massive list of them at:

http://www.3things.be/internet/useful-list-of-online-advertising-platforms/

It’s only a matter of time before you hit your first real success. A nice little campaign that is makes a tidy $100+ a day. It works, it’s instant and you are doing it. Buying and selling traffic for fun and profit.

Month 17 – The Facebook Ban or Banner Blindness

Your one campaign starts to die out. Either Facebook bans your account or all the users on PoF start to get wise to that hot girl in glasses they kept click on and landing on a weird sign up form. Either that or your affiliate manager will tell you in the politest manner that your traffic sucks and they don’t want it anymore.

Your campaign starts to lose money and you have no choice but to pause it.

Month 24 – Expansion

By this stage you should have some solid campaigns across various traffic sources running traffic to more than one CPA network. You should be hitting $1000+ revenue weeks with each CPA network consistently which should put you in line for weekly payments.

This is where things start to happen really fast. You pay for advertising and within a couple of weeks that money plus whatever ROI (return on investment) you made will be back in your bank account ready to reinvest.

Your spend and income will soar dramatically over the next three months as you scale out campaigns.

Start looking at different countries. Promoting stuff in Poland isn’t hard when you have:

onehourtranslation.com
and
translate.google.com

You can use prosper202 to optimise your campaigns to get the best possible ROI. You need to be designing banners which can pull a high CTR (click through rate). Constantly optimising, testing, improving your campaigns.

It might be a good time to start looking at different verticals, credit reports, skin care, biz ops, mobile.

Start looking at high volume traffic sources such as Sitescout RTB, perhaps even setting up your own media buys direct with site owners.

Do some research when you enter a new niche. You can use:

Take a look at what others are doing, who else is advertising in this space.

  1. Where are they advertising?
  2. What do their ads look like?
  3. What do their landing pages look like?
  4. What offers / networks are they sending the traffic to?
  5. Most importantly can you do it better?

Month 30 – Taxes and Trips Away

You should now be running a shit load of traffic. Quit your day job. Outsource remedial tasks using odesk.com and generally be living the high life while still working 80 hour weeks. CPA networks & Ad Exchanges will be inviting you to events, conferences, parties.

The tax man is going to come after you in a big way sooner or later, make sure you are ready. If you haven’t done it already get an accountant, give them the job of checking daily stats, sending wire transfers, keeping an eye on payments coming in. It’s time to stop micromanaging and start doing what you do best -

Buying Traffic Cheap > Adding Value > Selling Traffic For Profit

The money involved becomes intangible almost like playing with monopoly money. Your mistakes start costing you more and more money. I once lost $36,000 because I mistyped an outlink on a landing page. I sent traffic to out.php instead of out/out.php an easy mistake to make and there were other links on the page so the campaign was still profitable. I fixed it 18 days later and my profit on that campaign the next day rose $2000.

No. 1 Tip – Check stuff. No matter how busy you are. No matter how simple that last line of code was. Upload it and check it works. Check tracking links are working, check images look ok. Check your lander works on all browsers and at all screen resolutions. Check your conversion tracking is setup right, pretty much check everything and then check it again before you start throwing traffic at it.

Start looking at server optimisations. Apache can’t handle high volume campaigns out of the box, you either need to tweak it or start using something like nginx. Get setup with dedicated servers, load balancers, custom tracking solutions.

Month 36 – Moving On

I sometimes think of affiliate marketing being like working for someone else. It’s like working in a day job at McDonalds in a lot of ways because you are making money for someone else. You are earning for sure but you can guarantee the Network/Merchant is making a whole lot more in the long term. I think everyone gets to a point when they want to do something different, build their own site/offer, start a CPA network, release a guru course or coaching forum, invest or start a bricks and mortar business.

Online marketing is a fast paced industry and people don’t tend to stay in it long term. Make your money and get out. The skills that you learn become an ideal base to take it to the next level, whatever that may be.

Direct Response Marketing Pushing CPC Prices Up – The Future for Google Adwords

I was asked to setup a little campaign for an offline electrical company on “The Google”. The business they operate in is electrical testing or PAT testing as it is known here in the UK. It’s the kind of industry where I wouldn’t expect to find much competition when it comes to online marketing. That was until I saw the CPC’s in Adwords for keywords related to his business:
This is straight of the bat without having the chance to build up a good quality score but it blew me away how high the estimated first page bids were. So I spent some time checking out the competition and who it was that was bidding at somewhere near these levels. From that research it seemed clear that all the top bidders had some form of direct response lead capture form on their landing pages. Whether it be a request for quote or call back form it seems that industries are catching on to the power of direct response marketing.

If these sites are dominating in an offline industry it is only a matter of time before direct response marketing becomes a must for any company looking to advertise on Google Adwords successfully.

With click costs so high it is essential to get the most leads from your revenue spend as possible and a well designed direct response page is the way forwards in this approach.

This is what I came up with as a starting point:-

Why this type of web page works so well with adwords:-

  • It’s simple
  • It’s easy to read and interact with.
  • The user has two options a) if he/she is looking for a quote they can fill in the form and get a quote. b) they can hit the back button. There are few other distractions on the page. No company history or about us page to distract users from what we really want > the lead. Some people may not like this approach or outright think it is wrong and you need a full website but this layout is tried and tested.
  • The single page is much easier to test and develop. The above is just a starting point to start mutli-variate testing with. I’m sure it can be improved once traffic starts pouring in with better creatives, layout, bullet point benefits, testimonials etc.

I really think that this kind of lead generation form is going to be used alot in the next 5-10 years across almost every industry and country on the planet. Marketing departments are going to stop thinking about having a pretty website and start thinking about how to achieve their goals through online advertising and ultimately bring in more business.

The affiliate industry is well ahead of the game and this is the norm to many people working in this space but I was surprised to see how that knowledge is seeping out to other industries which you wouldn’t associate with an online presence.

I wonder how much of a difference it would make to people running these campaigns if they had prosper202 setup with a mutli-variate testing script and some background knowledge in online advertising. You can really dominate a industry like this with the knowledge that is gained from basic direct response performance marketing.

The Neverblue Velo Bankruptcy Saga

On April 3rd Velo Holdings the parent company of Vertrue which in turn is the parent company of Neverblue (have I got that right?) filed for bankruptcy. Performer insider released an “affiliate marketing is dead” post and I’m sure alot of affiliates, myself included, panicked.

A generic email followed which stated “we intend to make all affiliate payments on schedule, in a timely and reliable manner” which shows good intentions but didn’t offer much reassurance.

I spoke to the network manager yesterday and was told that affiliate payments are still going out, the staff are all going to be OK and the Whistler trip is still on :) All in all from what I can gather the Neverblue team seem quite possitive about the changes that are inevitably going to take place moving forwards.

There’s a good article over at 4-traders.com which states “Velo said it plans to auction two segments, its health insurance sales and lead generation businesses”. It sounds like the profitable parts of the holding company may well be sold off which should mean Neverblues day to day running wont be affected. The worry is that if the banks do pull the plug for any reason assets could be frozen and creditors/affiliates wont get paid. This really is worse case scenario though and to anyone logically looking at the business it would be a drastic and detrimental move.

I’m sure all the affiliates are going to be watching payments like a hawk over the next few months but if Neverblue can carry on operating without intervention I think we all should be OK. On a brighter note I heard rumours of a Neverblue Interact Event in London this June which should be a blast.

P.S. The following offer is H.O.T.T. right now

Ruby & Selenium Script to Check Google SERP ranks

Haven’t used this in a while but it used to work really well untill google would throw a captcha at you after the first 5000 queries. Might be of use to someone. It’s designed for linux and you’ll need selenium up and running to work it.

#!/usr/bin/env ruby
require ‘rubygems’
gem ‘selenium-client’
require ‘selenium/client’

system(‘java -jar ‘ + File.dirname(__FILE__) + ‘/../../selenium-server.jar &’)
system(‘sleep 3′)

$quickcheckres = Array.new
#logfile
dcom = ‘date +%D’
dres = IO.popen(dcom)
date = dres.readlines.to_s.gsub(‘/’, ‘_’)
date.chomp!
logfile = File.dirname(__FILE__) + ‘/logs/quick’ + date + ‘.txt’

class Array
def shuffle!
size.downto(1) { |n| push delete_at(rand(n)) }
self
end
end

file2 = File.open(File.dirname(__FILE__) + ‘/mydomains.txt’)
$mydomains = file2.readlines
file2.close
#puts ‘Checking domains…’
#puts $mydomains

file3 = File.open(File.dirname(__FILE__) + ‘/mysearches.txt’)
$mysearches = file3.readlines
file3.close
#puts ‘Checking searches’
#puts $mysearches

@selenium = Selenium::Client::Driver.new(“localhost”, 4444, “*chrome”, “http://www.google.co.uk/”, 10000);
@selenium.start

$mysearches.each { |search|
search.chomp! # experimental 26.2.10
gsearch = “/search?num=100&h1=en&q=” + search.gsub(‘ ‘, ‘+’)
@selenium.open gsearch
@selenium.wait_for_page_to_load “30000″
# system ‘sleep 10′

html = @selenium.get_body_text()
html2 = html.to_s
#puts html2
test = 0
#puts html
$mydomains.each { |dom|
#puts dom
dom.chomp!
if html2.include? dom
test = 1
$mydom = dom
end
}
if test == 0
puts ‘No results for ‘ + search
logcom = ‘echo “No results for ‘ + search + ‘” >> ‘ + logfile
system(logcom)
$quickcheckres << ‘No results for ‘ + search
else
#   puts ‘Result found for ‘ + search
crf = ‘Cached – Similar’ #change common result factor
html3 = html2.split crf
rank = 1
html3.each { |cr|
if cr.include? $mydom
puts $mydom + ‘ ranks no.’ + rank.to_s + ‘ for ‘ + search
$quickcheckres << $mydom + ‘ ranks no.’ + rank.to_s + ‘ for ‘ + search
logcom = ‘echo “‘ + $mydom + ‘ ranks no.’ + rank.to_s + ‘ for ‘ + search + ‘” >> ‘ + logfile
system(logcom)

else
rank = rank + 1
end
}
end

}

#close server
sys = ‘ps’
sysres = IO.popen(sys)
sysres2 = sysres.readlines
sysres2.each { |sr|
if sr.include? ‘java’
sr2 = sr.split
system (‘kill ‘ + sr2[0])
end
}

puts $quickcheckres