For some reason architectural design has really got me recently…specifically Bjarke Ingels – He’s someone I would like to work with should I ever give up this code for CAD!

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
Entourage – Good downtime
Recently got a bit ill….Time to catch up on some Entourage!! – Good program – here’s a good example clip.
SSRS Every Forth Page? – Shortest Code
On looking for the quickest way to spit something out on every forth page of an SSRS report I wrote this – anyone got a yet further abreviated way to set visibility on every forth page? =iif(((Globals.PageNumber+1) Mod 4) = 0, False, True)
SSRS 08 Reports Strait from URL
Looking to get SQL Server Reporting Services 08 reports to people easily? sometimes its simpler to just give them an url, which you can do and works well. If you take the following and replace SERVERHOST, REPORT LOCATION/NAME,PARAMNAME and PARAMVALUE with your SSRS report details you can literally hand it out irrelevant of session, location […]
I think I am INTP
Happened across the “16 personality types” – Usually don’t drop time on this stuff but this one hit home. I think I am INTP – But I think I might fluctuate more towards a leader/extrovert version. What personality type suits you?
TED Talks that inspire – My Pick
My most recent favourite on TED.com is this talk by behavioral economist Dan Ariely, is a funny one. Alex Tabarrok on how “ideas trump crisis” Adam Savage’s Talk on his obsessions in life All worth a watch, if you get a spare chance check out TED.com, you can see my profile where I will try […]
xp_fileexist Network Drive – T SQL Based File checking
If you didn’t already know you can check whether files exist, find file sizes and all sorts of other useful things directly from within Transactional SQL Query. In this example I had a table containing a few columns that gave me the network drive location and filename of a few thousand files and I wanted […]
Developers Arsenal PHP to ASP Jump
Server Side Scripting is a wonderful term. It’s what takes the control off of the browser and solely in the hands of the developer, because ultimately the developer is the one with the coding capacity. Since I first messed about with php for my own entertainment I have always revelled in using it, perhaps it […]