| bio | website | srulytaber.com |
|---|---|---|
| location | Israel | |
| age | 28 | |
| visits | member for | 2 years, 10 months |
| seen | May 8 at 13:47 | |
| stats | profile views | 318 |
I develop for the web using C# and Asp.net MVC.
|
Aug 18 |
comment |
How important is it to consider the URL when developing the UI for a web application? @LoganGoesPlaces 2 Things 1)don't use a host that won't allow you to deny access to private folders and 2) even without access you can create a handler to intercept all iis traffic (using wildcard handlers) and then write code to check the permissions. But this is not very good for performance and its a hassle considering you should just be able to set IIS folder permissions. |
|
Aug 18 |
comment |
Use Tab or Button Click or give the user the option of both to get data? You should have a keyboard shortcut cheat sheet will all the shortcuts listed in one table. |
|
Aug 18 |
answered | Use Tab or Button Click or give the user the option of both to get data? |
|
Aug 18 |
answered | Choosing a set of colors |
|
Aug 18 |
comment |
Choosing a set of colors I understand this is not the exact same question but you may want to look at the answers anyway. ui.stackexchange.com/questions/123/… |
|
Aug 18 |
comment |
Unambiguous way to display timezone information in a compact manner Notice the first date I posted (EDT GMT -4) |
|
Aug 17 |
answered | Unambiguous way to display timezone information in a compact manner |
|
Aug 17 |
answered | How important is it to consider the URL when developing the UI for a web application? |
|
Aug 17 |
comment |
Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? The scrollbar lets you know you can scroll and it even moves when you scroll but it doesn't stop you from getting stuck in a scrollable div when you actually want to scroll the page |
|
Aug 17 |
comment |
Is a “repeat password” field necessary in a signup page? But wouldn't this prevent user from signing up if their computers are not secluded? |
|
Aug 17 |
revised |
What are some great web-based prototyping tools? edited tags |
|
Aug 17 |
awarded | Critic |
|
Aug 17 |
awarded | Organizer |
|
Aug 17 |
revised |
Multimodal interfaces - best practices edited tags |
|
Aug 17 |
answered | Multimodal interfaces - best practices |
|
Aug 17 |
comment |
What are common UI misconceptions and annoyances? This is a misconception!? :) |
|
Aug 17 |
comment |
When should I use a select box instead of radio buttons? Good point about the multi-selects |
|
Aug 17 |
comment |
Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? @charles have you ever scrolled with the wheel and wondered why you werent going down nd then noticed you were inside a div with scrolling. It happens to lots of people and it's annoying, so unless the contents is long and boring (EULA) it is not a good pratice to scroll it. I stand by my point. |
|
Aug 16 |
comment |
Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? thats right. If you only need vertical scrolling scroll the entire page and not the div. When a div scrolls in a page it is confusing. |
|
Aug 16 |
answered | What are common UI misconceptions and annoyances? |