Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Nifty UI Features

  • 28-08-2009 04:30PM
    #1
    Registered Users, Registered Users 2 Posts: 165 ✭✭


    Hi everyone,

    I am working on a web application at the moment and I need to spice up the UI. The site was created using .NET with an SQL Server 2005 backend. Can anyone point me to nifty features that they used in their site? In the mould of facebook, where you hover over things and you can edit them or hover over a cell in a datagrid and it shows the expanded info.

    I tried to spice thing up by adding a file upload popup when you hover over a picture allowing the user to upload a new picture. I am using qTip(javascript) to bring up the small popup when hovering but I don't know how to go about rigging this up to the DB and then uploading the file. Does anyone know how to go about it or maybe a better way of doing it.


    All help much appriecated!


Comments

  • Registered Users, Registered Users 2 Posts: 165 ✭✭ViperMAN


    Hi everyone,

    I think I might have solved the qTip problem mentioned above. There is a 'content' attribute where you can specify what you want to appear in the popup, e.g. input boxes and submit buttons. You can also set the content attribute to a url which can be a html or php page and I am told (although I am yet to implement it) that you can pass it a .aspx page and work from there.


    So has anyone got any other cool UI features that they would like to share?

    Cheers!


Advertisement