Shane Holland said:In a previous post, I had mentioned that I will be working on a complete re-design of the Festool USA website. I encourage the forum members to start a thread, if warranted, with ideas and comments about the existing website. Although, I will say that I have already compiled a rather extensive critique of the existing website and have grand plans for the re-design.
I agree that the Festool USA website should be the resource on the web for Festool product information and that is my vision for the new and improved site. I think you will see a glimpse of that depth of content with the micro sites developed for the three new tools which will be announced on March 1st. The site re-design is my top priority.
Trust that I agree with your assessment and as demonstrated by other employees, we are listening (and acting) on your feedback as a group.
Shane Holland
Festool USA
I've started this thread in an effort to give some feedback for Festool on the direction for their website.
Since I build these types of sites as my primary business activity, I wanted to give some highly technical pointers, but I suspect that this thread will be better if I start it out with some more user-centric suggestions, so here we go.
Initial landing
If possible, make the transition between the festool.com site and festoolusa.com site a bit easier by remembering the country selection with a cookie. Then on the USA site, you can have a small "region" drop down if someone wants to jump over to the UK site, for example, to see all the stuff that is NAINA.

Navigation
The taxonomy is pretty good, the categories make sense, and the general structure of things seems reasonable. I do like that you don't have the e-commerce totally separated from the product information - you can add something to your cart pretty much anywhere you see it. There is some risk with your 'product specific mini-sites' for the new products, you might tend towards a separate 'content' part and a separate 'store' part.... I'd recommend against that. Make it so the product has only one "home base", and not its "information home base" and its "store home base".
I don't mind drop-down menus on websites, but they can be done much better. I'd recommend either Telerik or Component Art menu systems where you can easily make the menus look better and better fine-tune how long they stay open and things like that.
Finding something
The search function works pretty well, but when your search doesn't return results, a guide could be displayed to help the user get down the right path.
Not a big deal, but an error nonetheless - if you search from the sys notes pages (whats_new_details.aspx?docid=xxx) you get an error
Code:
(invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.)
(should be easy to fix)
It would be nice to have some sort of "advanced" search. Doesn't have to be too fancy, but if I want to look up 'OF' to find router stuff, it would be nice to have a 'model name' search, so I don't just find everything with the word 'of' in it.
Product associations
These could be much easier to use. Of particular concern for me is if you're looking at a router, your accessories tab has 23 pages. There needs to be a way to better categorize the types of accessories available rather than just one list. I would recommend a grouped grid view using AJAX in the vein of this example
(you can keep the same simple many-to-many product relationship, but could group on a "product type" field)
I also like the idea of being able to let the user select the page size - when I use a site like newegg.com I always try to get everything on one page. I hate having to go page by page. If you set this up with an AJAX tool like the telerik example above does, you can load on demand and be ok with thousands of rows.
Product information
yep. Bigger pictures, more videos, etc. I'm sure this one is being focused on already and I don't need to say much. Did I mention bigger pictures?
I like that you've made Windows Media and QuickTime compressed versions available when you have a video.
Accounts/E-commerce
On the Login/Account creation page (checkoutlogin.aspx) the account creation portion needs a default button. Let's say I just filled out my name and made a password, and I press the "Enter" button on my keyboard. On your site, it defaults to pressing the search button, so I end up with a list of all the products (after a bit of a wait), when I really wanted to make an account. The login section and the 'I forgot my password' section properly default to their respective "Go" buttons, but the account creation section doesn't default to its "Submit" button when you press Return or Enter on your keyboard. This is easily done with the default button property of the asp

can also be done with JavaScript.
Ok, I'm starting to get too technical, and I'll break for a bit before I use the word "enterprise"...