posted on Dec, 29 2012 @ 12:06 PM
One thing I noticed is a lot of the functionality doesn't work with _javascript turned off. I'm of the opinion that sites should always have an
alternate method of making things work for those users, as they represent a larger percentage of the browsing population than you might think. Some
things that don't work without JS:
- "Load more updates" button on main page
- "Sign up with Facebook" button
- "Sign up with Twitter" button
- "Continue" button on the create account page
- Video content
Also, you seem to be using jQuery for a lot of things you can use CSS for, such as the image hover effects. My general rule of thumb is to use CSS for
as much as you can, and use jQuery only for the things CSS can't do.
edit on 29-12-2012 by SilentKoala because: (no reason given)