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... 

DOM and JSON scripting | Forum profile

Forum profile page for DOM and JSON scripting on http://www.codingforums.com. This report page is the aggregated overview from a single forum: DOM and JSON scripting, located on the Message Board at http://www.codingforums.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 "DOM and JSON scripting" on the Message Board at http://www.codingforums.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: CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! - DOM and JSON scripting (site profile, domain info codingforums.com)
Title: DOM and JSON scripting
Url: http://www.codingforums.com/forumdisplay.php?s=...
Users activity: 17 post per thread
Forum activity: 24 active threads during last week
 

Posting activity on DOM and JSON scripting:

  Week Month 3 Months
Threads: 24 61 149
Post: 40 102 248
 

DOM and JSON scripting Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Kor
5
user's latest post:
IE javascript error...
Published (2009-12-04 10:37:00)
It will be of some help if you would tell us which is the javascript library you are using. That is no native javascript code, thus it is impossible to know what some custom function/methods do.
rnd me
4
user's latest post:
Json > xml
Published (2009-12-02 20:47:00)
if JSON could offer a default property like XML does (.innerHTML), it would be a whole lot easier to use. Still, JSON offer a plain-text strong-typed data interchange without schemas or dtd, or vendor-specific DOM bugs and idiosyncrasies. Will it replace XML completely? of course not, it's not the same thing. for purposes of transporting on-demand search suggestions to browser; for example, JSON is a lot easier to integrate into the...
Iceheart
4
user's latest post:
General Javascript questiom
Published (2009-12-04 11:17:00)
Ye. I think its the best way ^_^ For eyesore removal and for organizing files ^_^
cloud_sync
3
user's latest post:
Json > xml
Published (2009-11-30 20:57:00)
I was review some of Douglas Crockford's material and video lectures: http://www.crockford.com/ He states that JSON is the future and is overriding XML. Is this correct?
abduraooft
3
user's latest post:
General Javascript questiom
Published (2009-12-04 10:52:00)
Quote: --- It doesn't speak about not putting JavaScript comment tags ------ May be, but you can avoid those errors by adding the CDATA comments like Code: <script type="text/javascript"> /* <![CDATA[ */ window.onload=function(){ var links=document.links; for(var i=0;i<links.length;i++) //something } /* ]]> */ </script> Anyway, the best solution is to put all javascript...
A_Grant
2
user's latest post:
Simple Issue I can't seem...
Published (2009-11-25 03:04:00)
I have this simple script that uses and if then statement. The point of this is to show one video player for an iphone and a flash player for everything else. I am using the "document.write" function for writing the embed codes, but the quotes close the function. I tried using /" before every quote and it didn't work for me. I also tried wrapping the embed function in a single quote..that did not work either. I...
rooboy09
2
user's latest post:
Use an argument with...
Published (2009-11-28 06:58:00)
Hi TinyScript, many thanks for the quick reply I havent given you enough information, my fault. The text to appear in "descriptionBox" was originally more than just the link name, and was textDisplay() 's argument, so: "Home page" for Home and "About me" for About. The inner.HTML way you have shown me puts the link's name there only. I have a feeling the answer lies in an array,...
TinyScript
2
user's latest post:
Capturing Mouse X-Y positions
Published (2009-11-28 16:43:00)
Here's a great script you can learn from. http://bodytag.org/mrecord1/
betoranaldi
2
user's latest post:
IE javascript error...
Published (2009-12-04 15:06:00)
I'm sorry, it is using jquery, flowplayer, overlay plugin and expose plugin: http://jquery.com/ http://flowplayer.org/tools/index.html
tiredofcoding
1
user's latest post:
Want to add features to this script
Published (2009-11-26 19:30:00)
Hi guys, name says it all! lol. Ok Here are the scripts I have implemented into my site. I can upload these into my server but I CANNOT insert php files or apache anything. I want to use these codes but I want to implement some features. Feature Requests Protect certain pages if not logged in Show logged in name and include a logout button. also have a remember me check box to remember logged in user on computer change the design of the login...
 

