Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Rafael Monteiro Dourado
Greenhorn
+ Follow
news
9
Posts
0
Threads
since Jul 29, 2010
Merit badge:
grant badges
For More
http://www.rafaelmd.com.br
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by Rafael Monteiro Dourado
Tech Word Game
OnKeyPress
show more
14 years ago
Meaningless Drivel
Some beautiful Quotes
Monu Tripathi wrote:
"Write a wise saying and your name will live forever" -- Anonymous
LOL
show more
14 years ago
Meaningless Drivel
How to capture close[X] function in javascript?
Imagine a table "user" with the columns :
id | name | last_request
And with the setInterval function you update the last_resquest every minute. When the last_request of an user is smaller than current time plus one minute, that user is off .
show more
14 years ago
HTML Pages with CSS and JavaScript
Thanks, Cleared SCWCD with 91%
Congrats
show more
14 years ago
Certification Results
Whats wrong in this .php file.
in line 28 write :
$returned_rows = mysql_num_rows($result);
show more
14 years ago
PHP
Simple PHP problem
guy this book is old, try another one like the "PHP 5 Power Programming" .
show more
14 years ago
PHP
What does your name mean?
Rafael : The cure of God ( Raphael too)
Monteiro : something about mountain
Dourado : is "golden" in portuguese
show more
14 years ago
Meaningless Drivel
How to capture close[X] function in javascript?
Well i think that you should do an ajax request to update that user status with setInterval .
show more
14 years ago
HTML Pages with CSS and JavaScript
JavaScript in URL not working
John Eipe , javascript works in url, but the code can't have errors .
that code will not run, cuz it's wrong:
var now = new Date( ); "<h1>The time is:</h1>" + now;
show more
14 years ago
HTML Pages with CSS and JavaScript