Jeff's Junk

The sillynonsense and .NET musings of Jeff Putz

News

My Sites

Browse by Tags

All Tags » ASP.NET AJAX (RSS)
Any bets on whether or not JavaScriptSerializer will really be obsolete?
Anyone who does a bit AJAXy goodness knows that it's nice and easy to transport simple objects and arrays back and forth to your server as JSON pieces. And hey, if you're doing it right, trying not to be uber chatty and keep it all zippy, you probably...
Anatomy of an ASP.NET site for amusement park fanboys
This is a post I've meant to write for a very long time. Since 1998, my part-time job of sorts has been to maintain a number of community sites. One of those, started ten years ago, was Guide to The Point . "The Point" in this case is Cedar Point, an...
Gotchas and learnings from refactoring to use ASP.NET AJAX
I promise that one of these days soon I'm going to talk a little about where POP Forums v8 is headed, and what you'll be able to do with it. I don't imagine there's a huge demand for the app, but regardless, it will be available. In any case, I spent...
If only I could have this feature in the library
I really like the ASP.NET AJAX script library. The Sys.UI.DomElement class in particular has some really useful pieces parts. As much as I'm enjoying using it, every once in awhile you find one little thing you wish it did. For example, I have a little...
Impressions of VS2008 after a couple of weeks
I've spent some quality time with Visual Studio 2008 now after two weeks, and I feel like I can give a more extensive impression of the product. Aside from my previous complaint about the FTP browser , I've really enjoyed working with it, but I do sometimes...
ASP.NET AJAX in Action: Awesome!
I haven't bought a programming book in awhile, but I was getting the itch to start reading something a little more in depth to engage my head and perhaps inspire a little. Blogs and other sites just don't offer the kind of depth that a good book can....
Two weeks with iPhone, and the good constraints of Web apps
I've had my "Jesus phone" as some have called it for about two weeks, and so far I'm pretty impressed. I just put it in the charger after more than two days, with about two days stand by, eight hours of "use" (not sure, but I think that's iPod use, Internet...
Windows Safari != OS X Safari (AJAX issues)
For those of you expecting a level of comfort that the Windows version of Safari works just like the Mac version, think again. We just encountered a pretty serious problem that happens only in the Mac version surrounding the ASP.NET AJAX framework. I...
iPhone Web-based apps: The right thing to do
Apple fan or not, people seem to be annoyed that Apple is not opening up the iPhone for application support on the device itself. It's not just the Windows developers who are annoyed, it's the faithful Apple developers too. But why? This is the point...
How xhtmlconformance kicked my ass
This morning I started combing through every config file on two servers that I mentioned in my last post . Eventually, I found this in the root app of the second machine that was giving us problems: <xhtmlConformance mode="Legacy"/> I think I knew...
More Posts Next page »