Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 22 of 22
Search took 0.06 seconds.
Search: Posts Made By: erebus
Forum: JavaScript programming 10-22-2012, 05:59 PM
Replies: 3
Views: 241
Posted By erebus
resolved... When i copied it from my editor to...

resolved... When i copied it from my editor to the open copy of the atchual page it somehow added a line break in the middle of the code being inserted... it did not care for this
Forum: JavaScript programming 10-22-2012, 05:28 PM
Replies: 3
Views: 241
Posted By erebus
Appending Element with getElementById

Would this be the correct way to utilize innerHTML to append rather then replace

document.getElementById("topstreams").innerHTML +=

i looked it up and it gave this example.. however i cant seem...
Forum: DOM and JSON scripting 10-10-2012, 04:58 PM
Replies: 3
Views: 649
Posted By erebus
That is bookmarked and a great new reference,...

That is bookmarked and a great new reference, thank you very very much for that... my god just a few moments looking at that format and i had it all figured out, :D

Wrote the callback and function...
Forum: DOM and JSON scripting 10-10-2012, 03:20 PM
Replies: 3
Views: 649
Posted By erebus
Parsing JSON - Finding element paths

I've gotten some help with working with my JSON replies... however im having alot of troubles determining the right path to elements of the reply. Is there a simplier way or perhaps a software that...
Forum: JavaScript programming 10-08-2012, 05:13 PM
Replies: 8
Views: 465
Posted By erebus
I think i am using the include in the body,...

I think i am using the include in the body, actually its the last thing in the body.. either that or i do not quiet understand your recomendation


<!-- Top 3 Streams -->

<?php...
Forum: JavaScript programming 10-08-2012, 04:19 PM
Replies: 8
Views: 465
Posted By erebus
It works perfectly in Chrome Not at all in...

It works perfectly in Chrome

Not at all in IE8

and intermittently in Firefox (when refreshing it sometimes dident work)

*edit: i refreshed over a dozen times and it suddenly seems stable in...
Forum: JavaScript programming 10-08-2012, 04:10 PM
Replies: 8
Views: 465
Posted By erebus
Webpage error details User Agent:...

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0;...
Forum: JavaScript programming 10-08-2012, 04:09 PM
Replies: 8
Views: 465
Posted By erebus
Note: It works perfectly in Chrome, but not in IE8

Note: It works perfectly in Chrome, but not in IE8
Forum: JavaScript programming 10-08-2012, 04:05 PM
Replies: 8
Views: 465
Posted By erebus
JavaScript include difficulties

I have small peice of code that runs at the end of my code after the page is created and it manipulates the sidebar which is apart of the overall template. Since its accessing an API i could foresee...
Forum: JavaScript programming 10-05-2012, 08:22 PM
Replies: 2
Views: 340
Posted By erebus
Excellent, thank you for the definitive...

Excellent, thank you for the definitive explanation!

The images are there as... i guess you would call them stock images mearly placed for the design and layout aspects. I removed them and the...
Forum: DOM and JSON scripting 10-05-2012, 07:47 PM
Replies: 13
Views: 1,506
Posted By erebus
thanks, ill study that code for a future...

thanks, ill study that code for a future application i can foresee already. As for this instance it literly always going to be for that JSON request and always displaying the 3 results only... so the...
Forum: DOM and JSON scripting 10-05-2012, 06:48 PM
Replies: 13
Views: 1,506
Posted By erebus
Interesting side note... and im not sure if...

Interesting side note...

and im not sure if its due to the fact that the load time decreased by not having to preload the content and then replace it... but by removed the content that was coded...
Forum: DOM and JSON scripting 10-05-2012, 06:24 PM
Replies: 13
Views: 1,506
Posted By erebus
the add viewers part was already added in the...

the add viewers part was already added in the script i attached so its already integrated...

I like the dynamic way of doing the script... if for no other reason then for the fact that i will...
Forum: DOM and JSON scripting 10-05-2012, 05:23 PM
Replies: 13
Views: 1,506
Posted By erebus
if it could help... sure <div...

if it could help... sure

<div class="image-articles articles">
<div class="cl">&nbsp;</div>
<div class="article">
<div class="cl">&nbsp;</div>
...
Forum: JavaScript programming 10-05-2012, 05:17 PM
Replies: 2
Views: 340
Posted By erebus
Question Inserting JavaScript Variables into HTML

So i have aquired my data from a external source, plaed it within a function and have it in a state which i can define it with JS variables. URL for images, some text strings, etc...

Now i have an...
Forum: DOM and JSON scripting 10-05-2012, 04:32 PM
Replies: 13
Views: 1,506
Posted By erebus
Looking at the way you wrote your script i'm...

Looking at the way you wrote your script i'm wondering if that is possible best practice to implement it onto my page...

I have a div with alot of formatting and other html and i had filler...
Forum: DOM and JSON scripting 10-04-2012, 09:59 PM
Replies: 13
Views: 1,506
Posted By erebus
Excellent... that makes perfect sense... i can...

Excellent... that makes perfect sense... i can understand almost all of that minus this peice....
...
Forum: DOM and JSON scripting 10-04-2012, 09:03 PM
Replies: 13
Views: 1,506
Posted By erebus
Well i think i just figured out a part of it... ...

Well i think i just figured out a part of it...

it looks like where each streams info starts is an object and even tho there is no descriptor i think the objects would get numbered anyways...
...
Forum: DOM and JSON scripting 10-04-2012, 08:37 PM
Replies: 13
Views: 1,506
Posted By erebus
JSON Parser question - repeating variables

So i'm trying to parse the results of a JSON response from the Twitch.tv API. I could probably do it with a single stream but im listing three streams. To see the JSON response you can access it here...
Forum: PHP 09-28-2012, 07:02 PM
Replies: 2
Views: 409
Posted By erebus
Is PHP what im looking for?

Ive become versed in CSS and HTML and recently dove into JavaScript and with some experiments have really begun to pickup the language and put it to good use.

In my next project, id like to move...
Forum: JavaScript programming 09-18-2012, 05:44 PM
Replies: 2
Views: 191
Posted By erebus
Had to Google the error console... and i will...

Had to Google the error console... and i will defiantly open it up when im testing and see what kind of information it provides....

Thank you so much for the tidbit of info i was missing
Forum: JavaScript programming 09-18-2012, 05:25 PM
Replies: 2
Views: 191
Posted By erebus
Trying to learn document.getElementById

Hello,

I'm on my second real day of trying to learn javascript and im trying to apply my learning to a project ive already been working on in HTML. However, I seem to be having...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT +1. The time now is 11:46 AM.