Archives "API"
Create TinyURL with Classic ASP (VBScript)
Posted by Ariel G. Saputra in Classic ASP, Tutorials on 14. May, 2009 | 2 Comments
TinyURL has been around for years, which enabled you to shortenize your very long url addresses, It has an API also to programmaticaly create your own shortenized url on the fly, and here is a sample of TinyURL API implementation with Classic ASP (VBScript).
Get flickr photos with Classic ASP & Flickr API
Posted by Ariel G. Saputra in Classic ASP, Tutorials on 08. May, 2009 | 5 Comments
I’am using flickr quite a while but not too much just to store screenshots of my web portfolio, then when I build a web design portfolio page I decided to get those screenshots directly from flickr rather than re-upload them in my server. In php there are a lot of examples on the net but I found none for Classic ASP.
After trial error here are the script I use to get flickr photos with flickr API and Classic ASP, it may not perfect but at least it worked for me


