
Formal degree vs. self taught – infographic created by WebdesignerDepot
Link
Quote
“You are not supposed to pursue something that’s supposed to fall into place over night. If there weren’t hard parts, there would be no value to creating. You have to fail more often if you are going to be successful,” said Herrin, adding that entrepreneurs must fail their way to success through effort and passion.
Asean Blogger Festival 2013

Photo by @ASMARIE_
Asean Blogger Festival or in short as ABF this year was held in Solo, Central Java, Indonesia actually in Kusuma Sahid Prince Hotel. This international event has being held on 10th to 12th of May 2013. Based on the source I read via @dotsemarang, the Asean Blogger Festival this year has a core vision “Reinventing the Spirit of Cultural Heritage in Southeast Asia”.
Since this event is currently held in Indonesia, on the Twitter you can obtain tons of live tweets by searching the contextual hash-tag #ABFI2013. Where the “I” stands for Indonesia. Here are my hand-picked of interesting.
Discuss & share your experience in #travelblogging #videoblogging or #photoblogging at #ABFI2013! 2013.blogfest.info
— USMission2ASEAN (@USMission2ASEAN) May 4, 2013
Bloggers from all 10 ASEAN countries to meet up at the ASEAN Bloggers Festival 2013. | via @usmission2asean #ABFI2013 bit.ly/12Gt8Nk
— The Philippine Star (@PhilippineStar) April 29, 2013
Blogger & Netizen will play a role between people of the nations towards the ASEAN Community 2015. Our People, Our Future Together #ABFI2013
— Iman Brotoseno (@imanbr) May 9, 2013
Mas @amriltg & Pak @hazpohan opening the @aseanblogger Festival#ABFI2013 twitter.com/salsabeela/sta…
— Miss Ollie(@salsabeela) May 10, 2013
When You Forgot A Lyric
Fatin, a singer contestant of X-Factor Indonesia who had ever featured in official Bruno Mars’ site just got unlucky tonight. She forgot the lyric during her performance. She failed to give her best perform in a song “Everything At Once” by Lenka. This is the first time I found a funny thing yet bit hearth-touching moment.
I am not always follow the X-Factor. I got the info from Twitter timeline. Then, I did the searching what people was talking about this.
Some Twitter user’s opinion said that this song is really hard to remember.
Custom Order Post Types by Meta Value WordPress
I have done creating Product post type with a custom meta field as in the screenshot above. I set up a meta field as custom order setting. To display Product loops with custom order by custom meta value, I use this codes.
// WP Query settings $args = array( 'post_type' => 'acme_product', 'posts_per_page' => 10, 'meta_key' => 'cptproduct_order', // Name of meta key 'orderby' => 'meta_value_num', // Order by number of meta value 'order' => 'ASC' // Order by lowest to highest value (1,2,3,4,..) ); // Loop for custom post type $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); echo '<div class="entry-content">'; the_title(); the_content(); echo '</div>'; echo '<p>' . get_post_meta($post->ID, 'cptproduct_order', true) . '</p>'; // Print meta value echo '<hr />'; endwhile; // End of loop
Rundown Version 1.6.5 is Now Live!
Firstly, I would like to say big thanks for Rundown’s downloaders. Until this post composed, The download counter in official WordPress theme directory said 12K+ downloads grabbed. New update of Rundown 1.6.5 is dedicated for users.
There is a good news for Rundown’s users. Rundown has listed in “85 New WordPress Themes to Inspire You”
I have submitted new update of Rundown WordPress theme just in few days ago on February 27, 2013. It is now live at download page here.
Changelog
There are no major improvements in 1.6.5 version. Here are the improvements I made:
- Title tag improvement for SEO friendly
- Add custom searchform
- Typography improvement
- Post meta improvement
- CSS improvements:
- Calendar widget
- Submit button
- Quote post format
The screenshot below is the improvement in quote format post. You also able to see the title uses beautiful and proportional typography.
Rundown 1.6.5 supports the latest WordPress version 3.5.1
Live preview | Download Rundown 1.6.5
Don’t be shy
Are you using Rundown? Don’t be shy to tell me how it makes your blog better.
How’s your opinion about this improvements? or do you ideas for next updates? Mention me on Twitter @kharissulistiyo or leave a message.
Rundown WordPress Theme was Featured on Webdesignerdepot.com
In the end of December 2012, Rundown WordPress theme was featured on webdesignerdepot‘s blog post entitled “85 New WordPress Themes to Inspire You“.
How Do I Delete All Spam Comments?
Spam comments are stored in pending comments section in WordPress admin. Whenever I got spams more than 50. I usually use Delete Pending Comments to delete them quickly. This plugin does deleting spams just in seconds — it is my time saver machine. It helps me a lot rather than I manually delete spam comments one by one.
Rundown Version 1.6.4
I have updated new version of Rundown. Here are the changes:
1. Main navigation for smaller screen
Comparing with previous version, the new version has better main navigation when it is viewed in smaller screen. The new main navigation contains menu items which is set from custom menu (Appearance > Menus) option. The old version didn’t, it just displayed all pages.
2. Calendar widget style
See the comparison between new and old version below:
3. Widget title
I decided to make slight touch to widget title style. I made it higher to make more proportional.
4. Comment form CSS improvements
Fix layout when Si Captcha Comments and Subscribe to Comments plugins are used. See the screenshot below.
Those are minor changes I made. Download Rundown 1.6.4 here.
If you have already installed Rundown, and found the new version is better, let me know via twitter. You can also send me suggestions what improvements for next version should be.



