First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
FAQ Topic - What does the future hold for ECMAScript? (2010-05-19)
----------------------------------------------------------------------- FAQ Topic - What does the future hold for ECMAScript? ----------------------------------------------------------------------- The 5th edition of ECMAScript was approved on 2009-12-04. There is some support in implementations released before a... 18 May 2010 19:14
Scope of result of new
Hi, I am using ExtJS but this should make no difference. I am wondering why this: function init() { var w = {}; w = new Ext.Window({ items: { keys:{ key: Ext.EventObject.ENTER, fn: function(){ this.save(); }, scope: w }, }, save: function() { console.log('save'); } ... 19 May 2010 10:25
My apologize for multiple posting last night
Those post does not show up in google, so I post multiple times. I changed to http://www.rhinocerus.net/forum/lang-javascript and I saw all my posts. ... 20 May 2010 00:51
My post keep gets disappeared
Am I missing something? ... 18 May 2010 07:03
replace Function.prototype does not work
Hi there, I am reading the book "The Concise Guide to Dojo" and I saw some code like below on page 11: decafbad.school.PersonClassic.prototype = {... I personally did a test like below ==== this code does not work === function Person(name) { this.name = name; Person.prototype = { sayHi: fu... 18 May 2010 02:44
replace Function.prototype does not work
Hi there, I am reading the book "The Concise Guide to Dojo" and I saw some code like below on page 11: decafbad.school.PersonClassic.prototype = {... I personally did a test like below ==== this code does not work === function Person(name) { this.name = name; Person.prototype = { sayHi: fu... 18 May 2010 02:44
Function.prototype does not work
Hi there, I am reading the book "The Concise Guide to Dojo" and I saw some code like below on page 11: decafbad.school.PersonClassic.prototype = {... I personally did a test like below ==== this code does not work === function Person(name) { this.name = name; Person.prototype = { sayHi:... 18 May 2010 09:14
There I fixed it?
The site thereifixedit.com, which is apparently a tribute to the wonders of duct tape was just mentioned on TV. I tried it and:- JavaScript - http://thereifixedit.com/ Uncaught exception: ReferenceError: Undefined variable: jQuery Error thrown at line 1, column 1 in http://ajax.googleapis.com/ajax/libs/jquery... 19 May 2010 09:19
Using the `in` operator with host objects
A bit of advice here regarding the `in` operator. In a nutshell: Avoid doing that. Avoid the <code>in</code> operator for host objects. Host objects use a yet-unstandardized "catchall" behavior to "catch" property names during get access, returning the value. Unfortunately, implementations vary. Even within ... 18 May 2010 14:46
singleton
what is singleton in the following means? singleton : $static(null), $class("AboutScreen", { $extends : hl.gamespot.BusyScreen, singleton : $static(null), $constructor : function() { this.$base(); .... ... 18 May 2010 08:08
First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62