Tagged Questions
The webui tag has no wiki summary.
10
votes
5answers
9k views
Best free Git web interface
I'm looking for a free opensource Git Web UI tool like GitWeb on my own remote machine.
What do you prefer?
2
votes
1answer
34 views
Is there a name for this method of displaying UI Icons on a website? How is it done?
I will take the example of stackoverflow itself:
Stackoverflow displays icons using a single image (see image below):
What is this method of displaying icons called?
How is it done?
2
votes
2answers
392 views
Advice on writing a rich Web UI to front a RESTful HTTP API
I've been working on a set of RESTful HTTP services implemented using Restlet in Java. Those services are currently used by a proprietary desktop application running on Windows, and by other back-end ...
1
vote
3answers
95 views
PHP call R, image created when executed in terminal, but not from Web UI
I am trying to run a R script from PHP, and in R script, I will create test.jpg image, and in PHP, I will display this image on web.
The R is 2.11.1 and OS is Ubuntu 10.10.
The problem is: this .jpg ...
1
vote
2answers
66 views
Mondrian webpage layout
I'm looking for a sample/code snippet for a Mondrian style page layout for Dojo (Mondrian, not as the software, but the French Artist). Users should be able to click on a border to split the available ...
1
vote
4answers
284 views
How to add custom object to DropDownList Items?
I'm using DropDownList within my WebApplication. I need to keep additional piece of information with each Item on list. How can I achieve this?
1
vote
2answers
3k views
Converting System.Web.UI.WebControls.Image to System.Drawing.Image?
I can't seem to convert it. Any help?
1
vote
4answers
3k views
Web splitter control: where to get one
I have an ASP.NET web project that has a requirement to have a "splitter" like functionality in order to hide the left/right margins of a page. I would like to avoid frames and am not able to use the ...
0
votes
1answer
29 views
how to let my web-ui communitate(or control) my CLI program
I'm already implement a command line tool used for 802.1x authentication in python. But I want a gui frontend. I want to try a web UI this time, but I don't know how to let my webui communicate with ...
0
votes
2answers
96 views
Mercurial with WebUI
I searched a little and did not find anything interesting. I'm looking for a guide on how to install Mercurial server with a nice WebUI.
CollabNet Subversion under Windows to the Edge and I'm happy, ...
0
votes
0answers
29 views
Migration from Java Studio Creator to Netbeans
The application I work on was created in JSC 2.1 and there was no new development on it for a few years. Now this application needs more features - and using JSC is turning out to be one nightmare ...
0
votes
1answer
53 views
How to know how many java classes i need to show the data in the WEB UI screens
I am having a complex UI screen with lots of drop downs, textual data, tabulat format data
We are using struts 2 as the framework.
I am not able to understand how many java classes i need to show ...
0
votes
0answers
55 views
IE7, why is overlapped image still clickable?
I have a webpage, which hold two object, one is a text-input form, the other is a image in side a link. So I put the form over the image, so half of the image is hided by the form.
The wierd thing ...
0
votes
2answers
39 views
Is there a way to overload Items.Add procedure in inherited class from DropDownList?
I have my own custom class which inherits from DropDownList. Is there a way to override Items.Add procedure? How?
0
votes
1answer
231 views
Mootools: wizard plugin
There is a plugin for moootols that applied to a form change it into a wizard?
Edit: No other responses to the question... I will accept mine.
0
votes
1answer
400 views
iPhone img tag in local html file
I have an image that is set to content and is in the root of the bundle. I have verified it is there in the simulator.
When I construct HTML to display in the UIWebView, this HTML fails to show the ...