Found the answer as soon as I spoke up. The best answer is to follow the simple tutorial at W3CSchools. No parsing problems and a much simpler script. Hopefully this can be of use to someone.
Hey I'm fairly new to PHP and I'm having trouble getting links to parse on this page. For some reason 1 won't display, then other tags will. This feels like it should be a simple fix, or a shove in...
I did some research and apparently the answer is locked away inside a book called Bulletproof Ajax. Apparently it outlines and tells you a solid way to get Ajax to pull into just about anything...
Updated script and fixed some bugs, but it still won't load properly. Please take a look at the script again (as I edited and posted the more complete version).
Umm, even when that's turned on the images are not parsed by the Galleriffic script properly. Without the Galleriffic script everything loads perfectly fine on the page, but when loaded and parsed...
Ok, so I'm one step away from getting this script to run, but here's the problem. My DOM loads and the gallery script I'm using seems to be running while the DOM is executing and therefore crashes...
Hey, I want to have <img src="asdf.jpg" alt="asdf">, but I can't generate an alt tag for some odd reason. Here is my code which is fairly simple, but I just can't figure out why it won't display...
Thanks, this helps a lot. Only problem is I'm confused on how to use this. How would I change my current page the code is being pulled into, to get the xml data sheet pulling correctly (can you give...
I wrote this simple DOM script that pulls the data off of an XML atom feed and displays it. The script works great in everything except for IE 5.5 and 6 which get an error and refuse to load it. How...