<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>JaypeeOnline &#187; wp-plugin</title> <atom:link href="http://jaypeeonline.net/tag/wp-plugin/feed/" rel="self" type="application/rss+xml" /><link>http://jaypeeonline.net</link> <description>Technology, Blogging News, WordPress Theme and Plugin Reviews, Tips and Tricks</description> <lastBuildDate>Mon, 21 May 2012 03:17:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>Dashboard Notepad WordPress Plugin</title><link>http://jaypeeonline.net/wordpress-plugins/dashboard-notepad-wordpress-plugin/</link> <comments>http://jaypeeonline.net/wordpress-plugins/dashboard-notepad-wordpress-plugin/#comments</comments> <pubDate>Thu, 03 Mar 2011 03:48:36 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[dashboard notepad]]></category> <category><![CDATA[dashboard notepad plugin]]></category> <category><![CDATA[notepad plugin]]></category> <category><![CDATA[notepad widget]]></category> <category><![CDATA[shortcode]]></category> <category><![CDATA[simple notepad plugin]]></category> <category><![CDATA[template tag]]></category> <category><![CDATA[wordpress notepad plugin]]></category> <category><![CDATA[wordpress-plugin]]></category> <category><![CDATA[wp notepad plugin]]></category> <category><![CDATA[wp-plugin]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9341</guid> <description><![CDATA[In the past, whenever I got an idea for a new blog post I would use Evernote to write down those ideas so I won&#8217;t forget about it. That method was an effective and convenient way of keeping notes but I still had to login to their website or open the Evernote Web Clipper on [...]]]></description> <content:encoded><![CDATA[<p>In the past, whenever I got an idea for a new blog post I would use <a
href="http://jaypeeonline.net/tag/evernote/">Evernote</a> to write down those ideas so I won&#8217;t forget about it. That method was an effective and convenient way of keeping notes but I still had to login to their website or open the <strong>Evernote Web Clipper</strong> on Firefox if I wanted to have access to my notes. I needed something that wouldn&#8217;t require me to login or rely on a third-party website/app, something I could access from within the WordPress dashboard.</p><p>So I headed over to the official <a
href="http://wordpress.org/extend/plugins/">WordPress Plugin repository</a> and searched for a plugin that would allow me to keep/post notes within the WordPress dashboard. Within a few minutes, I found one in the name of the <a
href="http://sillybean.net/code/wordpress/dashboard-notepad/">Dashboard Notepad</a> plugin by <strong>Stephanie Leary</strong> of <a
href="http://sillybean.net/">SillyBean</a>. I installed one similar plugin a long time called <a
href="http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-dash-note/">Dash-Note</a> but it doesn&#8217;t come close to the Dashboard Notepad.</p><p>The <strong>Dashboard Notepad</strong> plugin creates a simple notepad that allows the user to take down notes from right within the WordPress Dashboard. If you have a <strong>multi-user</strong> blog, you (the administrator) can choose which roles (admin, editor, contributor, etc.) can view/edit the notes. Aside from that, the plugin also allows the user to display the contents of the notepad onto the blog/website via a template tag and/or shortcode. Users can also customize the style of the notepad via their theme&#8217;s CSS file.</p><p><strong>Screenshots:</strong><br
/> <img
src="http://maxcdn.jaypeeonline.net/images/dashboard_notepad1.png" alt="Dashboard Notepad WordPress Plugin" /></p><p><img
src="http://maxcdn.jaypeeonline.net/images/dashboard_notepad2.png" alt="Dashboard Notepad WordPress Plugin" /></p><p><strong>Features:</strong></p><ul><li>Dashboard Widgetized</li><li>Control what user-level can edit/view each ‘notepad’.</li><li>Up to 3 different notepads as individual widgets.</li><li>Configuration on each widget directly.</li><li>Disable any WordPress default widgets (globally).</li><li>HTML support for view mode.</li><li>Built in raw CSS customization of each pad.</li></ul><p><strong>Installation:</strong></p><ol><li><strong>Upload</strong> the plugin directory to <strong>/wp-content/plugins/</strong></li><li><strong>Activate</strong> the plugin through the &#8216;<strong>Plugins</strong>&#8216; menu in WordPress</li><li>Go to your <strong>Dashboard</strong> and configure the widget by clicking the link in its upper right corner.</li><li>To display your notes in a theme file, use this template tag: [php]&lt;?php dashboard_notes(); ?&gt;[/php]</li><li>To display your notes in a post, page, or text widget, use the <strong>[dashboard_notes]</strong> shortcode. (To use it in a widget, you&#8217;ll have to enable shortcode parsing in text widgets, if you haven&#8217;t already. Add <strong>add_filter(&#8216;widget_text&#8217;, &#8216;do_shortcode&#8217;);</strong> to your <strong>functions.php</strong> file.) You can use <strong>div#dashboard-notes</strong> in your theme&#8217;s CSS file to style the notes.</li></ol><p><a
href="http://wordpress.org/extend/plugins/dashboard-notepad/">Download the Dashboard Notepad plugin from the official WordPress Plugin repository</a></p><p>Now that I have the <strong>Dashboard Notepad</strong> plugin, I don&#8217;t need to login to Evernote or use the Evernote Web Clipper. Although I still use the Evernote app on my <a
href="http://jaypeeonline.net/tag/iphone/">iPhone</a> which is handy for taking down notes when I&#8217;m on the road and don&#8217;t have my computer with me. If only I could access the <strong>Dashboard Notepad widget</strong> from the <a
href="http://jaypeeonline.net/tag/wordpress-for-ios/">WordPress for iOS</a> app I wouldn&#8217;t need the Evernote app. Btw, I use this plugin not only for writing down possible blog topics but also for other important stuff like my To-Do List, schedule, etc.</p><p>Hope you liked this review of the Dashboard Notepad plugin. I just wanted to share one of the plugins I use for blogging and hope that some of you would also find it useful for your blogging needs.</p><p>Anybody else use the <strong>Dashboard Notepad WordPress plugin</strong>? What methods or third-party apps/websites do you use as your virtual notepad? Please share your thoughts.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/blog/blog-updates-04-11/" rel="bookmark" class="crp_title">Blog Updates 04.11</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-dash-note/" rel="bookmark" class="crp_title">WP Plugin Review: Dash-Note</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/cms-tree-page-view/" rel="bookmark" class="crp_title">CMS Tree Page View For WordPress</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpresscom-stats-plugin-upgrade/" rel="bookmark" class="crp_title">WordPress.com Stats Plugin Upgrade</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-guest-post-plugin/" rel="bookmark" class="crp_title">WordPress Guest Post Plugin</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/wp-theme-review-notepad/" rel="bookmark" class="crp_title">WP Theme Review: Notepad</a></li><li><a
href="http://jaypeeonline.net/tips-tricks/howto-enable-w3tc-google-page-speed-report-wordpress-dashboard-widget/" rel="bookmark" class="crp_title">HowTo: Enable the W3TC Google Page Speed Report WordPress Dashboard Widget</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-fluency-admin/" rel="bookmark" class="crp_title">WP Plugin Review: Fluency Admin</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/foursquare-integration-wordpress-plugin/" rel="bookmark" class="crp_title">Foursquare Integration WordPress Plugin</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-iii/" rel="bookmark" class="crp_title">Pimp My WP Dashboard Part III</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress-plugins/dashboard-notepad-wordpress-plugin/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>WP Plugin Review: ServerBuddy</title><link>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-serverbuddy/</link> <comments>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-serverbuddy/#comments</comments> <pubDate>Thu, 24 Jun 2010 18:51:39 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[file permissions]]></category> <category><![CDATA[hosting provider]]></category> <category><![CDATA[network-solutions]]></category> <category><![CDATA[server configuration]]></category> <category><![CDATA[serverbuddy]]></category> <category><![CDATA[serverbuddy plugin]]></category> <category><![CDATA[Web Hosting]]></category> <category><![CDATA[web server configuration]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[wordpress-plugin]]></category> <category><![CDATA[wp-plugin]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=8964</guid> <description><![CDATA[A couple months back, a faulty server configuration at Network Solutions shared hosting boxes led to many WordPress blogs getting hacked. The security flaw allowed other users on the same box to read other users&#8217; configuration files. At first, people blamed WordPress for it but later on it was determined that it was the hosting [...]]]></description> <content:encoded><![CDATA[<p>A couple months back, a faulty server configuration at <a
href="http://www.networksolutions.com/">Network Solutions</a> shared hosting boxes led to many <a
href="http://jaypeeonline.net/category/wordpress/">WordPress</a> blogs getting hacked. The security flaw allowed other users on the same box to read other users&#8217; configuration files. At first, people blamed WordPress for it but later on it was determined that it was the hosting provider&#8217;s fault because a properly configured web server shouldn&#8217;t allow users to have access to other users&#8217; files (vice versa), regardless of the <a
href="http://wordpress.org/development/2010/04/file-permissions/">file permissions</a>.</p><p>Because of what happened, <a
href="http://jaypeeonline.net/go/ithemes.php">iThemes</a> via their <a
href="http://pluginbuddy.com/">PluginBuddy</a> website, created and released a free WordPress plugin called <a
href="http://pluginbuddy.com/serverbuddy-check-hosting-quality-security-issues-more/">ServerBuddy</a>. The <strong>ServerBuddy WordPress plugin</strong> tests the web server&#8217;s configuration to analyze the quality of the hosting provider and its server configuration. The plugin looks for problems with compatibility with different <a
href="http://jaypeeonline.net/category/wordpress-themes/">WordPress themes</a> and <a
href="http://jaypeeonline.net/category/wordpress-plugins/">plugins</a> and provides easy to understand explanations to different server settings. It also generates reports and samples of what to ask hosting providers if a problem is identified in the server configuration that needs fixing.</p><p><strong>Screenshot:</strong><br
/> <img
src="http://maxcdn.jaypeeonline.net/images/serverbuddy.png" alt="ServerBuddy WordPress Plugin" /></p><p>Another important ServerBuddy feature is <strong>Security Testing</strong>. This plugin <strong>analyzes file permissions of important WordPress files</strong> to check if they are properly configured to make sure that the blog is secure and safe from intrusions. <strong>ServerBuddy</strong> is a must-have plugin for any WordPress blog and great tool for regular WordPress users, theme &#038; plugin developers and especially hosting administrators.</p><p>Kudos to the folks from iThemes and PluginBuddy for releasing the <strong>ServerBuddy WordPress plugin</strong> to the community for FREE. <strong>ServerBuddy</strong> is easy to install, just download the file and unzip it. Then upload the folder to the <strong>wp-content/plugins/</strong> folder on your web server and then activate it. ServerBuddy will show up on its own section below Tools and Settings.</p><p><a
href="http://downloads.wordpress.org/plugin/serverbuddy-by-pluginbuddy.zip">Download the ServerBuddy WordPress plugin</a></p><p>Anyone here hosted on Network Solutions that got hacked during this incident? What have you done to secure your WordPress blog? Anyone else using the <strong>ServerBuddy WordPress plugin</strong> to check their hosting provider&#8217;s server configuration? Please share your thoughts.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress-plugins/deans-fckeditor-with-pwwangs-code-for-wordpress-security-vulnerability/" rel="bookmark" class="crp_title">Deans FCKEditor with PWWANGS Code for WordPress(version 1.0.0) Security Vulnerability</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/idrive-online-wordpress-backup-plugin/" rel="bookmark" class="crp_title">IDrive Online WordPress Backup Plugin</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-plugin-maker/" rel="bookmark" class="crp_title">WordPress Plugin Maker</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-89/" rel="bookmark" class="crp_title">Weekend Roundup #89</a></li><li><a
href="http://jaypeeonline.net/blog/do-you-use-the-wordpress-plugin-compatibility-feature/" rel="bookmark" class="crp_title">Do You Use the WordPress Plugin Compatibility Feature?</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/enable-firefox-spell-check-in-wp-21/" rel="bookmark" class="crp_title">Enable Firefox Spell Check in WP 2.1</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-theme-authenticity-checker/" rel="bookmark" class="crp_title">WP Plugin Review: TAC (Theme Authenticity Checker)</a></li><li><a
href="http://jaypeeonline.net/tips-tricks/wordpress-reverting-default-theme-fix/" rel="bookmark" class="crp_title">WordPress Reverting Default Theme Fix</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-23-plugin-compatibility/" rel="bookmark" class="crp_title">WordPress 2.3 Plugin Compatibility</a></li><li><a
href="http://jaypeeonline.net/blog/worpresscom-stats-plugin-vulnerability/" rel="bookmark" class="crp_title">Worpress.com Stats Plugin Vulnerability</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-serverbuddy/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>WP Plugin Review: Search Regex</title><link>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-search-regex/</link> <comments>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-search-regex/#comments</comments> <pubDate>Fri, 26 Feb 2010 02:19:04 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[search regex]]></category> <category><![CDATA[search regex plugin]]></category> <category><![CDATA[wordpress-plugin]]></category> <category><![CDATA[wp-plugin]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=7518</guid> <description><![CDATA[Have you experienced manually editing your blog posts to remove pieces of code from an old plugin? I have. Or having to manually go through all your posts to change image directory names/URL paths? I have. Good thing this happened to me earlier when my blog posts numbered only about a couple hundred. What if [...]]]></description> <content:encoded><![CDATA[<p>Have you experienced manually editing your blog posts to remove pieces of code from an old plugin? I have. Or having to manually go through all your posts to change image directory names/URL paths? I have. Good thing this happened to me earlier when my blog posts numbered only about a couple hundred. What if you have hundreds or thousands of posts? Aside from the time spent on doing it, think about the pain and hassle you have to go through to manually edit each post.</p><p>If you&#8217;re looking for an easier and quicker way to do this, you&#8217;re in luck! There&#8217;s now a WordPress plugin called <a
href="http://urbangiraffe.com/plugins/search-regex/">Search Regex</a> that can help you do these tasks quickly and easily.</p><p>Here&#8217;s a little background info on the Search Regex WordPress plugin:</p><blockquote><p>Search Regex adds a powerful set of search and replace functions to WordPress. These go beyond the standard searching capabilities, and allow you to search and replace almost any data stored on your site. In addition to simple searches you have the full power of PHP&#8217;s regular expressions at your disposal.</p></blockquote><p><strong>Features:</strong></p><ul><li>Simple search and replace</li><li>Advanced regular expression search and replaces, back references and capture groups</li><li>Search previews with inline replacing</li><li>Perform searches in post &#038; page content, excerpt, titles, URL, and meta-data, as well as comment content and author data</li><li>Full support for WordPress roles. You can only search and replace in posts you have access to</li><li>Fully localized</li></ul><p><strong>Screenshots:</strong><br
/> Search Options<br
/> <img
src="http://maxcdn.jaypeeonline.net/images/searchregex.png" alt="Search Regex Plugin" /></p><p>Search Results<br
/> <img
src="http://maxcdn.jaypeeonline.net/images/searchregex_results.png" alt="Search Regex Plugin" /></p><p>The plugin author &#8211; <a
href="http://urbangiraffe.com/">John Godley</a>, created the <strong>Search Regex plugin</strong> primarily for helping <strong>WordPress users</strong> with <strong>blog migration and upgrading</strong>. This WordPress plugin comes in very handy when you&#8217;re changing the image directory for your post images or URL paths to your posts, like if your changing your domain name or moving from a free blogging service like <strong>Blogger</strong> to a <strong>self-hosted WordPress</strong>. This plugin can also be used to edit/remove WordPress plugin tags or correct misspelt words. With Search Regex&#8217;s search and replace pattern, you can perform these tasks easily and quickly. Saving you lots of time and the hassle of manually editing each post.</p><p>For more information regarding the installation, usage, search options and examples regarding the Search Regex plugin, make sure you visit the <a
href="http://urbangiraffe.com/plugins/search-regex/">official Search Regex plugin homepage</a>.</p><p>The <strong>Search Regex plugin</strong> is a very powerful, useful and helpful <a
href="http://jaypeeonline.net/category/wordpress-plugins/">WordPress plugin</a>. I wish this plugin or something like it was developed earlier. But anyways, I&#8217;m just glad that someone came up with the idea of creating a plugin like this so that WordPress users won&#8217;t have a hard time and won&#8217;t waste too much time editing URL paths or image directory paths. Thanks John and more power to you!</p><p><strong>IMPORTANT:</strong> To those who plan to use the Search Regex plugin, first thing you should do is <strong>create a backup of your WordPress database</strong> before making any changes. Also, make sure that you always use the &#8220;<strong>Search &#038; Replace</strong>&#8221; preview before saving it to the database.</p><p>Check out the <a
href="http://wordpress.org/extend/plugins/search-regex/">Search Regex</a> WordPress plugin.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress-plugins/search-everything-wordpress-plugin/" rel="bookmark" class="crp_title">Search Everything WordPress Plugin</a></li><li><a
href="http://jaypeeonline.net/internet/pluginquery/" rel="bookmark" class="crp_title">PluginQuery &#8211; jQuery Plugin Search Engine</a></li><li><a
href="http://jaypeeonline.net/wordpress/presstags/" rel="bookmark" class="crp_title">PressTags &#8211; Discover Trending Topics From WordPress Posts</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-guest-post-plugin/" rel="bookmark" class="crp_title">WordPress Guest Post Plugin</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-73/" rel="bookmark" class="crp_title">Weekend Roundup #73</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-plugin-maker/" rel="bookmark" class="crp_title">WordPress Plugin Maker</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-geolocation-plugin/" rel="bookmark" class="crp_title">WordPress Geolocation Plugin</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/google-plus-one-wordpress-plugin/" rel="bookmark" class="crp_title">Google +1 Button WordPress Plugin</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/cms-tree-page-view/" rel="bookmark" class="crp_title">CMS Tree Page View For WordPress</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/editorial-calendar-plugin/" rel="bookmark" class="crp_title">WordPress Editorial Calendar Plugin</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-search-regex/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WP Plugin Review: Fluency Admin</title><link>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-fluency-admin/</link> <comments>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-fluency-admin/#comments</comments> <pubDate>Wed, 23 Sep 2009 10:45:58 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[admin theme wordpress]]></category> <category><![CDATA[dean j robinson]]></category> <category><![CDATA[fluency admin]]></category> <category><![CDATA[wordpress admin theme]]></category> <category><![CDATA[wp dashboard plugin]]></category> <category><![CDATA[wp-admin-theme]]></category> <category><![CDATA[wp-plugin]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=5975</guid> <description><![CDATA[Some of the most popular posts here on JaypeeOnline are the ones that were part of the Pimp My WP Dashboard series. I&#8217;m sure those of you who have been long time readers are familiar with these posts. In that series, I&#8217;ve featured and reviewed four different WordPress admin themes &#8211; WP Tiger Admin, Spot [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_tn.png" alt="Fluency Admin Theme" /></p><p>Some of the most popular posts here on JaypeeOnline are the ones that were part of the <strong>Pimp My WP Dashboard</strong> series. I&#8217;m sure those of you who have been long time readers are familiar with these posts. In that series, I&#8217;ve featured and reviewed four different WordPress admin themes &#8211; <a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-i/">WP Tiger Admin</a>, <a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-ii/">Spot Milk</a>, <a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-iii/">Nice Admin</a> and the <a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-iv/">WordTunes Terminal</a>.</p><p>When <a
href="http://jaypeeonline.net/wordpress/wordpress-25/">WordPress 2.5</a> was released, all these admin themes became obsolete because of the changes done to the WordPress dashboard design and layout. Fortunately for me and those who use admin themes, a new compatible theme was released by <a
href="http://deanjrobinson.com">Dean J Robinson</a>, called the <strong>Fluency Admin</strong>. Since then, I&#8217;ve been using it as my WP dashboard theme.</p><p>I&#8217;ve been wanting to do a review of this awesome theme/plugin for a long time now but somehow, I&#8217;ve always put it on hold. A few days back, I decided to sit down and start writing the review. Then a couple days later, I found out that Dean released a newer version of the Fluency Admin and that motivated me to finish this review.</p><p>Here are the <strong>new features</strong> found in <strong>Fluency Admin 2.1</strong>:</p><ul><li>Fluency Admin Options page</li><li>Disable/Enable Fluency style on login page</li><li>Use custom logo on login page</li><li>Classic/Blue  color scheme</li><li>Collapsible menu</li><li>Better hover menu</li></ul><p><strong>Screenshots:</strong></p><p>Standard Menu<br
/> <img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_dashboard.png" alt="Fluency Admin Theme" /></p><p><img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_posts.png" alt="Fluency Admin Theme" /></p><p>Minimized Menu<br
/> <img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_dashboard_hide.png" alt="Fluency Admin Theme" /></p><p><img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_posts_hide.png" alt="Fluency Admin Theme" /></p><p>New Hover Menu (items are now split into 2 columns)<br
/> <img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_hover.png" alt="Fluency Admin Theme" /></p><p>New Classic/Blue color scheme<br
/> <img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_blue_dashboard.png" alt="Fluency Admin Theme" /></p><p><img
src="http://maxcdn.jaypeeonline.net/images/fluency_admin_blue_posts.png" alt="Fluency Admin Theme" /></p><p><strong>IMPORTANT NOTES:</strong></p><ul><li>All menus have to be expanded before activating the Fluency Admin theme.</li><li>Does not support Internet Explorer 6</li><li>Color scheme depends on the scheme selected on your user profile</li></ul><p>*To change between the grey or blue color scheme, go to <strong>Users</strong> > <strong>Authors &#038; Users</strong>. Click <strong>Edit</strong> on your profile and look for it under <strong>Admin Color Scheme</strong> options.</p><p>The <a
href="http://deanjrobinson.com/projects/fluency-admin/">Fluency Admin</a> theme is a neat plugin. It is not something that you really need to have or install on your WordPress blog, but if you like a better looking dashboard and want to have easier and quicker access to sub-menus, then you should give it a try. Fluency Admin is now hosted in the WordPress plugins directory which means that you can use WordPress&#8217; built-in plugin installer and auto-update feature whenever a new version is released.</p><p>I&#8217;ve been using the grey-based theme for a long time so for a change, I&#8217;ve switched to the <strong>Classic/Blue scheme</strong>. I really like how the <strong>new hover menu</strong> splits multiple items into <strong>2 columns</strong>, which solves the issue when you have lots of items in the Settings page. I had that problem with the previous version where I couldn&#8217;t access some items because they were way up too high or too low and become hidden. I also like that Dean included support for minimizing the menu. I&#8217;m glad that Dean is continuing support for this plugin and I hope he doesn&#8217;t get tired of it. As far as I know, Fluency Admin is the only admin theme that&#8217;s compatible to the latest versions of WordPress.</p><p>If you want to switch from the standard menu to the minimized menu or vice versa, just click on the &#8220;Hide Menu&#8221; icon found at the left side, below the other icons. Btw, the <strong>Fluency Admin Options</strong> page lets you configure whether you want to enable or disable the Fluency style on the login page and whether you want to use a custom logo on the login page.</p><p>Check out or Download the latest version of <a
href="http://wordpress.org/extend/plugins/fluency-admin/">Fluency Admin</a> theme for WordPress.</p><p>Anyone currently using or have tried the Fluency Admin theme? What other admin themes have you tried before? Do you know of any admin themes that work with newer versions of WordPress?</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress-plugins/fluency-admin-3-2/" rel="bookmark" class="crp_title">Fluency Admin 3.2</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-25/" rel="bookmark" class="crp_title">Finally, WordPress 2.5!</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-iii/" rel="bookmark" class="crp_title">Pimp My WP Dashboard Part III</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-iv/" rel="bookmark" class="crp_title">Pimp My WP Dashboard Part IV</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-i/" rel="bookmark" class="crp_title">Pimp My WP Dashboard Part I</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/pimp-my-wp-dashboard-part-ii/" rel="bookmark" class="crp_title">Pimp My WP Dashboard Part II</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-05-12/" rel="bookmark" class="crp_title">Blog Updates 05.12</a></li><li><a
href="http://jaypeeonline.net/wordpress/is-your-blog-ready-for-wordpress-25/" rel="bookmark" class="crp_title">Is Your Blog Ready For WordPress 2.5?</a></li><li><a
href="http://jaypeeonline.net/tips-tricks/wordpress-keyboard-shortcuts/" rel="bookmark" class="crp_title">WordPress Keyboard Shortcuts</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-222-2011-security-upgrades/" rel="bookmark" class="crp_title">WordPress 2.2.2 &#038; 2.0.11 Security Upgrades</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-fluency-admin/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>WP Plugin Review: Comment Info Detector</title><link>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-comment-info-detector/</link> <comments>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-comment-info-detector/#comments</comments> <pubDate>Mon, 24 Aug 2009 22:56:21 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[comment info]]></category> <category><![CDATA[comment info detector]]></category> <category><![CDATA[ip address]]></category> <category><![CDATA[operating-system]]></category> <category><![CDATA[os]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[wp-plugin]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=5143</guid> <description><![CDATA[I&#8217;ve received some inquiries regarding the tiny icons (flag, web browser and OS) displayed beside the commentators name for each comment left here on JaypeeOnline. I promised that I&#8217;d blog about the plugin that I use for that so today I&#8217;m gonna share it with you guys. Previously, I used the Firestats plugin &#8211; a [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve received some inquiries regarding the tiny icons (flag, web browser and OS) displayed beside the commentators name for each comment left here on JaypeeOnline. I promised that I&#8217;d blog about the plugin that I use for that so today I&#8217;m gonna share it with you guys. Previously, I used the <a
href="http://jaypeeonline.net/tag/firestats/">Firestats</a> plugin &#8211; a web analytics/statistics plugin that included a feature of displaying the comment info. However I had to uninstall it early this year because it eats up a lot of the disk space and increases the size of the WordPress database.</p><p>I really like the comment info feature of Firestats and find it very useful that I searched for a plugin that specifically did that job. I wasn&#8217;t sure if such a WordPress plugin existed but I kept looking and finally found one. The <strong>Comment Info Detector</strong> plugin is created to help bloggers know where their readers or commentators come from (country of origin based on IP address), what web browser they&#8217;re using &#8211; Firefox, Safari, Google Chrome, Internet Explorer and what OS (Operating System) they have installed on their computer.</p><blockquote><p>This is a plugin for WordPress 2.6+ that can help you know where your commenters come from, which type of web browser and OS they used when they left a comment on your blog. It provides two functions that take IP and User Agent as parameters and then return HTML string contains country flag, web browser and OS icons. You can put these icons anywhere you like in each comment.</p><p>In fact, this plugin is a combination of two plugins: WordPress Browser Detection Plugin and Easy IP2Country that I have intergrated as a built-in plugin for my premium theme before, see this page for example, but now I decide to separate it as a new plugin with some enhancements and share it for everyone.</p></blockquote><p><strong>Screenshot:</strong><br
/> <img
src="http://maxcdn.jaypeeonline.net/images/comment_info_detector.png" alt="Comment Info Detector WP Plugin" /><br
/> Comment Info Detector displays commentator&#8217;s country flag, web browser and OS.</p><p><strong>Features:</strong></p><ul><li>Detects and shows commenter&#8217;s country flag, web browser and operating system</li><li>Supports many web browsers and operating systems: major desktop browsers, antiquated browsers, blogging software (for trackbacks and pingbacks), text based browsers, various PDAs and cell phones.</li><li>Uses a binary file for IP to country resolution and supports database sources from Webhosting.info &#8211; Software77.net</li><li>The returned string can be configured as a template to suite your theme</li></ul><p><strong>Comment Info Detector</strong> isn&#8217;t one of those must-have <a
href="http://jaypeeonline.net/category/wordpress-plugins/">WordPress plugins</a> but very useful if you want to know more about your readers/commentators and can be handy at times. It<br
/> can also help you come up with what to blog about especially if your blog is about technology and other tech related stuff. Like for example, if you see that most of your readers/commentators use Firefox as their web browser, you can blog about a new Firefox addon/extension or a list of useful Firefox addons/extensions, get what I mean? I&#8217;m sure there are also other ways that the Comment Info Detector plugin can be useful for you and your blog.</p><p>It&#8217;s not that hard to install, it just requires you to insert a line of code into your theme&#8217;s <strong>comment.php</strong> file. To make sure that you do it right, don&#8217;t forget to read the installation and usage instructions found at the plugin homepage.</p><p>Anyone heard, tried or are using the Comment Info Detector WordPress plugin? What do you think of this plugin? If you haven&#8217;t tried it yet, would you consider using it on your blog? Please share your thoughts.</p><p>For more information, installation and usage instructions, visit the official <a
href="http://hieudt.info/wp-plugins/comment-info-detector/">Comment Info Detector</a> WordPress plugin page. You can also download it from the <a
href="http://wordpress.org/extend/plugins/comment-info-detector/">WordPress Plugin Directory</a>.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/blog/blog-updates-05-12/" rel="bookmark" class="crp_title">Blog Updates 05.12</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-08-09/" rel="bookmark" class="crp_title">Blog Updates 08.09</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-04-11/" rel="bookmark" class="crp_title">Blog Updates 04.11</a></li><li><a
href="http://jaypeeonline.net/blog/blog-update-0309/" rel="bookmark" class="crp_title">Blog Updates 03.09</a></li><li><a
href="http://jaypeeonline.net/firefox/mozilla-plugin-check/" rel="bookmark" class="crp_title">Mozilla Plugin Check For Everyone</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-plugin-maker/" rel="bookmark" class="crp_title">WordPress Plugin Maker</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wmd-editor/" rel="bookmark" class="crp_title">WP Plugin Review: WMD Editor</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-better-comments-manager/" rel="bookmark" class="crp_title">WP Plugin Review: Better Comments Manager</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-cystats/" rel="bookmark" class="crp_title">WP Plugin Review: Cystats</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/simple-social-icons-wordpress-plugin/" rel="bookmark" class="crp_title">Simple Social Icons WordPress Plugin</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-comment-info-detector/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 8/20 queries in 0.303 seconds using disk
Object Caching 1494/1536 objects using disk
Content Delivery Network via maxcdn.jaypeeonline.net

Served from: jaypeeonline.net @ 2012-05-27 15:18:00 -->
