473,378 Members | 1,471 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,378 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 3683
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 ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.