Category Archives: AJAX

Your daily personalized RSS magazine

Today I found what I was looking for quite a while now: A magazine-like feed reader. Tabbloid (from HP!!!) is an online tool which lets you subscribe to your favorite feeds and delivers them bundled as a PDF magazine right to your mailbox. Its up to you if you want it daily or weekly. The […]

Translate easily with JavaScript and the Google language API

wow, google recently released an API for their translation services called Google language API. Thats a good news but it even gets better! The api is really easy to use and applications can be boosted within minutes. The reference can be found here Here is a quick example of how to translate something… javascript < […]

ajaxed: Calling server side VBScript procedures from client side (equivalent to PHP xajax)

My last post (about an ASP RSS component) included a demonstration which made use of a cool ajax technique simply called “ajaxed”. See the demonstration here again. If you play around you will recognize that there is no conventional postback and AJAX is up in here I have developed a small “library” which easily allows […]

JSON character escaping function in classic ASP

If you are into advanced AJAX techniques you probably will stumble across JSON (www.) which makes developing (and therefore the life) a lot easier when working with AJAX. If you already stumbled across and you use JSON within classic ASP you might find this article useful. It deals with escaping characters for JSON acording to the RFC4627#2.5