Archive for the ‘classic ASP (VBScript)’ Category

ajaxed gets a face

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4 out of 5)
Loading ... 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!

ASP JSON utility version 1.5 released

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5 out of 5)
Loading ... Loading ...
Thursday, July 10th, 2008

Its long time ago since there has been an update to the JSON utility class. Thats because its working very stable thanks to your support! Nevertheless we have a new version with new features and some minor bugfixes. The following has been updated: (more…)

Developing a ‘login’ with ajaxed

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 4.83 out of 5)
Loading ... 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…)

ajaxed 1.0 released

1 Star2 Stars3 Stars4 Stars5 Stars (11 votes, average: 4.82 out of 5)
Loading ... 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…

ajaxed1.gifajaxed2.gif
(more…)

ajaxed google discussion group

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 3.67 out of 5)
Loading ... Loading ...
Sunday, March 16th, 2008

asp-ajaxed.gif 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

picnik comes with a free-to-use image editing API for your website

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3 out of 5)
Loading ... Loading ...
Wednesday, January 23rd, 2008

picnic.gif Ever heard from Picnik? It allows you editing your images direclty within your browser. Forget Adobe Photoshop :) Picnik has been around for a while now but recently it started to offer its service for the public. for free! I played around a bit and must say that it is amazing .. Use it within PHP, classic ASP, .net, Ruby on Rails or whatever… especially i like the idea of the whole service which works like this…

  1. Send your images to their service (existing image via URL or encoded as multi-part)
  2. Then the user modifies the picture (size, colors, rotation, special effects…)
  3. Picnik sends you the picture back to your server (either an URL where you can download it or directly as multi-part image)

Here comes an example I have built for demonstration… (more…)

using gravatar in classic ASP

1 Star2 Stars3 Stars4 Stars5 Stars (9 votes, average: 4.56 out of 5)
Loading ... Loading ...
Saturday, December 29th, 2007

A gravatar is a globally recognized avatar, which means that your avatar is stored in one place and it will appear on several websites, blogs, forums (which support gravatars). Whenever you change your avatar it will be updated on your existing comments, forum posts, etc. It’s a great service! Now if you know what a gravatar is you might want to use it in one of your classic ASP applications. This post describes how to solve this simple problem… (more…)

ajaxed 0.3 released

1 Star2 Stars3 Stars4 Stars5 Stars (8 votes, average: 4.88 out of 5)
Loading ... 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…)

ASP JSON utility class 1.4 released

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 4.67 out of 5)
Loading ... Loading ...
Tuesday, December 18th, 2007

I did check all your comments on the JSON utility class and fixed the existing bugs. The new changes are available in version 1.4 which is available for download now. I really appreciate your help by posting your comments and solutions. Most of them have been considered in the new version. Have fun and please keep me informed about new issues.

Download JSON 1.4

JSON Utility class 1.3 released

1 Star2 Stars3 Stars4 Stars5 Stars (10 votes, average: 3.9 out of 5)
Loading ... Loading ...
Tuesday, August 21st, 2007

The summer here in Austria is really hot this year and therefore I had not much time to do a lot for webdevbros. Enjoying the sun as much as possible ;) However I was very happy about getting a big amount of feedback for my JSON utility class which showed me that you guys out there are using it. Thanks for that! As a gift for that I spent some time to update the class and released a 1.3 version. Changes are the following:

  • The class can easily be used with “Option Explicit” now
  • Multidimensional arrays are supported (unlimited dimensions)

Go to the download and grab your version. It is backwards compatible so it is not a problem to override your old version .. hopefully you didnt change anything ;). Have fun with it and feedback is welcomed.