Following this example on the JQuery docs only got me so far. I knew that you needed to pass a URL to getJSON() and append a callback parameter to the end of it: $.getJSON(“http://www.example.com? jsoncallback=?”); But then what? JQuery will look at the data returned for a call to ‘jsoncallback’ so to get this to… Read more »
Posts Categorized: ajax
My Google map in WordPress
Really just a proof of concept, but pretty handy, eh! View Larger Map
PHP UTF-8 tips
It’s not as hard as you might have heard. I’ve finally left my cosy ASCII world and it’s not as bad as I thought. Start with this : http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet – a checklist of what you need to do. Good reading here : http://www.phpwact.org/php/i18n/charsets. See the links at the bottom of this one. Also added support… Read more »