171 reputation
4
bio website
location
age
visits member for 1 year, 6 months
seen Dec 15 '11 at 22:08
stats profile views 5

Nov
11
comment What are some good font guidelines for headers, paragraphs, etc. that just look really nice?
Does this apply for normal browser-based applications?
Nov
11
comment What are some good font guidelines for headers, paragraphs, etc. that just look really nice?
This is more for marketing part of the site. I am actually referring to web applications - like apps that actually do and manage complex things.
Nov
11
comment Where should I put a sub-menu on the screen?
Does the fact that most of these submenu actions are crud-like actions change anything for me? This is not always the case, but for 75%+ of them, it is.
Nov
8
comment Easy way to let every-day users embed images, videos, audio files, etc. inside text?
Yeah, it seems they do support dropins of images right onto the text area. I'm guessing this is custom ajax, and didn't come out of a library. I also need to support videos and audio too. Is it terribly hard to create a jwplayer or some audio streamlining thing inside of a textarea as they are typing? Or do I use some kind of thumbnail/object as a placeholder, but generate the jwplayer/audio streaming javascript code afterwards? They don't need to play the video/audio as they type, but they do need to see it and know where it's going to be in the text.
Nov
7
comment Easy way to let every-day users embed images, videos, audio files, etc. inside text?
For right now, the files will be located on other internet locations, so they will be providing urls of some kind. I may need to support urls and uploads though. In terms of drag and drop, does that mean I have to create my own editor to handle this? Is there an editor that can do already?
Nov
6
comment What is a good approach to reordering table rows from a usability standpoint?
That's a pretty neat little library. I didn't know it existed since I don't use javascript much except for the basic jquery and a few plugins beyond this. Thanks!
Nov
6
comment What is a good approach to reordering table rows from a usability standpoint?
Yeah, 2 does seem better. In this case, the sorting is arbitrary. There is no good column to sort on.