| bio | website | darryn.co.za |
|---|---|---|
| location | Cape Town, South Africa | |
| age | 31 | |
| visits | member for | 1 year, 3 months |
| seen | Aug 21 '12 at 7:00 | |
| stats | profile views | 20 |
Usability, UX, User Experience, Mobile, Linux, PHP, JavaScript, CSS, LESS, SASS, HTML5, jQuery, jQueryMobile, PhoneGap, Sencha, Java, Android, iOS
|
Jul 12 |
comment |
Is it a bad practice to put the main web navigation on the upper right of the webpage? Can you take his ideas and turn it into a responsive design that works on most screen sizes? |
|
Jun 19 |
comment |
How long should a page take to load? On mobile data or wifi? |
|
Jun 19 |
comment |
can user-generated tags help organise a site's IA? +1 for mechanical turk |
|
Jun 19 |
comment |
can user-generated tags help organise a site's IA? What if the users use "bad" words? |
|
Jun 19 |
comment |
android list view number of elements per page That kind of pagination sounds like an anti-pattern |
|
Jun 19 |
comment |
How long should a page take to load? As fast as possible! |
|
Jun 19 |
comment |
Emerging conventions for keyboard shortcuts within web applications j, k and / are vim commands. |
|
Mar 12 |
comment |
interstitial page regularity @matt - users are NOT rational at all (neither are people in general, even thought they like to think they are) - cached copy cos it seems to be down for me: webcache.googleusercontent.com/… |
|
Mar 3 |
comment |
Is it ok to add content when the users selects and “copies” something on the page? It still breaks universally expected behavior of copy/paste, which is to only copy/paste the text you highlighted. It violates the principle at a much higher level than just the application level |
|
Mar 3 |
comment |
Is it ok to add content when the users selects and “copies” something on the page? It also breaks the 1st Schneiderman rule |
|
Mar 3 |
comment |
Using a TabBar with slide out side menu? This actually breaks iOS convention |
|
Mar 2 |
comment |
Is it ok to add content when the users selects and “copies” something on the page? Added citations |
|
Feb 28 |
comment |
Disabling submit-button until the user has completed the form So the popup when you try and downvote on stack before you have enough rep breaks the workflow? |
|
Feb 28 |
comment |
Disabling submit-button until the user has completed the form The way you desribed it made it sound like you validate on the server side. What I am suggesting is catching the click event and only submitting the form once everything is up to scratch, vs allowing the form to get posted and having the user wait for the next page to load. |
|
Feb 28 |
comment |
Disabling submit-button until the user has completed the form No, popup before submitting the form... So handle the click event with javascript and only if all preconditions are met then submit the form else show popup |