<?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>Group 3 Solutions &#187; Technical</title>
	<atom:link href="http://www.group3solutions.com/blog/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.group3solutions.com/blog</link>
	<description>Kanas City Digital Marketing and Search Optimization</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:24:49 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla Plugins: Embedding Video, Part 1</title>
		<link>http://www.group3solutions.com/blog/joomla-plugins-embedding-video/</link>
		<comments>http://www.group3solutions.com/blog/joomla-plugins-embedding-video/#comments</comments>
		<pubDate>Mon, 10 May 2010 21:59:06 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=28742</guid>
		<description><![CDATA[Continuing our series on Joomla plugins, this week we tackle the surprisingly complicated task of embedding video into Joomla articles. What makes embedding videos in Joomla so troublesome (especially for those accustomed to working in blogging software like WordPress) is that Joomla's content editor strips out any embedding tags (like OBJECT, EMBED, and even SCRIPT tags).]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-9147" title="Joomla Logo" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/11/joomla_logo_by_wikipedia_joomla_2_2798f5729e4aefe212206d7ee6684454_490x350-100x71.png" alt="" width="100" height="71" /><a href="http://www.joomla.org/" target="_blank">Joomla</a> is one of the world’s most popular and widely deployed <a href="http://en.wikipedia.org/wiki/Web_content_management_system" target="_blank">content management systems</a>. Continuing our series on <a title="Joomla Plugins Posts" href="http://www.group3solutions.com/blog/tag/joomla/" target="_blank">Joomla plugins</a>, we next tackle the surprisingly complicated task of embedding video into Joomla articles. What makes embedding videos in Joomla so troublesome (especially for those accustomed to working in blogging software like WordPress) is that Joomla&#8217;s content editor strips out any embedding tags (like <a href="http://www.w3schools.com/tags/tag_object.asp" target="_blank">OBJECT</a>, <a href="http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html" target="_blank">EMBED</a>, and even <a href="http://www.w3schools.com/tags/tag_script.asp" target="_blank">SCRIPT</a> tags). And since YouTube&#8217;s method of embedding video relies on OBECT/EMBED tags, you can see the problem: No videos in Joomla articles.</p>
<p>Example embedding code from YouTube:</p>
<blockquote style="overflow: auto;">
<pre>&lt;object width="640" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/KLGClOOL62Q&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/KLGClOOL62Q&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;</pre>
</blockquote>
<p>There is always the option of adding a custom code module below your actual Joomla article using the <a href="http://docs.joomla.org/Help16:Extensions_Module_Manager" target="_blank">Module Manager</a>, but this is a complete hack that normal content authors will find too cumbersome to remember, much less execute. What&#8217;s needed is a simple method that doesn&#8217;t require much effort on the part of the user. Fortunately, there are a number of <a href="http://extensions.joomla.org/" target="_blank">plugins</a> to help out! We&#8217;ll be covering two of them: <a href="http://extensions.joomla.org/extensions/external-contents/multimedia-channels/video-channels/3246" target="_blank">EasierTube</a> by <a href="http://extensions.joomla.org/extensions/owner/eversonl" target="_blank">Lee Everson</a> here, and <a href="http://extensions.joomla.org/extensions/multimedia/video-players-a-gallery/812?qh=YTo1OntpOjA7czozOiJhbGwiO2k6MTtzOjQ6ImFsbGUiO2k6MjtzOjU6ImFsbGVzIjtpOjM7czo2OiJ2aWRlb3MiO2k6NDtzOjEwOiJhbGwgdmlkZW9zIjt9" target="_blank">AllVideos</a> from <a href="http://www.joomlaworks.gr/" target="_blank">JoomlaWorks</a> in a follow-up article. Both are Open Source and non-commercial.</p>
<h2><a href="http://extensions.joomla.org/extensions/external-contents/multimedia-channels/video-channels/3246" target="_blank">EasierTube</a></h2>
<p><img class="alignright size-full wp-image-28746" title="EasierTube Settings" src="http://www.group3solutions.com/blog/wp-content/uploads/2010/05/photo_easiertube.jpg" alt="EasierTube Settings" width="250" height="225" />Let&#8217;s start off with the easiest, most simple to use video embedding method there is&#8230; <a href="http://extensions.joomla.org/extensions/external-contents/multimedia-channels/video-channels/3246" target="_blank">EasierTube</a>, available as a <a href="http://joomlacode.org/gf/project/easiertube/frs/?action=FrsReleaseView&amp;release_id=7114" target="_blank">stable 4.4</a> version for legacy Joomla 1.0, or as a <a href="http://joomlacode.org/gf/project/easiertube/frs/?action=FrsReleaseView&amp;release_id=10978" target="_blank">beta 5.5</a> version for Joomla 1.5 version installations. Just paste the URL of your video into an article and EasierTube converts it to the needed code so that viewers see your video instead of the link. To do this, EasierTube scans articles and converts any YouTube (or Google, UStream, Revver, mpora, mybreak and Myspace) video links it finds into the correct OBJECT/EMBED tags to display the video, but it doesn&#8217;t alter the <a href="http://docs.joomla.org/Help16:Content_Article_Manager" target="_blank">Article Manager</a> version of the article &#8230; just what the end user sees in their browser.</p>
<p>Example YouTube URL:</p>
<blockquote>
<pre>http://www.youtube.com/watch?v=KLGClOOL62Q</pre>
</blockquote>
<p><strong>Settings: </strong>It defaults to a small width, so you&#8217;ll want to make sure to edit the default video sizes in the Plugins Manager (just find it in the list, click its name, and edit its settings). EasierTube provides two dimension settings: home page content and interior content. This accommodates folks who may have a narrow blog format on their home page, but a wider format when the complete article is viewed. There are a ton of settings, allowing you to loop, autoplay, provide full-screen viewing, and specify border settings. You can disable related videos, annotations, video info, stats, and even the title. You can turn off support for each of the individual formats it supports (YouTube, Google, etc.).</p>
<p><strong>Possible Problems:</strong> This approach is drop-dead simple. All your content authors need is the URL to the video, not all the OBJECT/EMBED code. EasierTube takes any video URL it understands and takes care of the rest. Of course the devil&#8217;s in the details. It converts ANY video URL it understands, no matter where it finds it in the article (or the HTML code in the article). If you simply want to post a text or button link to your video, forget about it. EasierTube will commandeer the link, turn it into a video display, and cut off the rest of the paragraph. Not at all desirable. So, as long as your content authors don&#8217;t provide text links to videos, you&#8217;ll be fine. But be warned. =)</p>
<p><strong>Installation: </strong>Like other Joomla extensions, just download the ZIP of the plugin and use your site&#8217;s <a href="http://docs.joomla.org/How_do_you_install_an_extension%3F" target="_blank">Extension Installer</a>. You&#8217;ll get a brief confirmation message, and once it&#8217;s installed you&#8217;ll need to remember to actually enable the plugin inside your site&#8217;s <a href="http://docs.joomla.org/Help16:Extensions_Plugin_Manager" target="_blank">Plugin Manager</a>.</p>
<p>Check back soon for our follow-up article on the <a href="http://extensions.joomla.org/extensions/multimedia/video-players-a-gallery/812?qh=YTo1OntpOjA7czozOiJhbGwiO2k6MTtzOjQ6ImFsbGUiO2k6MjtzOjU6ImFsbGVzIjtpOjM7czo2OiJ2aWRlb3MiO2k6NDtzOjEwOiJhbGwgdmlkZW9zIjt9" target="_blank">AllVideos</a> plugin from <a href="http://www.joomlaworks.gr/" target="_blank">JoomlaWorks</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/joomla-plugins-embedding-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla Plugin: Tabs &amp; Slides</title>
		<link>http://www.group3solutions.com/blog/joomla-plugin-tabs-slides/</link>
		<comments>http://www.group3solutions.com/blog/joomla-plugin-tabs-slides/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:09:28 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=8372</guid>
		<description><![CDATA[A stock Joomla 1.5 install has no built-in facility to display page content in tabs or slides, and so developers must either cobble something together from scratch or use a third party plugin. And that's what takes us to our first plugin of the series... Joomla Tabs and Slides (in content items).]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-9147" title="Joomla Logo" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/11/joomla_logo_by_wikipedia_joomla_2_2798f5729e4aefe212206d7ee6684454_490x350-100x71.png" alt="Joomla Logo" width="100" height="71" /><a href="http://www.joomla.org/" target="_blank">Joomla</a> is one of the world&#8217;s most popular and widely deployed <a href="http://en.wikipedia.org/wiki/Web_content_management_system" target="_blank">content management systems</a>&#8230; and for good reason. Its <a href="http://en.wikipedia.org/wiki/Open_source" target="_blank">open source distribution model</a> and <a href="http://community.joomla.org/" target="_blank">large developer community</a> ensure that new and innovative features and add-ons keep coming. With so many useful <a href="http://extensions.joomla.org/" target="_blank">plugins</a> available, we thought we&#8217;d start a new series detailing some of our favorite.</p>
<p><img class="size-full wp-image-9141 alignright" title="Example of Tabs" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/11/tabs.jpg" alt="Example of Tabs" width="250" height="161" />But first, a little background&#8230; Web designers are always looking for new and better methods to present content in more efficient and user-friendly ways, and two of the best practices borrowed from desktop applications are &#8220;tabs&#8221; and &#8220;slides.&#8221; <a href="http://en.wikipedia.org/wiki/Tab_(GUI)" target="_blank">Tabs</a> allow for multiple content items to be displayed in the same document window, while slides allow portions of the page to expand/collapse on demand. Both provide the designer with a method of allowing the user to quickly get to additional (i.e. supplemental) information without requiring a page load. This idea is pretty common in <a href="http://www.milbankpowergen.com/models/7kw-10kw" target="_blank">sites</a> where there is an initial product description above a series of tabs for technical data, comparison charts, related items, etc.; clicking one of the tabs changes the content below the tab set while keeping the product description above. With the advent of freely available JavaScript frameworks like <a href="http://jquery.com/" target="_blank">jQuery</a> and <a href="http://www.mootools.net/" target="_blank">MooTools</a>, the bad old days of programatically cumbersome and SEO-belligerent tabs and slides are gone, replaced with elegant <a href="http://en.wikipedia.org/wiki/Document_object_model" target="_blank">DOM</a>- and <a href="http://en.wikipedia.org/wiki/Css" target="_blank">CSS</a>-based solutions.</p>
<p><img class="alignright size-full wp-image-9148" title="Joomla Plugin Manager" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/11/joomla_plugin_manager.jpg" alt="Joomla Plugin Manager" width="250" height="154" />A stock Joomla 1.5 install has no built-in facility to display page content in tabs or slides, and so developers must either cobble something together from scratch or use a third party plugin. And that&#8217;s what takes us to our first plugin of the series&#8230; <a href="http://extensions.joomla.org/extensions/style-a-design/tabs-a-slides/1046" target="_blank">Joomla Tabs and Slides (in content items)</a>. Like most plugins, Joomla Tabs and Slides provides a non-invasive method of adding its functionality without the developer having to add any code to his or her templates or touch the core Joomla code at all. As with most well-written plugins, simply install the <a href="http://extensions.joomla.org/extensions/style-a-design/tabs-a-slides/1046" target="_blank">Joomla Tabs and Slides</a> ZIP archive in the Joomla Control Panel (Extensions &gt; Install/Uninstall) and then make sure it&#8217;s activated in the Plugin Manager (Extensions &gt; Plugin Manager). At this point, you need only add some simple inline tags to your articles, so let&#8217;s talk about those.</p>
<p><img style="border: 0px initial initial;" title="Joomla Tabs and Slides Code" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/11/tabs_and_slides_code.gif" alt="Joomla Tabs and Slides Code" width="503" height="283" /></p>
<p>When Joomla renders your site&#8217;s content, it passes through the filters of a number of plugins, each getting the opportunity to do something to the content. Joomla Tabs and Slides simply takes its turn at your content, looks for its special &#8220;tab&#8221; tags (see example above), and outputs the CSS and JavaScript necessary to turn them into tabs. To begin a tab set, simply add a new paragraph in the Joomla article editor and type &#8220;{tab=xxxx}&#8221; replacing xxxx with the name of your tab (don&#8217;t type the quotes; spaces and special characters are allowed). As you can see, the tab tags begin and end with braces. Then type the content of your tab. It can be just about any properly formatted content (tables, paragraphs, images, etc.). When you&#8217;re ready to close your tab and begin the next one (assuming there is more than one), simply create a new paragraph and type &#8220;{tab=xxxx}&#8221; again, replacing xxxx with the name of your next tab (no quotes). Continue this until you have finished the content of your final tab. Then, create a new paragraph and type &#8221;{/tabs}&#8221; (no quotes). This tells the plugin to close up the tab set. In the example above you can see how this looks in the WYSIWYG and source editors, as well as final page render. <em>Note: In the source editor, it&#8217;s possible to use wrapper tags other than paragraphs (e.g. h1, h2, h3) but paragraphs seem to be the easiest for content authors to manage.</em></p>
<p>Hopefully this paints a clear picture of what the plugin can do and how to do it. You can see it in action at <a href="http://www.milbankpowergen.com/models/12kw-20kw" target="_blank">one of our sites</a> and also at the <a href="http://extensions.joomla.org/extensions/style-a-design/tabs-a-slides/1046" target="_blank">Joomla Tabs and Slides</a> plugin page itself. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/joomla-plugin-tabs-slides/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: WordPress.com Stats</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-wordpress-com-stats/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-wordpress-com-stats/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:29:00 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Traffic Reporting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1120</guid>
		<description><![CDATA[If you're already using Google Analytics for WordPress (see our post on Google Analytics for WordPress) then you already have a ton of information about your blog's traffic. So much information, in fact, that it may be hard to get a bird's eye view. That's where WordPress Stats comes in.]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress.com Stats</a></h3>
<p><a href="http://wordpress.org/extend/plugins/stats/" target="_blank"></a><img class="alignright size-medium wp-image-946" title="WordPress Stats" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/plugin-stats-250x256.jpg" alt="WordPress Stats" width="250" height="256" />If you&#8217;re already using Google Analytics for WordPress (see our <a href="/blog/wordpress-plugin-google-analytics-for-wordpress">post on Google Analytics for WordPress</a>) then you already have a ton of information about your blog&#8217;s traffic. So much information, in fact, that it may be hard to get a bird&#8217;s eye view. That&#8217;s where WordPress Stats comes in. Simply give it your WordPress.com API Key (see <a href="/blog/wordpress-plugin-akismet">our post on Akismet</a> for detail on this) and in return you&#8217;ll get a dashboard item telling you the quick and dirty version of what&#8217;s happening on your site, with a wealth of additional information just clicks away. And don&#8217;t worry about server load: WordPress Stats is a hosted analytics solution just like Google Analytics. Great stuff.</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress Stats</a> plugin home page for more information or to download it yourself.</p>
<h3>Other Great Plugins to Explore</h3>
<p>There are lots of great plugins that we&#8217;ll be talking about in the coming weeks (<a href="http://dichev.com/blog/webdesign/feedburner-widget-wordpress-plugin/" target="_blank">FeedBurner Widget</a>, <a href="http://www.jayson.in/projects/wordpress-plugins/flickr-feed-gallery" target="_blank">Flickr Feed Gallery</a> and <a href="http://alexrabe.boelinger.com/?page_id=80" target="_blank">NextGEN Gallery</a> for example). Which ones would you recommend? Post below in the comments or <a href="mailto:info@group3solutions.com">drop us an email</a> and let us know which ones you find most useful. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-wordpress-com-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Flexi Pages</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-flexi-pages/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-flexi-pages/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:00:21 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1115</guid>
		<description><![CDATA[The built-in Pages widget does a good job of listing, well, pages, but its options are limited. Which brings us to Flexi Pages, a highly configurable WordPress sidebar widget to list pages and sub-pages. Can be used as an alternative to the default 'Pages' widget. It even has a special option to include a Home link, which can come in handy if the title of your home page is something other than Home.]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/flexi-pages-widget/" target="_blank">Flexi Pages</a></h3>
<p><img class="alignright size-medium wp-image-944" title="Flexi-Pages" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/plugin-flexi-pages-250x259.jpg" alt="Flexi-Pages" width="250" height="259" />WordPress has come a long way since its humble beginnings, and these days it&#8217;s more and more common to see it being used not only as a blog but also as a <a href="http://en.wikipedia.org/wiki/Content_management_system" target="_blank">content management system</a>. The built-in Pages widget does a good job of listing, well, pages, but its options are limited. Which brings us to Flexi Pages, a highly configurable WordPress sidebar widget to list pages and sub-pages. Can be used as an alternative to the default &#8216;Pages&#8217; widget. It even has a special option to include a Home link, which can come in handy if the title of your home page is something other than Home. =) You can specify the sorting order, pages to exclude/include, and even specify if subpages are displayed. Very handy, and great tool to have if you&#8217;re doing more than just blogging.</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/flexi-pages-widget/" target="_blank">Flexi Pages</a> plugin home page for more information or to download it yourself. As usual, don&#8217;t forget to donate to the author!</p>
<p>Next time we’ll cover <a href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress Stats</a>, a great tool to get a quick and dirty overview of your blog&#8217;s traffic without having to leave WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-flexi-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Advanced Category Excluder</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-advanced-category-excluder/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-advanced-category-excluder/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 15:00:24 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1112</guid>
		<description><![CDATA[Advanced Category Excluder doesn't just let you omit categories from the category list. It lets you omit categories from just about every form of item there is. You can even specify categories to be omitted from your RSS feeds. It's glorious!]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/advanced-category-excluder/" target="_blank">Advanced Category Excluder</a></h3>
<p><img class="alignright size-medium wp-image-942" title="Advanced Category Excluder" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/plugin-ace-249x117.jpg" alt="Advanced Category Excluder" width="249" height="117" />A lot of blog themes use a post&#8217;s category to handle pages differently. You might have a category, for example, just for items that you want to show upon the home page. Your theme&#8217;s homepage PHP code would sniff out only those posts with the Home category and then display those, and only those, on the homepage. In a case like this, though, you don&#8217;t want Home showing up in a normal sidebar category list. What to do? If you&#8217;re a coder, or just a savvy WordPress user, you might use replacement Category widget provided by Widgets Reloaded (see <a href="/blog/wordpress-plugin-widgets-reloaded">our post on Widgets Reloaded)</a> to exclude the Home category&#8217;s ID. But for non-coders who don&#8217;t even know how to determine a category&#8217;s ID, there&#8217;s Advanced Category Excluder. Whew!</p>
<p>But Advanced Category Excluder doesn&#8217;t just let you omit categories from the category list. It lets you omit categories from just about every form of item there is. You can even specify categories to be omitted from your RSS feeds. It&#8217;s glorious!</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/advanced-category-excluder/" target="_blank">Advanced Category Excluder</a> plugin home page for more information or to download it yourself. As usual, don&#8217;t forget to donate to the author!</p>
<p>Next time we’ll cover <a href="http://wordpress.org/extend/plugins/flexi-pages-widget/" target="_blank">Flexi Pages</a>, a great tool to help keep hidden categories from showing up in unwanted places.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-advanced-category-excluder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Widgets Reloaded</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-widgets-reloaded/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-widgets-reloaded/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:00:00 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1110</guid>
		<description><![CDATA[The built-in WordPress widgets are great, but were designed for simplicity and ease of use. If you want true control over the output of your widgets (like to exclude certain items, change the order, or display the results of a custom query) you need something more sophisticated, and that brings us to Widgets Reloaded...]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/widgets-reloaded/" target="_blank">Widgets Reloaded</a></h3>
<p><img class="alignright size-medium wp-image-939" title="Widgets Reloaded Plugin" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/plugin-widgets-reloaded-250x129.jpg" alt="Widgets Reloaded Plugin" width="250" height="129" />The built-in WordPress widgets are great, but were designed for simplicity and ease of use. If you want true control over the output of your widgets (like to exclude certain items, change the order, or display the results of a custom query) you need something more sophisticated. And that brings us to Widgets Reloaded, the wonderful little plugin that replaces the existing Archives, Bookmarks, Calendar, Categories, Pages, Search, and Tags widgets and also adds a new one called Authors. Each of these allow you to specify a wide range of parameters as if you were calling the individual functions directly from <a href="http://codex.wordpress.org/Theme_Development" target="_blank">your template&#8217;s PHP code</a>. The result is flexibility and control like never before. Non-coders beware. =)</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/widgets-reloaded/" target="_blank">Widgets Reloaded</a> plugin home page for more information or to download it yourself. As usual, don&#8217;t forget to donate to the author!</p>
<p>Next time we’ll cover <a href="http://wordpress.org/extend/plugins/advanced-category-excluder/" target="_blank">Advanced Category Excluder</a>, a great tool to help keep hidden categories from showing up in unwanted places.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-widgets-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Wordbook</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-wordbook/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-wordbook/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:00:34 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1108</guid>
		<description><![CDATA[It's handy to be able to post it to your blog and not have to turn around and then also post it to Facebook. That's where Wordbook comes in. It's a great little plugin that takes each blog post and submits it automatically to your Facebook feed (photos and all).]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/wordbook/" target="_blank">Wordbook</a></h3>
<p><img class="alignright size-medium wp-image-937" title="Wordbook Plugin" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/plugin-wordbook-250x243.jpg" alt="Wordbook Plugin" width="250" height="243" />Having a presence on <a href="http://en.wikipedia.org/wiki/Social_networking" target="_blank">social networking sites</a> like <a href="http://www.facebook.com" target="_blank">Facebook</a> is almost as important as having a website at all (even more so in some cases). So when it comes to getting your message out, it&#8217;s handy to be able to post it to your blog and not have to turn around and then also post it to Facebook. That&#8217;s where Wordbook comes in. It&#8217;s a great little plugin that takes each blog post and submits it automatically to your Facebook feed (photos and all) without having to install a special application at Facebook. Once activated the plugin will ask you to visit Facebook and generate a &#8220;one-time code,&#8221; which is similar to an API Key like we&#8217;ve discussed in previous posts. The Wordbook settings screen provides a link to Facebook that will generate this code, so it&#8217;s all very easy to do. Just click the link, login to Facebook, follow the directions and it will spit out your code. Then take that (copy and paste will do nicely) and give it to the Wordbook settings screen and voila!</p>
<p>One caveat, though: If you go back and edit a blog post after it has been published, Wordbook will immediately repost it back to your Facebook feed as if it&#8217;s new. Avoid this by temporarily deactivating the plugin just before you make the edit and then reactivate it after the edit is published.</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/wordbook/" target="_blank">Wordbook</a> plugin home page for more information or to download it yourself. As usual, don&#8217;t forget to donate to the author!</p>
<p>Next time we’ll cover <a href="http://wordpress.org/extend/plugins/widgets-reloaded/" target="_blank">Widgets Reloaded</a>, a great replacement for some of WordPress&#8217;s stock widgets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-wordbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Twitter Widget Pro</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-twitter-widget-pro/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-twitter-widget-pro/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:00:56 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1103</guid>
		<description><![CDATA[Surely there must be a way to integrate your Twitter feed with your WordPress blog, right? Right! Meet Twitter Widget Pro. This little gem adds a widget item to your blog that you can then effortlessly add to the sidebar of any widget-enabled theme.]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/twitter-widget-pro/" target="_blank">Twitter Widget Pro</a></h3>
<p><img class="alignright size-medium wp-image-907" title="Twitter Widget Pro" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/plugin-twitter-widget-pro-250x285.jpg" alt="Twitter Widget Pro" width="250" height="285" />More and more companies are using microblogging services like Twitter to keep in touch with their target audiences. So surely there must be a way to integrate your <a href="http://twitter.com/" target="_blank">Twitter feed</a> with your WordPress blog, right? Right! Meet Twitter Widget Pro. This little gem adds a <a href="http://widgets.wordpress.com/" target="_blank">widget item</a> to your blog that you can then effortlessly add to the sidebar of any widget-enabled theme. Just add the widget to a sidebar (Appearance &gt; Widgets) tell the widget the name of your Twitter account (no password required), set a few options and you&#8217;re golden. The widget is even smart enough to know if Twitter is unavailable and can display a message instead of just sitting there trying to load forever. And with heavily burdened Web 2.0 sites like <a href="http://www.wired.com/epicenter/2009/08/twitter-apparently-down/" target="_blank">Twitter occasionally having outages</a>, you really have to love some good old-fashioned fault tolerance. As a bonus, the widget&#8217;s HTML output is heavily laden with <a href="http://en.wikipedia.org/wiki/CSS_selector#Syntax" target="_blank">CSS selectors</a> so your web guys can style it however you need (if necessary).</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/twitter-widget-pro/" target="_blank">Twitter Widget Pro</a> plugin home page for more information or to download it yourself. As usual, don&#8217;t forget to donate to the author!</p>
<p>Next time we’ll cover <a href="http://wordpress.org/extend/plugins/wordbook/" target="_blank">Wordbook</a>, a great tool to help add your blog posts to your Facebook stream.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-twitter-widget-pro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Google XML Sitemaps</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-google-xml-sitemaps/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-google-xml-sitemaps/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:00:16 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sitemap Protocol]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Yahoo Application ID]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1099</guid>
		<description><![CDATA[Maintaining this manual Google XML sitemap file for a blog would be a very tedious task to do manually, as the format is quite strict. What's a blogger to do? Surely not update the sitemap XML file by hand after each post? Enter the Google XML Sitemaps plugin.]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a></h3>
<p><img class="alignright size-medium wp-image-905" title="Google Sitemap Generator" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/plugin-google-sitemap-generator-185x300.jpg" alt="Google Sitemap Generator" width="185" height="300" />Search engines do a great job of finding web-based content on their own. But sometimes they need help, and in recent years they adopted a standardized format that site owners can use to submit sitemaps (lists of pages on a site). The format is called the <a href="http://www.sitemaps.org/protocol.php" target="_blank">Sitemap protocol</a> and it basically involves putting an XML file listing a site&#8217;s indexable content somewhere on the site where search engines can download and process it. Maintaining this XML file can be a very tedious task to do manually, as the format is quite strict. What&#8217;s a blogger to do? Surely not update the sitemap XML file by hand after each post? Enter the Google XML Sitemaps plugin.</p>
<p>This little wonder updates your blog&#8217;s sitemap file each and every time you publish a new post (unless you wish to update it manually). It not only updates the sitemap file, it also gives Google, Bing, Yahoo and Ask a big heads-up that there&#8217;s something new to come see. You can tell it to exclude certain categories, tags, or posts from the sitemap and set up simple rules for <a href="http://www.sitemaps.org/protocol.php#xmlTagDefinitions" target="_blank">priority and update frequency</a>. Note: For Yahoo automatic notification, a <a href="http://developer.yahoo.com/faq/#appid" target="_blank">Yahoo Application ID</a> (similar to a WordPress API Key, discussed in our <a href="/blog/wordpress-plugin-akismet/" target="_blank">prior discussion of Akismet</a>) is required (<a href="http://www.arnebrachhold.de/redir/sitemap-ykr/" target="_blank">sign up for one here</a>).</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google Sitemap Generator</a> plugin home page for more information or to download it yourself. As usual, don&#8217;t forget to donate to the author!</p>
<p>Next time we’ll cover <a href="http://wordpress.org/extend/plugins/twitter-widget-pro/" target="_blank">Twitter Widget Pro</a>, a great tool to display your Twitter feed in your blog&#8217;s sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-google-xml-sitemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Google Analytics for WordPress</title>
		<link>http://www.group3solutions.com/blog/wordpress-plugin-google-analytics-for-wordpress/</link>
		<comments>http://www.group3solutions.com/blog/wordpress-plugin-google-analytics-for-wordpress/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:00:04 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Traffic Reporting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.group3solutions.com/blog/?p=1094</guid>
		<description><![CDATA[Google Analytics is an incredibly powerful tool for web analytics and conversion tracking. But to work, a snippet of JavaScript code (provided by Google in your Analytics account) has to be added to each page you want tracked. For non-coders this means modifying template's footer PHP code, which can be a little daunting. The simpler, better way is to let WordPress do the heavy lifting for you, which is where this plugin comes in.]]></description>
			<content:encoded><![CDATA[<p>Continuing our series on helpful <a href="http://wordpress.org/" target="_blank">WordPress</a> <a href="http://wordpress.org/extend/plugins/" target="_blank">plugins</a> we use and recommend for our clients&#8230;</p>
<h3><a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" target="_blank">Google Analytics for WordPress</a></h3>
<p><img class="alignright size-medium wp-image-896" title="Google Analytics for WordPress" src="http://www.group3solutions.com/blog/wp-content/uploads/2009/09/google-analytics-for-wp-249x152.jpg" alt="Google Analytics for WordPress" width="199" height="122" /><a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> is an incredibly powerful tool for web analytics and conversion tracking. But to work, a snippet of <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingOverview.html" target="_blank">JavaScript code</a> (provided by Google in your Analytics account) has to be added to each page you want tracked. For non-coders this means modifying template&#8217;s footer PHP code, which can be a little daunting. The simpler, better way is to let WordPress do the heavy lifting for you, which is where this plugin comes in. Simply feed it your Analytics account code and you&#8217;re off to the races. For more advanced users, the plugin&#8217;s settings screen also features the ability to track outbound clicks, and can even be configured to place the JavaScript in the header, <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=55574" target="_blank">if needed</a>. Great stuff, and very easy to use.</p>
<p>Check out the <a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" target="_blank">Google Analytics for WordPress</a> plugin home page for more information or to download it yourself. As usual, don&#8217;t forget to donate to the author!</p>
<p>Next time we’ll cover <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a>, a great tool to help search engines (not just Google) find your blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.group3solutions.com/blog/wordpress-plugin-google-analytics-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
