473,387 Members | 3,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

JavaScript at Davar Web Site

Please find at the link below samples of JavaScript programming
techniques along with several useful fully-functional JavaScripts.

http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM

JavaScript Frequently Asked Questions
JavaScript programming code patters
Extract navigation bar generation (function)
Local control of modification date colors (driven by date difference)
Random song (random selection from a list sectioned into 3 parts)
Random problem (random selection from a list sectioned into "n" parts)
Random tagline (random selection controlled by selection history)
Alphabet hyperlinks generation (function)
Go board position generation (function)
Productivity issues of the document.write
JavaScript links

--
Best regards,
Vladimir Veytsel.
http://www.davar.net
Jul 20 '05 #1
2 3694
In article <3F***************@optonline.net>, Vladimir Veytsel
<Da***@optonline.net> writes:
http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM

JavaScript Frequently Asked Questions


Why is this:

Math.floor(Math.random()*(N-M+1))%(N-M+1)+M

Better than whats in the c.l.j FAQ?

http://www.jibbering.com/faq/#FAQ4_22
function Random(x) { return Math.floor(x*Math.random()) }
--
Randy
All code posted is dependent upon the viewing browser
supporting the methods called, and Javascript being enabled.
Jul 20 '05 #2
hi************@aol.com (HikksNotAtHome) writes:
Why is this:

Math.floor(Math.random()*(N-M+1))%(N-M+1)+M

Better than whats in the c.l.j FAQ?

http://www.jibbering.com/faq/#FAQ4_22
function Random(x) { return Math.floor(x*Math.random()) }


Normally it isn't, but in some older browsers, the Math.random
function could return 1.0. The extra modulo operation takes care of
that. The only browsers I know of with that problem is Opera 4 and 5
(and according to Dr. J.R. Stockton, Opera 6.01 had the same problem,
but 6.05 doesn't: <URL:http://www.merlyn.demon.co.uk/js-randm.htm#MR>)

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Vladimir Veytsel | last post by:
Please find at the link below samples of JavaScript programming techniques along with several useful fully-functional JavaScripts. http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.