Latest active threads on DOM and JSON scripting::

CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 2 days, 8 hours ago (2009-12-04 10:37:00)  by Kor
It will be of some help if you would tell us which is the javascript library you are using. That is no native javascript code, thus it is impossible to know what some custom function/methods do.
Thread:  Show this thread (3 posts)   Thread info: IE javascript error "Expected identifier, string or number" but works as
intended in Size: 194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: IE javascript error "Expected identifier, string or number" but works as
intended in :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 2 days, 10 hours ago (2009-12-04 09:32:00)  by abduraooft
It's an outdated way of commenting out CDATA in the javascript to avoid issues with xhtml validator. Read http://javascript.about.com/library/blxhtml.htm
Thread:  Show this thread (8 posts)   Thread info: General Javascript questiom Size: 233 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: General Javascript questiom :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 5 days, 19 hours ago (2009-12-01 00:00:00)  by rnd me
Yes, 100% without any exceptions whatsoever.
Thread:  Show this thread (5 posts)   Thread info: Json > xml Size: 44 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Json > xml :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 3 days, 6 hours ago (2009-12-03 12:37:00)  by vwphillips
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition al.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title></title> <script type="text/javascript"> /**/ function V(){ var obj=document.request_submit.HPUX if (obj.checked == true&&obj.parentNode.nodeName....
Thread:  Show this thread (2 posts)   Thread info: How to detect struckthrough/del checkbox text Size: 1,656 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to detect struckthrough/del checkbox text :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 6 days, 8 hours ago (2009-11-30 10:42:00)  by Kor
Well... there is a difference between an XML object and a HTML/XHTML object. You clone an XML object but you try to append it as an HTML/XHTML one. As in HTML/XHTML there is no tag named "description" is seems logical for the browser's interpreter not to consider that node as a valid HTML/XHTML one, but treat it as text.
Thread:  Show this thread (3 posts)   Thread info: Problem with nodes Size: 332 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem with nodes :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 5 days, 19 hours ago (2009-12-01 00:02:00)  by rnd me
Quote: Originally Posted by cloud_sync Why even make a distinction to begin with? not all javascript functionality revolves around documents. dom is a big chuck of bom.
Thread:  Show this thread (2 posts)   Thread info: Dom vs bom Size: 704 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Dom vs bom :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 1 week, 6 days ago (2009-11-23 17:25:00)  by Kor
Quote: Originally Posted by cloud_sync I am receiving mixed responses. On what ? Quote: Originally Posted by cloud_sync I will conduct a premature study on those 6 languages/models. Those? Which those? Quote:...
Thread:  Show this thread (4 posts)   Thread info: DOM: An Ultimate Source Size: 3,697 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: DOM: An Ultimate Source :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
Started 1 week, 4 days ago (2009-11-25 03:04:00)  by A_Grant
Simple Issue I can't seem to resolve.. I have this simple script that uses and if then statement. The point of this is to show one video player for an iphone and a flash player for everything else. I am using the "document.write" function for writing the embed codes, but the quotes close the function. I tried using /" before every ...
Thread:  Show this thread (4 posts)   Thread info: Simple Issue I can't seem to resolve.. Size: 1,774 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Simple Issue I can't seem to resolve.. :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
 

Hot threads for last week on DOM and JSON scripting::

DOM and JSON scripting
Started 2 days, 10 hours ago (2009-12-04 09:32:00)  by abduraooft
It's an outdated way of commenting out CDATA in the javascript to avoid issues with xhtml validator. Read http://javascript.about.com/library/blxhtml.htm
Thread:  Show this thread (8 posts)   Thread info: General Javascript questiom Size: 233 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: General Javascript questiom :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
Started 1 week, 1 day ago (2009-11-28 03:58:00)  by TinyScript
Code: <script> window.onload=function(){ var navLinks = document.getElementById("menu").getElementsByTagNa me("li"); for (i=0;i<navLinks.length;i++){ navLinks[i].onmouseo ver=function(){ var txt=this.innerHTML; textDisplay(txt)}; } } function textDisplay(t){ document.getElementById("descriptionBox").innerHTM L = t; } </script> <ul id="menu"> <li><a href="index.html">Home</a></li...
Thread:  Show this thread (5 posts)   Thread info: Use an argument with event-handler in script Size: 988 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Use an argument with event-handler in script :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
RE: Json > xml - 5 new posts
Started 5 days, 19 hours ago (2009-12-01 00:00:00)  by rnd me
Yes, 100% without any exceptions whatsoever.
Thread:  Show this thread (5 posts)   Thread info: Json > xml Size: 44 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Json > xml :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
Started 1 week, 1 day ago (2009-11-28 16:43:00)  by TinyScript
Here's a great script you can learn from. http://bodytag.org/mrecord1/
Thread:  Show this thread (3 posts)   Thread info: Capturing Mouse X-Y positions Size: 138 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Capturing Mouse X-Y positions :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
Started 6 days, 8 hours ago (2009-11-30 10:42:00)  by Kor
Well... there is a difference between an XML object and a HTML/XHTML object. You clone an XML object but you try to append it as an HTML/XHTML one. As in HTML/XHTML there is no tag named "description" is seems logical for the browser's interpreter not to consider that node as a valid HTML/XHTML one, but treat it as text.
Thread:  Show this thread (3 posts)   Thread info: Problem with nodes Size: 332 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem with nodes :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
Started 2 days, 8 hours ago (2009-12-04 10:37:00)  by Kor
It will be of some help if you would tell us which is the javascript library you are using. That is no native javascript code, thus it is impossible to know what some custom function/methods do.
Thread:  Show this thread (3 posts)   Thread info: IE javascript error "Expected identifier, string or number" but works as
intended in Size: 194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: IE javascript error "Expected identifier, string or number" but works as
intended in :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
Started 1 week, 4 days ago (2009-11-25 03:04:00)  by A_Grant
Simple Issue I can't seem to resolve.. I have this simple script that uses and if then statement. The point of this is to show one video player for an iphone and a flash player for everything else. I am using the "document.write" function for writing the embed codes, but the quotes close the function. I tried using /" before every ...
Thread:  Show this thread (4 posts)   Thread info: Simple Issue I can't seem to resolve.. Size: 1,774 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Simple Issue I can't seem to resolve.. :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
RE: Dom vs bom - 2 new posts
Started 5 days, 19 hours ago (2009-12-01 00:02:00)  by rnd me
Quote: Originally Posted by cloud_sync Why even make a distinction to begin with? not all javascript functionality revolves around documents. dom is a big chuck of bom.
Thread:  Show this thread (2 posts)   Thread info: Dom vs bom Size: 704 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Dom vs bom :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
Started 3 days, 6 hours ago (2009-12-03 12:37:00)  by vwphillips
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition al.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title></title> <script type="text/javascript"> /**/ function V(){ var obj=document.request_submit.HPUX if (obj.checked == true&&obj.parentNode.nodeName....
Thread:  Show this thread (2 posts)   Thread info: How to detect struckthrough/del checkbox text Size: 1,656 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to detect struckthrough/del checkbox text :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."
DOM and JSON scripting
Started 8 months, 1 week ago (2009-03-31 16:29:00)  by TinyScript
Does anyone have any ideas how I can get the height of container in pixels while its height is 0. Perhaps what you need to do is keep it sized normal but hidden instead of sized to 0 and then before you want to use it, you get the height, then you resize it to 0 and make it visible. Now you got the height and you're back where you want to be.
Thread:  Show this thread (4 posts)   Thread info: Convert auto to pixels Size: 367 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Convert auto to pixels :: DOM and JSON scripting :: CodingForums.com- Web coding and development forum..."