Same here.
I guess “last update” line changes also when you modify something in item description.
Hello! You should check out landing pages category here: http://themeforest.net/category/marketing/landing-pages
Hi,
I guess it’s better if you choose a theme you like and search a wordpress plugin for this task, for example here: http://codecanyon.net/category/wordpress
Relevant 
Great idea! Envato should also ask more money from users who still use IE7 or lower.
I’ll be real honest, so no offense.
It looks like a free wordpress theme, but from the ugly ones.
Typography, whitespacing, design.. I don’t know where to start. I suggest you to look around here: http://themeforest.net/popular_item/by_category?category=wordpress
to have a clearer overview about the standards.
I just had a problem with a client who had a lot of plugins installed and when my theme was activated, only a white screen appeared both in admin and frontend. I figured out that one of the plugins had the same function name what I used in the theme.
So…
Tip #1: always create your PHP functions with an own prefix like this:
function my_custom_dashboard_themeprince(){ ... }
Tip #2: For debugging errors like this in WP, add the following lines to wp-config.php:
define(‘WP_DEBUG’, true); @ini_set(‘display_errors’,’On’);
Deactivate all plugins, activate the theme and start activating plugins 1-by-1 untill the error appears.
BTW it’s just a plain white page with a logo and a text below that. 
laranz: because often they even don’t read the included documentation, just upload the whole downloaded ZIP file in wordpress admin! 

+100000
Thanks for sharing, I’ll include this link in all my future documentations.
