Wordpress
Are you a website developer or web designer looking for a powerful wordpress function to help you with your coding, PHP and learning needs?
Simple Prefetch and Prerender
This is simple funtions to puts html5 Prerender and Prefetch link tag in your WordPress front page and post page to speed up your site. Its currently only supported in Firefox(Prefetch) and Google Chrome(Prerender). add_filter(‘next_post_rel_link’, ‘prefetch_next_post_rel’); add_filter(‘previous_post_rel_link’, ‘prefetch_previous_post_rel’); add_action(‘wp_head’, ‘front_page_prefetch’); /* Add Prefetch and Prenreder to Post Page */ if (!function_exists(‘prefetch_next_post_rel’)){ function prefetch_next_post_rel($link){ $link = […]
Google+ Widget with QR Code
Just improved new WordPress Google+ widget with QR Code. The QR Code (Quick Response Code) lets reader instantly read more about your Google+ Profile, by visiting a mobile version of the profile on any supported phone. The QR Code display only when user click “Scan Me” to view the code and use mobile device to scan. It’s […]

Google+ is project from Google to share realife activity. Now you can show your most recent activity on Google+ in the sidebar of your WordPress. Download the new Google+ WordPress widgets and insert your google+ user ID. Your Google+ ID are 21 digit number behind the part of the url at your profile page. […]
WordPress Penote Widgets
Penote is a social web service that allows the subscriber to broadcast short messages or share notes to other subscribers of the service. It’s similiar like twitter and identi.ca microblogging. It’s support to post your sharing or updates to your other account such as blogger, tumblr, identica, multiply and facebook. I just wrote a simple […]
WordPress Plugins Released
Just uploaded and released three wordpressMU and wordpress plugin to the Plugin Directory. WPMU Admin Interface Language Lets WPMU user to select language in backend administration panel. Multiple Twitter Widgets Allows for multiple twitter widgets to be displayed. Gravatar Favicon This plugin allows you to generate a gravatar favicon for your blog and admin logo […]
WPMU: Show user blog on the right now
Just wrote a simple plugin for wordpress MU. This plugin is only for wordpress MU 2.7. It’s showing user’s blog on the right now with dashboard and settings link. Download the dashboard-myblog. Unzip the file and upload into MU Plugins folder. No activation need and option! It’s tested with WordPressMU 2.7 and above.
Multiple Twitter Widgets
Do you like using Twitter? I think you may find many twitter plugin for your wordpress. Please try my new wordpress widgets for your wordpress blog. The widgets allows for multiple twitter widgets to be displayed. You may display a lot of your friends twitter updates on your blog. Download Wigest: Multiple Twitter WidgetsCompatible up […]