First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Best jQuery Code Reviews?
Is there a good list of code reviews for jQuery? To be suitable for the compendium, they should be simple, purely technical (unbiased), focused, relevant, and to-the-point. While there are numerous known problems regarding jQuery attr and removeAttr, they're loosely scattered. So, what's you're best jQuery ... 8 Jun 2010 12:33
XSLT v. Javascript
Hi, I learned about XSLT from Wikipedia and W3C. As I understanad XSLT, it transforms an XML file based upon XSLT's rules. Can't javascript access the XML, and make changes? What's the reason for using XSLT over writing up a javascript? Thanks, Kevin ... 5 Jun 2010 10:18
.js file removed from cache before expiry date
Hi, We have a site with some .js files that due to size/wan speed we want to stay cached. Why could they be sticking around for about 10 different document loads, accessing the file, browsing away to other pages, then back to similar docs using the file again, thenn suddenly it gets deleted. The IE cache is ... 5 Jun 2010 19:06
Determining Browser Vendor, Version, and Operating System WithJavaScript
Am 2010-06-04 13:21, Beline meinte: I tried to find the currect version of universal detection javascript, for OS, Browser, and Browser Version(all in one), but find only old http://www-archive.mozilla.org/docs/web-developer/sniffer/browser_type.html Is there up-to-dated version of this script? There ... 4 Jun 2010 10:18
Determining Browser Vendor, Version, and Operating System With JavaScript
I tried to find the currect version of universal detection javascript, for OS, Browser, and Browser Version(all in one), but find only old http://www-archive.mozilla.org/docs/web-developer/sniffer/browser_type.html Is there up-to-dated version of this script? ... 4 Jun 2010 14:44
Wanted: A click jacking demo
Hi, Can someone explain how click jacking is done? And, provide some code. Also, some info on countermeasures would be great. When I do a search for this in Google, they search results get redirected. Is Google that good? -- Bwig Zomberi ... 10 Jun 2010 09:58
Scoping Issue
Hi there, My HTML calls two javascript functions: 1. paint a webpage with textboxes and drop down menus; 2. populate the webpage with the XML DOM values. The paint function, #1, just consists of two functions: drawTextBox and drawDropDown menu. Inside of these functions I just call document.write(input ty... 4 Jun 2010 20:16
Qooxdoo strikes back
http://qooxdoo.678.n2.nabble.com/Fwd-Re-ANNC-qooxlisp-0-1-Driving-Miss-qooxdoo-from-Common-Lisp-tp5123235p5123647.html "Don't worry, Kenny." Promise of reassurance. "He hates us." Who are they anyway? This single response was from the usual poster with no (real) name. I really believe it is always the sa... 9 Jun 2010 11:57
Simple question
I have a server side page that would submit a form with id of "txt" to itself for further process. And I would also like to reload the its opener when it is closed by a user BUT NOT when the page is submitted to itself. What I tried to do is to determine if a form is submitted for the parent reload trigger, p... 4 Jun 2010 12:32
FAQ Topic - When should I use eval? (2010-06-04)
----------------------------------------------------------------------- FAQ Topic - When should I use eval? ----------------------------------------------------------------------- The ` eval ` function should _only_ be used when it is necessary to evaluate a string supplied or composed at run-time; the string ca... 13 Jun 2010 19:23
First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54