/* WP-Cache Config Sample File See wp-cache.php for author details. */ $cache_enabled = false; //Added by WP-Cache Manager $cache_max_time = 3600; //in seconds //$use_flock = true; // Set it tru or false if you know what to use $cache_path = ABSPATH . 'wp-content/cache/'; $file_prefix = 'wp-cache-'; // Array of files that have 'wp-' but should still be cached $cache_acceptable_files = array( 'wp-atom.php', 'wp-comments-popup.php', 'wp-commentsrss2.php', 'wp-links-opml.php', 'wp-locations.php', 'wp-rdf.php', 'wp-rss.php', 'wp-rss2.php'); $cache_rejected_uri = array('wp-'); $cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider'); // Just modify it if you have conflicts with semaphores $sem_id = 5419; if ( '/' != substr($cache_path, -1)) { $cache_path .= '/'; } ?> Eric Andre – Comedian : Efficient Entrepreneur

Eric Andre – Comedian

June 9, 2009 by Efficient Entrepreneur  
Filed under Just4Fun
This article is about 100 words long, and will take about 1 to 1 minutes to read.

Eric Andre is a comedian that I have been following since the beginning of his career. He’s dedicated and (more importantly) really thrifty with his spending cash. To become a comedian not only do you need focus and drive but you also need to realize that this is a field where some people don’t “make it” until 15 years into their career!

He also just finished putting together a very “comedian” website. It doesn’t fit the e-commerce world or the blogosphere. It’s catered to ensure that he gets hired every time someone is curious about his talent. The moral of the story: Always cater to your audience.

Check out this talented comic at EricAndre.biz

Email This Post Email This Post
We love hearing from you, add your comments below!

Comments

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

You must be logged in to post a comment.