First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
Last CFP - International Conference WWW/Internet 2010: 3 September 2010
** Apologies for cross-postings. Please send to interested colleagues and students ** -- CALL FOR PAPERS - Deadline for submissions (last call): 3 September 2010 -- IADIS INTERNATIONAL CONFERENCE WWW/INTERNET 2010 Timisoara, Romania, 14 - 17 October 2010 ... 11 Aug 2010 14:43
Last CFP - Applied Computing 2010: 3 September 2010
Apologies for cross-postings. Please send to interested colleagues and students -- CALL FOR PAPERS - Deadline for submissions (last call): 3 September 2010 -- IADIS INTERNATIONAL CONFERENCE APPLIED COMPUTING 2010 October 14 - 16, 2010 – TIMISOARA, ROMANIA (http://www.computing-conf.org/) * Keynote Spe... 11 Aug 2010 14:43
When is 632769996261406250 632769996261406200?
I realize that numeric accuracy is not perfect in JS but from what I have read in the FAQ etc. it seems that the number 632769996261406250 should be easily handled by JavaScript. The following: alert(632769996261406250) Displays 632769996261406200 ... does anybody know why? ... 12 Aug 2010 19:10
preferred way of handling events
So i have studied the DOM level 2 event handlers and have written some nifty functions to take care of the browser incompatibilities with this model. However, I feel like working with the traditional way of handling events, where we assign functions to the event handler property, is way easier and makes my code eas... 13 Aug 2010 21:13
pink ghd kiss
If you have hair that is thinning, it is important you know what thin hair hairstyles for women will work best to downplay fine or thin hair. While you may not be able to instantly regain a full head of thick hair, there are measures you can take to give the illusion of a thick, full head of hair. It is also im... 11 Aug 2010 00:37
To Richard Cornford: Function Priority ??
Hi Richard: I implemented your suggestions (i.e., a second Timer, and using the visibility property); This new version (relevant portions pasted below) works correctly on IE7 and Chrome and (almost correctly) on Firefox. (The timimng of FF seems a little bit 'off'' but will investigate further over... 10 Aug 2010 18:00
Getting there....
On 8/10/2010 3:35 PM, Kenneth Tilton wrote: On 8/10/2010 1:59 PM, George Neuner wrote: On Mon, 09 Aug 2010 13:12:03 -0400, Kenneth Tilton <kentilton(a)gmail.com> wrote: Ooooh, eye candy! http://teamalgebra.com/# And now a bit more polished: http://www.teamalgebra.com/ Kenny, what level of stu... 10 Aug 2010 16:54
change style value for several elements
At the moment I use named elements, and group the elements by giving them a common name, but this feels "wrong". For example: function vis(name, state) { var els = document.getElementsByName(name); for (var el in els) els[el].style.visible = state; } Has anyone got a "better" way to do this sort of thing? ... 13 Aug 2010 17:56
FYI: Douglas Crockford: Loopage
"Software development is hampered by a specific set of design mistakes that were made in the first programming languages and repeated in everything that has been done since. And, somewhat miraculously, JavaScript is going to make it right, radically transforming the way we write applications. Again. In the Loop of ... 11 Aug 2010 06:00
It will be nice if javascript function can be interrupted and re-entered at latter time
Writing async code is complicated, you need to main status. If you are in a call-stack (there are many functions above you in the stack), and you are calling a function foo, foo returns, but the task foo is suppose to complete is not yet completed, wouldn't it be nice, if the language has a feature to save the call... 10 Aug 2010 03:40
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12