JavaScript random function by matt on January 31, 2006
Q: How do I create a JavaScript random function that does not return two consecutive identical results?
A: Random functions are always interesting topics but this one just caught my eye because the user wanted a random function that did not repeat two numbers in a row. This means 1,2,1,5 is acceptable but 1,1,2,5 is not [...]
Where do I get my credit report? by matt on January 29, 2006
Q: How do I find out about my credit report and what the report means?
A: You are allowed to get a free copy of your credit report from each of the 3 credit reporting agencies once a year. You can also visit the FTC website to find out more about credit reports and your rights. [...]
Calling a function in JavaScript a few seconds after page load by matt on January 28, 2006
Q: How do you call a function, using JavaScript, in your web browser a few seconds after a page loads? We would like to display a portion of a page for about 5 seconds and then minimize the section after that.
A: To call a function once a page load you want to use the onLoad [...]
Welcome To Ask A Geek by matt on January 27, 2006
Ask A Geek is a site where users can submit their questions and experts in the related fields will respond with answers. The topics will start out related to web technologies and computers. However, all questions are welcome.
We hope you stick around and ask us your questions!
Bookmark It
Hide Sites







