Archive for the ‘ajaxed’ Category
ajaxed is an ASP (VBScript) library which allows you to call server side procedures from client side using JSON and Prototype JavaScript library. It is similar to xajax for PHP.
Download the current version: ajaxed Library

Loading ...
Friday, July 25th, 2008
I proudly present the new logo of our ajaxed library. Just achieve a bit of identity ;) What do you think? Do you like it or is it just another web 2.0 logo :) Btw: I have just purchased ajaxed.org which will be the new home for ajaxed. A lot of tutorials, better documentation and version 2 is coming soon. Thanks again for all your support guys!
Posted in ASP (VBScript), ajaxed | No Comments »

Loading ...
Thursday, April 17th, 2008
Today we will check how we could realize a simple login using ajaxed for your web application. You know the common stuff where you enter your credentials (email and password) and you get authorized if they are correct.
(more…)
Posted in ajaxed | 14 Comments »

Loading ...
Tuesday, April 15th, 2008
the new major release of asp ajaxed is here. I have jumped with counting to version 1.0 because it has been such a big update and the library reached its maturity level. Curious whats new in the box? A lot of improvements and new stuff - i got a lot of inspiration from ruby on rails as well and the biggest goodie is an own developer console with unit tests, documentation creator…


(more…)
Posted in ajaxed, classic ASP (VBScript) | 11 Comments »

Loading ...
Sunday, March 16th, 2008
Today i had some time and have created an own google discussion group (forum) for the ajaxed project. This will make the management of problems much easier for me. At least i hope so :) It should help you guys to communicate about your solutions and issues with ajaxed. Also all issues regarding JSON in connection with ASP should go there, and all other classic ASP topics. I can track all these stuff much better then. Thanks for your help and contributions!
ajaxed & asp JSON disussion
Posted in ajaxed | 1 Comment »

Loading ...
Tuesday, December 18th, 2007
i have updated ajaxed (classic asp ajax library) to its 0.3 version. Thanks to all contributors who helped me with their feedback. Here are the updates… (more…)
Posted in AJAX, ajaxed, classic ASP (VBScript) | 17 Comments »

Loading ...
Monday, July 16th, 2007
Since version 0.2 it is possible to use a database with ajaxed out of the box. The library offers the ability to configure a connection string for the use of ODBC within your pages. After that convenient methods enable access to the database. The following paragraphs give a short insight into the usage of a database within ajaxed. (more…)
Posted in ajaxed | 63 Comments »

Loading ...
Monday, July 16th, 2007
Upon releasing the first version of a classic ASP AJAX library called ajaxed I received a lot of positive response. For this reason I have extended the library and released version 0.2 now. The update consists mostly of server side additions which have not really to do with Ajax. Still those additions are very useful when working with ajaxed because everything is done on server side. Here is a short excerpt of some additions:
- A database can be easily configured now and accessed with several convenient methods.
- A collection of useful string functions is now directly accessible (check VBScript String functions). Those functions are necessary for all kind of projects you do.
- Prototype 1.5.1.1 is being used now
Have a look at the new version and give me your feedback. I hope that I can find some time to come up with more tutorials.
Posted in ajaxed | 4 Comments »

Loading ...
Wednesday, July 11th, 2007
Hey it is really cool that one of the most popular Ajax websites (Ajaxian) have posted a short article about the ajaxed Library. Thanks to Dion Almaer who wrote about it. I like the comments there where ppl are talking about ASP and ASP.net. Especially the first one is funny:
Ian: Just who the hell is having to use Classic ASP still?… oh.. wait.. thats me! Thanks, Dion!
I have done some updates and the version 0.2 is coming soon guys…
Posted in ajaxed | 4 Comments »

Loading ...
Tuesday, July 3rd, 2007
I thought its better to create an own page dedicated to the ajaxed Library. It is easier to follow the current changes, bugs, feature requests, etc. The page can be found in the menu on the right or just here. Because I got some nice feedback I will come up with more tutorial within the next weeks. Promise ;)
Posted in ajaxed | 1 Comment »

Loading ...
Monday, July 2nd, 2007
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 you to call server side ASP VBScrtipt procedures from the client side. No low-level Ajax knowledge is required… (more…)
Posted in AJAX, JSON, Javascript, ajaxed, classic ASP (VBScript), protoypejs, xajax | 41 Comments »