Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

JavaScript Development | Forum profile

Forum profile page for JavaScript Development on http://www.devshed.com. This report page is the aggregated overview from a single forum: JavaScript Development, located on the Message Board at http://www.devshed.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "JavaScript Development" on the Message Board at http://www.devshed.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Dev Shed Forums - Open Source web development - JavaScript Development (site profile, domain info devshed.com)
Title: JavaScript Development
Url: http://forums.devshed.com/javascript-developmen...
Users activity: 24 posts per thread
Forum activity: 115 active threads during last week
 

Posting activity on JavaScript Development:

  Week Month 3 Months
Threads: 115 335 935
Post: 312 880 2,271
 

JavaScript Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
haydenchambers
34
user's latest post:
JQuery Slider UI
Published (2009-11-27 15:33:00)
f_nietzsche
34
user's latest post:
Regular Expression to verify...
Published (2009-11-26 21:32:00)
marian
17
user's latest post:
Cannot get checkbox value
Published (2009-11-28 15:40:00)
i switched back to my previous code: Code: function calChecked(name) { //alert(document.getElementByName(name)); var myChecks = document.getElementsByName(name); myChecks = myChecks.length ? myChecks : [myChecks]; //alert(myChecks.checked); for ( var i = 0; i <= myChecks.length; i++ ) { //alert(myChecks[i].checked); //alert(i); alert(myChecks[i].checked); if ( myChecks[i].checked ) { //alert(i); //alert(myChecks[i].value); //result +=...
Hugh of Borg
16
user's latest post:
Need help with dynamic drop down...
Published (2009-11-26 02:48:00)
You should be able to use the onchange handler on the hidden field to trigger the load of the format list... <input type="hidden" name="movieid" onchange="getmovieversions(this.value)" /> If your question is more about how to add new options to the select you need to do this: 1. clear the select with a loop over selectnode.removeChild(selectnode.firstChild); 2. for every...
Dameon51
13
user's latest post:
Queueing Functions
Published (2009-11-27 09:57:00)
KorRedDevil
10
user's latest post:
OnUnload and Ajax on Mac vs PC
Published (2009-11-25 08:02:00)
have you tried onbeforeunload instead?
Winters
10
user's latest post:
Text link set up to act like a...
Published (2009-11-27 12:46:00)
magician13134
9
user's latest post:
JQuery .animate takes seconds to...
Published (2009-11-24 09:56:00)
Actually, I replaced the animate code with a simple alert, and there is a delay before that as well... Hmm... it looks like the code was moving forward before the AJAX request was done... is there any way to fix that?
Arty Ziff
8
user's latest post:
Trigger function after no activity
Published (2009-11-27 18:54:00)
Kravvitz
7
user's latest post:
Cannot get checkbox value
Published (2009-11-28 15:58:00)
To browsers, "schools[0]" and "schools[1]" are not both members of an array called "schools". That's just how PHP will interpret it when the form is submitted. Why are you using the numbers in them anyway? Only checked ones will be submitted, so having some keys missing in an array (by design) seems strange to me. I suggest you use a value for each checkbox that allows you to tell...
 

Latest active threads on JavaScript Development::

Dev Shed Forums - Open Source web development
Started 2 days, 14 hours ago (2009-11-27 15:24:00)  by kicken
Quote: Originally Posted by marian all i am getting from the above code is NaN here is my code: Code: <input type="checkbox" name="checkBoxSchools[]" onclick="return doMath('checkBoxSchools[]')"> What kind of value are you expecting? Your sample checkbox there has no value="" attribute, so it has no value.
Thread:  Show this thread (8 posts)   Thread info: Cannot get checkbox value Size: 1,016 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Cannot get checkbox value :: JavaScript Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 2 days, 6 hours ago (2009-11-27 22:53:00)  by Kravvitz
1) It works fine for me in IE6-8 without the first call. (That's an IE only feature.) 2) It sounds like you tried it with an incomplete HTML 4.01 Transitional doctype. When that doctype does not include a URL, browsers will use "quirks mode", which is usually a bad thing. In quirks mode, IE ignores most styling of the html element. If you must use quirks mode, then apply the ...
Thread:  Show this thread (5 posts)   Thread info: Confirm, grayscale, and DocType Size: 816 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Confirm, grayscale, and DocType :: JavaScript Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 2 days, 5 hours ago (2009-11-28 00:02:00)  by hmvrulz
Thread:  Show this thread (2 posts)   Thread info: JQuery Ticker setInterval() Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Thanx guys. its solved :: JavaScript Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 4 days, 2 hours ago (2009-11-26 02:37:00)  by Hugh of Borg
I can't find anything obviously wrong with your code. I suggest you post the error message...
Thread:  Show this thread (8 posts)   Thread info: Text link set up to act like a form button Size: 149 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Text link set up to act like a form button :: JavaScript Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 2 days, 10 hours ago (2009-11-27 18:41:00)  by requinix
Thread:  Show this thread (3 posts)   Thread info: Trigger function after no activity Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: It will probably be easier to run a function every 1 second (constantly)
that increments a counter, and when... :: JavaScript Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 3 days, 17 hours ago (2009-11-26 11:51:00)  by studeoc
Thread:  Show this thread (5 posts)   Thread info: JQuery Slider UI Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "JQuery Slider UI :: JavaScript Development :: Dev Shed Forums - Open Source web development"
 

Hot threads for last week on JavaScript Development::

JavaScript Development
Started 3 days, 8 hours ago (2009-11-26 20:59:00)  by marian
Thread:  Show this thread (16 posts)   Thread info: Two eventhandler for one input form fields? Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Two eventhandler for one input form fields? :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 1 week, 1 day ago (2009-11-21 16:03:00)  by Winters
Four lines of CSS. Interesting.
Thread:  Show this thread (13 posts)   Thread info: Have I got a helluva bizarro puzzle for you. Game? Size: 87 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Have I got a helluva bizarro puzzle for you. Game? :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 5 days, 16 hours ago (2009-11-24 12:57:00)  by Dameon51
Thread:  Show this thread (10 posts)   Thread info: Ajax has extra gibberish parameter Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Ajax has extra gibberish parameter :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 5 days, 13 hours ago (2009-11-24 16:22:00)  by haydenchambers
what exactly are you trying to achieve... starting with all the check boxes checked? your foreach loop repeats the ids of all those checkboxes which is a nono.. id's should be unique.
Thread:  Show this thread (10 posts)   Thread info: Unchecking checkboxes with php as well Size: 256 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Unchecking checkboxes with php as well :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 3 days, 13 hours ago (2009-11-26 15:44:00)  by roughie
Thread:  Show this thread (9 posts)   Thread info: Regular Expression to verify integer input Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Regular Expression to verify integer input :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 1 week, 1 day ago (2009-11-22 04:01:00)  by f_nietzsche
Yes--you've got the idea. This will make sure, for example, that a user who has written new data to a page does not accidentally leave the page without saving the changes. This is the effect you're going for, right? To do this you will need to attach events in two places: 1) The action of exiting a page; 2) Every link on the page (or particular links). To do this, I ...
Thread:  Show this thread (8 posts)   Thread info: Onclick, onunload Size: 2,197 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Onclick, onunload :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 1 week, 2 days ago (2009-11-21 05:20:00)  by haydenchambers
if you use fade you'll get a little jump in the list when the new <li> appears (before fading in) or disappears (after fading out) when you create the <li> I would set its initial state to display:none; then use slideDown and in reverse use slideUp then when thats finished remove it that way it remains visually smooth
Thread:  Show this thread (9 posts)   Thread info: Best way to make an animated list? Size: 420 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Best way to make an animated list? :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 5 days, 22 hours ago (2009-11-24 06:48:00)  by mind_grapes
Thread:  Show this thread (8 posts)   Thread info: Need to add to some code, but dont know what to write Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Need to add to some code, but dont know what to write :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 5 days, 1 hour ago (2009-11-25 03:54:00)  by f_nietzsche
Before I write my observations about your code, I would like to be unbearably pedantic and tell you that Java and JavaScript are two different languages and are by no means interchangeable or synonymous. [Wikipedia] Code: <div class="content about"> <p>Yada</p> </div> That div does not initially have a class of 'hide,' yet the JavaScript ...
Thread:  Show this thread (8 posts)   Thread info: Using jQuery's .add/removeClass to switch between a few DIV's? Size: 1,415 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Using jQuery's .add/removeClass to switch between a few DIV's? :: JavaScript Development :: Dev Shed Forums - Open Source web development"
JavaScript Development
Started 2 days, 14 hours ago (2009-11-27 15:24:00)  by kicken
Quote: Originally Posted by marian all i am getting from the above code is NaN here is my code: Code: <input type="checkbox" name="checkBoxSchools[]" onclick="return doMath('checkBoxSchools[]')"> What kind of value are you expecting? Your sample checkbox there has no value="" attribute, so it has no value.
Thread:  Show this thread (8 posts)   Thread info: Cannot get checkbox value Size: 1,016 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Cannot get checkbox value :: JavaScript Development :: Dev Shed Forums - Open Source web development"