I've been trying to find a decent beanstalkd GUI with no luck at all. I decided to write my own. I'm thinking of doing something totally AJAXy where you can see everything in one page, list tubes, see jobs in a tube, flash charting maybe ...etc
I'm terrible with UI, so I was wondering if anyone can recommend some examples that are relev...
For instance, Google's App Inventor for Android is aimed to serve non-programmers. Are there any researches on this matter, which deal with the following questions:
Real tests, showing to what extent such tools can be really usable by end users.
What are tips and tricks in creating such a tools?
Thanks.
...
My application listens for user input from the touchscreen and the buttons, but I would like to listen for interaction with specific items in the homescreen view. So, for example, I need to listen for the user to tap the menu button, and then to produce output. Is there a paramater I can pass through the onClick() class? Or do I need ...
Steps to reproduce:
Make a AutoCompleteTextView
Click on AutoCompleteTextView -> OnScreenKeyBoard is displayed.
Press a few characters, AutoCompleteTextView has new characters and Popup appears.
Press done. OnScreenKeyBoard hides (using InputMethodManager.hideSoftInputFromWindow)
Auto complete popup is still there.
If I touch the sc...
Hi,
I'm not web developer and I'm struggling with ways how to input user preferences for given set.
I have discrete set of (up to 20) elements, ie I have list of 5 items: cat, dog, fish, chameleon, snake
and what I want is to draw simple graph with n sliders each from 0..100%.
For example if user preferences (as home pet) cat: 95%, dog...
hi
is there a way to do an advanced filter for a Ext js datagrid
something like this :
smartclient library advanced filter
and many thanx
...
I'm implementing a Google Map on a website.
One requirement is to display a directions box, which contains the same fields as the one Google Maps uses, and which pops up when the user clicks a button.
I'm aware that the Google Maps API allows you to draw a line between two different locations.
Is it possible to display the directions ...
hello folks,
Is there any easy way to create a user interface to role management section(allow or deny permissions) for admin in cakePHP?
easy way means any inbuid helper or something?
...
Hi there.
I am currently looking for technologies/frameworks that would be handy to realize infoscreens on higher resolution displays like a HDTV or some similar devices. I am quite skilled doing this on my own using OpenGL, but i just don't have the time to reinvent the wheel once again.
Technologies that would more or less meet my ne...
I am building a custom UITableViewCell which will be displayed while the user is downloading data from a web service, and which will include a "Cancel" button to allow them to cancel the URL connection. I'd like to emulate the look-and-feel of the "Delete" buttons which are displayed in the table editing view, like this:
How can I cre...
Hi!
I have a card game I created in android and it is possible to show the scores at any given time by clicking a menu option.
I would like that scores dialog to show a different background image when it's loaded depending on factors like who's leading, etc.
In my constructor, I have the following relevant code:
public ScoresDialog(Cont...
.myDiv {
background: url(/images/myimage.jpg);
margin: 0 auto;
}
<div class="myDiv">
Click Me!
</div>
I just want the Background image to fade, and not the the text Click me. Is that possible in jQuery?
Here's my attempt :
$(".myDiv").hover(function() {
$(this).css("background", fadeTo("slow", 0.5))
},function(){
$(th...
I'm trying to get my textview to hug the left side of the screen while the button hugs the right side (and if possible just for ocd sake have the text view center itself vertically to be in line with the button) but not do it using absolute values. Here's my coding:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="htt...
Hi,
I'm using the JQuery DatePicker for exchange rate dashboard.How can i retrieve data on clicking specific date.The datepicker should fetch data from database and should display on text fied.
The dates should be mark and clickable, and it should navigate to the particular Day Exchange rate Detail when the user clicks on one of the dat...
Im working with a few guys on trying to develop an app that requires some thumbnail scrubbing to handle album and tv show / movie art work in a grid view..
Much like iTunes does! But were having some trouble with getting the grid view to match the speed and agility of iTunes.
Anyone have suggestions on what to use in Cocoa UI world to...
Is there any project or effort in the Linux community trying to develop something similar to Apple's iPad or iOS4? Or it is trivial to emulate the same touch-screen experience with Linux? I ask this question because I found iPad or iPhone UI experience is very friendly to young children and if possible could there be some linux-based tab...
Hello,
I am developing an application that is split into multiple .NET assemblies (one main executable and a set of class libraries). Currently, I am using a WPF GUI, but I need to maintain the flexibility to possibly switch to another GUI framework at a later time.
Here is my problem: one of the class libraries performs some work on a...
My problem is that predefined jQuery UI classes like .ui-state-error and .ui-state-highlight doesn't change visual style if applied after (document).ready.
I have tab control that loads it's tab content after user has selected a tab. What happens is that after this selected tab has loaded it's content (containing items with .ui-state-er...
I would like to allow administrative users to simply theme their own website (a re-deployable charity website built in php in the back end). I certainly don't know what the ideal approach would be, but my naive concept of how to do it is like this:
Create a theme.css file that is dynamically generated, and overloads the colors and bac...
Remember installing a program for example and you can check individually each item or you can check a 'select all' check-box at the top? And when some lines are checked the 'select all' box has a green fill inside instead of a check or being empty?
What I'm trying to ask is what is the normal behavior for the 'select all' box?
For exam...