First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
FAQ Topic - Internationalisation and Multinationalisation in javascript. (2010-03-23)
----------------------------------------------------------------------- FAQ Topic - Internationalisation and Multinationalisation in javascript. ----------------------------------------------------------------------- Internationalisation means using one form which is everywhere both acceptable and understood. A... 20 Apr 2010 15:47
Any RTF guru
Hello, Does anyone know how to tell the cipboard to accept RTF into the clipboard? I think I have all the steps but one.. has anyone done this: 1. copied text into a separate area. 2. reformatted text into rtf format. 2. copied.holdtext.createTextRange(); 3 . copied.execCommand("copy"); (only for ie) but ... 23 Apr 2010 17:28
FAQ Topic - What is the Document Object Model (DOM)? (2010-03-22)
----------------------------------------------------------------------- FAQ Topic - What is the Document Object Model (DOM)? ----------------------------------------------------------------------- The Document Object Model (DOM) is a interface-based model for ` Document ` objects. The DOM allows scripts to dynami... 21 Mar 2010 20:49
If you think you must modify the hash, think again
As I've said before, if you find yourself leaning towards a design that modifies the location hash because you think that an app can't be "modern" or "robust" or "fast" without such hack-ery, think again. There's always a better design (and often it involves leveraging what the browser does best, which is _browsing... 23 Mar 2010 18:19
ECMA-262-3 in detail. Chapter 4. Scope chain.
Inform you about the next translation: "ECMA-262-3 in detail. Chapter 4. Scope chain." http://dmitrysoshnikov.com/ecmascript/chapter-4-scope-chain/ Dmitry. ... 20 Apr 2010 15:47
Ajax and browser caching
While trying to optimize the Ajax routine at http://winhlp.com/node/684 I hit upon a possible browser snag in relation to caching. Has anybody here looked into this matter and knows what's going on? In earlier versions I forced no caching by appending a timestamp to the query string, like: url += "&nc=" + new... 21 Mar 2010 10:28
FAQ Topic - What are object models? (2010-03-21)
----------------------------------------------------------------------- FAQ Topic - What are object models? ----------------------------------------------------------------------- Object models (OMs) are not part of the ECMAScript language; they are provided by the host to allow javascript (or other scripting la... 1 Apr 2010 03:35
help re removing my invalid.com
Hello I hope Ihave removed the invalid.com type email address for myself. Does this seem OK? Cheers Geoff ... 10 Apr 2010 03:43
For all those jQuery fanboys
Actually, I thought this would be the perfect kryponite for David Mark: http://benalman.com/news/2009/12/john-resig-javascripts-chuck-norris/ ... 20 Mar 2010 22:09
More fun with attributes
Eric Bednarz wrote: Using the DOM module at <http://www.cinsoft.net/mylib-builder.asp> and given <input readonly> as the first element of type INPUT in a HTML context, API.getAttribute( document.getElementsByTagName('INPUT')[0], 'readonly' ) Sorry for th... 20 Mar 2010 12:03
First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93