Huzzer Magazine’s Contest Winners: Congratulations!

I am sure that this is the post that everybody is waiting for as I am going to announce the winners of the contest that I launched last month. I want to thank everybody especially the winners who have make this contest a massive and great one.

So, I think it is better if we go straight to the list of the winners.

The winners are…

Top Blog Commentators

1st place: Mike

2nd place : Kushal Chap

3rd place:  Ariff

6X Consolation prizes:

  • Elvin
  • Dana
  • Roman
  • iWoodpecker
  • Dick
  • Tinh

Top Tweeters

1st place: sat_legacy

2nd place: ariffshah

3rd place: superdwayne

Top Contest Promoters

1st place: Dhadha G.

2nd place: adone

3rd place: rosa

Subscriber’s Lucky Draw

  1. iheartcontest[at]gmail.com
  2. afauntleroy[at]gmail.com
  3. barese_[at]live.it
  4. agent001.blogger[at]gmail.com
  5. musyodik[at]gmail.com
  6. pdyer[at]speakeasy.net
  7. kruszewskizelman[at]gmail.com
  8. ardy22[at]earthlink.net
  9. sherrygo[at]ymail.com
  10. romanzick[at]yahoo.com
  11. johnfisher02[at]btinternet.com
  12. nathanielwoosley[at]gmail.com

What you should do know?

To make the prizes claiming process free form any problem, prize winners just need to wait for email from me. In the email, I will give you the instructions on how to claim your prizes. At the same time, I will also send email to the sponsors to let them know that you have won the prizes that they sponsor for the contest in Huzzer Magazine.

Just in case I have not emailed you after few days, do contact me through the contact form as I may not able to find your email address. Cheers!

Have a great weekend!

P/s: I have start working as an auditor with Mazars, a French accounting firm in Malaysia. So, I couldn’t update Huzzer Magazine as frequent as before due to the time restrictions. I hope you can keep supporting Huzzer Magazine. By the way, do you interested in blogging  with Huzzer Magazine? I am interested in having you on board.

OnTheGo – Awesome Hand Drawn WordPress Themes by Elegant Themes

It can be really boring to have WordPress blogs that look like others especially in terms of design. Some of us including me can spent couple hours for the sake of looking WordPress theme that is not only looking good but unique.

One of my favorite types of WordPress themes is hand drawn WordPress theme. It is totally out of the box, looks great and creative plus it will make our WordPress blog looks more unique as compared to others.

In case you have missed my previous post, I have reviewed Left Handed, the first full hand drawn WordPress theme which is from Obox Design. However, if you have missed the post, you can check it out through below link.

Refresh WordPress Blog Design with Hand-Drawn WordPress Theme.

Now, there is another full hand drawn WordPress theme which I suspect the second of its type. However, for this time it is not from Obox Design but Elegant Themes. It is called OnTheGo.

Hand Drawn WordPress Themes

OnTheGo comes with 5 elements that make it a great and well-functioning WordPress theme. They are:

Optional Blog Structure - Let you to use your WordPress as a normal blog as in default, the theme will be set your WordPress to be a CMS with a Page-Based structure.

Automated Thumbnail Resizing – Thumbnail plays crucial role for WordPress blog as it brings color to WordPress. With this feature, you do not need to resize your image to make the thumbnail feature to work.

In Depth Theme Option – This element is the most important thing that a WordPress should have as it helps WordPress bloggers especially those who have limited knowledge in web development to personalize their WordPress theme.

Advertising Management – There will be some point which we feel that we want to monetize our WordPress blog. With this feature, bloggers do not have to install external plugin. Your ad can be taken care from your theme option page.

4 unique color scheme – OnTheGo comes with 4 different color schemes which will give you some alternative in the color scheme of your WordPress blog.

Below are few screenshots from the theme.

Hand Drawn WordPress Theme

Hand Drawn WordPress Themes

Hand Drawn WordPress Theme

Hand Drawn WordPress Theme

My Verdict: OnTheGo Hand Drawn WordPress Theme – Yes or no?

Looks great right? The only thing that I think it should be better is the size and type of font that is being used. Personally, I don’t like the theme that uses small font especially. I love the size and the font of Huzzer Magazine. How about you?

