Quantcast
Channel: ajaxed - your classic asp library
Browsing latest articles
Browse All 24 View Live

Image may be NSFW.
Clik here to view.

ajaxed 1.0 released

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...

View Article



Installation and Requirements evaluation

You are ready to give it a try? Great! The only thing you need to kick it off is a Microsoft Internet Information Server (IIS). You can either use your own server with an IIS installation or any of the...

View Article

Configuration & Customization

ajaxed can be fully configured to fit your individual application needs. The first thing to remember is that the configuration is placed in one folder called /ajaxedConfig/. After the installation you...

View Article

Database setup

The library offers the ability to configure a connection string for the use of ODBC connections within your application. After that, convenient methods enable access to the database. Currently...

View Article

Creating your first page "Hello World!"

ajaxed is page-driven which is defined by the AjaxedPage class. Others would say it's our page controller. Call it whatever you want :) The thing to remember here is that each of your pages will...

View Article


Bringing AJAX into the game

AJAX is the new buzz word. AJAX sells! Maybe that's why ajaxed is called like that ;) Or maybe because we have a unique technique which makes using AJAX easier. A lot easier. Lets see and make your own...

View Article

Understanding environments

When developing a real world application it is useful to incorporate the usage of environments. The concept of environments is common within rapid development as it allows you to control your code...

View Article

Image may be NSFW.
Clik here to view.

Debugging and Logging

During the development & maintenance process you will need to debug your application. Fixing bugs, adding features - everything requires debugging. ajaxed supports you with a built-in logger which...

View Article


Sending Emails

Is there any web application which does not send emails? Probably yes, but there are only few of them out there. Because email is so crucial we had the focus to provide an email wrapper class which...

View Article


Version 2.0 released

Here are the notes from the changelog regarding changes from version 1.0 to version 2.0. Usually some days after the release there will be a news which explains all the new features in more detail....

View Article

The power of ajaxed.callback. Get the insights!

ajaxed.callback, this JavaScript function is our god when it comes to AJAX usage. It's usage can be simple but also very complex. A detailed explanation of its parameters and the usage follows below....

View Article

Finally! Version 2.0 is here. Overview about the Highlights

Long time, long time. It seems that nothing happend, but it did. After a lot of work I am proud to present you version 2.0. It's been quite a while in the pipeline but now it is here with loads of...

View Article

Using request.form, request.querystring and response.write

When working with web applications we are dealing with request parameters all the time. Most of them are either sent as GET or POST parameters. ASP offers you access to those parameters via the...

View Article


Debugging ajax

Debugging AJAX can sometimes be a bit tricky. Within ajaxed we try to give you as most debugging facilities as possible. This article shows you all of them (you should know how to deal with ajaxed...

View Article

Version 2.0 downloaded more than 15 times / day!

One month after the release of ajaxed 2.0 we are glad to announce that it has been downloaded more than 450 times within the last month. That results in about 15 downloads per day. One could say its...

View Article


Using & Understanding Datatables

When it comes to displaying a large amount of data then the Datatable class is the right one. It allows us to render data from the database in tabular manner and offers functions like sorting, paging,...

View Article

Requesting an URL via XMLHTTP made easy

In a lot of applications its necessary to request URLs programmatically. Access an API or just request some page and process its XHTML response are one of the most common uses. Ajaxed offers you a...

View Article


Creating dependent dropdowns with Ajax flavour

We all know those dropdown lists which are connected to each other. Select a value in one dropdown and the other gets updated according to the previous selection. This article will explain you the best...

View Article

Customizing and using your own loading indicator

For sure you've already recognized the automatic loading indicator which appears on all you Ajax requests. Its a common text which is located in a div tag. Ajaxed automatically displays and hides it...

View Article

version 2.0.1 released

Guys, a minor release is here for the end of the 2008. Most changes have been done for the Datatable class thanks to Danilo Peruš. He pointed out some bugs (which been fixed) and we implemented some of...

View Article

Numbering Rows and making them clickable

Thats just a quick tutorial as it outlines some new addition which came with v 2.0.1. It makes it easier now to create a link on a whole record. Before it was necessary to create an event handler for...

View Article


Browse API docs of previous versions

In case you are working with an older version of ajaxed it is now possible to browse the API docs of previous versions. Just check out the current API and you will notice those new links. Stay tuned!

View Article


Creating unit tests for your asp application

Automated unit testing in classic ASP? Some might think now that this is not possible. But ajaxed allows us to create tests for our asp application. Check the overview of the built-in unit testing...

View Article

Version 2.1 released

The last release of ajaxed has been five months ago (v2.0.1 end of December 2008) and so far more than 1600 downloads have been performed. It's good to see that ajaxed has become a common library when...

View Article
Browsing latest articles
Browse All 24 View Live




Latest Images