Search Results for ruby

Dzone’s Most Valuable Blogger (MVB)

Hi Folks, Thanks for reading Digimantra and I hope you are enjoying it. We are trying to provide you the best from around the web world related to technology, social sites etc. Recently I (Sachin Khosla) have been chosen as the Most Valuable Blogger at DZone. It surely excites me and implies t

Add append remove value in select html element using javascript

Hiya Guys, Its been long since i posted here on "DigiMantra". Been really busy in my office and events,conferences etc. As I love to write code/tutorials here so I am back :P This time I am gonna show you how can you swap elements from one select html element to another. Demo var box2;var bo

Open source and the changing trends in technology

I am not a very old or an elder one in the house of technology, but yeah i am the one who knows about the latest technology and attempts to implement or atleast experience it. As we all know or might have experienced that today we are going through something that is called downfall or recession or

Its a framework world!!

Gone are the days when you need to start writing you code from the scratch. I personally "used to be" a strong promoted of scratch coding, where in i used to do the following task to achieve better code development. Create proper folder structure Use a templating engine Define generic classes fo

Change background color in NetBeans

I downloaded the NetBeans for my expedition in Ruby on Rails and first thing i wanted to do was change the background to black. I searched internet as i am not a very big fan of NetBeans (though i should admire the best IDE). Well i couldn't find much of help online, so i figured out through the off

Some Geek Quotes for you

I have collected, these quotes from mail around the internet etc. This can be used on tshirts, display names etc etc. There are 10 types of people in the world: those who understand binary, and those who don’t If at first you don’t succeed; call it version 1.0 I’m not anti-social; I’m ju

Comparison of String with Integer failed

Hiya beginners, yeah i know only beginners would end up landing this thread becasue this error is faced at beginning level of rails programming. Well it is simple and very logical error, as you are trying to compare a string with an integer. oh ok, you know logic, i m sorry to waste your time. He

KickStart Ruby on Rails installation with MySQL

hiya sparky, So you done with PHP or some other web technology(ies) and you wanna replenish your brain with some more nice stuff, as nice as Ruby on Rails. Well its cool that you took such a veracious decision. Let me tell you i aint a geek in Ruby on Rails (RoR) at the moment i am writing this b

Alternate Row colors in ruby on rails / RHTML

Hiya geeks, So you are done with all the basic stuff and now want to represent your records/information more nicely. Here you go, a simple code to represent alternate row colors for table,paragraph,list. You can modify the code as per your need.There are many other ways, but using cycle is more r