Archives "XMLHTTP"
Short URL with Classic ASP
Posted by Ariel G. Saputra in Classic ASP, Tutorials on 15. May, 2009 | 2 Comments
I have more spare time in back couple days and I use it to play a bit with Classic ASP, flickr and twitter for a reason, but then pop out an idea to create a very simple library tom implement Twitter API in Classic ASP programming (many library written in PHP and other programming languages but found noone in classic asp).
Update Twitter Status with Classic ASP (VBScript)
Posted by Ariel G. Saputra in Classic ASP, Tutorials on 14. May, 2009 | 8 Comments
I have several websites built with Classic ASP (am I insane? hell no, I love Classic ASP), and I have using twitter for months, as I seen twitter is getting popular each day, then I want to update the twitter account (associated with each websites) directly from the Classic ASP application, It is quite simple, by using Twitter API and Classic ASP XMLHTTP object.
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


