Help me AJAX-ify a very simple web process in PHP. Links to very simple AJAX tutorials much appreciated. [more inside]
posted on Jan 8, 2008 - 7 answers
I wasted a lot of time the other day trying to reinvent the wheel. I wanted to write a web-based RSS parser. [more inside]
posted on Jun 17, 2005 - 9 answers
I use a free cgi mailing list script that generates a html template for the admin interface and user feedback for sign-up. The site i am implementing it on today has some basic preload/rollover javascript within the HEAD of the HTML document, but the javascript aint working on the template the cgi outputs. How do i need to format the javascript so that it works from the cgi-script? [more inside]
posted on Jun 15, 2005 - 3 answers
I keep trying to come up with a generalized way to scale a webpage image in a gradual fashion using JavaScript. I can do it in a specific way (with one hard-coded named image); it's the generalized form (that would work with any rolled-over image) that's giving me fits... [more inside]
posted on Apr 13, 2005 - 10 answers ![]()
Microsoft Script Debugger - Has anyone actually gotten this thing to work properly? I've got some JavaScript (that I didn't write) that is completely bisbehaving in IE (although it produces no errors...it works fine in FireFox, so my usual line of attack doesn't work). I've used the View | Script Debugger | Break at Next Statement and then refreshed the page. It opens the debugger app but doesn't open any source files and it most certainly doesn't break. Has anyone seen this behavior and overcome it?
posted on Aug 10, 2004 - 4 answers