Google Wave explained in the style of Pulp Fiction

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
Author Archives: Woody
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
ASP/PHP Network Share browsing between Servers on IIS
Its always the simple things that take longer than expected, if you are trying to access a network share, say \\server1\netshare$ from some code on your webserver (say \\server2) – you would think this would be simple? If your on IIS you would be wrong, kind of. I think if you are on Apache this […]
WikiMedia Spam – Lock Media Wiki Permissions down
Using Media Wiki (wikiMedia) somewhere online to manage content? chance’s are you’ve had unwelcome guests spamming you to high heavens. By default permissions on wiki media are, well wiki-level, they provide access to everyone – that’s the point of wiki right? But if you want a private wiki (Media Wiki suggests itself that its not […]
ionCube on 1and1 shared hosting
…I needed to use ionCube for Auction 2 Post but it takes an odd combination of files to get it working so heres how to get ionCube loaders to work on 1 and 1 shared hosting (spoon fed): 1. Use getcwd to find the working directory (make a new .php file with two lines “echo […]
Auction 2 Post
The reason I am writing about this WordPress plugin is long winded, but essentially a while back I wrote a website which featured a hand picked 3 best auctions in certain categories from ebay and posted them to a custom themed WordPress blog, the idea being that people could see the 3 most expensive cars […]
iPhone HomeScreen’s, Spotify, Evernote and the iphone
Thought I would randomly dump a few iphone screenshots I have just found on my 3gs (too many people have iphones – I am not one of these fanboys :/) – If you didn’t know you can take a screenshot at any point with an iphone by pressing the home key and the lock key […]