24/06/2009 In Development, Usability, Web by Amos Robinson
Today, I was tasked with making some Asp:Login and Asp:CreateUserWizard controls work. Specifically, the enter button was acting with an effluence inherent only to Asp.net[1]: it was submitting the search button.
After playing with various schemes, I settled upon the following for the Login control:
<asp:Panel ID=”pnlLogin” runat=”server” DefaultButton=”lgMain$LoginButton”>
<asp:Login runat=”server” ID=”lgMain” />
</asp:Panel>
I originally [...]
Continue Reading...
09/10/2008 In Opinion, Usability, Web by Carly Lyddiard
I am not anti “Web 2.0“. I have enjoyed seeing the evolution of web applications under its banner, though I find the concept - as intangible as it can be - amusing at times. I have to say, though, that there are certainly instances when I know it has gone too far. I am finding more and more overly AJAX-ified sites which seem to be increasingly focused on how many items on the Web 2.0 checklist they can cross off and less on the usability principles which will give their visitors the smooth and comfortable experience they deserve.
This article really only touches on one example that I have experienced recently: onBlur commits (AJAXified, of course).
Continue Reading...