The best part of this theme is that it is developed by Elegant Themes. That means, the cost of having one is pretty cheap as you only have to pay $19.95 per year and you will entitle to only this theme but all of themes from Elegant Themes including support.

Pretty good offer right?

If you are interested in knowing more about OnTheGo or want to buy this theme straight away, you may find below links to be handy.

Feature & Buy | Demo

Your Verdict: Left-Handed or OnTheGo?

Which hand drawn WordPress theme that you prefer? Left-Handed by Obox Design or OnTheGo by Elegant Themes? For me, I am more towards the theme from Obox Design. How about you?


How to Add Fancy Social Bookmarking Icons in WordPress Manually?

It can be pretty boring to have small social bookmarking icons which most of bloggers use at the end of their post. It will also not bring any excitement for our blog readers to click on them to help us to promote our blog post.

So, for today post, I would like to share a quick and straightforward tutorial on how can you use your preferred social bookmarking icons that you found in the internet and put them at the end of every blog post in your WordPress blog.

Here is the example of the effect that you will get when you use below tutorial on your WordPress blog.

WordPress Social Icons

If you bring your cursor on the icon, it will turn to grey.

WordPress Social Icons

Cool right?

The quick tutorial…

First, you have to open your CSS file and add below code into it. You can the code anywhere but it is advisable to put it after last code line in the CSS file so that it would be easier to delete if you want to in the future.

#share-container { background:url(images/horiz-borders.gif) repeat-x bottom; height:80px; padding:10px 0 25px 15px;}
#share li {display:inline;}
#share li a {background:url(images/social-icons.png); display:block; float:left; height:67px; text-indent:-9999px; }

#share li a#facebook {background-position:0 -67px; width:72px;}
#share li a:hover#facebook {background-position:0 -1px; width:72px;}
#share li a#digg {background-position:-72px -67px; width:81px;}
#share li a:hover#digg {background-position:-72px -1px; width:81px;}
#share li a#delicious {background-position:-153px -67px; width:83px;}
#share li a:hover#delicious {background-position:-153px -1px; width:83px;}
#share li a#stumbleupon {background-position:-239px -67px; width:87px;}
#share li a:hover#stumbleupon {background-position:-239px -1px; width:87px;}
#share li a#rss {background-position:-329px -67px; width:81px;}
#share li a:hover#rss {background-position:-329px -1px; width:81px;}
#share li a#twitter {background-position:-410px -67px; width:83px;}
#share li a:hover#twitter {background-position:-410px -1px; width:83px;}
#share li a#technorati {background-position:-494px -67px; width:67px;}
#share li a:hover#technorati {background-position:-494px -1px; width:67px;}

For the image file that I have highlighted in red is for the horizontal grey line that you can find on the top and bottom of the social icons. While for the image file highlighted in yellow, it is the most important image that you need to have for this tutorial as it is the image of the social icons.

To personalize the social icons section for your WordPress blog, you can replace both images with your own but do make sure that the images that you are going to replaced have the same size with the previous ones. If not, you may need to adjust slightly the above code.

If you do not want to use your icons and want to use the same icons like the above, you can download the image from the link below. Then, you have to upload the image into the images folder which is located under theme that you are using. (Public html>WP Content>Themes>Your Themes>Images)

Social Icons

And for the icons, you can find the icons that you love by searching them in the internet. However, you may find the icons that you will love from the post that I have posted before.

Top 13 Perfect Designed Hand Drawn Social Bookmarking Icons

Then, after you have finished with your editing in the CSS file, you now have to open the single.php file for you to place social icons in every post of your WordPress blog.

You have to find <?php the_content(); ?> inside single.php as it represents your blog post. Then, if you want to have the social icons on top of your blog post, you have to add social icons code that I am going to give you in a moment before the <?php the_content(); ?>. But, if you want it after your blog post, you have to add the social icons code after the <?php the_content(); ?>.

Download below file:

Code – Social Icons for WordPress

After you have added the code, hit save button and refresh your blog.

Now, you will have your very own personalized fancy social bookmarking icons in your WordPress blog.

The ending…

Do you have your own personalized social icons for your WordPress blog or use the icons that you get by using WordPress plugin? Which one do you prefer and will work well with you?

