How To Switch Off The Flash Uploader

How To Switch Off The Flash Uploader

Posted on 09. Sep, 2009 by Jerome.

To upload any media files WordPress gives you two options to choose from: the Flash uploader or using your browser uploader. The Flash uploader set by default has been a source of many problems with various clients (myself included). It is mainly caused by older versions of Flash or running old versions of WordPress. I [...]

Continue Reading

Analytics360 Brings Google Analytics Stats Into Your Dashboard

Analytics360 Brings Google Analytics Stats Into Your Dashboard

Posted on 02. Sep, 2009 by Jerome.

I have discoverd a new WordPress Plugin called Analytics360 created by the people of MailChimp.com.   It lets you check your Google Analytics stats directly into your dashboard. The plugin is really easy to install and you don’t  need to have a MailChimp account to use it.   Simply synchronize the plugin with your Google [...]

Continue Reading

How To Highlight Search Terms With jQuery

How To Highlight Search Terms With jQuery

Posted on 25. Aug, 2009 by Jerome.

Make a better search experience for the user by highlighting any search terms with jQuery. Simply open your functions.php file and copy and paste the code below: function hls_set_query() { $query = attribute_escape(get_search_query());   if(strlen($query) &gt; 0){ echo ‘ <script type="text/javascript"><!–mce:0–></script> ‘; } }   function hls_init_jquery() { wp_enqueue_script(’jquery’); }   add_action(’init’, ‘hls_init_jquery’); add_action(’wp_print_scripts’, ‘hls_set_query’); [...]

Continue Reading

High Quality WordPress Theme Frameworks

High Quality WordPress Theme Frameworks

Posted on 19. Aug, 2009 by Jerome.

Creating your own WordPress Theme can involve a lot of time and effort. Thankfully a lot of good WordPress Theme Frameworks can help you to start quicker with a good base. Creating your own WordPress Theme can involve a lot of time and effort. Thankfully a lot of good WordPress Theme Frameworks can help you [...]

Continue Reading

Press This – New Podcast On WordPress

Press This – New Podcast On WordPress

Posted on 15. Aug, 2009 by Jerome.

A new radio show devoted to WordPress came to life a few weeks ago named Press This. The show is orchestrated by the WordPress master wizard Joost DeValk from Yoast.com and is published through WebmasterRadio.fm. The radio show will keep you updated on the latest WordPress related news and has some great guest interviews from [...]

Continue Reading

Let Google Host Your jQuery Files

Let Google Host Your jQuery Files

Posted on 27. Jul, 2009 by Jerome.

I’m all the time looking ways to improve blogs performance. Today I came accross this great plugin called “Use Google Libraries“. It will improve your blog speed performance and save you some bandwidth on your server by instead of pulling your jQuery files from your WordPress install you will use the same file pull from [...]

Continue Reading

Import Comments From Social Websites And Blogs

Import Comments From Social Websites And Blogs

Posted on 19. Jul, 2009 by Jerome.

With the explosion of social websites, conversations about your latest blog post is no longer taking place on your own blog. I have been looking for a long time for a way to import comments about your posts made throughout the web and display them alongside to your blog comments. Thanks go to BackType Connect [...]

Continue Reading

21 Free Social Icons Set For Your Blog – Part 1

21 Free Social Icons Set For Your Blog – Part 1

Posted on 09. Jul, 2009 by Jerome.

I am always on the lookout for free icons for blog projects. After much browsing on the web, here are some of the ones you might want to consider for your own blog. Keep your eyes peeled for more… Icons Clouds Polaroids Icons Page Peel Social Media Mini Social Media Icons Hand Drawn Sketch Dead [...]

Continue Reading