Call us

Using Regular Expressions with Classic ASP

Tutorials

Sometimes we need a quick, reliable way to be able to strip certain HTML tags from a string. The Regular Expression engine (RegExp) built into ASP is ideal for this purpose.
Real World Example
We were building a newsletter system into our FindLocalVehicles.co.uk website. The website has daily motoring news as well as the vehicles for sale [...]

How To Send XMLRPC Pings From Classic ASP

Tutorials

If your website or blog runs on Wordpress or any other popular blog platform, then you probably already have the built-in ability to “ping” services such as Pingomatic and Google Blog Search. However, if like me you have developed a website or application from scratch using a custom platform, then you will need to build [...]