For me, I prefer to have my own personalized social icons. How about you?

17 WordPress Themes for Musicians Which Will Make Them Sing All Day Long

Internet nowadays plays a really important role for the success musicians and bands. It is because those who are the target customers spend most of their time in the internet and prefer to download songs from the internet instead of have to go to music to store to get the latest album from their favorite singers.

* For your information on how big is the market for music industry in the online world:

While consumers bought more than a billion individual digital tracks in the United States, which accounts for a majority of online sales worldwide, they bought only 65 million digital albums in 2008.

-NY Times-

Therefore, it is totally a waste to ignore this new environment for the music industry as if they (record labels and musicians) fail to cope with the change, they may lost in the battle with others who actively involved and built their present in the online world.

Among those who have succeeded to integrate in music with online world is ITunes and Radiohead.

For ITunes, in has managed to sell 9.9 billion songs from early 2003 to early 2009 which accounting for 70% of worldwide online digital music sales base on Wikipedia.

On the other hand, Radiohead switched their marketing strategy by letting their fans to set their own price they would like to pay for Radiohead’s latest album, In Rainbow through online site. Then only, the band had the physical release of the album. The result – more than three million copies of the album were distributed in the first year, in digital and physical formats plus the album still made more money than either of the band’s previous two records.

So, if you are a musician or looking for WordPress themes that will help you to build website for musician, you will definitely happy with the themes that you are going to show you. For me, all the themes below looks great and will definitely suit for those who are planning to make website for musician through WordPress platform.

Backstage

Backstage - Best WordPress Themes For Musician

Features | Demo

Tribal

Tribal - Best WordPress Themes For Musician

Features | Demo

Grunge Life

Grunge Life - Best WordPress Themes For Musician

Features | Demo

Cold Stone

ColdStone - Best WordPress Themes For Musician

Features | Demo

Lumin

Lumin - Best WordPress Themes For Musician

Features | Demo

Pop Life 56

Pop Life 56 - Best WordPress Themes For Musician

Features | Demo

Pop Life 76

Pop Life 76 - Best WordPress Themes For Musician

Features | Demo

Pop Life 84

Pop Life 84 - Best WordPress Themes For Musician

Features | Demo

TV Elements

TV elements - Best WordPress Themes For Musician

Features | Demo

Tubular

Tubular - Best WordPress Themes For Musician

Features | Demo

Church

Church - Best WordPress Themes For Musician

Features | Demo

BSocial

BSocial - Best WordPress Themes For Musician

Features | Demo

Toxy Music

Toxy Music - Best WordPress Themes For Musician

Features | Demo

Band Website

Band Website - Best WordPress Themes For Musician

Features | Demo

Office Space

Office Space - best free WordPress online store theme

Features | Demo

MyStream - Best WordPress Themes For Musician

Features | Demo

Depth

Depth - Best WordPress Themes For Musician

Features | Demo

Do you have anything else to add?

Do you know if there are still WordPress themes that you think will suit for musician? I am sure that I may have missed few of themes. It would be great if you can share them over here?

And, how about the above themes? Is there any theme that you think will not suit for those who are planning to use it as website for musician?

I would love to hear feedback.

Cheers!

8 Radically Simple Ways to Make Your WordPress Blog Runs Like A Cheetah

Ensuring our WordPress blog is at its optimum speed is crucial as it will affect the very first impression of our blog visitors as site loading is the very first thing they will have to face before they can enjoy our blog post.

If the loading time is terribly slow, it will definitely piss our readers off and most important thing if they are your ‘first-time’ site visitors. They will probably never come back or cannot find your blog whenever if they want to especially if they come from the search engines.

So, for today post I would love to share 8 really simple and basic ways to reduce your WordPress blog loading time. I have tried my best to reduce all those technical stuffs in the list so that you have no problem to understand the ways to improve the loading time of your WordPress blog.

Enjoy!

Make WordPress blog faster

1. Upgrade to the latest WordPress version

This is pretty obvious. WordPress will never release any new version of WordPress if it will not make your WordPress blog better. Sometimes, it makes me wonder why some of us hesitate to upgrade their WordPress blog.

It is plain easy as you just need to click the update button and everything else will be done for you. It only takes less than a minute.

