Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Tag Archives: AJAX

How to handle AJAX errors with jQuery

Many times, the ‘error’ property of the jQuery AJAX call is ignored. Most often, you’ll see just references to the success portion. The error attribute of the $.ajax() is a callback – and receives three parameters. These are the XMLHttpRequest … Continue reading

Posted in AJAX, javascript, jquery | Tagged , | Leave a comment

Cross Domain AJAX – A quick anatomy of a mashup

So after searching the Internet for some cross domain AJAX stuff, I noticed two interesting articles. The first was the specifics of writing these queries (located here). Then, the next gave a breakdown of how this might be useful in … Continue reading

Posted in AJAX, apache, javascript, Misc Web Design, security | Tagged , , , | Leave a comment

AJAX Security Research and Findings – Round 2

Round 2, and the final round, is complete! The previous article here talked about my initial findings. Well, I was able to try some proofs of concepts on my javascript finding, and I put together our top level recommendations for … Continue reading

Posted in AJAX, PHP, security | Tagged , , | 2 Comments

AJAX Security Research and Findings – Round 1

(“the triangle”) wants to keep implementing more and more AJAX based systems – but no one ever took time to research into the security issues with this. I did a proof of concept one time with a zip-code function when … Continue reading

Posted in AJAX, PHP | Tagged , | 2 Comments