filed under:javascript @ 18:44:08 comments(0)
On Particletree: JSON, Ajax, and UTF8
“ How do you go about sending any type of character to the server via JSON? The solution turns out to be quite simple, but arriving at the solution involved many attempts in the wrong direction.”
tags: ajax json utf8
filed under:javascript @ 10:35:13 comments(0)
tags: ajax
filed under:javascript @ 09:57:21 comments(0)
On Garret Dimon's site:AJAX and DOM Scripting
tags: ajax dom
filed under:javascript @ 19:29:47 comments(0)
tags: ajax
filed under:javascript @ 18:51:08 comments(0)
tags: ajax
filed under:javascript @ 17:20:33 comments(0)
tags: ajax
filed under:javascript @ 19:09:38 comments(0)
On Web Standards Project: DOM builder
On DOM Scripting: XMLHttpRequest on the W3C
tags: dom ajax
filed under:javascript @ 09:17:22 comments(0)
On A List Apart: getting started with AJAX
I have read comments and opinions about AJAX breaking accessibility rules. AJAX is a tool. As such it's not inherently "good" nor "bad" but defined by the the use that it's made of it. A hammer can be used either to build or to destroy a house.
tags: ajax
filed under:php @ 14:19:43 comments(0)
From splasho :
Php functions lookup and its source
" I put together this AJAX (actually AJAH) tool that allows you to quickly view the important details (argument list especially) of PHP functions. You just type in the beginning of the function you want and you are presented with a list, click one on the list and the details are filled in.
"
tags: ajax
filed under:javascript @ 12:57:35 comments(0)
Funny title? No, actually an interesting technique:
tags: ajax
filed under:webdesign @ 17:42:11 comments(0)
Scripts based on the Prototype Javascript framework, visual effects and controls with AJAX:
script.aculo.us
On Evolt, some useful PHP tips: these things I know.
tags: ajax programming
filed under:webdesign @ 14:37:27 comments(0)
One of the problems I'm having using XML is that I almost always have code samples included in the text of my studies and I have to use entities for everything. I'd rather use a TEXT file and parse it with document.innerHTML, much simpler and faster. Maybe is not very professional or reusable in the future (even if I think TEXT files will always be in use) as an XML file would be but it works fine.
tags: xml ajax
filed under:javascript @ 10:48:52 comments(0)
I have been looking for a solution to a multi-language site that doesn't need to have the same pages repeated in different languages. I had tried using only Javascript but the translated text had to be saved together with the rest of the Javascript code and it didn't seem a practical solution.
I think that the solution could be XMLHttpRequest. I save all the “Studies” text in a XML file that has the same tags as the XHTML page and change the content of the page according to the language chosen by the user. I'm working on it, still polishing out a few glitches.
tags: ajax
filed under:javascript @ 09:37:50 comments(0)
I found more links:
I didn`t realize that XMLHttpRequest was such a popular topic..I have been using XML for a while but it's difficult to find good articles and practical applications.
tags: ajax
filed under:javascript @ 20:46:17 comments(0)
Learning about XMLHttpRequest..
tags: ajax