user-interface

jQuery ui checkboxes drive me crazy

Hello, I'm using a form with checkboxes from jQuery UI and I'm having some problems with them : here is my code : php <input type="checkbox" id="check'. $empl->getAttr('id') .'" class="intervenants" /><label for="check'. $empl->getAttr('id') .'">'.$empl->getAttr('nom').'</label>'; javascript $('.intervenants').each(function() { ...

Web application UI examples

I am currently prototyping a line of business application for the company I work for. It will be web based written in ASP.Net. I am looking for some web application UI examples to give me some creative ideas to jump start the UI design and layout. More info... Case management, task management with work flow, basic accounting features ...

Perl Curses::UI

I am trying to use the library Curses:UI from http://search.cpan.org/dist/Curses-UI/ to build a UI on linux karmic. I can create a simple user interface e.g.: #!usr/usr/bin/perl use strict; use Curses; use Curses::UI; $ui = new Curses::UI(-color_support=>1,-clear_on_exit=>1,-intellidraw=>1); my $window = $ui->add('window', 'Window',-...

How do CSS sprites work?

I have 3 different images and want to create a sprite using CSS. I understand that will reduce HTTP requests. However, I am totally new to this concept and have no idea as to how to approach this. What would be best bet for me? Also I have seen there are some CSS sprite generators where you submit a .zip of images and it combines the...

How to validate an optional empty textbox, Is the data valid or not - its optional... -

Today I asked myself how can I handle user input if the user have not to enter it... A firstname and lastname is all he must enter. The adress he needs not to fill out. Now I have to decide, is the missing data a user mistake or didn`t the user want to enter data? How can I deal with such a scenario? ...

Designing software interface for various screen sizes

Hi, Nowadays we have screens like 1920x1200 and 1680x1050 in popular use and some even use 2560x1600 resolution while some older systems still rely on a 800x600 resolution. I am writing a software that looks good on a 1680x1050, but too small on a 1920x1200 and too large on a 1024x768. Do you have suggestions how to go for designing an ...

Javascript UI Toolkit

I'm looking for a light-weight UI toolkit written in Javascript (something like Swing) but I'd rather not use ExtJS because I fear that will slow things down tremendously. Are there any small UI toolkits out there that mainly focus on layouts? The problems I face in particular are working with layouts. A lot of toolkits come with differ...

Use Jquery With and Iframe & Progress Indicator

I know this exists out there, somewhere but I haven't found it in a few hours of searching. I simply have to load a clients external page into an IFRAME, but I want to use jquery ui to present the loading image while it's grabbing the external data. Simple yes, but I've seen pieces of this not the whole thing. ...

What makes a sexy UI?

I'm in the progress of remaking one our products user interface to be more modern and apealing aswell as user friendly. It's a web based application that is used by all types of people. My question for you is what do you think are the key factors of a sexy interface? An interface that is appealing and leave the user with a WOW feeling? ...

get value from jquery UI slider

i am working on http://gamercity.info/ymusic/ i am using UI slider as seekbar while the video is played i want to call a seekTo(seconds) function whenever we click anywhere on the seekbar ...

Change the background color of the options menu

I'm trying to change the default color for the options menu which is white. I want a black background for every item on the options menu. I've tried some shoots like android:itemBackground="#000000" on the item element within the menu element but it doesn't work. I don't know if this is doable or not. Any idea would be welcome! :) ...

how to create a list field as same style as BlackBerry facebook ?

how to create a list field as same style as Black Berry facebook ? the RIM list field contains only text, i want to create list field that can contains other fields such as image, text area and href link . I managed to create it ,and it works fine but the the fields inside the list item never gain focus , any idea how do it ? public cl...

grailsui plugin for accordion not working

Hi! I have been trying to figure out what's wrong with grailsui accordion. I have checked out the sample source files (http://guidemo.googlecode.com/svn/trunk/) from different ui tags, like menu, datatable and etc. they are working fine but the accordion is not working properly. All i can see is all of the divs shown. the panels are not ...

Docbook: describing user interface required fields

I try to figure out how to describe in docbook "required fields" of UI. Does anybody know "best practice" for "required fields" in docbook? ...

How do I save user specific data in an asp.net site?

I just set up user profiles using asp.net 3.5 using wvd. For each user I would like to store data that they will be updating every day. For example, every time they go for a run they will update time and distance. I intend to allow them to also look up their history of distance and time from any past date. My question is, what does th...

Drawing your own tab bar ?

Hi all , I want to customize my tab bar user interface some thing like this . So can anyone tell me how to prepare these types of ui layout or rendering ? Thanks , ...

WCF threading - non-responsive UI

Hi everyone. I'm trying to configure some WCF stuff. Currently, I have a server which allows remote users to download files, and client. In the server, I use a ServiceHost class. I assume it should be running on a separate thread, however, the server UI (WinForms) becomes locked when someone downloads a file. Is there a way to manage th...

Free UI tools for Cappuccino?

Hi, I'm looking for free tools to design the UI for my web app. I'm pretty new to this field, so please point me to acceptable solutions. Basically, I need to fill a "screen" with some controls, that's it. Thanks. EDIT: Well, as soon as nobody answers, maybe somebody can help me with this problem for some framework other than Cappuccino...

Combining EditText and Button?

Hi there! In some apps I see an EditText widget combined with a Button on the right side (e.g. the search field in the twitter app). How can I create a widget like that? Regards, Marco ...

System Tray Application and Memory Footprint

Hello everyone, I have created a small application that, basically, exists in the system tray and the user only needs to open the actual application in VERY few cases. The problem is, that once the suer opened the application for the first time, the memory is filled up with an awful lot of data (WPF UI for datagrids, treeviews etc). But...