On Mar 21, 2006, at 4:37 PM, [EMAIL PROTECTED] wrote:
> > It's finally out in the wild. > > http://www.amazon.com/gp/gss/browse > > Comments welcome. Safari support, expand all, and live search would be cool. If you're interested in more than two or three of the categories it would be a lot more efficient for most people to just expand all of the categories and scan the list, rather than click N times. The checkboxes weren't really obvious to me either, I didn't know they were checkboxes because they don't look like checkboxes until you click them. I didn't even realize that they were checkboxes until I read the text to see why the "update subscriptions" button was disabled. As far as the code goes, there's a couple little things (style issues) that caught my eye: 1. "new Array()" and "new Object()" -- why on earth does anybody ever do that when there's "[]" and "{}" instead? 2. Seriously inconsistent indentation and style (mixing tabs and spaces too!) 3. Lots of weirdness concerning the markup (no DTD, some script tags use CDATA and others don't, some declare no language and some declare Javascript1.1 while others declare text/javascript, etc.). Nothing that a browser is going to change its behavior over, but I just found that really odd... it's like an anthology for script tag markup, 1996-2006+ :) -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
