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 = […]
Using image Gravatar in WordPress watermarks
This plugin allowed you to protect your photos from theft quickly and easily. It is useful when you need to protecting your photos with Gravatar watermarks. This is a WordPress plugin may download from Gravatar Watermarks.

Simple jQuery code to embed Skip to content link to all screens at top of page, and improve web accessibility. The Skip Navigation Bubble automatically starts on page load, it shows on every top of page and hide it after few second. It stays on screen for 8 seconds. All you need to do for the code to happen […]
WordPress Skip to content
Simple code that allow the user to skip directly to the article content, bypassing the navigation, enhances the accessibility of your blog or web site. Add this snippet into the functions file of your WordPress theme. WordPress Hooks: next_post_link; previous_post_link This is jQuery code to update the navigation link directly to the post content when […]
WordPress Swipe Navigation
This is simple plugin to integrate finger swipe into WordPress site and blog. It’s adapt from excellent jQuery plugin from netCU jQuery Touchwipe. This plugin ability to effect change in a web page by swiping a finger across the screen of the touch device. For example, swiping to the left to navigate to the next page in […]
WordPress QR Code Scan Me Anywhere 3.0
WordPress QR Code Scan Me Anywhere 3.0 has added WordPress Plugin Directory. Now supports 11 social network profile, included Google+, Twitter, Facebook, Youtube, LinkedIn, Pinterest, MySpace, WordPress, Delicious, Flickr and Sina Weibo. Click here to find out more about plugin. To try scan your QR Code, here are few apps that make it easy. Android […]
Hide your QR code
We all know about QR codes (Quick Response Code). Almost QR Code used intuitive ways to embed QR Codes directly onto any page. I make the QR Code hidden and display only when reader need to scan. It’s save space on your blog or website while still using images. You can try scanning the code […]

By default after user log out WordPress, user will be redirect to the login page. This snippet code/plugin to allowed user stay on the current page after log out from WordPress admin bar. WordPress Hook: logout_url

Multi social favicon is a wordpress plugin instantly make a custom favicons with your social profile image for your website or blog. It’s allowed blogger to choose their profile image to creating a website favicon from major social web site like Google+, MSN Live, twitter, friendfeed, facebook and gravatar. Just activate the plugin and go to Settings to […]
Google Plus Favicon
This is simple plugin allows you to generate web site icon, simply add a Google+ account ID to generate a G+ favicon for your wordpress site, admin panel logo and feed image included Apple touch icon. The favicon use the images same as your G+ profile images. It’s automatically change your website favicon image if you […]