$(document).bind('ready', function () {
rg.app.init();
});
...
JavaScript On Countdown/countup timer
by ravinggenius,
July 25, 2009 23:16
google.setOnLoadCallback(function () {
rg.app.init();
});
...
JavaScript Countdown/countup timer
by ravinggenius,
July 25, 2009 17:04,
1 refactoring
I recently read the book Ja...
Ruby On Ruby: Date and Time methods
by ravinggenius,
June 21, 2009 16:35
Thank you for your help, bu...
Ruby On Ruby: Date and Time methods
by ravinggenius,
June 20, 2009 15:07
Well it helps to do one's h...
class Message
def initialize
right_now = Time.now
...
Ruby On Ruby: Date and Time methods
by ravinggenius,
June 20, 2009 15:01
Trying to removed code that...
class Message
def initialize
right_now = Time.now
...
Ruby Ruby: Date and Time methods
I have a small Ruby on Rail...
I have found the problem; t...