The Artima Developer Community
Sponsored Link

Design Forum
auto-popup info button and AJAX Implementation

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Deo G W

Posts: 1
Nickname: mmc25
Registered: Aug, 2007

auto-popup info button and AJAX Implementation Posted: Aug 20, 2007 3:06 AM
Reply to this message Reply
Advertisement
I just implemented AJAX techniques to allow user-friendly visual selection of mobile phones for use.
Check this out www.mobilemediacentre.nl/en/registration

http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-1.png
http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-1-2.png
http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-2.png
http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-3.png
http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-4.png
http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-5.png
http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-6.png
http://i101.photobucket.com/albums/m44/DeooGi/SC-REGI-AJAX-7.png



Click on the cell phone icon, there will be an in-line popup.
I used GrayBox to do this. You can select the cell phone manufacturers on the left hand side, and choose your type of device in the middle frame. When the mouse hover the device image, product functionality and compatibility of the chosen device will be displayed on the right side under the device image.

All cell phone info is retrieved from database. After you selected the device, you will be linked back to the registration page and see which device you have chosen.

I have so far got some remarkable feedbacks:
make the information popup only popup when it is clicked. (The i - image). Since an accidental hover may cause an unwanted popup. You could just use a tooltip saying, click for more info etc.


You may take this option to onClick event rather than OnMouseover, which will take more advantage as this icon is very nearby to text box which is sure an accident for many one. Also rather than closing the same window with onMouseOut keep the close button as people dont like mouse cursor on text or presentation where they are looking around. As far the concept is very nice and interactive.


First off, I think it works REALLY well!
I can understand the criticism though because it does introduce inconsistency on your page. Sometimes you do expect the user to click, and in other parts of your interface you don't.
I think the "i" would work just as well as clickable and would stop the "surprise" element just from scrolling the mouse over it.
But it does all have a great look and feel.



Well, the original idea behind the auto-popup for the info button is to give the site viewers a simple and ease expression; they don't have to make the unnecessary click if they don't want to. It's also very true that viewers will get annoyed by accidentally hovering the INFO icon over and over.

modified the auto popup information button according to the feedbacks that I got. any better suggestions?

Regards,

Topic: Is there no one who suggest me?????????? Previous Topic   Next Topic Topic: OO website development

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use