Recent Posts

Rails 3.1 JQuery-UI

less than 1 minute read

If you are considering the upgrade to Rails 3.1.x and you wish to include the JQuery-UI in your web application follow these simple steps: Load jquery-ui in ...

Readonly checkboxes with JQuery

less than 1 minute read

I have encountered a problem where I needed to disable some checkboxes on my forms. As you know, a disabled html item by design isn’t going to be posted back...

Rails 3.1 beta on Ubuntu

less than 1 minute read

As I have written before, I use Ubuntu for my rails development, and have been using it as my main OS last 10 months. I have been trying all the rails 3.1 be...

Installing Rails 3 in Ubuntu 10.04

1 minute read

As I am exploring different languages and platforms for web development, I have encountered(a few months ago) ruby on rails. It has impressed me so much that...

Datediff function in Oracle

1 minute read

As I am working on Oracle database at my day job, I have found something that is by default on sqlserver but not in oracle. That is the datediff function tha...

How to get directory contents in C#

less than 1 minute read

I am creating a backup application and have to get the list of files in some directory here is the simple way to do it. If you only need contents of one dire...