First  |  Prev |  Next  |  Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
FAQ Topic - How do I format a Number as a String with exactly 2 decimal places? (2010-01-29)
----------------------------------------------------------------------- FAQ Topic - How do I format a Number as a String with exactly 2 decimal places? ----------------------------------------------------------------------- When formatting money for example, to format 6.57634 to 6.58, 6.5 to 6.50, and 6 to 6.00?... 27 Feb 2010 18:47
why IE reset focus behaves different then firerfox
Hi, I want to make a pop up windows always on top, the following code works well in firefox (tested in 3.5 and 3.6), but for IE (tested in IE 8 and IE 7), it doesn't: <html> <head> <script language="javascript" type="text/javascript"> function openN() { popwin = window.open('http:// www.google.com','newWi... 2 Feb 2010 14:52
TaskSpeed results for My Library
TaskSpeed is another quasi-standard test that has never seen anything like My Library. :) It was written by one of the Dojo guys. Yeah, I know. :( http://www.cinsoft.net/mylib-testspeed.html It just flat-out murders the rest (even Dojo) And yes, the test functions are _very_ concise (even too concise). A... 11 Feb 2010 12:46
flash onFocus="this.blur"
Hello, i have a swf-file in my website. When I click on that swf, it becomes focus and i see a dotted line around that swf. I don't like that, so I tried to remove focus from that object with javascript. <object classid="any" width="1000" height="225" id="FlashID" title="any" onFocus="this.blur()"> but... 27 Jan 2010 08:06
FAQ Topic - How do I format a Date object with javascript? (2010-01-27)
----------------------------------------------------------------------- FAQ Topic - How do I format a Date object with javascript? ----------------------------------------------------------------------- A local ` Date ` object where ` 0 <= year <= 9999 ` can be formatted to a common ISO 8601 format ` YYYY-MM-DD `... 26 Jan 2010 20:05
Simplest and best column sorting in HTML table?
What is best js to provide for client side column sorting with html tables? Be nice to have the cursor change to a hand on hovering the table headings. Thank you. -- dorayme ... 28 Feb 2010 18:56
SlickSpeed: jquery vs mylib
Running the latest release of jquery against the latest full release of mylib under Windows XP SP3 with all the selectors of slickspeed on. With Internet Explorer 7 the final times were jquery: 364ms mylib : 214ms With Firefox 3.6 the final times were jquery: 30ms mylib : 58ms With Chrome 4 the fi... 27 Jan 2010 17:09
slickspeed config and mylib
Ok, I decided to run my own tests but I'm unsure what to put in the config file for mylib. I did a custom download where I selected everything except the 'create $ global variable' setting. Andrew Poulos ... 27 Jan 2010 23:53
FAQ Topic - What online resources are available? (2010-01-26)
FAQ server kirjoitti: ----------------------------------------------------------------------- FAQ Topic - What online resources are available? ----------------------------------------------------------------------- Win32 Scripting, Using Scripting to Automate Windows http://cwashington.netreach.net... 26 Jan 2010 21:12
appendChild that fails in Safari, but succeeds in FF, Camino
Hello all, I'm having trouble with an appendChild() that works in Firefox and Camino Browsers, but not in Safari. I"m on Mac OS X with Safari 4.0.4, Camino 2.0 and Firefox 3.5. I receive a separate xhtml-xml typed doc ("nuDoc") through an HTTP GET, and parse it happily, extracting a certain div element. Then I ... 26 Jan 2010 10:55
First  |  Prev |  Next  |  Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109