X

JRuby install and build eventmachine from github

Have been giving eventmachine a try but I do have issues with it thus wanted to try out the beta…

goliath ERROR: While executing gem … (NameError) uninitialized constant Psych::Syck

What the ???? goliath ERROR: While executing gem. I was wanting to try out goliath.io (Goliath: Non-blocking, Ruby 1.9 Web…

Command Pattern with Notification Event Delegates

Here is a nice little code I did recently, where the Command Pattern is used with a notification observer like…

Disable browser cache in asp mvc

Here is a simple trick on how to disable browser cache in asp mvc application with an attribute. If you…

Enable https on ASP.NET MVC 2 & 3, through Filters and web.config

To enable https on asp.net mvc, one can use the [RequireHttps] attribute on the base controller if you are using…

Jquery: dropdown.val(‘selected’, ‘selected’) does not work anymore.

Was debugging some code that was broken due to jquery 1.6 update, and found this call for Jquery dropdown.val [crayon-69f20716ee142855919264/]…

Building an installer and displaying Data Link Properties Dialog Box for connection string

So was hacking a new installer and wanted to display the data link properties dialog, for building a connection string.…

RubyMine 3.1.1 running in 64bit JVM on Windows 7

In order to run Rubymine under a 64bit jvm one needs to run the IDE from the bat file. In…

Ottawa IT Code Camp – Unit Testing with Mocking Framework

Thanks to everyone who came to Unit Testing with Mocking Framework at the code camp today, I will get those…

NET 4, Visual Studio 2010 install fails on XP SP3 machine “Fatal error during installation”

So I had this issue at work had to install on xp machine, dont ask why but just had to…