Coffee and Code

The Life and Times of Jeff Woodman

Home >> Sunday: Day of... Toil?

Sunday: Day of... Toil?

Posted: 05/21/2006 05:00 PM | permaLink

Tags: development ajax

Dammit, I always get that one wrong! Hehehe...

I got bored with tweaking my messed-up sitemap this morning and decided to write a code sample: ASP XML Proxy. This script retrieves an XML feed server-side from another website, and displays the feed as if it were coming from your own website.

My reason for using something like this is because client-side javascript will not let you consume a feed from a website other than the one your javascript lives on... so this is a handy way to get past that obstacle. Pretty cool, and pretty easy too.

Update!

I am finished with the Sortable AJAX Grid... this one is really cool so check it out!