VBA icon

Checking header responses

Sometimes you may need to check the header response when doing a web query. MSXML lets us do this fairly quickly.

Normally we use GET or POST requests to grab responses from a website. But there is another option (are there more?): HEAD requests. These requests return just the headers from whatever URL you call. This way, we can check if the request is well formed or if the website is available prior to making an actual request.

Continue Reading: Checking header responses »

VBA icon

One API to rule them all

url shortener

What's this, another URL shortener? This one comes with a twist — it's an API to an API.

See, you can access numerous other URL shorteners using this one API. Let's see what we can do with this one.

Continue Reading: One API to rule them all »

VBA icon

Another URL shortener API

small guys

I've posted code for several URL shorteners already:

Here's one more, using the API for omani.ac.

Continue Reading: Another URL shortener API »

VBA icon

Another way to hide your email

spaghetti

Looking to post your email address on Twitter or on your website, but keep it away from the spammers? Here's one way using a neat API I found last week.

Continue Reading: Another way to hide your email »

Excel iconVBA icon

Couldn't Stand The Weather

storm cloud

World Weather Online has an API for requesting local and marine weather.

Continue Reading: Couldn't Stand The Weather »

Site last updated: February 9, 2012