Recently Added
Posted by Ariel G. Saputra in Classic ASP on 18. Sep, 2009 | 1 Comment
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 [...]
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 [...]
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 [...]
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.
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.