Recent Posts

jQuery ExtJS talk

I’m doing a lighting talk about jQuery and ExtJs (maybe mention GWT) in the next Ruby Ireland on the 9th of September link

From Code Monkey to Code Crafter II

Hi again Well hopefully that meeting will go ahead on the saturday the 13th of september http://www.opencoffeedublin.com/september-saturday-opencoffee-dubl...

From Code Monkey to Code Crafter ftw

This idea has been in my head for a while now, I’m sure all developers get here at some point where you want to move forward but not terribly sure how to get...

SSIS Pain

hi This post is basically a rant, a rant about SSIS, whoever designed this UI please take a good look at your career and either retire or consider a career c...

Time picker / PNG Transparency fix

Hi. at some point we all need a click time picker, found this one (in ajaxian) Also in Ajaxian, I found a PNG fix I used the sample and it works, however I ...

NVelocity Parse

A little thing that drove me completely insane when using parse (appache ref) the path to the view includes the folder that you are in say you are in the f...

NVelocity - creating urls

I always forget these two: $Url.Link('label', "%{controller='controllerName',action='actionName'}") and this: To Create a form $Form.FormTag("%{id= 'for...

Transparency Fix for PNG on IE

Saw this on ajaxian and i think is really handy and at some (not too far in time i ll need this) http://www.twinhelix.com/css/iepngfix/demo/ basically to add...

Small but interesting find

Yesterday I was coding and I needed to create a criteria like Repository.FinOne(Restriccions.Eq("Email", email)); however I wanted to make sure that the...