Recently Added

ASP Twitter Lib Update

Posted by Ariel G. Saputra in Classic ASP on 18. Sep, 2009 | 1 Comment

ASP Twitter Lib Update

Yet another small updates I made on ASP Twitter Lib, a couple functions changes, and adding relative date function this could be done by importing ASP Timestamp Date function at my old post which is based on a great ASP Timestamp Function by Dave Child. Download the new files, and don’t forget to ping me [...]

ASP Classic relative date function

Posted by Ariel G. Saputra in Classic ASP on 18. Sep, 2009 | 1 Comment

Classic ASP has limited date time functions and because of that displaying date in advanced format becomes a bit tricky. Today i decide to add relative date function into my asp twitter library, and comes across my old post at other blog about converting ASP date into Timestamp format and vice versa, from timestamp format [...]

Small Update of ASP Twitter Library

Posted by Ariel G. Saputra in Classic ASP on 18. Sep, 2009 | No Comments

Have not write anything for months since i really busy with some projects, but tonight i had sometimes to track down your request about ASP Twitter Library, and here I did small modifications includes: bug fixes, code improvements and implementing Twitter API friends timeline. I got a lot of email asking for search implementation, i [...]

Classic ASP Regular Expression Autolink Function

Posted by Ariel G. Saputra in Classic ASP, Tutorials on 16. May, 2009 | 7 Comments

Classic ASP Regular Expression Autolink Function

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.

Update Twitter Status with Classic ASP (VBScript)

Posted by Ariel G. Saputra in Classic ASP, Tutorials on 14. May, 2009 | 8 Comments

Update Twitter Status with Classic ASP (VBScript)

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.

Page 2 of 3123