Browse by Tags
All Tags »
Ajax (RSS)
My ASP.NET v4 New Features overview presentation that I delivered at Sydney Deep .Net User Group ( http://sdnug.org ) is available for download here ( http://sdnug.org/presentations/200910.zip ). Note: If the above link returns a 404 error, please try
Read More...
Today reading on idunno.org about Microsoft AJAX CDN, something I was thinking about a bit, too: Scott “Red Shirt” Guthrie announced today that the jQuery and the Microsoft AJAX scripts would be hosted on the Microsoft content delivery network (CDN) –
Read More...
Simone has created another survey concerning AJAX usage with ASP.NET. The results are available, now, and it is really interesting to see that there are only small changes in the use of AJAX libraries for ASP.NET developers. The most used Ajax/JS library
Read More...
Recently, I have been working on creating an arts based website called “ FromTheGrey ” at http://FromTheGrey.com Its a site devoted to showcasing the pictures and artwork created by my wife Michele. Previously, Michele has been very reluctant to showcase
Read More...
A little while ago, I posted about a tool called AjaxView to allow you to profile javascript code within your web applications. Well, I was contacted by Adam who is working on this tool about its latest incarnation. It appears had a lot of work done to
Read More...
If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the Hot Links tag. Series Post #9
Read More...
If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the Hot Links tag. Series Post #8
Read More...
I’m going to try to put together a list of links I grab and post them to intermittent blog posts. I’d like to do a post like this once a day or at the very least once a week, but let’s see where things go. :) Anyway, here’s the first batch of links summarized
Read More...
Subscribe to Everything . Subscribe to WMV . Subscribe to M4V . Subscribe to MP3 . Download WMV . Download M4V . Download MP3 . Show Notes: First in a series of videos on an app I am creating that runs on Windows Azure. Would you like to be involved in
Read More...
In the Javascript world, the hot topic these days seems to be jQuery . Microsoft is beginning to see its value, and DotNetNuke is baking it in in their 5.0+ release. For me, it just makes sense to add it to my portfolio. When I take the time
Read More...
I'm working on binding data from twitter into a grid with ASP.NET 4.0 AJAX in my Windows Azure application. One thing I need to do is to create bound links. Off the top of my head, I'd just use an <a href='url/{{ link }}'>........</a>
Read More...
Sean Lin has written about how Ajax.NET Professional (AjaxPro) can be used with ASP.NET MVC and what you have to change to get it working. Anyway, I have been using Ajax.NET since .NET 2.0, as well as since .NET 3.5. I haven't found a good reason to switch
Read More...
One of the interesting new objects in ASP.NET 4.0 AJAX is the DataView. its a client side object which is associated with a display tag of some type. In my examples, I've been using a table. I assume it could be anything. One of the features of the
Read More...
When I first worked with the original ASP.NET 2.0 AJAX, some folks told me that it only worked with IE, which was wrong then. I decided to take a look at ASP.NET 4.0 Preview 4 in Chrome and Firefox. I looked at my an example dataview i'm working with
Read More...
As I was doing my talk on Saturday at the Atlanta Code Camp on data binding at the Atlanta Code Camp, there was a question about the DOM being updated. The question arose wondering if the DOM itself was really being updated. Thanks to Paul Lockwood, he
Read More...