Theme looks pretty solid, but I wonder why you chose to have that circle animation running all the time. Anyways, be patient, you just released it 4 days ago, before a weekend + there’s a bundle going on too; sales should start picking up 
On a side-note, I have to say Dan, you have one of the most (if not the) most informative profile pages I’ve ever seen here 
> 8,000
I win 
greenline said
I’m sorry, I have filled-in the inquiry, but I do not see how could this be relevant from a marketing perspective. It looks more like a clever way of marketing for your items![]()
+1
This is for your master’s degree? Looks more like self promo, sorry…
Yep, bought an HTML template called Iris.
doru said
is just a standard menu at the top, what is this so extraordinary?
Nothing really, but it does look better now, matching the new 3.6 
Check the Firebug/inspector console on your admin; sounds like some JS is broken.
There’s no way of doing anything “dynamic” on your profile page, but you can always generate an image on your server and hotlink it on your profile page.
With a little bit of creativity, you could even use PHP to generate an image that has nothing but text; text that would be pulled from your twitter feed 
Cool idea 
urbanray said
Mac Book Pro does not write any code by itself for you. Any computer is as good as Mac Book for writing the code. You need only need basic editor to write code which you can do on all computers.
+1 LOL
To add to the discussion, the only thing that I personally feel Macs do better is the command line, if you need that. Putty doesn’t even come close to Terminal. The rest is just hardware and software quality, as FinalDestiny pointed out – for many of us, that’s a deal breaker 
And yeah… games… no, not really. I have the base MBP 15” Retina with 16GB RAM and just tried GTA4. Let’s say I was a little disappointed 
BevS saidhttp://wordpress.org/support/topic/auto-check-category
This is close but doesn’t auto-fill category when adding a new post:add_action('admin_menu', 'register_custom_menu_page'); function register_custom_menu_page() { add_menu_page('Portfolio', 'Portfolio', 'edit_posts', 'edit.php?category_name=portfolio', '', '', 6); }
