A free usability lesson from linked in

I got a good example of help layout for the field. What I like:
1. I don't need to move my mouse or click to get help on the field I'm entering
2. It is just in time (help is show for the field I am editing, others are hidden)
3. Help text is easy to read, easy to understand

Here we go, an image worth a thousand words



What is your form looks like?

Presentation tips

What do you usually do on weekends? Relax, spend time with your family, drink beer... I like all of that hat, but on Saturday, October 24th I spent at Microsoft Office in Iselin, NJ attending NJ SQL Server User Group. It was the first time when I went to such a group, but I carried out a lot: new ideas, new people, new things to do, new links, and a book (Pro SQL Server 2008 XML by Michael Coles) . I was the last one who came in, but got lucky when organizers pulled my name in the first raffle. I made a couple notes on how to present better for myself and want to share them now.

1. you samples should work, ideally they should have 3 parts: cleanup, initialize, run - demos should be runnable multiple times in random order
2. have shortcuts for your demos, they should be quickly accessible and categorized
3. be extremely simple in demo examples, there should be nothing related to the topic, if you are showing tables have only 2-4 column if possible
3. your colors should be in high contrast with background
4. use ZoomIt by Mark Russinovich while presenting. it extremely useful and you should try it
5. do small presentation before large one, present to your wife/husband before your show it to 10-20 people, explain to 10-20 before you show it to hundreds or thousands
6. you will have small resolution on your laptop while showing demos, try to go through your demos with 800x600 at home
7. it may sound obvious and stupid, but focus on the topic your are presenting
8. if you don't have an answer to the question, redirect it to the auditory
9. interactive presentations are amazing, they are beautiful - prepare simple questions to your auditory

What are your tips?

Optimization #1 - Free Live Chat support

I tried to use a number of online chat support and came up with an idea to find
a free but solid one.

There are a plenty of services on the web like instantservice.com, clickandchat.com, providesupport.com. For 15-30$ they will give you access to one operator seat, analytics, statistics, internalization. But do you need it? How many people you need to provide support for one start-up product?

The solution that worked for us was simple enough - Skype Button.
The instructions to produce contains html snippet has just 3 step:
#1 - enter you name, #2 - select button style, #3 - copy and paste your code.

I followed these steps, but the button told users I was offline even I was online.
Another step was to enable "Allow my status to be shown on the web" setting following these instructions.



Now you can see my status right here: My status

Don't forget to follow Rule #6 - Move Scripts to the Bottom

Firefox plugins I can't live without

Well, I love Firefox. First of all, I had no issues with it, then it has a plenty of pluggins. Here is my list of plugins I will definitely recommend.


Plugins for Development


firebug a must have tool for optimization, plus dom explorer and debugger.
Selenium IDE for writing automated scripts for our projects and use selenium for recording.
cssviewer for quick css inspection. I love it.
live http headers for debugging and troubleshooting purposes
YSlow gives us some optimization highlights
measureit I can't determine size of elements just by looking at them, this gadget helps
view dependencies correctly points out to related css, images, etc....
source view tab - well, wrap long texts, syntax highlighting, and convenient Save As menu.

Other Plugins


abduction saves complete page or a part of it as an image so I can post easily share the page
blocksite I noticed I got addicted to visiting news sites multiple times a day.
Xmarks well, you loose a little bit of privacy, but when you have 3 laptops
downthemall I have to show it to my wife :-) saves all pictures and multimedia on site at once.

What in your browser?