1
2
3
4
$(document).bind('ready', function () {
  rg.app.init();
});
...

JavaScript On Countdown/countup timer

by ravinggenius, July 25, 2009 23:16

I have found the problem; t...

6c13f781b81579be36f2ec1193224db4 Talk
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...

6c13f781b81579be36f2ec1193224db4 Talk

Ruby On Ruby: Date and Time methods

by ravinggenius, June 21, 2009 16:35

Thank you for your help, bu...

6c13f781b81579be36f2ec1193224db4 Talk

Ruby On Ruby: Date and Time methods

by ravinggenius, June 20, 2009 15:07

Well it helps to do one's h...

6c13f781b81579be36f2ec1193224db4 Talk
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...

6c13f781b81579be36f2ec1193224db4 Talk
1
2
3
4
class Message
  def initialize
    right_now = Time.now
...

Ruby Ruby: Date and Time methods

by ravinggenius, June 20, 2009 07:53, 7 refactorings, tagged with ruby, non-rails, sinatra

I have a small Ruby on Rail...

6c13f781b81579be36f2ec1193224db4 Talk