| Thread | Last Post | Replies |
|
| Question about function objects vs object literals? | 30 Jun 2008 20:51 GMT | 2 |
I'm stuck in a situation where I need help. Any help will be highly appreciated. I've created an object, after creating the object, I'm assigning one of its functions to an event handler i.e. to onBlur event of Text-area. Problem is that when I try to access object
|
| AJAX Question | 30 Jun 2008 19:53 GMT | 5 |
I am beginning to work on a project for my degree. The concept is "The Utilization of AJAX calls to separate the Presentation Layer and Application Layer in Web Applications." Now, I am developing in PHP as my server side scripting but am try to
|
| FAQ Topic - How do I trim whitespace - trim/trimRight/trimLeft (2008-06-30) | 30 Jun 2008 19:11 GMT | 2 |
----------------------------------------------------------------------- FAQ Topic - How do I trim whitespace - trim/trimRight/trimLeft -----------------------------------------------------------------------
|
| IMG Javascript question | 30 Jun 2008 15:50 GMT | 1 |
So just started playing with Javascript, and my first run at making three step buttons came out just fine. But I do have a general question. In my book's example in the HTML script the IMG tags have the button's settnigs for Width, Height, Border (0), and even grant each button ...
|
| GromJS server-side JavaScript | 30 Jun 2008 11:37 GMT | 3 |
GromJS server-side JavaScript ------------------------------------------------------------------------ GromJS is server-side JavaScript implementation of Mozilla SpiderMonkey interpreter for unix-like operating systems.
|
| Adding CSS units to an old JS Script | 29 Jun 2008 10:34 GMT | 7 |
I have an old JS Script that is based upon a watermark script by Paul Anderson, CNET Builder.com. But, it does changes to CSS units with using the units, like "px". Thus, with the new use of DocTypes which set a browser to require units,
|
| This should be simple but Simple left the building. | 29 Jun 2008 09:33 GMT | 2 |
Te whole point is to provide the User a disclaimer and it they except to continue on with the original (?) format. The 'calling' web page generates something like "http://rhodeisland- aa.org/tester/meetings/disclaima.htm?mtgnum=35" This indicates the
|
| repeated XMLHttpRequest GETs and displaying result | 29 Jun 2008 09:17 GMT | 30 |
I'm a bit new to javascript - as will be obvious below. I'm using an XMLHttpRequest to get a bit of data from server (django), and it works nicely for single events. But my eventual outcome needs to be a series of data transmissions. I figured requesting data over
|
| page contains both secure and nonsecure items When setting location in IE6 | 28 Jun 2008 22:07 GMT | 6 |
Howdy All, I'm fighting with IE on a secure site where I am trying to set the location of a frame from within javascript using code similar to this. sHref = "DocumentViewPDF.asp?DocumentType=<%=sDocumentType
|
| Populate HTML Form from Text file... | 28 Jun 2008 21:19 GMT | 7 |
Does anyone know how to populate form fields on a html web page (client side) with data from an Excel file (CSV) or text file. I am currently having to input data to many text fields manually. I would like to transfer the data into the web form programatically from a CSV/text ...
|
| Variable initialization with curly braces | 28 Jun 2008 18:11 GMT | 4 |
I've just been trying to de-construct the jQuery tooltop plugin in an attempt to better my javascript coding and I've come across a question google can't help me with. What is the deal with initializing a variable like this?
|
| server-side JavaScript: Example 3: Dictionary class | 28 Jun 2008 17:46 GMT | 1 |
Example server-side JavaScript Web script, Dictionary class //Dictionary class, hash array unlimited length configurable speed/efficiency // printf("<html><body>");
|
| How do links know they have been visited? | 28 Jun 2008 04:22 GMT | 3 |
I wish to duplicate text link behaviour with some button images. Hover is easy but other than saving cookies how can I know if the page that the button liks to has been visited so that I can display a different image? With text links the link knows if it has been visited, so there ...
|
| Replacing a private function an keeping access to private variables | 27 Jun 2008 23:24 GMT | 6 |
How can I access a private variable when replacing a private function, which originally had access to this variable, with another one? Or is it just not possible? Example:
|
| Dojo -> jQuery | 27 Jun 2008 19:41 GMT | 3 |
I've looked around for a good information source on converting from Dojo to jQuery. Specifically, something that might details things to look for when converting, gotchas, things to be careful about, analogous packages (e.g., if you are using the subpackage X in dojo, you should ...
|