Archives ""
First version of ASP Twitter Library
Posted by Ariel G. Saputra in Classic ASP, News on 18. May, 2009 | 6 Comments
Finally I publish a premature version of asp twitter library, a small script package written in Classic ASP (VBScript) to allow you update, retrieve, format and display your tweets and twitter profile within your Classic ASP application.
Classic ASP Regular Expression Autolink Function
Posted by Ariel G. Saputra in Classic ASP, Tutorials on 16. May, 2009 | 7 Comments
During my session in creating Simple Twitter API for Classic ASP (VBScript), I need a function to search valid URL format in body text and convert them into click able link (autolink). Fortunately as in other programming languages, Classic ASP (VBScript) also has support REGULAR EXPRESSION even with limited methods & Properties. In this case we only need the Regexp.Replace method, below is the detail function.
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).


