Back to it I thought I would write a quick post about something which seems to be helping my ebay partner network revenues – that is campaign splitting. I am totally unsure of how ebay partner network campaign splitting will work for you – I am only just starting to test it my self – […]

Fresh Ideas
Hi there! This is my old blog, I don't hang around here much.
You can now find me trying to mix things up here:
Visit WoodyHayday.com Subscribe To My Email List
Code
Ebay Partner Network Experiments – Splitting Campaigns for EPC?
Javascript in Spreadsheets? – Google Apps Script Does that
Far from being a google promoter, I do like this. Google Apps Script opens up google spreadsheets to scripting – Just like Macro’s etc in Excel, but with Javascript. This effectively opens up a world of online data processing and analysis that would have not been easily possible within a browser before hand, especially suiting […]
Multiple WordPress blogs from 1 instance / 1 wordpress folder to maintain
WordPress is a victim of its own success, but its no victim. It is huge. Millions upon millions of people use wordpress to power their blogs (like this one for example) to make money and to have their voice present on the internet. It has become a first stop for a huge host of people […]
Ebay Partner Network Xmas Bonus? – EPN Look after their affiliates
Those of you that make good money out of eBay probably noticed the downtime last month. For me it had an affect on my epn earnings for around 5 days. The problem (in my case at least) seemed to be with RSS feeds called from php (curl.) But it could simply have been a server […]
Auction 2 Post Recap
Its been a while since I posted my review of Auction 2 Post and I thought I would do a post with my results so far etc. Broadly speaking a2p has been a fairly successful venture, between 5-10 sites, all of which more than pay their way have brought more than 100% ROI on the […]
2015 – What will technology be in 2015?
I read a fair bit of technology news and discussion online, its a kind of hobby of mine – around this I make sweeping statements about what I think things will end up like. While a fairly pointless thing to do its interesting to note what you think things will be like in the future […]
Dreamweaver .Ste into Adobe Dreamweaver CS4
I have never personally used .ste files or indeed template (.dwt) files within dreamweaver, I never liked the system personally – but pulling .Ste and .dwt files into CS4 is as easy as any old version, you have got to hand it to Adobe, they keep true to old versions (dreamweaver got to 10 before […]
ReSeed Identity column – TSQL
Randomly I didn’t remember the code to reseed the identity column in tsql, this works though on ms sql 2008 – DBCC CHECKIDENT (tbl_crazyTableName, RESEED, 20000) TSQL