X

Eclipse Indigo hangs on splash screen workspace

So today I came in to work and saw that my wonderful windows machine was restarted due to Windows Update,…

Driving Technical Change Book Review

Have wanted to post the review of this book for a while, which I read somewhere beginning of this year.…

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-6a93a9575869c945156466/]…

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…