Browse by Tags

All Tags » AJAX (RSS)

ASP.NET AJAX 1.0 (excitement builds) by findleyd

I just downloaded beta 1 of ASP.NET AJAX today. Wow! Lots and lots of changes. The type system has been greatly simplified. I like this. The move to prototypes over closures was a good decision. The core scripts are much easier to read and comprehend...
Filed under: , , , ,

A great article on functional programming... by findleyd

http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main...

Microsoft Product Name Generator by findleyd

Lance and I were musing over some of the recent product renamings and it gave me the idea to throw together a product name generator. Here's my first stab at it: var pfx = new Array("", "Visual ", "Compact ", "Embedded ", "Expression "); var prd = new...

Atlas declarative blocks by findleyd

The text/xml-script declarative model is great. I'd just like to see it declared outside of the .aspx file. Semething like an "ajax" behind file. Imagine: Default.aspx Default.aspx.cs Default.aspx.ajax <-- declarative text/xml-script Most of the Atlas...
Filed under: ,

AJAX thoughts by findleyd

I was just reading through this post: http://weblogs.asp.net/mschwarz/archive/2006/04/03/441767.aspx and it reminded me of some of the worries that I have about the various AJAX libraries. We have some devs here that are prototyping some AJAX features...
Filed under:

The official I spoke too soon post. by findleyd

It seems that I was taken in by the "Releasing 8/8/2005" line that was on the TIBET home page. This definite release date was replaced with the most indefinite "Coming Soon" early the morning of 8/8. Hopefully the TIBET project is not total vapor ware...
Filed under:

The most complete AJAX library I've ever seen! by findleyd

WOW! Check out TIBET This has to be the most advanced JS library I've seen. I'll have to pick my jaw off the floor before I can write any more about it. Just click the link and be amazed.
Filed under:
More Posts