Proper use of AJAX can be good for a web application when it helps reduce clutter by doing away with unnecessary postbacks and allowing the user to avoid the scenic route of visiting several other pages only to return to the page he/she was already…
Rather than focus on fixing the AJAX things that are still broken because of the RTM release tonight, I chose to jump even further into the abyss by adding even more AJAX-based controls to the page. This time it is a search results box that pops up…
A few days ago I noticed that something was amiss with the My Wishlist page of the WhatIWantMost.com site. At the time I was working on something else so I ignored it and I returned this evening to take a closer look. I have these floating divs…
In my last post I started to run with an earlier idea that I had about extracting the logic for the various product search services I was using (Amazon, Yahoo, and Ebay) out of the UI and encapsulating them in a component that would treat them all…
In my last post , a status update, I wrote that the next thing I wanted to add to the site was a list of the most popular items in wishlists and that I was planning on using the Amazon ID to count them. Again, building the domain layer functionality…
Between preparing for and attending CodeMash last week and catching up on work that was waiting for me when I got back from CodeMash I haven’t had a lot of time to work on WhatIWantMost. Yeah, I know, woe is me. You don’t want to hear about my…
The next pieces of functionality I’m adding to the site are all about flair. I really like a lot of the Community Server “sidebar” items, things like Most Recent Users, Most Active Users, etc. They really build upon the “community” aspect of…
I made a goof in my last post . I originally wrote that I was using UrlRewriter.net , when in actuality I am using UrlRewritingNet.UrlRewrite . Because of the similarities in the names and urls and last night’s interest in some other…
I finally got back to writing some WhatIWantMost code again. My new goal is to implement quite a few more of the user stories before I go off on any more tangents, though Chameleon is calling my name . For those of you keeping track at home I am…
Since we last talked… well, since we last talked about my progress on the project, I knocked out a few more simple tasks and then I started on a detour away from the important user stories. Hey, it’s my project I can do whatever I want! After doing…