Netscape Communications Corp.'s JavaScript language.
Updated: 1 hour 51 min ago
Thu, 02/09/2010 - 07:40
java interview questions and answers
[link] java interview questions
[link] java interview questions 2
[link]
Wed, 01/09/2010 - 23:00
------------------------------ ------------------------------ -----------
FAQ Topic - How do I download a page to a variable?
------------------------------ ------------------------------ -----------
Although `XMLHttpRequest` can be used to download
entire pages, it is often used for downloading small pieces
Wed, 01/09/2010 - 18:23
Hi there,
As a python fan, I was excited about the imlementation of pythonic
array comprehensions and other goodies in javascript 1.7 and newer
versions by Mozila which, as we all know, were finally not included in
the latest standard version of ecmascript.
I wonder if there is any way to get these features working on all
Wed, 01/09/2010 - 12:49
Hello,
Is it possible to control hardware from Javascript in a web
application in the same or similar way as Silverlight does?
Thank you
Wed, 01/09/2010 - 11:40
(function f () {}).name
--> "f"
(function f () {}).bind({}).name
--> ""
Why is this so ?
I can't find anything in the specs about the .name property, where is
it ?
Thanks in advance,
Wed, 01/09/2010 - 10:09
AMISHAPATEL HOT BOOBS
[link] ARCHANA UNSEENED EXPOSING PHOTOS
[link] KATRINA KAIF HOT SEXY PHOTOS
[link]
Wed, 01/09/2010 - 08:00
HOT KERALA MALLU AUNTY WITHOUT SAREE
[link] HOT ACTRESS IN A SEXY FEELING
[link] KAJAL AGARWAL HOT BOOBS SHOW VIDEO
[link]
Tue, 31/08/2010 - 23:00
------------------------------ ------------------------------ -----------
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 sending/retrieving of new data from the server without
Tue, 31/08/2010 - 22:23
I recently tried out "My Library" (looks nice), and noticed it doesn't
use hasOwnProperty, instead is uses a custom isOwnProperty function.
I've written an alternative hasOwnProperty function to handle a couple
of edge cases isOwnProperty doesn't:
var hasOwnProperty = (function(hop){
return hop ? function(o,p){
Tue, 31/08/2010 - 21:02
Hi
What js libraries are the best example's to look at for javascript
coding practices?
aoshi
Tue, 31/08/2010 - 14:57
HOT KERALA MALLU AUNTY WITHOUT SAREE
[link] HOT ACTRESS IN A SEXY FEELING
[link] KAJAL AGARWAL HOT BOOBS SHOW VIDEO
[link]
Tue, 31/08/2010 - 04:17
Hi:
I have noticed that the 'onkeypress="myfunc";' clause in my <textarea>
element is called properly with most all keys *except* the keys: Del, and
Backspace. I have not tested other special keys so far
I use the 'myfunc' function to warn the user of how many characters are
remaining before reaching my database limit.
Mon, 30/08/2010 - 23:00
------------------------------ ------------------------------ -----------
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 of any
Mon, 30/08/2010 - 21:50
Hi:
I have an <textarea> 254 chars here allowed</textarea> on my upcoming
web site.
Because my north american users will be alllowed to enter anything they
wish in this text area, and because all other users will be allowed to view
this same text area, I am concerned that disruptive users may wish to vent
Mon, 30/08/2010 - 21:33
Hi,
I am trying to convert a date that I get from DB in the "Thu Aug 26
00:00:00 EDT 2010" format to mm/dd/yyyy.
I use d.format("mm/dd/yyyy") but I get 00/26/2010. What am I doing
wrong?