iPad 3 release date 7th March 2012
Okay, so it’s been confirmed there’s an iPad event in San Francisco on 7th March. This has got a lot of people taking/confirming rumors that the iPad 3 would come out early March. Apple quoted “something you really have to see. And touch”, so it’s either the new iPad 3 or something totally random! Pretty sure it’s the new iPad tho.
For those in the… Continue reading
Job Ad Buzzwords
Interesting article on FORTUNE about using buzz words in job ads, make sure you find out what you’re future employer really wants out of you!
http://management.fortune.cnn.com/2012/02/28/job-ad-buzzwords/
Mach II: event.getArg() and event.isArgDefined()
Mach II being an event driven framework you can imagine what the Event Object is like. It’s as described in the doco, the heart of Mach-II request life-cycle. In a nut shell, it pulls all the form & url variables form requests and throws it into the event object.
This will look for an event argument called title.
Either set by the URL or the Form… Continue reading
Changes for 2012…
I’ve started changing a few things around on this site. Firstly the Validus Concepts, well I’ve dropped off the Concepts and keeping this blog named Validus – I really couldn’t think of anything else. The domain I’ve also released – but I think it’ll still point to the blog for the time being. New url is blog.joeydaly.com, I’m starting to drive everything off my own domain url, only because… Continue reading
SQL Complete – Auto completer for SQL Server
For those of you who use Microsoft SQL Server Management Studio – this is a must!
I’ve always had problems where I keep forgetting what the column names of tables are when I’m writing out SQL. Most cases I’ve just done a quick sp_help against the table.
1
You can even highlight the table name and hit Alt + F1 and this will… Continue reading
ColdFusion Builder is slow, but who cares
I’ve been shitting bricks with CFBuilder today. I know the guys are working on bug fixes and improving performance, but I’m still ranting!
I’m using ColdFusion Builder 2
Anyway, here’s a list of things I’ve done to try improve performance…
Most these settings are under Preferences, to get there: Window > Preferences
-
Disable Syntax Checking
Goto: ColdFusion > Profiles > Editor > Syntax Checking
