Tired of digging and scrolling to find all worthwhile content your friends have posted on Facebook? PostPost turns your Facebook stream into a newspaper/magazine style theme that makes it quick and easy to scan through all your friends’ top posts.

Once you go to PostPost.com and login with your Facebook account it only takes a few seconds for PostPost to setup your content.

After having used it a couple of times I can tell you that you will definitely be able to fly through and scan/choose what posts you want to read in a fraction of the time it takes to scroll down and wade through the usual Facebook UI.
Give it a shot and let us know what you think about PostPost in the comments.
I went to 


One of the first things you need to do once you’ve decided that you want to become a kick ass, famous blogger that can change the world with a few keystrokes is to decide what type of platform you your blog to be built on. No matter who you are, or how big or small your audience will be initially, everyone has to make this decision before they begin.
One of the reasons I was so hesitant to move from Firefox to Chrome was that I had my FF tricked out with so many custom plugins that it really slowed me down to try and surf without them.
It seems clear that I’ll probably never get my wish that 
The one thing I absolutely love about the internet and what gets me just as jazzed up and excited as the first day I ever logged on to 





Twitter is a great social media tool and a fantastic way to follow a lot of really smart people, share ideas and instantly monitor real time current events. I plan on adding more Twitter functionality to the site during the year but for right now I’ve added a great little plugin called 












Add Gravatar Hovercards to Your WordPress Blog
While my commenting system of choice is Disqus, however there are some people I know, who for whatever reason, don’t like Disqus and still use WordPress’ native commenting system to handle their blog’s community. This tip is for all of you.
If you are using WordPress native comments your blog already supports people’s Gravatars by identifying their email address as they comment. Well WordPress is rolling out a new feature for Gravatar called Hovercards, which is a cool feature that allows you to see more of how people are interacting socially. While the official plugin is still in the works, Otto on WordPress came up with a temporary plugin solution for those of you that can’t wait.
Otto actually wrote code that creates and calls in a plugin but since it’s unsupported for now we’re going to skip the plugin code and just edit a line in your functions.php file since that doesn’t require you to even FTP anything.
In your WordPress Dashboard go to Appearance > Editor and choose your theme and then click on the functions.php file in the right. You should see the file show up in the editor and once you do just add this line of code to the bottom of it:
wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', array( 'jquery' ), 'e', true );Once you’re done, hit the Update File button and you’re done. The next time someone leaves a comment connected to their Gravatar account you’ll be able to hover over it and find out a lot more about the people leaving comments on your blog.
Special thanks to Otto and Alex for coming up with this quick fix for those of you who can’t wait until the official plugin is out.
Note: once the official plugin is release and you install it, be sure to go back in to your functions.php file and remove the line of code you added to make sure there aren’t any wires crossed.