|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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.
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...
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 ^_^
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?
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...
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...
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,...
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/
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
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::
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.
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
Started 5 days, 19 hours ago (2009-12-01 00:00:00)
by rnd me
Yes, 100% without any exceptions whatsoever.
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....
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.
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.
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:...
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 ...
|
|
Hot threads for last week on 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
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...
Started 5 days, 19 hours ago (2009-12-01 00:00:00)
by rnd me
Yes, 100% without any exceptions whatsoever.
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/
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.
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.
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 ...
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.
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....
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.
|
|