First  |  Prev |  Next  |  Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
opacity and MS (one more time)
In IE 8 running in standards mode with this HTML <img id="z012" alt="Fish" title="Japanese fish print" src="images/old-print-fish.jpg" style="-ms-filter:'alpha(opacity=0)'; filter:alpha(opacity=0); opacity:0; position:absolute; left:0px; top:0px; width:... 6 Jan 2010 08:33
FAQ Topic - What is Ajax? (2010-01-04)
----------------------------------------------------------------------- FAQ Topic - What is Ajax? ----------------------------------------------------------------------- Ajax is shorthand for Asynchronous JavaScript and XML. The technology is based on the ` XMLHttpRequest ` Object. At its simplest, it is the se... 3 Jan 2010 19:21
Updated FAQ
How do I trim whitespace? Change code to coerce the thisArg to String, as per ES5 - Bozhilov How do I POST a form to a new window? Change example to use method="post" -Saarikumpu How do I disable the right mouse button? Fix the grammar - Stockton How can I see in javascript if a web brows... 6 Jan 2010 08:34
Augmenting Types
Have read Douglas Crockfore's JavaScript The Good Parts, it recommend Augmenting Types, e.g. Function.prototype.method = function(name, func) { this.prototype[name] = func; return this; }; String.method('trim', function() { return this.replace(/^\s+|\s+$/g, ''); }); Is this a good thing in ... 9 Jan 2010 06:22
FAQ Topic - How do I open a new window with javascript? (2010-01-03)
----------------------------------------------------------------------- FAQ Topic - How do I open a new window with javascript? ----------------------------------------------------------------------- New windows can be opened on browsers that support the ` window.open ` function and are not subject to the action ... 6 Jan 2010 08:33
International Journal of Electronics, Information and Systems (IJEIS) Call for Paper
The International Journal of Electronics, Information and Systems (IJEIS) publish original papers on all subjects relevant to electronics, computer science, communication network, and information systems. The highest priority will be given to those contributions concerned with a discussion of the background of a pr... 1 Jan 2010 19:33
FAQ Topic - How do I POST a form to a new window? (2010-01-02)
----------------------------------------------------------------------- FAQ Topic - How do I POST a form to a new window? ----------------------------------------------------------------------- Use the target attribute on the form, opening a window with that name and your feature string in the onsubmit handler of... 3 Jan 2010 19:21
Usefulness of documentreadystatechange (was: Why won't my (j)query work?)
On Fri, 1 Jan 2010 12:15:04 -0800 (PST), David Mark wrote: On Jan 1, 3:04�pm, Hans-Georg Michna <hans- georgNoEmailPle...(a)michna.com> wrote: I fear that we currently don't have any reliable way at all to determine when a dynamic change has been completely rendered to screen, as the window.onload and... 1 Jan 2010 18:28
JavaScript for Business Website ?
Is it advisable to build a business website (with users entering and retrieving private info and monetary Paypal-type transactions and the like) using JavaScript (in view of the fact that the code is totally visible to users) ? Are there any examples of business websites which are purely HTML/Javascript of do peopl... 3 Jan 2010 01:54
SproutCore--over 20000 lines of new code!
After 20000 lines of new code, over 5000 new unit tests, and countless hours of effort by over 30 contributors, SproutCore 1.0 is ready. ... Is it? First suspicious file is browser.js (wonder what that could be?) // ========================================================================== // Project: Spr... 14 Jan 2010 09:01
First  |  Prev |  Next  |  Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116