First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
Poker hand evaluator
Has anybody written a fast Texas hold'em hand evaluator in ECMAScript? What is wanted is a function, say handEval(hand), which, given a suitable representation of a hand of 7 cards, returns a value that accurately represents the strength of the hand. That is, handEval(hand0) > handEval(hand1) iff hand0 beats hand... 16 Mar 2010 17:22
windows.Open on firefox not too front
Hi, I want to open a popup using JavaScript that comes to the front of the screen using Window.open(...) It comes to the front using internet Explorer but not Firefox. I know pop-ups are annoying but in this case the user has configured they want pop-ups from the portal. So, can anyone tell me if it is pos... 9 Mar 2010 12:18
FAQ Topic - How can I prevent access to a web page by using javascript? (2010-03-09)
----------------------------------------------------------------------- FAQ Topic - How can I prevent access to a web page by using javascript? ----------------------------------------------------------------------- In practice you can't. While you could create a suitable encryption system with a password in the... 8 Mar 2010 19:48
FireFoc support forums (Re: FF3.6 Stack output from Too MuchRecursion)
On 09/03/10 00:30, Richard Maher wrote: Ok, can anyone recommend a FireFox-specific (or Mozilla?) support and/or user forum? https://support.mozilla.com/en-US/forum/1 Looks active. Any better? Looks good. If you did create a reduced test case, you could also try filing a bug on bugzilla.mozilla.org. Th... 8 Mar 2010 18:40
Good books or resources for resizable sidebar ?
I have a complex problem where I am trying to serve a geo map inside of an iframe and have a sidebar that can appear and dissapear and be re sizable. Alot of the stuff I have figured out with calls between iframes and all. The resizable sidebar seems more complex. I had a problem with a recommended approach to u... 8 Mar 2010 13:01
New Dojo Site--Most incompetent ever?
David Mark meinte: [snip] Hey, they state "To select HTML elements in JavaScript, you can use the browser�s native DOM API, but they�re verbose and hard to work with...not to mention slow." And "dojo.query gives us a more compact way to do it, and it's often faster, particularly as we ask for more so... 19 Mar 2010 22:21
Javascript Toolbox - Table Sort utility - Column Width cannot be set.
Can anyone help me out with a problem with Matt Kruse' Javascript toolbox script for table sort/filter? I've got a flat spot on my forehead from the following problem: Here's the issue: The script works very nicely with the exception that it does the following things: 1. The columns with filters all seem... 8 Mar 2010 18:40
FAQ Topic - How do I get my browser to report javascript errors? (2010-03-08)
----------------------------------------------------------------------- FAQ Topic - How do I get my browser to report javascript errors? ----------------------------------------------------------------------- There are debugging tools for many browsers. Learn to use them all. * Windows http://www.fiddlerto... 7 Mar 2010 19:34
ECMA-262-3 in detail. Chapter 3. This.
One more article is translated. "Chapter 3. This." devoted to `this' value in ECMAScript. As before, I'll be glad for any additions/ corrections: English wording mistakes and technical. <URL: http://dmitrysoshnikov.com/ecmascript/chapter-3-this/> Dmitry. ... 8 Mar 2010 13:01
What code cause IE to set the `toElement` property?
I want to set the toElement property on a custom event, however it cannot be done automatically. If what I read is correct, the reason for this is that the property is a reference. Here is a demonstration of the problem. <html> <head> <title>blah</title> </head> <body> <script type="text/jscript"> docum... 7 Mar 2010 09:35
First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122