AjaXplorer is another “brick” that you can install on your web server : you may know WordPress, Joomla! or other “web-based” softwares. It’s the same technology (PHP), and AjaXplorer is normally accessed via an URL such as http://yoursite.com/ajaxplorer/. AjaXplorer comes fully equiped with a complete [...]
UpThemes was release latest plugin, Typecase. Typecase is a web font manager for WordPress unlike anything you’ve every experienced. Tapping into the library of Google’s 500+ (and growing) web fonts, Typecase makes it easy to browse, select and apply real web type to your website [...]
Basic is a new free theme suggested by many users. The purpose of the Basic theme is to give you a starter theme ao you can be your own designer. It only contains the basic layout styling so you can customize the theme with your [...]
Warp, the framework from YOOtheme that has just been released as open source. Warp is a lightweight theme framework designed for developers and focusing on simplicity and usability. One of Warp’s key features is its cross-platform compatibility. By design it works with different CMS systems [...]
How Count Published Sticky Posts in WordPress? You can use this function : [php] function get_sticky_posts_count() { global $wpdb; $sticky_posts = array_map( ‘absint’, (array) get_option(‘sticky_posts’) ); return count($sticky_posts) > 0 ? $wpdb->get_var( $wpdb->prepare( "SELECT COUNT( 1 ) FROM $wpdb->posts WHERE post_type = ‘post’ AND post_status [...]
Reflex+ shares all of the features mentioned in the above two theme but it also brings in jQuery and incorporates AJAX for some tasks, such as the “read more” post navigation, helping it appear more fluid and seamless. The theme is of course inspired by [...]
Remove the WordPress Update Notification WordPress informs you when an update is available. Unfortunately, it tells everyone — including your clients. That could lead to unnecessary concern or tempt them call you every half an hour until it’s upgraded. [code] function no_update_notification() { if (!current_user_can('activate_plugins')) [...]
If you just want the button on the single pages and posts, it is easy, you just needs to insert the code straight the way Google gives it to you here. But if you want it on the blog-page, the archive pages the tag pages [...]
Many of your more loyal users (registered) will appreciate being notified that you’ve just issued more compelling, deathless prose. An email message is a quick and painless way to let them know to come running to your blog for more of these beautiful words that [...]
With the popularity of jQuery, AJAX, and client-side programming operations in general, there’s more use made of JSON as a format for getting data backwards and forwards. For example, the Twitter API offers data as JSON – and more manageably than accessing their RSS XML [...]








