Indeed — just a couple lines of CSS and this page would be so much easier to read, as right now you really have to concentrate on the very act of figuring out what is on the page:
I really like this - I have played with FlexSlider when a responsive slider is needed, but it doesn't resize its slides as its containing element resizes. This does it in a much more elegant manner, and the touch events also feel quite natural.
Removing that little "user-scalable=0" should fix it, as being able to zoom in on a page is a nice feature, and shouldn't be disabled unless there is a really good reason.
You aren't getting this are you? The carousel doesn't have anything to do with pinch or zoom. If you put it on your site, boom , pinch and zoom your face off. I chose to disable pinch and zoom on MY demo website, because it is already formatted for mobile.
Makes sense - I should have looked more closely. I was checking it out on a tablet since that's where I'm most interested in these controls. I should mention that the swipe behavior of this one is nicer than most, and so I'll definitely be trying it out at some point. I might make a few modifications to better deal with phones, but that's about it.
I dunno, I want to see it work for real. It's whoever wrote the demos fault really. Throw some integration tests up and drive it through its paces. I bet you there's more missing areas.
Right, but the issue is that 99 out of 100 designers will do work for you and not get paid for it, while one will. There are some good links to thoughts about speculative work here: http://www.nospec.com/articles
The other thing that will happen is that the most credible submissions will come from places like Indonesia and Vietnam and Bulgaria. I wonder what freaks pro designers out more, concern over the wasted time of contest losers, or concern over the extent to which offshore piecework designers can drive the prices down for people like Colin who simply don't want the full 40-80 hour project.
Are you sure? I came right into the comments and did a Command+F for "ADHD", as this is what I thought as well.
Know that all types of ADHD aren't the same, and specifically that there is ADHD without the outward hyperactivity. Look up "Inattentive ADHD" - I am 30, and up until this past year I just thought that I had issues with procrastination, lack of follow-through, and was easily distracted.
Does this sound like you?
- Underperformed in school, despite being incredibly bright.
- Frequently didn't complete homework in school.
- Easily distracted.
- Shifts from one uncompleted task to another.
- Frequently skips large sections of text when reading.
That sounds exactly like me, but I don't skip large sections of text. I also read and think and talk about programming a lot more than I do it. At work I don't have this problem. The work place establishes the focus, which is hard to maintain at home.
Anyhow, why should one get a diagnosis for ADD/ADHD. What difference would it make for a 20 something?
While I like the simplicity of this, I would recommend to keep accessibility in mind: information put into a data attribute will not be accessible to screenreaders, and they would miss any information stored via this method.
It may make sense to append the label information to whatever is being used for the image's ALT attribute.
Before: http://i.imgur.com/usg7GfW.png
After: http://i.imgur.com/chvY7V5.png