AJAX Specialist
coming soon …
coming soon …
Problem Learn and demonstrate some simple AJAX.To produce a clear, clean example – as small as possible. Solution Can a smaller working AJAX example be produced?Always a believer in keeping it simple & find it easier to learn something complex, by making it as small as possible. See Example. Example Click 'see demo'.Click image to [...]
Problem Spent many hours debug my code on elizaclaire.darlingranges.com.I kept wondering why, whenever I updated the code – it did not get reflect through. Solution Eventually but printing the date within the sub request, I found the browser was caching the sub request!The fix was very easy, to force a header under apache – turning [...]
Problem Spent many further hours debug my code on elizaclaire.darlingranges.com.None of my javascript functions worked, in the resulting sub-request. Tried all sorts, even setting up an AJAX call, within the sub-request. Nothing worked. Solution Eventually through masses of trial and error, “discovered” I had to define the javascript function, with the main body of the [...]