First  |  Prev |  Next  |  Last
Pages: 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
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
Objects disguised as Arrays
/*I was messing about with accossiative arrays when I discovered that an accossiative array does not have a length.*/ var myAsso = []; myAsso["one"]="one"; myAsso["two"]="two"; myAsso["three"]="three"; alert(myAsso.length); //=0 /*I see that arrays can have mixed key attributes of both numbers(index) and ... 23 Mar 2010 22:53
Arrays disguised as objects
I was messing about with accossiative arrays when I discovered that an accossiative array does not have a length. var myAsso = []; myAsso["one"]="one"; myAsso["two"]="two"; myAsso["three"]="three"; alert(myAsso.length); //=0 I see that arrays can have mixed key attributes of both numbers (index) and string... 22 Mar 2010 13:03
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
Ajax login without SSL
Looking into doing an AJAX login without SSL. I've read a lot about it and it has been suggested that sending the password hashed in RSA1, then comparing the hash server-side is adequate. But is it? I guess it could be vulnerable to a replay attack, but then wouldn't that be the same regardless of SSL/non-SSL?... 20 Mar 2010 17:43
Bookmarklets (was: For all those jQuery fanboys)
David Mark wrote: Thomas 'PointedEars' Lahn wrote: David Mark wrote: Thomas 'PointedEars' Lahn wrote: Thomas 'PointedEars' Lahn wrote: David Mark wrote: [get posting by Message-ID] javascript:window.location="http://groups.google.com/groups/search?hl=en&as_umsgid="+"%s".replace(... 21 Mar 2010 16:11
First  |  Prev |  Next  |  Last
Pages: 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114