p/s: Have you upgraded to the latest WordPress version that has just been released?

Increase WordPress blog speed

2. Delete unused plugins

You must not used unnecessary amount of plugins for your WordPress blog and you have to deleted theme form the server. It is because it can dramatically affect the speed of your WordPress blog as it may contain tons of scripts and codes.

Remember this – blog with more features is not necessarily a blog that people will love. Sometimes, simplicity is the king.

Ask yourselves – do your blog need such great amount of plugins to be a better blog?

Increase WordPress blog speed

3. Install WP Super Cache Plugin

I am pretty sure that you have heard about this plugin as there are a lot of blogs out there that regard this plugin as a must have plugin for a WordPress blog.

This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your web server will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.

In none technical words, it will use the ‘image’ of your site and use it each time your readers visit your blog instead of has to process same data each time your readers visit your blog. So, it will reduce the burden of your server and therefore, your WordPress blog can process faster.

Download WP Super Cache

Speed up WordPress

4. Install WP CSS

With this plugin GZIP and strip whitespace from your CSS files. It allows you to confidently use @import inside a CSS file and not worry about what happens on the user’s end. It will look through your style.css file and put any @import files into it.

For those who are not familiar with the above technical stuff, may find it hard to understand. The important thing you should know is it can definitely make your WordPress blog faster.

Increase WordPress blog speed

(Tests were measured using a Firefox plugin called Firebug. Firefox was run a Mac Pro (2008) using OS X 10.5.3. Eight CSS files that were being included in this test: typography.css, form.css, list.css, special.css, skin.css, menu.css, other.css, sIFR-screen.css – all created to simulate an average size of a typical website.)

Download WP CSS

Speed up WordPress blog

5. Rid Off Hotlinking

Hotlinking can a really huge problem if there are a lot sites hotlinked with your WordPress blog. They will drag down your WordPress blog as they will make your server load increasingly high.

For those who do not know about hotlink, hotlink is a term that is being coined when someone else/site uses data especially images from your site. So, although others are visiting the blogs that have hotlinked you, the images that come out in their blogs will be from your server. So, it will increase the bandwidth usage excessively.

Sometimes, hotlinking is called bandwidth theft.

Below is how you can prevent hotlinking in your site through .htaccess file:

#disable hotlinking of images with forbidden or custom image option
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]
#RewriteRule \.(gif|jpg)$ – [F]
RewriteRule \.(gif|jpg)$ http://www.yourdomain.com/stealingisbad.gif [R,L]

You just need update the .htacces file and change the domain name above with yours. The last line is an image that will display instead of the hotlinked image– how about an advert for your site?

Speed up WordPress blog

6. Turn Off Post Revision

WordPress starts to have Post Revision feature after it launched the 2.6 version of WordPress. Although it has its advantages, it also comes with disadvantages.

One of the disadvantages is whenever a post is edited, a new row will be created in wp_posts table. Hence if your posts or pages got edited 10 times, you will have 10 new rows in wp_posts table.

In no time your wp_posts table will be filled up and the post ID will be huge.

To know how you can riff off this feature, Lester Chan has covered this topic in details.

Spee up WordPress blog

7. Reduce Image Size

Images make our blog post looks great but it can also come with cost. Images that are in high resolution will use a lot of bandwidth and therefore affect your WordPress blog’s loading time.

With WP Smush.it, it will help you to reduce the size of images in your WordPress blog by reducing its quality with no obvious impact on the images.

Download WP Smush.it

Make WordPress blog fast

8. Optimize Your WordPress Blog Database

Just like a computer, we have to defragment the database of our WordPress blog and to ensure in to be clutter free.

This process can be done manually and automatically through WordPress plugin.

For manual process, you have to locate the database of your WordPress in myPhpAdmin, select all the tables in the Check Boxes, select the Optimise Tables Option.

For automatic process, you have to install easy to use WordPress plugin called Optimize Database by Joost De Valk of Yoast.com. After you have downloaded it, just hit the ‘Optimize Now’ button.

This is very useful for tables that are frequently updated.

Do you have any suggestion?

Do you have any suggestion on the ways that you have used to increase the speed of your WordPress blog? I am sure that I have missed some of them. How about you help me out? I would really appreciate it.