var countdown_d = new Date();
var countdown_timenow = countdown_d.getTime();
var countdown_targetdate = Date.parse("#{params[:year]}/#{params[:month]}/#{params[:day]} #{params[:hour]}:#{params[:minute]}")
...
JavaScript On countdown timer (minutes &a...
by seaofclouds,
January 03, 2009 04:24
JavaScript On countdown timer (minutes &a...
by seaofclouds,
January 02, 2009 21:54
@some - real nice solution....
Ruby On browser detection and url r...
by seaofclouds,
October 17, 2008 15:12
@adam - thanks for having a...
def browser?(b)
user_agents = {
:ff => /Firefox/,
...
Ruby On Code to detect the web browser
by seaofclouds,
October 16, 2008 18:24
here it is. to test firefox...
def browser?(b)
user_agents = {
:ff => /Firefox/,
...
Ruby browser detection and url r...
i have a simple browser det...
def browser(b)?
user_agents = {
/Firefox\/3/ => "ff3",
...
Ruby On Code to detect the web browser
by seaofclouds,
October 13, 2008 16:51
i like what i see here, but...
def translation_links
languages = [
%w[en english us],
...
Ruby On nested array to set of html...
by seaofclouds,
October 09, 2008 15:02
AWESOME. i like the explici...
def translation_links
lang = [
%w[en english us],
...
Ruby nested array to set of html...
i have a simple array that ...
alright, i've got it workin...