1 2 3 4
$(document).bind('ready', function () { rg.app.init(); }); ...
JavaScript On Countdown/countup timer
by ravinggenius,
July 25, 2009 23:16
1 2 3 4
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...
1 2 3 4
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...
1 2 3 4
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...