Archives "Classic ASP"
ASP Twitter Lib Update
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 [...]
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 [...]
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 | 8 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.


