First  |  Prev |  Next  |  Last
Pages: 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
Code posting guidelines (was: Qooxdoo--garbage?)
Garrett Smith wrote: David Mark wrote: The source starts in \framework\source\class\qx. This folder contains 7 scripts. Bootstrap, Class, Interface, Mixin, Part, Theme and the very oddly named __init__.js. My guess is that that last one is the entry point. /** * This is the framewo... 1 Jun 2010 10:50
Qooxdoo--garbage?
Downloaded the qooxdoo SDK. Only 20MB; that's a bargain! Of course, it is mostly the graphics used by the widgets. And if the low-level code turns out to be the usual gobbledygook found in such frameworks, the rest of it is just a waste of time and space. Those wishing to save their own time should skip to the... 1 Jun 2010 11:57
Page action
Hi, I have a main page and a secondary page, what I'd like to do is like this: when the second page is opened and if the user take an action, that is, click on a link on the second page, then, when the second page is closed I want the main page to be refreshed (so, for the second page, body onunload="opener.rel... 3 Jun 2010 23:24
FAQ Topic - What is a native object? (2010-06-01)
----------------------------------------------------------------------- FAQ Topic - What is a native object? ----------------------------------------------------------------------- A native object is any object whose semantics are fully defined by ECMA-262. Some native objects are built-in; others, such as use... 31 May 2010 19:40
[node.js] Testing a javascript function on disk-based data
Sometime ago, I proposed a hash function for javascript, with the warning that it was not extensively tested, and that you might succeed in proving me wrong in the claim that "it distributes *any* data over *any* number of buckets in a suitably pseudo-random way". It doesn't, I'm sorry to say. A minimal sanity te... 31 May 2010 18:34
i hate java script
you ? ... 1 Jun 2010 07:32
Closing parenthesis in function's definition followed by its call
On Apr 22, 3:17 am, "Richard Cornford" <Rich...(a)litotes.demon.co.uk> wrote: (...) Thus any action(s) that get the ball rolling towards the current state happed in a window around 2003 - 2004. Considering that I posted the first (to the best of my knowledge) example of using an immediate call to an anony... 8 Jun 2010 17:11
FAQ Topic - How do I generate a random integer from 1 to n? (2010-05-31)
----------------------------------------------------------------------- FAQ Topic - How do I generate a random integer from 1 to n? ----------------------------------------------------------------------- ` Math.random() ` returns a value ` R ` such that ` 0 <= R < 1.0 `; therefore: // positive integer expected... 1 Jun 2010 19:43
Reopen Pop-Up Window After User Closes It?
Hi, I have a very simple function to open a help window: function help_window(url, width, height) { help_window = open('/Help/'+url, 'help_window','toolbar=0,directory=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+width +',height='+height); help_window.focus(); } ... 30 May 2010 20:51
ANNC: qooxlisp 0.1: Driving Miss qooxdoo (from Common Lisp)
qooxdoo + Common Lisp (+ Cells, a common lisp dataflow hack): http://wiki.github.com/kennytilton/qooxlisp/ Just a proof of concept so far, but includes a substantial starter example: http://github.com/downloads/kennytilton/qooxlisp/apropos-kt.jpg Discussion of the Lisp advantage here: http://wiki.gith... 31 May 2010 19:40
First  |  Prev |  Next  |  Last
Pages: 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56