The aesthetics tag has no wiki summary.
0
votes
1answer
67 views
Implementation/Understanding Color-harmonization by Daniel Cohen-Or et al [closed]
i found a paper by Daniel Cohen-Or et al. . He developed a method, that can find the best harmonic scheme for one image.
I want to implement it. But the formula for the algorithm is very strange i ...
0
votes
1answer
109 views
Web button that hovers and displays drop-shadow on mouseover
I would like to know how to have a button (clicking on it simply links to another page) with some features.
1) The button is an image-button with no text
2) When the user mouses over the button, I ...
1
vote
0answers
41 views
VPython: Iterating a function to create a new curve every run
I'm creating a program to find the optimum angle to launch a projectile at a given speed, in order to hit a target a given distance away.
i have this code:
def Trajectory(angle):
position = ...
2
votes
3answers
124 views
Avoiding dangling text when wrapping around a float
The image says it best:
It's simply a float: left image (http://jsbin.com/itihes/1). Is there any way to prevent this problem with dynamic text in pure CSS? I do want the text to wrap, but if it's ...
3
votes
2answers
216 views
How to change default aesthetics in ggplot?
Let's say that I would prefer geom_point to use circles (pch=1) instead of solid dots (pch=16) by default. You can change the shape of the markers by passing a shape argument to geom_point, e.g.
...
2
votes
1answer
80 views
Temporarily disable aesthetics already defined in ggplot()
We may want to define some global aes() for a ggplot() graphics, but exclude them in some layers. For instance suppose the following example:
foo <- data.frame(x=runif(10),y=runif(10))
bar <- ...
0
votes
1answer
90 views
Fill user's password field with dummy value or leave it blank? [closed]
I'm working on an MVC 3 project and on the Edit action for users. My question is which approach would the users like best.
1) I could fill the password field with dummy value, for aesthetics ...
0
votes
2answers
99 views
Moving Code to Header File [closed]
The program that I'm working on involves large amounts of user-input data. For this reason, I have quite a few functions whose purpose is solely to verify the input and ensure that it is formatted/the ...
-1
votes
3answers
134 views
Checking if Container has Value (c++)
I have a custom class 'team' and one of its attributes is its 'name.' After each 'team' is created, I add it to a vector teamList.
I would like to implement a function that continuously prompts the ...
1
vote
0answers
23 views
Tutorials needed on color, texture, images, etc
Can anyone please recommend tutorials or examples of using color, texture, and images to make my app better looking? Now that my app is functionally working, I want to make it prettier.
Thanks
1
vote
2answers
127 views
Aggregate multidimensional array
Trying to modularise some latex table generation code, massive gold plating.
var MIDRULE = @"\\\midrule";
var a = new []{new []{"a", "b", "c"}, new []{"1", "2", "3"}, new []{"alpha", "beta", ...
0
votes
0answers
190 views
Make multiple ggplot have the same point colours in r
I need to show 3 ggplot scatterplots and one dendrogram on one page. How can I make the point colours the same in each scatter plot (i.e. I need the points for group two to be the same colour for all ...
3
votes
3answers
96 views
Is there a library function in Python to turn a generator-function into a function returning a list?
A number of times I've thought that generator style can be more direct that returning a list, for example,
def foo(input_array):
for x in input_array:
yield processed(x)
vs.
def ...
2
votes
1answer
153 views
Multiple colour-scaling with lower level plots of ggplot2
I would like to achieve a different colour gradient every time I add another a geom_line() to my main plot, each time with 'colour' as the scale.
Here is a data frame just as an example:
df <- ...
0
votes
1answer
48 views
Is it sane to add cursor styles to table rows to indicate they are clickable
This is rather a usability question, and would like some people who are in this field to answer this question. I got bunch of records displayed in table that have a javascript click event added to ...
4
votes
1answer
1k views
Java/Swing Volume Slider
Part of my application has a media component, and I'm looking for a nice volume slider I can use rather than a JSlider which looks a bit ugly for this purpose (or specifically, an extended JSlider ...
0
votes
2answers
122 views
Output code from Ruby on Rails block without closing ruby tags
Ok this may seem stupid and I have googled extensively using various different keywords and terms, attempted a lot of various different methods and tried to my very last breadth and cannot seem to ...
2
votes
1answer
1k views
display vertical lines and horizontal lines on plots
I'm using Highcharts to create scatter plots.
The problem is that the scatter plots seem to default to having background (i.e. not part of the data, just for scale) lines either parallel to the ...
0
votes
4answers
180 views
Tips for gracefully loading a web page?
I have a web page that has a lot of content that is hidden/shown/styled when the page is in various states using jQuery/javascript. I am running into an issue where on the initial load of the page, ...
7
votes
2answers
378 views
Recommended font(s) for displaying unicode characters?
For anyone that has developed a customer-facing Java Swing application that supports multiple languages, which font(s) did you find best displayed the characters for all languages?
2
votes
5answers
191 views
How to refactor this simple code to avoid code duplication?
I am solving the following simple problem(on one of OnlineJugde sites which is in Russian, so I won't give a link here:). It is easier to state the problem via an example than definition.
Input:
10 ...
10
votes
6answers
2k views
iPhone graphic design advice for developers
I'm a developer who is making an app without a graphic designer for the first time. I am competent at making user interfaces that fits conventions and the Apple Human Interface Guidelines, but when it ...
3
votes
2answers
402 views
Problem with aesthetics in ggplot2
I am trying to do some analysis of the recent MLB draft with some ggplots in R
selection <- draft[c("Team","Division","Position")]
head(selection)
Team Division Position
1 pit NL Central ...
0
votes
0answers
22 views
changing colors of frames in java ME
I am developing an java me application. I want to change the default colors of the frames to green from the default light blue. How do I do that?
4
votes
3answers
347 views
Prolog, working my way through some examples
I'm working through some Prolog tutorials (nothing better to do and I found out earlier this week I quite like programming, so I'm working through some paradigms) and got to an exercise asking me to ...
2
votes
9answers
1k views
Aesthetic question about iterating over a vector in reverse direction
I need to iterate over a vector from the end to the beginnig. The "correct" way is
for(std::vector<SomeT>::reverse_iterator rit = v.rbegin(); rit != v.rend(); ++rit)
{
//do Something
}
...
0
votes
1answer
76 views
What's the better approach in changing the model's property value in controller
Which approach is more preferrable when changing just a single value in model? Aesthetically-speaking and performance-wise.
Looks clean(albeit with the overhead of pushing the entire model again to ...
8
votes
3answers
517 views
Visually improving emacs
Hey all, I'm looking for a more visually appealing emacs. Is there anything I can do to make it look more aesthetically appealing or more up to date?
I understand that its not how it looks but how it ...
7
votes
5answers
7k views
Ruby (Rails) #inject on hashes - good style?
Inside the Rails code, people tend to use the Enumerable#inject method to create hashes, like this:
somme_enum.inject({}) do |hash, element|
hash[element.foo] = element.bar
hash
end
While this ...
5
votes
3answers
783 views
Long constructor initialization lists
How do you deal with them? I have some classes (usually classes that hold stats etc.) with some 20+ variable members, and the initialization lists end up very long, extending beyond the page width if ...
6
votes
13answers
1k views
What is the best way to use whitespace while programming? [closed]
I'm fairly new to programming and from learning I have seen different ways of formatting code, comments, etc; and have been recommended on different techniques.
I mostly program in C#, C++, and Java ...
1
vote
3answers
879 views
Is there a way to make a Google Web Toolkit (GWT) Button look like a HTML Hyperlink?
I plan on appending some comments onto a text, to do that, first, I need the concerned text to act like a button for me to launch a popup, which in turn shows the comment. For that to happen, I need ...
0
votes
2answers
594 views
Databound controls “flashing” as they are refreshed
It's a small thing but I was just wondering...
Visual Studio 2008, C#.
I have a master-detail form with databound controls. When user selects the record in a listbox, all the details are updated in ...
3
votes
5answers
752 views
Retyping password to confirm…necessary or excessive?
Simple question...I've noticed several large sites (Facebook, Twitter, etc) have ditched the idea of requiring new registrants to confirm their new password by typing it again.
Balancing usability ...
3
votes
2answers
308 views
Aesthetically pleasing GUI components
I want to make my GUI components aesthetically pleasing.
Is there any particular ratio I should use between a component's width and height that would make it look especially pleasing?
2
votes
9answers
216 views
Choosing colour schemes
How do you choose your colour schemes for your applications and/or web designs?
Is it a gut instinct thing or can logic be applied here too? I have looked at some colour theory but my combinations ...
0
votes
2answers
483 views
What creates the three close/minimize/maximize icons in the top corner of a window? (C++)
I am making a C++/Windows/DirectX program, and when it runs in windowed mode (using
d3dpp.Windowed = (!FULLSCREEN);
where FULLSCREEN is defined as 0), the three icons that are usually at the top of ...
13
votes
21answers
2k views
How can I enhance the aesthetics of an ugly windows form packed with too many (necessary) features?
One of the window dialog of a software I'm working on looks a bit like this : (original screen-shot copied from this coding horror post, other examples available on this SO question)
The thing is ...
39
votes
16answers
37k views
How to find good looking font color if background color is known?
There seem to be so many color wheel, color picker, and color matcher web apps out there, where you give one color and the they'll find a couple of other colors that will create a harmonic layout when ...

