First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
IE/FF XHR multi-file upload
Hi. I am trying to write a multifile upload script in javascript. So, before the upload, my html looks like this: <input type="file" id="file_0"> <input type="file" id="file_1"> <input type="file" id="file_2"> <input type="file" id="file_3"> <input type="file" id="file_4"> <input type="file" id="file_5"> <... 10 Nov 2009 02:37
FAQ Topic - How do I get a jsp/php variable into client-side javascript? (2009-11-10)
----------------------------------------------------------------------- FAQ Topic - How do I get a jsp/php variable into client-side javascript? ----------------------------------------------------------------------- Use the server-side language to generate the javascript: // JSP var jsvar = "${ jspVar }"; /... 9 Nov 2009 19:58
Identifier like "_", "$", etc.
I read ajaxian.com. There i found one post which presented one new JavaScript framework. The name of the framework is call "Underscore". <URL: http://documentcloud.github.com/underscore/> | Underscore is a utility-belt library for JavaScript that provides | a lot of the functional programming support that you wou... 30 Nov 2009 00:29
A practical exercise: fighting maskons
It is in continuation of my post at http://groups.google.com/group/comp.lang.javascript/msg/33e97b0a9ce71503 "the old maskon and demaskonizing problems, see for instance my old post from 2007: http://groups.google.com/group/comp.lang.javascript/msg/65a858c19f383df0 Given a situation with a malicious script t... 9 Nov 2009 01:10
Detecting Internet Explorer 6
I know that detecting the browser is frowned upon here, but I have a need to identify specifically Internet Explorer 6. My company ships all employees a PC containing IE6, and we are discouraged from upgrading it. We can (and many do) install other browsers, but some corporate applications are 100% dependant o... 3 Nov 2009 05:59
"Professional Javascript" review
Here's a review of "Professional Javascript" by Zakas (http://thinkweb2.com/projects/prototype/professional-javascript-review/) The book is pretty big and I didn't have much time, so the coverage is not as extensive as it could have been. However, it should serve as a pretty good overview, highlighting pros an... 9 Nov 2009 13:16
Limit of 4K
First, I know just a little Javascript -- enough to be dangerous :-). I have come across a problem that Firefox discards all but the first chunk of 4096 on a return from an AJAX call. I searched Google and found that it is a known problem and found a suggested solution. I tried it but it doesn't work. I am ... 1 Nov 2009 07:47
Some tips and tricks
http://code.google.com/p/jslibs/wiki/JavascriptTips -- Jorge. ... 1 Nov 2009 16:34
Creating an Object that extends Array functionality
Hello Usenet, I got an interesting question and maybe some of you might have idea or at least want to have some riddle to solve... whatever. I would like to create own Object that would behave similar to Array Object, but would have defined some methods that are not in current Array implementation. It need to no... 5 Nov 2009 14:30
FAQ Topic - How do I access a frame's content? (2009-10-25)
----------------------------------------------------------------------- FAQ Topic - How do I access a frame's content? ----------------------------------------------------------------------- To reference another frame on the _same domain_: A frame's content window can be found from the ` frames ` collection. ... 2 Nov 2009 19:02
First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121