| Thread | Last Post | Replies |
|
| immediate opening for JQuery and JS programming | 15 Jul 2009 13:12 GMT | 6 |
Start Date: IMMEDIATELY Location: Toronto, CANADA End Date: 2 months with high likelihood of extension ***Must be expert in JQuery & JS programming***
|
| waht is this code about | 15 Jul 2009 00:43 GMT | 2 |
This was at the bottom of a page. There used to be spam links in between the 2 statements that you could only see if you turned javascript off. All I can figure this code was hiding the text some how.
|
| can switch work for this? | 14 Jul 2009 23:29 GMT | 21 |
I have the following options and I guess the best way would be to use a switch statement but can it be done? x ='yes' && (a==true||b==true||c==true) x = 'no' && a==true
|
| Document loaded:how to detect? | 14 Jul 2009 20:50 GMT | 7 |
Thanks to all who answered to my previous questions, I was able to write a HTML page that does exactly what I wanted: -the page contains some DIV's (text boxes) and their content changes dinamically. (The way I implemented it makes use of an Iframe.)
|
| Optimize this code | 14 Jul 2009 07:40 GMT | 10 |
Hi, a little new to doing js. made a little script - wondering if it can be optimized further and if so how ? here is the script. function examine(selector) {
|
| single page apps, URL hash setting, bookmarking, & the back button. | 14 Jul 2009 04:32 GMT | 33 |
A couple years ago I remember discussing here the idea of a single page application setting the URL hash as a means of allowing bookmarking and the back button to work as "expected". Navigating through a one page app, the user would see the URL change
|
| Size of cookie and splitting strings | 13 Jul 2009 16:27 GMT | 14 |
If a cookie is limited to 4K, 4,096 bytes, in size, how can I tell if a string will fit into one cookie (without requiring to be truncated/split across more than one cookie)? Do I need to try to write it and then read it back and see if it matches the original?
|
| FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar change? (2009-07-13) | 13 Jul 2009 16:16 GMT | 1 |
----------------------------------------------------------------------- FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar change? -----------------------------------------------------------------------
|
| Displaying/Changing Pictures | 12 Jul 2009 21:48 GMT | 7 |
I am creating a Web site for a local organization, and one of the requirements is to (randomly) display a series of pictures of important buildings and features of the area on the main page. I assume I should to this sort of processing with JavaScript, but I
|
| Cambiar fondo de etiqueta TD onmouseover onclik | 12 Jul 2009 20:13 GMT | 1 |
buenos dias grupo, tenia este problema, como puedo hacer para que cambie el fondo de una celda, haciendo click, que cambie celda por celda, no todas a la vez como se muestra: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
|
| FAQ Topic - How do I change the text in the url/location bar? (2009-07-11) | 12 Jul 2009 17:18 GMT | 4 |
----------------------------------------------------------------------- FAQ Topic - How do I change the text in the url/location bar? -----------------------------------------------------------------------
|
| Get Function name when prototyping | 12 Jul 2009 16:09 GMT | 15 |
When I wish to dynamically get the name of a function I can use arguments.callee.toString() to work out the function name. But when prototyping functions like in the following example, the function name is emitted.
|
| AWT "available" getScreenSize() | 12 Jul 2009 11:41 GMT | 2 |
[Probably a FAQ but I have looked around and can't see it. Lots of "related" stuff though] Is there a way to return the "available" screen size rather than Toolkit.getScreenSize() ?
|
| Confusion in string.split land | 12 Jul 2009 09:48 GMT | 4 |
I am totally confused by this string.split thing.. When I try this... var myString = "one, two, three"; myArray = myString.split(",");
|
| FAQ Topic - How do I change the confirm box to say yes/no or default to cancel? (2009-07-10) | 12 Jul 2009 08:29 GMT | 2 |
----------------------------------------------------------------------- FAQ Topic - How do I change the confirm box to say yes/no or default to cancel? -----------------------------------------------------------------------
|