<?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>Penguin Initiatives</title>
	<atom:link href="http://penguininitiatives.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://penguininitiatives.com</link>
	<description>Inbound Marketing &#38; Web Development Blog</description>
	<lastBuildDate>Thu, 09 May 2013 04:08:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>18 Ways to Make WordPress Fast As All Hell</title>
		<link>http://penguininitiatives.com/18-ways-to-make-wordpress-fast-as-all-hell/</link>
		<comments>http://penguininitiatives.com/18-ways-to-make-wordpress-fast-as-all-hell/#comments</comments>
		<pubDate>Wed, 08 May 2013 06:50:36 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[load time]]></category>
		<category><![CDATA[server optimization]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=1336</guid>
		<description><![CDATA[<p>This blog loads faster than 97% of all websites tested by Pingdom&#8217;s Website Speed Test as you can see in the report above. It wasn&#8217;t just naturally this fast, it took some effort. To save you time and help you speed up your WordPress site, I&#8217;ve...</p><p>The post <a href="http://penguininitiatives.com/18-ways-to-make-wordpress-fast-as-all-hell/">18 Ways to Make WordPress Fast As All Hell</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This blog loads faster than 97% of all websites tested by <a title="Pingdom's Website Speed Test" href="http://tools.pingdom.com/fpt/" target="_blank">Pingdom&#8217;s Website Speed Test</a> as you can see in the report above. It wasn&#8217;t just naturally this fast, it took some effort. To save you time and help you speed up your WordPress site, I&#8217;ve outlined 18 specific ways you can do this on any WordPress driven web site. Some of these items will not be options if your web host doesn&#8217;t accommodate them, but most of them will be relevant regardless of your web host.</p>
<div class="colored-counter-list">
<ul>
<h2>Best Practices for Load Time Optimization</h2>
<li>Remove Unused Stylesheets &amp; Scripts<span id="list-sub">If you&#8217;re not using it, remove it.</span></li>
<li>Remove Unused Images Referenced via Stylesheets<span id="list-sub">Don&#8217;t reference what you don&#8217;t use.</span></li>
<li>Disable Unused Plugins<span id="list-sub">Make sure you&#8217;re only running plugins you actually use or they&#8217;ll clog up your site for no good reason.</span></li>
<li>Ensure Elements Load Only When In Use<span id="list-sub">For example, don&#8217;t load a script in your header file throughout your site if it only needs to be called on one page.</span></li>
<li>Use JPG&#8217;s Instead of PNG&#8217;s when Appropriate<span id="list-sub">JPG&#8217;s have smaller file sizes, if you don&#8217;t need the image to be transparent, then you don&#8217;t need it to be a PNG.</span></li>
<li>Don&#8217;t Rely on Slow Third Parties<span id="list-sub">Twitter is notorious for downtime and slow connections, cache their data, don&#8217;t depend on it being available all the time or it will destroy your site&#8217;s load time.</span></li>
<li>Localize External Files Whenever Possible<span id="list-sub">Don&#8217;t make external requests when you don&#8217;t have to; the more you make, the more servers you have to trust to not slow your web site down.</span></li>
<li>Load All Stylesheets in the Head Before scripts where possible<span id="list-sub">JavaScript generally takes longer to load than stylesheets, you don&#8217;t want your JavaScript to delay the loading of your styles.</span></li>
<h2>WordPress Plugins for Load Time Optimization</h2>
<li>Use <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a><span id="list-sub">While this may be less popular than <a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a>, I have found it to reduce load time more effectively. You&#8217;ll just have to deal with a less user-friendly interface to take advantage of it.</li>
<li>Use <a href="http://wordpress.org/extend/plugins/bwp-minify/" target="_blank">Better WP Minify</a><span id="list-sub">Sometimes it&#8217;s better not to minify your files, so test the load time with Pingdom&#8217;s Website speed test before and after enabling it, to determine whether or not it makes sense for your site. This is particularly true if you have a lot of CSS files being loaded, as one big group they can take a lot longer to load than they would separately.</span></li>
<li>Use <a href="http://wordpress.org/extend/plugins/wp-smushit/" target="_blank">WP Smush.it</a><span id="list-sub">Ideally you&#8217;ll be able to just bulk &#8220;smush&#8221; all your images. Yahoo&#8217;s Smush.it service tends to be a bit unreliable however. If it&#8217;s not working at the time, you can always run a <a href="http://gtmetrix.com/" target="_blank">GTmetrix</a> report on your site and manually download the compressed version of the images it reports as not being optimized.</span></li>
<h2>Third-Party Services for Load Time Optimization</h2>
<li>Use a Content Delivery Network (I recommend <a href="http://tracking.maxcdn.com/c/56293/3968/378" target="_blank">MaxCDN</a><img style="border: 0px; padding: 0px;" height="1" width="1" src="http://tracking.maxcdn.com/i/56293/3968/378" />)<span id="list-sub">If you don&#8217;t know what a CDN is, <a href="http://en.wikipedia.org/wiki/Content_delivery_network" target="_blank">read this</a>.</span></li>
<li>Use CSS Sprites (create them with <a title="SpriteMe" href="http://spriteme.org/" target="_blank">SpriteMe</a>)<span id="list-sub">This gem makes it super easy to create &amp; implement CSS sprites for your site.</span></li>
<h2>.htaccess Tweaks for Load Time Optimization</h2>
<li>Enable mod_deflate<span id="list-sub">After enabling mod_deflate on your server, add the following directives to your .htaccess file:</span></li>
<pre class="brush: plain; title: ; notranslate">
# MOD_DEFLATE #
 &lt;IfModule mod_deflate.c&gt;
 #The following line is enough for .js and .css
 AddOutputFilter DEFLATE js css
 #The following line also enables compression by file content type, for the following list of Content-Type:s
 AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml
 #The following lines are to avoid bugs with some browsers
 BrowserMatch ^Mozilla/4 gzip-only-text/html
 BrowserMatch ^Mozilla/4\.0[678] no-gzip
 BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
 &lt;/IfModule&gt;
# MOD_DEFLATE #
 </pre>
<li>Enable mod_headers<span id="list-sub">After enabling mod_headers on your server, specify a vary: accept-encoding header by adding the following directives to your .htaccess file:</span></li>
<pre class="brush: plain; title: ; notranslate"># MOD_HEADERS #
 &lt;IfModule mod_headers.c&gt;
 &lt;FilesMatch &quot;\.(js|css|xml|gz)$&quot;&gt;
 Header append Vary: Accept-Encoding
 &lt;/FilesMatch&gt;
 &lt;/IfModule&gt;
# MOD_HEADERS #</pre>
<li>Set Cache Expiration<span id="list-sub">Add the following directives to your .htaccess file (with whatever expiration you feel is most appropriate for your site of course):</span></li>
<pre class="brush: plain; title: ; notranslate"># CACHE EXPIRATION #
 ExpiresActive On
 ExpiresByType image/jpg &quot;access plus 1 month&quot;
 ExpiresByType image/jpeg &quot;access plus 1 month&quot;
 ExpiresByType image/gif &quot;access plus 1 month&quot;
 ExpiresByType image/png &quot;access plus 1 month&quot;
 ExpiresByType image/ico &quot;access plus 1 month&quot;
 ExpiresByType text/css &quot;access plus 1 month&quot;
 ExpiresByType application/javascript &quot;access plus 1 month&quot;
 ExpiresByType application/pdf &quot;access plus 1 month&quot;
 ExpiresDefault &quot;access plus 1 week&quot;
# CACHE EXPIRATION #</pre>
<h2>WordPress Functions for Load Time Optimization</h2>
<li>Load JavaScript from Your Template&#8217;s Footer<span id="list-sub">You can install the <a href="http://wordpress.org/extend/plugins/footer-javascript/" target="_blank">JavaScript to Footer</a> WordPress Plugin&#8230;or just add it&#8217;s PHP code to your functions.php file:</span></li>
<pre class="brush: php; title: ; notranslate">/*
 Plugin Name: JavaScript to Footer
 Plugin URI: <a href="http://www.prelovac.com/vladimir/wordpress-plugins/footer-javascript" class="autohyperlink" title="http://www.prelovac.com/vladimir/wordpress-plugins/footer-javascript" target="_blank">www.prelovac.com/vladimir/wordpress-plugins/footer-javascript</a>
 Description: This plugin automatically moves JavaScript code to page footer, speeding up page loading time.
 Version: 0.4.1
 Author: Vladimir Prelovac
 Author URI: <a href="http://www.prelovac.com/vladimir" class="autohyperlink" title="http://www.prelovac.com/vladimir" target="_blank">www.prelovac.com/vladimir</a>
 */

// super easy way to move javascript to footer
 remove_action('wp_head', 'wp_print_scripts');
 remove_action('wp_head', 'wp_print_head_scripts', 9);
 remove_action('wp_head', 'wp_enqueue_scripts', 1);
 add_action('wp_footer', 'wp_print_scripts', 5);
 add_action('wp_footer', 'wp_enqueue_scripts', 5);
 add_action('wp_footer', 'wp_print_head_scripts', 5);</pre>
<p><span id="indent">The problem is, some of your JavaScript files may not work properly if they&#8217;re moved to the footer. In this case you&#8217;ll have to move the JavaScript files to the footer on a case-by-case basis. You can do this utilizing the <a href="http://codex.wordpress.org/Function_Reference/wp_register_script" target="_blank">wp_register_script()</a> &amp; <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" target="_blank">wp_enqueue_script()</a> functions. These are normally found in the functions.php file of your WordPress theme. The fifth parameter in each function is $in_footer. As long as you set this parameter to true for both functions for a given script, the given script will then be loaded in the footer where the <a href="http://codex.wordpress.org/Function_Reference/wp_footer" target="_blank">wp_footer()</a> function is called in your theme&#8217;s template.</span></p>
<p><span id="indent">For example if you had the script prettyphoto being included as follows:</span></p>
<pre class="brush: php; title: ; notranslate">wp_register_script( 'prettyphoto', $uri.'/js/prettyPhoto/js/jquery.prettyPhoto.js', array('jquery') );
&lt;em&gt;
&lt;/em&gt;wp_enqueue_script( 'prettyphoto' );</pre>
<p><span id="indent">You would adjust it as follows to get it to load in the footer:</span></p>
<pre class="brush: php; title: ; notranslate">wp_register_script( 'prettyphoto', $uri.'/js/prettyPhoto/js/jquery.prettyPhoto.js', array('jquery'), '', true );
wp_enqueue_script( 'prettyphoto', '', '', '', true );</pre>
<li>Remove Query Strings from Static Stylesheets &amp; Scripts<span id="list-sub">Add the following to your functions.php file to remove them from all your scripts &amp; styles:</span></li>
<pre class="brush: php; title: ; notranslate">/* Remove unnecessary query tags from scripts &amp; stylesheets in header */
 function _remove_script_version( $src ){
 $parts = explode( '?', $src );
 return $parts[0];
 }
 add_filter( 'script_loader_src', '_remove_script_version', 15, 1 );
 add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );</pre>
<p><span id="indent">Use the following instead if you need to keep the version query string on a style or script for some reason (i.e. the Google Maps API reference breaks if it&#8217;s removed):</span></p>
<pre class="brush: php; title: ; notranslate">/* Remove unnecessary query tags from scripts &amp; stylesheets in header */
 function _remove_script_version( $src ){
 $parts = explode( '?', $src );
 //return str_replace(&quot;http://maps.google.com/maps/api/js&quot;,&quot;http://maps.google.com/maps/api/js?sensor=false&amp;ver=3.5.1&quot;, $parts[0]);
 return str_replace(&quot;http://maps.google.com/maps/api/js&quot;,&quot;&quot;, $parts[0]);
 }
 add_filter( 'script_loader_src', '_remove_script_version', 15, 1 );
 add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );</pre>
</ul>
</div>
<h2>Share Your Results</h2>
<p>Test your load time before following this guide. Once you have fully implemented these techniques, please share your results in the comments! Also, if you have any further recommendations I&#8217;d love to hear those too!<br /></p>
<p>The post <a href="http://penguininitiatives.com/18-ways-to-make-wordpress-fast-as-all-hell/">18 Ways to Make WordPress Fast As All Hell</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/18-ways-to-make-wordpress-fast-as-all-hell/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>14 Signs of a High-Quality Responsive WordPress Theme</title>
		<link>http://penguininitiatives.com/14-signs-high-quality-responsive-wordpress-theme/</link>
		<comments>http://penguininitiatives.com/14-signs-high-quality-responsive-wordpress-theme/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 08:21:18 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=1258</guid>
		<description><![CDATA[<p>When you're shopping for a responsive WordPress theme on <a href="http://themeforest.net/search?ref=penguiin?utf8=%E2%9C%93&#038;category=wordpress&#038;new_term=responsive" target="_blank">ThemeForest</a> you want to get your money's worth. Choosing a theme can be very overwhelming as there are a myriad of options on <a href="http://themeforest.net/?ref=penguiin" target="_blank">ThemeForest</a>. Next time you're in the market for a responsive WordPress theme you may want to follow this guide to ensure you choose your theme wisely.</p><p>The post <a href="http://penguininitiatives.com/14-signs-high-quality-responsive-wordpress-theme/">14 Signs of a High-Quality Responsive WordPress Theme</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>When you&#8217;re shopping for a premium responsive WordPress theme on <a href="http://themeforest.net/search?ref=penguiin?utf8=%E2%9C%93&#038;category=wordpress&#038;new_term=responsive" target="_blank">ThemeForest</a> you want to get your money&#8217;s worth. Choosing a theme can be very overwhelming as there are a myriad of options on <a href="http://themeforest.net/?ref=penguiin" target="_blank">ThemeForest</a>. Next time you&#8217;re in the market for a responsive WordPress theme you may want to follow this guide to ensure you choose your theme wisely.</p>
<p>Throughout this guide I have used the <a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=penguiin" target="_blank">Avada Responsive WordPress Theme</a> created by <a href="http://theme-fusion.com/" target="_blank">Theme Fusion</a> as the example theme in question. I chose this particular theme because it is an extremely popular, well-constructed, premium responsive WordPress theme. I have no association with <a href="http://theme-fusion.com/" target="_blank">Theme Fusion</a>.</p>
<h2>Test The Theme Demo</h2>
<div class="colored-counter-list">
<ul>
<li>View Standard Responsive Layouts All At Once with <a href="https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm?hl=en" target="_blank">Google Chrome&#8217;s Web Developer Extension</a></li>
<p>This is a very efficient &amp; effective way to identify any obvious quality issues with a responsive design.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/google-chrome-web-developer-extension-view-responsive-layouts.png"><img class="alignnone  wp-image-1272" title="Google Chrome Web Developer Extension: View Responsive Layouts" alt="Google Chrome Web Developer Extension: View Responsive Layouts" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/google-chrome-web-developer-extension-view-responsive-layouts.png" width="600" /></a></p>
<li>Test the responsive design given your specific mobile use case with <a href="http://www.howtogomo.com/en/d/test-your-site/" target="_blank">Google&#8217;s GoMoMeter</a></li>
<p>Your particular use case determines whether or not the theme will meet your need as is. For example the <a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=penguiin" target="_blank">Avada Responsive WordPress Theme</a> would require tweaking to accommodate a web site focused on lead generation, but would be ready out-of-the-box for a publisher.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/gomometer-lead-gen-test-results.png"><img src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/gomometer-lead-gen-test-results.png" alt="GoMoMeter Lead Gen Test Results" width="904" height="682" class="alignnone size-full wp-image-1301" /></a></p>
<li>Test the theme&#8217;s page speed &amp; underlying quality with <a href="http://gtmetrix.com/" target="_blank">GTmetrix</a></li>
<p>Keep in mind that you should ignore the server-side specific issues, since your site will ultimately be dependent upon your own web server&#8217;s configuration. Also, some issues are inevitable with very highly configurable themes, as they unfortunately require lots of unused CSS and inefficient CSS selectors in order to accommodate a wide array of optional design configurations.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-gtmetrix-report.png"><img src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-gtmetrix-report.png" alt="Wordpress Responsive Theme GTmetrix Report" width="943" height="786" class="alignnone size-full wp-image-1305" /></a></p>
<li>Test how the theme renders in all the browsers and operating systems you want your web site to support with <a href="http://browsershots.org/" target="_blank">Browsershots</a></li>
<p>Discovering a cross-browser compatibility issue after you&#8217;ve launched a new design is no fun for anyone and cleaning these types of issues up can be very tedious.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-browsershots.png"><img class="alignnone  wp-image-1273" alt="WordPress Responsive Theme Browsershots" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-browsershots.png" width="600" /></a></p>
<li>Test the site for color blind design issues with <a href="https://chrome.google.com/webstore/detail/chrome-daltonize/efeladnkafmoofnbagdbfaieabmejfcf?hl=en" target="_blank">Chrome Daltonize</a></li>
<p>About 7% of American males &amp; 0.4% of American females are color blind. The <a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=penguiin" target="_blank">Avada Responsive WordPress Theme</a> looks essentially the same when &#8220;Daltonized&#8221; so I&#8217;m including an example screenshot from the extension rather than the example theme.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/chrome-daltonize1.png"><img class="alignnone  wp-image-1275" alt="Chrome Daltonize" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/chrome-daltonize1.png" width="600" /></a></p>
<li>Take a quick look at the source code, this can give you a lot of insight into the quality and readability of the underlying code</li>
<p>Look at naming conventions, formatting, consistency, code efficiency, referenced libraries, etc. For example, the <a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=penguiin" target="_blank">Avada Responsive WordPress Theme</a> creators leverage the Google Font API and use a CDN for their demo site. They&#8217;re also using the meta viewport tag. The fact that they are using these more recent technologies &amp; standards is a good sign.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-source-code.png"><img class="alignnone  wp-image-1277" alt="Wordpress Responsive Theme Source Code" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-source-code.png" width="600" /></a></p>
<li>Test the contact form and see if it offers user-friendly validation</li>
<p>When theme developers take the time to implement validation on their contact forms they are more likely to spend time on other little, but important details.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-contact-form-validation.png"><img class="alignnone  wp-image-1278" alt="Wordpress Responsive Theme Contact Form Validation" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-contact-form-validation.png" width="600" /></a></p>
<li>Type in a URL you know doesn&#8217;t exist for the theme and see if an elegant 404 page design exists</li>
<p>On the same note, when theme developers take the time to implement custom 404 page designs they are again more likely to spend time on other little, but important details.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-custom-404-error-page.png"><img class="alignnone  wp-image-1279" alt="WordPress Responsive Theme Custom 404 Error Page" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/wordpress-responsive-theme-custom-404-error-page.png" width="600" /></a></p>
<h2>Look for ThemeForest themes with&#8230;</h2>
<li>Elite Authors</li>
<p>These authors have earned over $75,000 on the Envato Marketplace, clearly they&#8217;re doing something right!</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-elite-author.png"><img class="alignnone size-full wp-image-1280" alt="ThemeForest Elite Author" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-elite-author.png" width="350" height="60" /></a></p>
<li>Good Buyer Ratings</li>
<p>Pretty obvious why this is important.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-buyer-rating.png"><img class="alignnone size-full wp-image-1281" alt="ThemeForest Buyer Rating" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-buyer-rating.png" width="116" height="67" /></a></p>
<li>High Purchase Volume (relative to the release date)</li>
<p>Again&#8230;obvious.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-purchases.png"><img class="alignnone size-full wp-image-1282" alt="ThemeForest Purchases" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-purchases.png" width="129" height="61" /></a></p>
<li>Frequent Updates (relative to the release date)</li>
<p>You&#8217;re not buying a theme to maintain it&#8217;s core design &amp; functionality. Make sure the theme you buy will be supported for the foreseeable future.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-frequent-theme-updates.png"><img class="alignnone  wp-image-1283" alt="ThemeForest Frequent Theme Updates" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-frequent-theme-updates.png" width="600" /></a></p>
<li>Significant Customization Options</li>
<p>While the theme demo may look spectacular, you&#8217;re going to want to personalize it. You don&#8217;t want your site to look like all the other web sites running the same theme. Make sure there&#8217;s enough built-in customization options to differentiate your site, especially if you&#8217;re not a front-end developer.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-theme-features.png"><img class="alignnone size-full wp-image-1284" alt="ThemeForest Theme Features" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/themeforest-theme-features.png" width="187" height="819" /></a></p>
<li>Unique Theme Features (that you couldn&#8217;t easily replicate using freely available WordPress plugins)</li>
<p>For example you can get tons of shortcodes and/or create your own by simply installing <a title="Shortcodes Ultimate WordPress Plugin" href="http://wordpress.org/extend/plugins/shortcodes-ultimate/" target="_blank">Shortcodes Ultimate</a>.</p>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/shortcodes-ultimate-wordpress-plugin.png"><img src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/04/shortcodes-ultimate-wordpress-plugin.png" alt="Shortcodes Ultimate WordPress Plugin" width="769" height="249" class="alignnone size-full wp-image-1307" /></a>
</ul>
</div>
<p>The post <a href="http://penguininitiatives.com/14-signs-high-quality-responsive-wordpress-theme/">14 Signs of a High-Quality Responsive WordPress Theme</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/14-signs-high-quality-responsive-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 14 Responsive WordPress Themes Born In 2013</title>
		<link>http://penguininitiatives.com/top-14-responsive-wordpress-themes-born-2013/</link>
		<comments>http://penguininitiatives.com/top-14-responsive-wordpress-themes-born-2013/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 06:10:53 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=1181</guid>
		<description><![CDATA[<p>These 14 themes were hand-picked because they were deemed the most flexible, clean, elegant, efficient &#038; professional of them all.</p><p>The post <a href="http://penguininitiatives.com/top-14-responsive-wordpress-themes-born-2013/">Top 14 Responsive WordPress Themes Born In 2013</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>These 14 themes were hand-picked because they were deemed the most flexible, clean, elegant, efficient &#038; professional of them all.</p>
<div class="colored-counter-list">
<ul>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/gravity-business-theme-for-creative-corporate/4220971?ref=penguiin" target="_blank">Gravity<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/gravity-responsive-wordpress-theme.png" alt="Gravity Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/avamys-retina-ready-business-wordpress-theme/4122827?ref=penguiin" target="_blank">Avamys<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/avamys-responsive-wordpress-theme.png" alt="Avamys Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/evermore-premium-responsive-wordpress-theme/4184496?ref=penguiin" target="_blank">Evermore<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/evermore-responsive-wordpress-theme.jpg" alt="Evermore Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/sirens-multipurpose-stylish-business-theme/4148579?ref=penguiin" target="_blank">Sirens<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/sirens-responsive-wordpress-theme.png" alt="Sirens Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/nevia-responsive-wordpress-theme/4118819?ref=penguiin" target="_blank">Nevia<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/nevia-responsive-wordpress-theme.png" alt="Nevia Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?ref=penguiin" target="_blank">KALLYAS<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/kallyas-responsive-wordpress-theme.jpg" alt="KALLYAS Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/yellowproject-multipurpose-retina-wp-theme/4066662?ref=penguiin" target="_blank">YellowProject<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/yellowproject-responsive-wordpress-theme.jpg" alt="YellowProject Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/lotus-flexible-multipurpose-responsive-wp-theme/3909293?ref=penguiin" target="_blank">Lotus<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/lotus-responsive-wordpress-theme.png" alt="Lotus Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/bretheon-premium-wordpress-theme/4001061?ref=penguiin" target="_blank">Bretheon<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/bretheon-responsive-wordpress-theme.jpg" alt="Bretheon Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/super-spark-responsive-minimal-wp-theme/3841189?ref=penguiin" target="_blank">Super Spark<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/super-spark-responsive-wordpress-theme.png" alt="Super Spark Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/inovado-retina-responsive-multipurpose-theme/3810895?ref=penguiin" target="_blank">Inovado<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/inovado-responsive-wordpress-theme.png" alt="Inovado Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/nollie-premium-wordpress-theme/3782741?ref=penguiin" target="_blank">Nollie<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/nollie-responsive-wordpress-theme.jpg" alt="Nollie Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/cleanspace-retina-ready-business-wp-theme/3776000?ref=penguiin" target="_blank">CLEANSPACE<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/cleanspace-responsive-wordpress-theme.jpeg" alt="CLEANSPACE Responsive WordPress Theme" /></p>
<p></a></li>
<li><a style="font-size: 24px; line-height: 21px;" href="http://themeforest.net/item/pinpoint-responsive-multipurpose-wp-theme/3760530?ref=penguiin" target="_blank">Pinpoint<br/><br/>
<p style="width: 600px;"><img style="position: relative; left: -35px; width: 596px; border: solid 2px #E9E9E9;" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/pinpoint-responsive-wordpress-theme.jpg" alt="Pinpoint Responsive WordPress Theme" /></p>
<p></a></li>
</ul>
</div>
<p>The post <a href="http://penguininitiatives.com/top-14-responsive-wordpress-themes-born-2013/">Top 14 Responsive WordPress Themes Born In 2013</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/top-14-responsive-wordpress-themes-born-2013/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Top WordPress Theme Clubs, Developers &amp; Marketplaces</title>
		<link>http://penguininitiatives.com/top-wordpess-theme-clubs-developers-marketplaces/</link>
		<comments>http://penguininitiatives.com/top-wordpess-theme-clubs-developers-marketplaces/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 04:38:10 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[clubs]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[marketplaces]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=953</guid>
		<description><![CDATA[<p>Top WordPress Theme Clubs The Top WordPress Theme Clubs RocketTheme Club WordPress Themes 49 Minimum Club Cost $50 WooThemes Club WordPress Themes 84 Minimum Club Cost $145 Elegant Themes Club WordPress Themes 81 Minimum Club Cost $39 ThemeFuse Club WordPress Themes 30 Minimum Club Cost...</p><p>The post <a href="http://penguininitiatives.com/top-wordpess-theme-clubs-developers-marketplaces/">Top WordPress Theme Clubs, Developers &#038; Marketplaces</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<div class="section-title text-align-center" style="margin: 0 0 14px 0; text-align: left;">
<h1 class="title">Top WordPress Theme Clubs</h1>
<p>The Top WordPress Theme Clubs</p>
</div>
<p id="skill-image"><a href="http://www.shareasale.com/r.cfm?b=277658&amp;u=648887&amp;m=30300&amp;urllink=&amp;afftrack="><img alt="RocketTheme WordPress Theme Company" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/rockettheme-logo1.png" width="499" height="249" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="RocketTheme WordPress Themes" href="http://www.shareasale.com/r.cfm?b=277658&amp;u=648887&amp;m=30300&amp;urllink=&amp;afftrack=" target="_blank">RocketTheme</a></h5>
<li>
<p>Club WordPress Themes <strong>49</strong></p>
<p><span class="58.33" style="display: inline-block; width: 58.33%;"></span></li>
<li>
<p>Minimum Club Cost <strong>$50</strong></p>
<p><span class="23.15" style="display: inline-block; width: 23.15%;"></span></li>
</ul>
<p id="skill-image"><a href="http://www.woothemes.com/" target="_blank"><img alt="WooThemes" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/woothemes_logo.jpg" width="480" height="139" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="WooThemes" href="http://www.woothemes.com/" target="_blank">WooThemes</a></h5>
<li>
<p>Club WordPress Themes <strong>84</strong></p>
<p><span class="100" style="display: inline-block; width: 100%;"></span></li>
<li>
<p>Minimum Club Cost <strong>$145</strong></p>
<p><span class="67.13" style="display: inline-block; width: 67.13%;"></span></li>
</ul>
<p id="skill-image"><a href="http://www.elegantthemes.com/" target="_blank"><img alt="Elegant WordPress Themes" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/elegant-themes-logo.png" width="282" height="144" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="Elegant WordPress Themes" href="http://www.elegantthemes.com/" target="_blank">Elegant Themes</a></h5>
<li>
<p>Club WordPress Themes <strong>81</strong></p>
<p><span class="96.43" style="display: inline-block; width: 96.43%;"></span></li>
<li>
<p>Minimum Club Cost <strong>$39</strong></p>
<p><span class="18.06" style="display: inline-block; width: 18.06%;"></span></li>
</ul>
<p id="skill-image" style="height: 172px;"><a href="http://themefuse.com/" target="_blank"><img alt="ThemeFuse" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/themefuse.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="ThemeFuse" href="http://themefuse.com/" target="_blank">ThemeFuse</a></h5>
<li>
<p>Club WordPress Themes <strong>30</strong></p>
<p><span class="35.71" style="display: inline-block; width: 35.71%;"></span></li>
<li>
<p>Minimum Club Cost <strong>$216</strong></p>
<p><span class="100" style="display: inline-block; width: 100%;"></span></li>
</ul>
<p id="skill-image" style="height: 151px;"><a title="Theme Trust WordPress Theme Club" href="http://themetrust.com/" target="_blank"><img alt="Theme Trust WordPress Theme Club" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/themetrust.png" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="Theme Trust WordPress Theme Club" href="http://themetrust.com/" target="_blank">Theme Trust</a></h5>
<li>
<p>CLUB WORDPRESS THEMES <strong>18</strong></p>
<p><span class="21.43" style="display: inline-block; width: 21.43%;"></span></li>
<li>
<p>COST PER THEME <strong>$49</strong></p>
<p><span class="22.69" style="display: inline-block; width: 22.69%;"></span></li>
</ul>
<div class="section-title text-align-center" style="margin: 0 0 14px 0; text-align: left;">
<h1 class="title">Top ThemeForest WordPress Theme Developers</h1>
<p>The Top WordPress Theme Developers on ThemeForest</p>
</div>
<p id="skill-image" style="height: 172px;"><a href="http://themeforest.net/user/Kriesi?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-958" alt="Kriesi WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/Kriesi-logo.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="Kriesi WordPress Theme Developer" href="http://themeforest.net/user/Kriesi?ref=penguiin" target="_blank">Kriesi</a></h5>
<li>
<p>Sales <strong>55,169</strong></p>
<p><span class="100" style="display: inline-block; width: 100%;"></span></li>
<li>
<p>WordPress Themes <strong>27</strong></p>
<p><span class="64.29" style="display: inline-block; width: 64.29%;"></span></li>
<li>
<p><strong>1st in overall number of sales</strong> in all Envato Marketplaces</p>
</li>
</ul>
<p id="skill-image" style="height: 172px;"><a href="http://themeforest.net/user/peerapong?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-961" alt="PEERAPONG WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/peerapong-logo.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="PEERAPONG WordPress Theme Developer" href="http://themeforest.net/user/peerapong?ref=penguiin" target="_blank">PEERAPONG</a></h5>
<li>
<p>Sales <strong>52,894</strong></p>
<p><span class="95.88" style="display: inline-block; width: 95.88%;"></span></li>
<li>
<p>WordPress Themes <strong>42</strong></p>
<p><span class="100" style="display: inline-block; width: 100%;"></span></li>
<li>
<p><strong>1st in overall number of sales</strong> on ThemeForest</p>
</li>
</ul>
<p id="skill-image" style="height: 172px;"><a href="http://themeforest.net/user/internq7?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-957" alt="internq7 WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/internq7.jpg" width="590"></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="internq7 WordPress Theme Developer" href="http://themeforest.net/user/internq7?ref=penguiin" target="_blank">internq7</a></h5>
<li>
<p>Sales <strong>32,270</strong></p>
<p><span class="58.49" style="display: inline-block; width: 58.49%;"></span></li>
<li>
<p>WordPress Themes <strong>4</strong></p>
<p><span class="9.52" style="display: inline-block; width: 9.52%;"></span></li>
<li>
<p><strong>#1 selling theme of all time</strong> on ThemeForest</p>
</li>
</ul>
<p id="skill-image" style="height: 172px;"><a href="http://themeforest.net/user/TrueThemes?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-960" alt="TrueThemes WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/truethemes-logo.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="TrueThemes WordPress Theme Developer" href="http://themeforest.net/user/TrueThemes?ref=penguiin" target="_blank">TrueThemes</a></h5>
<li>
<p>Sales <strong>28,326</strong></p>
<p><span class="51.34" style="display: inline-block; width: 51.34%;"></span></li>
<li>
<p>WordPress Themes <strong>2</strong></p>
<p><span class="4.76" style="display: inline-block; width: 4.76%;"></span></li>
<li>
<p><strong>Built a couple</strong> really, really solid themes and it paid off</p>
</li>
</ul>
<p id="skill-image" style="height: 172px;"><a href="http://themeforest.net/user/GoodLayers?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-959" alt="GoodLayers WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/goodlayers-logo.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="GoodLayers WordPress Theme Developer" href="http://themeforest.net/user/GoodLayers?ref=penguiin" target="_blank">GoodLayers</a></h5>
<li>
<p>Sales <strong>32,870</strong></p>
<p><span class="59.58" style="display: inline-block; width: 59.58%;"></span></li>
<li>
<p>WordPress Themes <strong>27</strong></p>
<p><span class="64.29" style="display: inline-block; width: 64.29%;"></span></li>
<li>
<p><strong>Lots of good themes</strong> at a reasonable price point</p>
</li>
</ul>
<p id="skill-image" style="height: 172px;"><a title="Brankic1979 WordPress Theme Developer" href="http://themeforest.net/user/Brankic1979?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-956" alt="Brankic1979 WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/brankic-logo.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="Brankic1979 WordPress Theme Developer" href="http://themeforest.net/user/Brankic1979?ref=penguiin" target="_blank">Brankic1979</a></h5>
<li>
<p>Sales <strong>16,256</strong></p>
<p><span class="29.47" style="display: inline-block; width: 29.47%;"></span></li>
<li>
<p>WordPress Themes <strong>9</strong></p>
<p><span class="21.43" style="display: inline-block; width: 21.43%;"></span></li>
<li>
<p><strong>My blog</strong> is using their Bigbang theme &amp; I love it!</p>
</li>
</ul>
<p id="skill-image" style="height: 172px;"><a title="purethemes WordPress Theme Developer" href="http://themeforest.net/user/purethemes?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-956" alt="purethemes WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/purethemes.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="purethemes WordPress Theme Developer" href="http://themeforest.net/user/purethemes?ref=penguiin" target="_blank">purethemes</a></h5>
<li>
<p>Sales <strong>8,513</strong></p>
<p><span class="15.43" style="display: inline-block; width: 15.43%;"></span></li>
<li>
<p>WordPress Themes <strong>8</strong></p>
<p><span class="19.05" style="display: inline-block; width: 19.05%;"></span></li>
<li>
<p><strong>Clean &#038; elegant</strong> themes</p>
</li>
</ul>
<p id="skill-image" style="height: 172px;"><a title="bringthepixel WordPress Theme Developer" href="http://themeforest.net/user/bringthepixel?ref=penguiin" target="_blank"><img class="alignnone size-full wp-image-956" alt="bringthepixel WordPress Theme Developer" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/bringthepixel-logo.jpg" width="590" height="242" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="bringthepixel WordPress Theme Developer" href="http://themeforest.net/user/bringthepixel?ref=penguiin" target="_blank">bringthepixel</a></h5>
<li>
<p>Sales <strong>6,147</strong></p>
<p><span class="11.14" style="display: inline-block; width: 11.14%;"></span></li>
<li>
<p>WordPress Themes <strong>6</strong></p>
<p><span class="14.29" style="display: inline-block; width: 14.29%;"></span></li>
<li>
<p><strong>Flare</strong> is a true gem</p>
</li>
</ul>
<div class="section-title text-align-center" style="margin: 0 0 14px 0; text-align: left;">
<h1 class="title">Top WordPress Theme Marketplaces</h1>
<p>The Top Places Online To Buy &amp; Sell WordPress Themes.</p>
</div>
<p id="skill-image"><a href=""><img alt="ThemeForest" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/themeforest.jpg" width="350" height="192" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="ThemeForest" href="" target="_blank">ThemeForest</a></h5>
<li>
<p>WordPress Themes <strong>2,500</strong></p>
<p><span class="100" style="display: inline-block; width: 100%;"></span></li>
<li>
<p>Members <strong>2,500,000</strong></p>
<p><span class="100" style="display: inline-block; width: 100%;"></span></li>
</ul>
<p id="skill-image" style="height: 156px;"><a href=""><img alt="Mojo Themes" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/03/mojo-themes.png" width="550" height="204" /></a></p>
<ul class="skills-graph" id="skills-graph-7438">
<h5><a title="Mojo Themes" href="" target="_blank">Mojo Themes</a></h5>
<li>
<p>WordPress Themes <strong>400</strong></p>
<p><span class="16" style="display: inline-block; width: 16%;"></span></li>
<li>
<p>Members <strong>58,000</strong></p>
<p><span class="2.32" style="display: inline-block; width: 2.32%;"></span></li>
</ul>
<div class="section-title text-align-center" style="margin: 0 0 14px 0; text-align: left;">
<h1 class="title">More To Come Soon</h1>
<p>This is a work in progress. If you know of any I missed that should be here, please mention them in the comments, thanks!</p>
</div>
<div class="clear"></div>
<p>The post <a href="http://penguininitiatives.com/top-wordpess-theme-clubs-developers-marketplaces/">Top WordPress Theme Clubs, Developers &#038; Marketplaces</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/top-wordpess-theme-clubs-developers-marketplaces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Web Server Loads Website In Less Than One Second</title>
		<link>http://penguininitiatives.com/new-server-loads-website-in-less-than-one-second/</link>
		<comments>http://penguininitiatives.com/new-server-loads-website-in-less-than-one-second/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 02:21:12 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[load time]]></category>
		<category><![CDATA[server optimization]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=923</guid>
		<description><![CDATA[<p>The Catalyst Recently I enabled load time tracking in Google Analytics by adding the following line of JavaScript to the Google Analytics tracking code snippet: Appalled by my sites horrendous average page load time of 13.65 seconds, I decided I needed to make a change. While...</p><p>The post <a href="http://penguininitiatives.com/new-server-loads-website-in-less-than-one-second/">New Web Server Loads Website In Less Than One Second</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>The Catalyst</h3>
<p>Recently I enabled load time tracking in Google Analytics by adding the following line of JavaScript to the Google Analytics tracking code snippet:</p>
<pre class="brush: jscript; title: ; notranslate">_gaq.push(['_trackPageLoadTime']);</pre>
<p>Appalled by my sites horrendous average page load time of 13.65 seconds, I decided I needed to make a change. While I enjoyed only paying $9.95/month for my shared hosting plan, this level of slow was unacceptable to me.</p>
<h3>The New Rig</h3>
<p>So I decided to follow Joost de Valk&#8217;s spectacular advice (<a href="http://yoast.com/articles/wordpress-hosting/" class="autohyperlink" title="http://yoast.com/articles/wordpress-hosting/" target="_blank">yoast.com/articles/wordpress-hosting/</a>) and get a <a href="http://VPS.NET" class="autohyperlink" title="http://VPS.NET" target="_blank">VPS.NET</a> Cloud Server. I followed all of his advice. I replaced Apache with LiteSpeed. I installed APC. I even setup a CDN via MaxCDN.</p>
<p>After all was said and done I was paying $65.75/month for a <a href="http://VPS.NET" class="autohyperlink" title="http://VPS.NET" target="_blank">VPS.NET</a> Cloud Server with:</p>
<ul>
<li>2 Nodes &#8211; minimum required for cPanel (+$36.00/month)</li>
<li>LiteSpeed license (+$14.00/month)</li>
<li>cPanel license (+$10.00/month)</li>
<li>Automated Snapshot Backups (+$5.00/month)</li>
<li>Softaculous (+$9.00/year)</li>
</ul>
<p>In addition, I dropped $29.95 for 1TB of bandwidth through MaxCDN, which will likely last me the entire year.</p>
<h3>The Results</h3>
<h4>Old Server (5.61 second load time)</h4>
<div id="attachment_924" class="wp-caption alignnone" style="width: 610px"><a href="http://tools.pingdom.com/fpt/#!/vucruIveL/http://old.penguininitiatives.com" target="_blank"><img class="size-full wp-image-924 " title="Old HostGator Baby Plan Shared Web Host" alt="Old HostGator Baby Plan Shared Web Host" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/02/old-slow-server.png" width="600" height="201" /></a><p class="wp-caption-text">Old HostGator Baby Plan Shared Web Host</p></div>
<h4></h4>
<h4>New Server (0.971 second load time) &#8211; <strong>That&#8217;s 5.77x Faster!</strong></h4>
<div id="attachment_925" class="wp-caption alignnone" style="width: 610px"><a href="http://tools.pingdom.com/fpt/#!/ElsH4MPDN/http://penguininitiatives.com" target="_blank"><img class="size-full wp-image-925" alt="New VPS.NET Cloud VPS Server" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/02/fast-new-server.png" width="600" height="201" /></a><p class="wp-caption-text">New <a href="http://VPS.NET" class="autohyperlink" title="http://VPS.NET" target="_blank">VPS.NET</a> Cloud VPS Server</p></div>
<h3></h3>
<h3>Benefits of a Fast Website</h3>
<ul>
<li>More pageviews</li>
<li>More Google traffic</li>
<li>Happier visitors</li>
<li>Bragging rights</li>
</ul>
<h3>Impact of a 1-Second Delay in Page Load Time</h3>
<p><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/02/fastsite1.png"><img class="alignnone size-full wp-image-943" alt="Impact of 1-second delay in page load time" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/02/fastsite1.png" width="560" height="293" /></a></p>
<h3>The Conclusion</h3>
<p>You get what you pay for and, as always, Joost knows best!</p>
<p>The post <a href="http://penguininitiatives.com/new-server-loads-website-in-less-than-one-second/">New Web Server Loads Website In Less Than One Second</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/new-server-loads-website-in-less-than-one-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain-Wide Facebook Shares, Likes &amp; Comments Social Statistics Tool</title>
		<link>http://penguininitiatives.com/facebook-shares-likes-comments-social-stats-tool/</link>
		<comments>http://penguininitiatives.com/facebook-shares-likes-comments-social-stats-tool/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 23:03:37 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[SEO Tools]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=906</guid>
		<description><![CDATA[<p>I&#8217;ve always wanted a quick and easy way to see social activity domain-wide. The other day I got to playing with some social APIs and realized I could build one for Facebook. So I decided to polish it and provide it as a free resource...</p><p>The post <a href="http://penguininitiatives.com/facebook-shares-likes-comments-social-stats-tool/">Domain-Wide Facebook Shares, Likes &#038; Comments Social Statistics Tool</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve always wanted a quick and easy way to see social activity domain-wide. The other day I got to playing with some social APIs and realized I could build one for Facebook. So I decided to polish it and provide it as a free resource for anyone to utilize. Currently you can enter up to three sitemaps at a time.</p>
<h3>Example Sitemaps</h3>
<ol>
<li>This Blog&#8217;s Sitemap URL: http://penguininitiatives.com/post-sitemap.xml</li>
<li>Competitor Sitemap URL #1: <a href="http://www.boughseo.com/sitemap.xml" class="autohyperlink" title="http://www.boughseo.com/sitemap.xml" target="_blank">www.boughseo.com/sitemap.xml</a></li>
<li>Competitor Sitemap URL #2: http://www.inboundmarketingagents.com/sitemap.xml</li>
</ol>
<p><strong>Example Report</strong></p>
<p><a href="http://penguininitiatives.com/facebook-shares-likes-comments-social-stats-tool/domain-wide-facebook-stats-screenshot-2/" rel="attachment wp-att-914"><img class="alignnone size-full wp-image-914" alt="domain-wide-facebook-stats-screenshot" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/01/domain-wide-facebook-stats-screenshot1.png" width="616" height="544" /></a></p>
<h3>Finding XML Sitemaps</h3>
<p>Unfortunately, sometimes it can be very difficult or simply not possible to find the sitemap file for another web site. First try just <a href="http://domain.com/sitemap.xml" class="autohyperlink" title="http://domain.com/sitemap.xml" target="_blank">domain.com/sitemap.xml</a> &amp; <a href="http://domain.com/sitemap_index.xml," class="autohyperlink" title="http://domain.com/sitemap_index.xml," target="_blank">domain.com/sitemap_index.xml,</a> if neither works try checking <a href="http://domain.com/robots.txt" class="autohyperlink" title="http://domain.com/robots.txt" target="_blank">domain.com/robots.txt</a> to see if they reference the location in their robots.txt file.</p>
<div class="divider-border" style="margin-top: 10px; margin-bottom: 20px;"></div>
<p><a class="button large  yellow" href="http://penguininitiatives.com/facebook-stats/" target="_blank">Run The Facebook Stats Tool</a></p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<p>G5WJ5CJQNAK7</p>
<p>The post <a href="http://penguininitiatives.com/facebook-shares-likes-comments-social-stats-tool/">Domain-Wide Facebook Shares, Likes &#038; Comments Social Statistics Tool</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/facebook-shares-likes-comments-social-stats-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>37 Steps to Launch Your Next Awesome Web Site</title>
		<link>http://penguininitiatives.com/steps-to-launch-your-next-awesome-web-site/</link>
		<comments>http://penguininitiatives.com/steps-to-launch-your-next-awesome-web-site/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 12:08:00 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[chrome extensions]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[on-page optimization]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=822</guid>
		<description><![CDATA[<p>I have built a lot of awesome web sites in my time. Odds are you have probably visited one of my awesome web sites in the past. Suffice to say I have learned a lot the past 15 years of my life while building these...</p><p>The post <a href="http://penguininitiatives.com/steps-to-launch-your-next-awesome-web-site/">37 Steps to Launch Your Next Awesome Web Site</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I have built a lot of awesome web sites in my time. Odds are you have probably visited one of my awesome web sites in the past. Suffice to say I have learned a lot the past 15 years of my life while building these awesome web sites. My gift to you, is this awesome list of steps to follow when launching your next web site. As long as you&#8217;re able to make great content (which is by no means an easy task), following these steps will ensure that your web site becomes truly AWESOME!</p>
<p>Click on any step for additional details to be shown. The relevant tools &amp; services are notated for each step.</p>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.synonym.com/" class="button small grey">Synonym.com</a><span class="trigger"><a href="#">1) Decide on a great brand name</a></span>
<div class="toggle-container" style="display: none;">
<p>Usually searching for <a title="Synonym.com" href="http://www.synonym.com/" target="_blank">Synonyms</a> and using your creativity is more than adequate for identifying a solid brand &amp; domain name. Just try to keep it as short as possible, use real words, ideally include target keywords if possible, shoot for a .com and avoid hyphens.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.namecheap.com/?aff=43735" class="button small grey">Namecheap</a><span class="trigger"><a href="#">2) Make sure the domain is available</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend using <a title="Namecheap" href="http://www.namecheap.com/?aff=43735" target="_blank">Namecheap</a> to search for the domain name. I&#8217;ve found that searching for a great domain in GoDaddy and not purchasing it immediately can lead to suddenly your great domain name no longer being available in a short timeframe.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.shareasale.com/r.cfm?b=170332&amp;u=648887&amp;m=21886&amp;urllink=&amp;afftrack=" class="button small grey">KnowEm</a><span class="trigger"><a href="#">3) Make sure your brand name has social media accounts available</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend using <a title="KnowEm" href="http://www.shareasale.com/r.cfm?b=170332&amp;u=648887&amp;m=21886&amp;urllink=&amp;afftrack=" target="_blank">KnowEm</a> to search all the popular social networks simultaneously and to check if there&#8217;s a registered trademark already existing for your newly identified brand name.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.namecheap.com/?aff=43735" class="button small grey">Namecheap</a><span class="trigger"><a href="#">4) Register your domain</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend <a title="Namecheap" href="http://www.namecheap.com/?aff=43735" target="_blank">Namecheap</a> for buying &amp; managing domain names (cheaper than GoDaddy &amp; no constant upsell nonsense).</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.shareasale.com/r.cfm?b=170332&amp;u=648887&amp;m=21886&amp;urllink=&amp;afftrack=" class="button small grey">KnowEm</a><span class="trigger"><a href="#">5) Register your accounts for your brand name on major social networks</a></span>
<div class="toggle-container" style="display: none;">
<p>If you&#8217;re lazy and serious about your brand I recommend utilizing the <a title="KnowEm" href="http://www.shareasale.com/r.cfm?b=170332&amp;u=648887&amp;m=21886&amp;urllink=&amp;afftrack=" target="_blank">KnowEm</a> service to secure the accounts for you.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=andyforsberg" class="button small grey">HostGator</a><span class="trigger"><a href="#">6) Purchase a web server</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend <a title="HostGator" href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=andyforsberg" target="_blank">HostGator</a> for web hosting (great for both cheap shared hosting &amp; VPS hosting) if appropriate given your needs.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.google.com/intl/en/enterprise/apps/business/" class="button small grey">Google Apps</a><span class="trigger"><a href="#">7) Setup a service to manage your email, calendar, documents, etc.</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend <a title="Google Apps" href="http://www.google.com/intl/en/enterprise/apps/business/" target="_blank">Google Apps</a>; unfortunately the service is <a title="Say Goodbye to Free Google Apps" href="http://www.wired.com/business/2012/12/free-google-apps/" target="_blank">no longer free</a>, but if you&#8217;re serious the $5/user/month is pretty reasonable for what you get.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.google.com/analytics/" class="button small grey">Google Analytics</a><span class="trigger"><a href="#">8) Setup analytics</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend <a title="Google Analytics" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a>; fortunately the service is still free and I&#8217;d be pretty shocked if that ever changed.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/" class="button small grey">Segment Templates</a><span class="trigger"><a href="#">9) Import Advanced Segments</a></span>
<div class="toggle-container" style="display: none;">
<p>If you use Google Analytics the <a title="Comprehensive Google Analytics Advanced Segments Template Collection" href="http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/" target="_blank">Comprehensive Google Analytics Advanced Segments Template Collection</a> I&#8217;ve created will be useful for gaining deeper and more actionable insight into your web site visitors.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://99designs.com/" class="button small grey">99designs</a><span class="trigger"><a href="#">10) Create a logo &amp; decide on standard colors for your new brand</a></span>
<div class="toggle-container" style="display: none;">
<p>If you have no design skills you may consider a logo contest on <a title="99designs" href="http://99designs.com/" target="_blank">99designs</a></p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.lunametrics.com/blog/2012/11/12/final-social-media-sizing-cheat-sheet/" class="button small grey">Social Media Sizing Cheat Sheet</a><span class="trigger"><a href="#">11) Brand all of your social network accounts</a></span>
<div class="toggle-container" style="display: none;">
<p>Utilize this <a title="Social Media Sizing Cheat Sheet" href="http://www.lunametrics.com/blog/2012/11/12/final-social-media-sizing-cheat-sheet/" target="_blank">social media sizing cheat sheet</a> to save you some time when creating all the necessary graphics for this.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://appicontemplate.com/" class="button small grey">iOS App Icon Template</a><span class="trigger"><a href="#">12) Create a favicon &amp; iOS App Icons for your web site</a></span>
<div class="toggle-container" style="display: none;">
<p>Use this <a title="App Icon Template" href="http://appicontemplate.com/" target="_blank">template</a> to create the iOS App Icons &amp; create a transparent 32&#215;32 PNG image and rename it as &#8220;favicon.ico&#8221; and place it in your root directory as your favicon image.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="https://chrome.google.com/webstore/detail/chrome-sniffer/homgcnaoacgigpkkljjjekpignblkeae" class="button small grey">Chrome Sniffer</a><span class="trigger"><a href="#">13) Decide on what your site will run on, usually a good CMS is the best solution</a></span>
<div class="toggle-container" style="display: none;">
<p>If it&#8217;s a relatively simple web site that may or may not have a blog &#8211;&gt; Consider using <a title="WordPress" href="http://wordpress.org/" target="_blank">WordPress</a></p>
<p>If it&#8217;s a bit more complicated than a simple web site &amp; blog, but still relatively straightforward &#8211;&gt; Consider using <a title="Joomla" href="http://www.joomla.org/" target="_blank">Joomla</a></p>
<p>If it&#8217;s a complex web site that isn&#8217;t going to be custom &#8211;&gt; Consider using <a title="Drupal" href="http://drupal.org/" target="_blank">Drupal</a></p>
<p>If it&#8217;s a simple eCommerce web site &#8211;&gt; Consider using <a title="Magento Go" href="http://go.magento.com/" target="_blank">Magento Go</a></p>
<p>If it&#8217;s a complex eCommerce web site &#8211;&gt; Consider using <a title="Magento Community Edition" href="http://www.magentocommerce.com/product/community-edition" target="_blank">Magento Community Edition</a> or <a title="Magento Enterprise Edition" href="http://www.magentocommerce.com/product/enterprise-edition" target="_blank">Magento Enterprise Edition</a> depending on your needs</p>
<p>If it&#8217;s something else &#8211;&gt; Consider identifying web sites that are similar and utilize the <a title="Chrome Sniffer Chrome Extension" href="https://chrome.google.com/webstore/detail/chrome-sniffer/homgcnaoacgigpkkljjjekpignblkeae" target="_blank">Chrome Sniffer Chrome Extension</a> to identify what technologies they run on for additional ideas.</p>
</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://themeforest.net/?ref=penguiin" class="button small grey">Theme Forest</a><span class="trigger"><a href="#">14) Have a custom design made or utilize a solid template as a starting point</a></span>
<div class="toggle-container" style="display: none;">
<p>Usually the free templates &amp; themes are low-quality. If you happened to choose Joomla or WordPress you can use my <a title="Theme Sniffer Chrome Extension" href="https://chrome.google.com/webstore/detail/theme-sniffer/kihhefcbenhkjgjhchanjfhhflaojldn" target="_blank">Theme Sniffer Chrome Extension</a> to identify what themes or templates other web sites are running if you are fond of them. I&#8217;ve found that one of the best resources for solid, premium themes for most of the major content management systems is <a title="Theme Forest" href="http://themeforest.net/?ref=penguiin" target="_blank">Theme Forest</a>. I would highly recommend utilizing a responsive design, as mobile is here and its becoming increasingly more important every day and will for the foreseeable future. <a title="99designs" href="http://99designs.com/" target="_blank">99designs</a> is an option for a custom design as well.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.robotstxt.org/" class="button small grey">Robots.txt</a><span class="trigger"><a href="#">15) Start developing the web site</a></span>
<div class="toggle-container" style="display: none;">
<p>you can use robots.txt to prevent search engines from indexing it while you&#8217;re building it, just create a text file named &#8220;robots.txt&#8221;, add the following 2 lines of text to it and place it in your root directory (just don&#8217;t forget to remove it once you launch the site):</p>
<pre class="brush: plain; title: ; notranslate">User-agent: *
	Disallow: /</pre>
</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.sublimetext.com/" class="button small grey">Sublime Text</a><span class="trigger"><a href="#">16) Use a great text editor when editing any code</a></span>
<div class="toggle-container" style="display: none;">
<p>A great text editor can make all the difference. I highly recommend <a title="Sublime Text" href="http://www.sublimetext.com/" target="_blank">Sublime Text</a>, it&#8217;s free but I would highly recommend donating once you realize how amazingly helpful it really is! It&#8217;s worth every cent given the amount of time it will ultimately save you.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.howtogomo.com/en/d/test-your-site/#gomo-meter" class="button small grey">GoMoMeter</a><span class="trigger"><a href="#">17) Make your web site mobile-friendly</a></span>
<div class="toggle-container" style="display: none;">
<p>Consider that 61% of mobile web site visitors will leave your site immediately if it isn&#8217;t mobile-friendly. That&#8217;s too significant to ignore. Use Google&#8217;s free <a title="GoMoMeter" href="http://www.howtogomo.com/en/d/test-your-site/#gomo-meter" target="_blank">GoMoMeter</a> tool to ensure your site is as mobile-friendly as possible.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm" class="button small grey">Web Developer</a><span class="trigger"><a href="#">18) Make sure your web site renders well in all key resolutions</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend using the <a title="Google Chrome Web Developer Extension" href="https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank">Google Chrome Web Developer Extension</a> to do this. In the extension simply go to Resize &gt; View Responsive Layouts to do this.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://gtmetrix.com/" class="button small grey">GTmetrix</a><span class="trigger"><a href="#">19) Make sure the site is as optimized as possible for load time</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend scanning the web site with <a title="GTmetrix" href="http://gtmetrix.com/" target="_blank">GTmetrix</a> to identify improvement areas.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="https://browserlab.adobe.com/" class="button small grey">Adobe Browser Lab</a><span class="trigger"><a href="#">20) Make sure the web site has solid cross-browser compatibility</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend using <a title="Adobe Browser Lab" href="https://browserlab.adobe.com/" target="_blank">Adobe Browser Lab</a> to easily see how your site renders in multiple browsers, versions and operating systems.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://static.seomoz.org/user_files/SEO_Web_Developer_Cheat_Sheet.pdf" class="button small grey">SEO Cheat Sheet</a><span class="trigger"><a href="#">21) Utilize SEO best practices</a></span>
<div class="toggle-container" style="display: none;">
<p>Use the SEOMoz <a title="Web Developer's SEO Cheat Sheet" href="http://static.seomoz.org/user_files/SEO_Web_Developer_Cheat_Sheet.pdf" target="_blank">Web Developer&#8217;s SEO</a><a title="Web Developer's SEO Cheat Sheet" href="http://static.seomoz.org/user_files/SEO_Web_Developer_Cheat_Sheet.pdf" target="_blank"> Cheat Sheet</a> as a reference</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://loadimpact.com" class="button small grey">Load Impact</a><span class="trigger"><a href="#">22) Perform load testing</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend performing a free load test using <a title="Load Impact" href="http://loadimpact.com" target="_blank">Load Impact</a> to make sure your site doesn&#8217;t crash or decline significantly in performance with 50 simultaneous users. You don&#8217;t want your site to go down when it goes viral for the first time!</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://feedburner.google.com" class="button small grey">FeedBurner</a><span class="trigger"><a href="#">23) Create an RSS Feed</a></span>
<div class="toggle-container" style="display: none;">
<p>If you create great content, you want people to be able to consume it in whatever format they would prefer. A lot of people like to utilize RSS feeds to subscribe to the web sites producing content they are interested in. If appropriate for your site, be sure to utilize <a title="FeedBurner" href="http://feedburner.google.com" target="_blank">FeedBurner</a> so you can more effectively promote and track your feed.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.xml-sitemaps.com/" class="button small grey">XML-Sitemaps.com</a><span class="trigger"><a href="#">24) Create an XML Sitemap</a></span>
<div class="toggle-container" style="display: none;">
<p>You want to make it as easy as possible for search engines to index as much of your content as possible. This is accomplished with an XML Sitemap. Usually your CMS will support this natively or with a plugin. If not, or if you&#8217;re not using a CMS you can utilize the <a title="XML-Sitemaps.com" href="http://www.xml-sitemaps.com/" target="_blank">XML-Sitemaps.com</a> service to do this automagically for you. Once its ready make sure to submit it to both Bing Webmaster Tools &amp; Google Webmaster Tools.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://termsfeed.com/" class="button small grey">Termsfeed</a><span class="trigger"><a href="#">25) Create the Terms of Service &amp; Privacy Policy for your web site</a></span>
<div class="toggle-container" style="display: none;">
<p>If your site is going to be fairly standard you can save a bunch of time doing this utilizing <a title="Termsfeed" href="http://termsfeed.com/" target="_blank">Termsfeed</a>.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.seomoz.org/blog/great-content-for-seo-simpler-than-you-ever-imagined" class="button small grey">Great Content Process</a><span class="trigger"><a href="#">26) Create great content</a></span>
<div class="toggle-container" style="display: none;">
<p>Nobody is going to care about your web site if its content is weak, so make this a priority. Check out this <a title="Great Content for SEO: Simpler than You Ever Imagined" href="http://www.seomoz.org/blog/great-content-for-seo-simpler-than-you-ever-imagined" target="_blank">process for creating great content</a> by <a title="Rand Fishkin" href="http://moz.com/rand/" target="_blank">Rand Fishkin</a>.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://penguininitiatives.com/track-social-shares-addthis-widget-google-analytics/" class="button small grey">Track Social Shares</a><span class="trigger"><a href="#">27) Add social share widgets to pages with interesting content</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend utilizing AddThis so you can <a title="Track Social Shares: AddThis Widget + Google Analytics" href="http://penguininitiatives.com/track-social-shares-addthis-widget-google-analytics/" target="_blank">track social shares</a></p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.grammarly.com/download/chrome" class="button small grey">Grammarly</a><span class="trigger"><a href="#">28) Spellcheck your web site</a></span>
<div class="toggle-container" style="display: none;">
<p>There are plugins available for a lot of content management systems that allow for this. If you have an RSS feed, then you can plug in the URL for it at <a title="Respelt" href="http://respelt.com/" target="_blank">Respelt</a> and quickly get all your content spellchecked this way.  One of the easiest ways to avoid <a title="Grammarly Lite Chrome Extension" href="http://www.grammarly.com/download/chrome" target="_blank">Grammarly Lite Chrome Extension</a> while writing your content in order to identify it <em>before</em> it&#8217;s published.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.google.com/analytics/" class="button small grey">Google Analytics</a><span class="trigger"><a href="#">29) Launch the web site &amp; record the launch date</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend creating an annotation in your Google Analytics account so you know what day your site launched officially.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.bing.com/toolbox/webmaster" class="button small grey">Bing Webmaster Tools</a><a id="toggle-button" target="_blank" href="https://www.google.com/webmasters/tools" class="button small grey">Google Webmaster Tools</a><span class="trigger"><a href="#">30) Utilize webmaster tools</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend creating, verifying &amp; configuring your site in both <a title="Bing Webmaster Tools" href="http://www.bing.com/toolbox/webmaster" target="_blank">Bing Webmaster Tools</a> &amp; <a title="Google Webmaster Tools" href="https://www.google.com/webmasters/tools" target="_blank">Google Webmaster Tools</a>. These tools both provide incredible tools to ensure your site is being indexed properly, as well as provide additional perks above and beyond.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.google.com/alerts" class="button small grey">Google Alerts</a><a id="toggle-button" target="_blank" href="https://mention.net/" class="button small grey">mention</a><span class="trigger"><a href="#">31) Setup brand monitoring</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend using <a title="mention" href="https://mention.net/" target="_blank">mention</a>, it&#8217;s better than Google Alerts and its free service for under 500 mentions per month. In addition, you should also setup <a title="Google Alerts" href="http://www.google.com/alerts" target="_blank">Google Alerts</a> in case you go over the mention quota.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="https://www.site24x7.com/" class="button small grey">Site24x7</a><span class="trigger"><a href="#">32) Setup website uptime monitoring</a></span>
<div class="toggle-container" style="display: none;">
<p>I recommend <a title="Site24x7" href="https://www.site24x7.com/" target="_blank">Site24x7</a>, they provide free uptime monitoring on up to five sites with 10 minute interval checks.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.seobook.com/archives/001792.shtml" class="button small grey">101 Ways to Build Link Popularity</a><span class="trigger"><a href="#">33) Build links</a></span>
<div class="toggle-container" style="display: none;">
<p>Aaron Wall&#8217;s <a title="101 Ways to Build Link Popularity" href="http://www.seobook.com/archives/001792.shtml" target="_blank">101 Ways to Build Link Popularity</a> should keep you busy for a while.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.addthis.com/" class="button small grey">AddThis</a><span class="trigger"><a href="#">34) Promote your content</a></span>
<div class="toggle-container" style="display: none;">
<p>Share the hell out of your great new content as you publish it. Tweet it, like it, plus it, linkedin share it, pin it, submit it, syndicate it, buffer it, social bookmark it, post it, comment it, link it, email it, etc.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://marketing.grader.com" class="button small grey">HubSpot&#8217;s Marketing Grader</a><span class="trigger"><a href="#">35) Grade your web site</a></span>
<div class="toggle-container" style="display: none;">
<p>Utilize <a title="HubSpot's Marketing Grader" href="http://marketing.grader.com" target="_blank">HubSpot&#8217;s Marketing Grader</a> and get recommendations to further improve your new web site.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://www.woorank.com" class="button small grey">WooRank</a><span class="trigger"><a href="#">36) WooRank your web site</a></span>
<div class="toggle-container" style="display: none;">
<p>Scan your site with <a title="WooRank" href="http://www.woorank.com" target="_blank">WooRank</a> for even more recommendations to further yet improve your new web site.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="toggle-wrap"><a id="toggle-button" target="_blank" href="http://penguininitiatives.com/" class="button small grey">Penguin Initiatives</a><span class="trigger"><a href="#">37) Enjoy your web site</a></span>
<div class="toggle-container" style="display: none;">
<p>If you don&#8217;t enjoy working on your web site, you&#8217;ll soon get bored of it. You need to enjoy it in order to keep it going and make it a real success, so try your best to keep it interesting. Stick to what you love. The best products are created by the people who use them most. Do it for yourself and you can&#8217;t go wrong.</p>
</div>
<p><!--END TOGGLE-WRAP--></div>
<div class="divider-border" style="margin-top: 10px; margin-bottom: 10px;"></div>
<p>Time for you to make an awesome web site &amp; while you&#8217;re at it&#8230;be awesome and share these 37 steps with your friends &amp; colleagues via your favorite social networks below!</p>
<p>The post <a href="http://penguininitiatives.com/steps-to-launch-your-next-awesome-web-site/">37 Steps to Launch Your Next Awesome Web Site</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/steps-to-launch-your-next-awesome-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Track Social Shares: AddThis Widget + Google Analytics</title>
		<link>http://penguininitiatives.com/track-social-shares-addthis-widget-google-analytics/</link>
		<comments>http://penguininitiatives.com/track-social-shares-addthis-widget-google-analytics/#comments</comments>
		<pubDate>Sat, 05 Jan 2013 11:01:08 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=720</guid>
		<description><![CDATA[<p>My Friend Wanted Social Share Tracking My friend Alex was just dying to track social shares on his opinionated fashion, gaming, haiku, review, rant &#38; trolling blog AGREEorDIE. He was dying for this because his site recently went INSANELY viral due to his uniquely awesome eldredge tie...</p><p>The post <a href="http://penguininitiatives.com/track-social-shares-addthis-widget-google-analytics/">Track Social Shares: AddThis Widget + Google Analytics</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>My Friend Wanted Social Share Tracking</h3>
<p>My friend <a title="VirtualAlex on Twitter" href="http://twitter.com/VirtualAlex" target="_blank">Alex</a> was just dying to track social shares on his opinionated fashion, gaming, haiku, review, rant &amp; trolling blog <a title="AGREEorDIE" href="http://agreeordie.com/" target="_blank">AGREEorDIE</a>. He was dying for this because his site recently went INSANELY viral due to his uniquely awesome <a title="Elredge Tie Knot" href="http://agreeordie.com/blog/musings/545-how-to-tie-a-necktie-eldredge-knot" target="_blank">eldredge tie knot</a> and <a title="Trinity Tie Knot - How to Tie a Trinity Necktie Knot" href="http://agreeordie.com/blog/musings/553-how-to-tie-a-necktie-trinity-knot" target="_blank">trinity tie knot</a> how-to instructional videos. If you&#8217;re a male and want to look particularly stylish with a tie one day, I highly recommend trying them out! Ideally he wanted to track actual shares, rather than just clicks on social sharing buttons. I mean, who really cares if someone clicks on a sharing button, but doesn&#8217;t actually go through with the social sharing? I sure don&#8217;t and I figured I would enjoy having this information for my web sites as well. So I decided to find a solution for us both. I wanted it to be easy, accurate, free and I didn&#8217;t want to sacrifice how my social sharing widgets were display or show some attribution link either. I also didn&#8217;t want to be restricted to any particular social media sites either. Well Google Analytics may already provide this data by default for Delicious, Disqus, Google Plus, Pocket, and some other more obscure <a title="Social Data Hub Partners" href="https://developers.google.com/analytics/devguides/socialdata/" target="_blank">Social Data Hub Partners</a> that doesn&#8217;t come close to cutting it since it excludes the majority of the most important social media sites out there (i.e. Facebook, Pinterest, StumbleUpon, Twitter, etc.).</p>
<h3>Google Analytics Doesn&#8217;t Make It Easy</h3>
<p>Initially I toyed with integrating <a title="Google Analytics Social Interactions - Web Tracking (ga.js)" href="https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingSocial" target="_blank">Google Analytics Social Interactions &#8211; Web Tracking (ga.js)</a> with the various networks that were most important to Alex and I. This proved to not be easy and therefore didn&#8217;t meet my stated need fully. I followed the instructions and ultimately was unable to get it to work for any network (not that I spent much time on it, since I wanted this to be easy). I then tried using pre-existing code that had been setup for exactly this purpose, that is the <a title="Google Analytics Social Tracking Demo" href="http://analytics-api-samples.googlecode.com/svn/trunk/src/tracking/javascript/v5/social/facebook_js_async.html" target="_blank">Google Analytics Social Tracking Demo</a>. This too, did not appear to work out of the box and so I moved on thinking there had to be a better way to meet my need. I mean seriously, this has to be a common need for a lot of web sites, why should it be difficult? I could have gone the easy route using social icons and just tracking click events on them, but again I didn&#8217;t care if people clicked on them, I only cared if they actually shared content. It was also important to me to include the social share tally next to the share buttons, the icons alone simply were not acceptable.</p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>The Easy, Accurate, Free Option: AddThis</h3>
<p>So I kept looking for a better option. I had used <a title="AddThis" href="http://www.addthis.com/" target="_blank">AddThis</a> in the past and I didn&#8217;t necessarily appreciate the service. It used to be rather inflexible and didn&#8217;t add much value above and beyond saving some time getting separate social widgets to render well next to one another. To my surprise and delight, I found that AddThis had come a very long way since I had last used the service. It was now the solution to all of my problems. Alex and I were able to customize our sharing widgets with full flexibility and enjoy a truly <a title="easy way to integrate social sharing tracking with Google Analytics" href="http://support.addthis.com/customer/portal/articles/381260-google-analytics-integration" target="_blank">easy way to integrate social sharing tracking with Google Analytics</a>! I was even able to do this without including the infamous AddThis share button! Thank you AddThis for making my life easier!</p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Google Analytics Social Plugins Report + AddThis Data</h3>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 20px;"><a href="http://cdn.penguininitiatives.com/wp-content/uploads/2013/01/google-analytics-addthis-widget-social-plugin-tracking-report1.png" target="_blank"><img class="alignnone  wp-image-806" alt="Google Analytics Social Plugins Report with AddThis Data" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/01/google-analytics-addthis-widget-social-plugin-tracking-report1.png" width="600" /></a></div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 20px;"></div>
<h3>The Code That Did The Trick</h3>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h5>The Penguin Initiatives AddThis code renders as follows:</h5>
<p><img class="alignnone size-full wp-image-785" alt="Penguin Initiatives AddThis Code Rendered Screenshot" src="http://cdn.penguininitiatives.com/wp-content/uploads/2013/01/pi-add-this-code-screenshot.png" width="539" height="37" /></p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h5>The following is the AddThis code I used for Penguin Initiatives to accomplish this:</h5>
<div class="star-list">
<ul>
<li>You can use whatever social network share widgets you prefer using the <a title="AddThis Client API" href="http://support.addthis.com/customer/portal/articles/381263-addthis-client-api" target="_blank">AddThis Client API</a></li>
</ul>
</div>
<pre class="brush: jscript; title: ; notranslate">
&lt;!-- AddThis Button BEGIN --&gt;
&lt;div class=&quot;addthis_toolbox addthis_default_style &quot;&gt;
&lt;a class=&quot;addthis_button_tweet&quot;&gt;&lt;/a&gt;
&lt;a class=&quot;addthis_button_google_plusone&quot; g:plusone:size=&quot;medium&quot;&gt;&lt;/a&gt; 
&lt;a class=&quot;addthis_button_linkedin_counter&quot;&gt;&lt;/a&gt; 
&lt;a style=&quot;margin-left:25px;&quot; class=&quot;addthis_button_facebook_like&quot; fb:like:layout=&quot;button_count&quot;&gt;&lt;/a&gt;
&lt;a style=&quot;margin-left:10px;&quot; class=&quot;addthis_counter addthis_pill_style&quot;&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
 var addthis_config = {
  data_ga_property: 'INSERT_YOUR_GOOGLE_ANALYTICS_UA_ID_HERE',
  data_ga_social : true
 }; 
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;//s7.addthis.com/js/300/addthis_widget.js#pubid=INSERT_YOUR_ADDTHIS_PUBLISHER_ID_HERE&quot;&gt;&lt;/script&gt;
&lt;!-- AddThis Button END --&gt;
</pre>
<div class="star-list">
<ul>
<li>To use the Penguin Initiatives AddThis code on your site, replace the following strings:</li>
</ul>
</div>
<pre class="brush: plain; title: ; notranslate">
INSERT_YOUR_GOOGLE_ANALYTICS_UA_ID_HERE
INSERT_YOUR_ADDTHIS_PUBLISHER_ID_HERE
</pre>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h5>Alex&#8217;s AddThis code renders as follows:</h5>
<p><img class="alignnone size-full wp-image-786" alt="AGREEorDIE AddThis Code Rendered Screenshot" src="/wp-content/uploads/2013/01/aod-add-this-code-screenshot.png" width="78" height="352" /></p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h5>The following is the AddThis code Alex used to accomplish this on <a title="AGREEorDIE" href="http://agreeordie.com" target="_blank">AGREEorDIE</a>:</h5>
<div class="star-list">
<ul>
<li>Note this doesn&#8217;t include an AddThis button and has an RSS Feed appended to the AddThis code</li>
</ul>
</div>
<pre class="brush: jscript; title: ; notranslate">
&lt;!-- AddThis Button BEGIN --&gt;
&lt;div class=&quot;addthis_toolbox addthis_floating_style addthis_counter_style&quot; style=&quot;left:50px;top:50px;&quot;&gt;
&lt;a class=&quot;addthis_button_google_plusone&quot; g:plusone:size=&quot;tall&quot;&gt;&lt;/a&gt;
&lt;a class=&quot;addthis_button_tweet&quot; tw:count=&quot;vertical&quot;&gt;&lt;/a&gt;
&lt;a class=&quot;addthis_button_facebook_like&quot; fb:like:layout=&quot;box_count&quot;&gt;&lt;/a&gt;
&lt;a class=&quot;addthis_button_pinterest_pinit&quot; pi:pinit:layout=&quot;vertical&quot;&gt;&lt;/a&gt;
&lt;a onclick=&quot;_gaq.push(['_trackEvent', 'rss', 'clicked-rss-button'])&quot; style=&quot;position: relative; left: -5px; top: 5px;&quot; href=&quot;INSERT_YOUR_RSS_FEED_URL_HERE&quot; title=&quot;Subscribe to my feed&quot; rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot;&gt;&lt;img src=&quot;http://www.feedburner.com/fb/images/pub/feed-icon32x32.png&quot; alt=&quot;&quot; style=&quot;border:0&quot;/&gt;&lt;/a&gt;&lt;a href=&quot;INSERT_YOUR_RSS_FEED_URL_HERE&quot; title=&quot;Subscribe to my feed&quot; rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot;&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
 var addthis_config = {
  data_ga_property: 'INSERT_YOUR_GOOGLE_ANALYTICS_UA_ID_HERE',
  data_ga_social : true
 }; 
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;//s7.addthis.com/js/300/addthis_widget.js#pubid=INSERT_YOUR_ADDTHIS_PUBLISHER_ID_HERE&quot;&gt;&lt;/script&gt;
&lt;!-- AddThis Button END --&gt;
</pre>
<div class="star-list">
<ul>
<li>To use Alex&#8217;s AddThis code on your site, replace the following strings:</li>
</ul>
</div>
<pre class="brush: plain; title: ; notranslate">
INSERT_YOUR_RSS_FEED_URL_HERE
INSERT_YOUR_GOOGLE_ANALYTICS_UA_ID_HERE
INSERT_YOUR_ADDTHIS_PUBLISHER_ID_HERE</pre>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Advanced Segments for Social Shares</h3>
<p>I&#8217;m somewhat of a Google Analytics advanced segment fan, which is quite evident from my recent <a title="Comprehensive Google Analytics Advanced Segments Template Collection" href="http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/" target="_blank">Comprehensive Google Analytics Advanced Segments Template Collection</a> post. For this reason I was compelled to find a way to create an advanced segment for social shares.  I desperately desired the ability to identify where the visitors are coming from that share my content socially, as I appreciate this segment of visitors much more than those who don&#8217;t help spread the word about my blog. I want to know where they&#8217;re coming from, so I can focus on gaining additional visitors from these important sources. Unfortunately, Google Analytics does not allow you to segment by social source at this time. Regardless, I am working with AddThis support to identify a viable solution to this dilemma. One way or another, I will find a solution and once I do I will update this post and my <a title="Comprehensive Google Analytics Advanced Segments Template Collection" href="http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/" target="_blank">Comprehensive Google Analytics Advanced Segments Template Collection</a> post with said solution.</p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Social Share Tracking Only for Now</h3>
<p>For now, I hope that you find the ability to easily &amp; accurately track social shares for free, by social network, in your Google Analytics account to be useful. If you have a different and/or better way of accomplishing this, please share your wisdom in the comments.</p>
<p>Now please allow me to more thoroughly enjoy the social share tracking I have enabled, by sharing this link with your friends &amp; colleagues via your favorite social networks using the social sharing widgets below!</p>
<p>The post <a href="http://penguininitiatives.com/track-social-shares-addthis-widget-google-analytics/">Track Social Shares: AddThis Widget + Google Analytics</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/track-social-shares-addthis-widget-google-analytics/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Theme Sniffer Chrome Extension v0.82 Quality Results</title>
		<link>http://penguininitiatives.com/theme-sniffer-chrome-extension-quality-results/</link>
		<comments>http://penguininitiatives.com/theme-sniffer-chrome-extension-quality-results/#comments</comments>
		<pubDate>Wed, 02 Jan 2013 02:36:03 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[chrome extensions]]></category>
		<category><![CDATA[chrome web store]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=665</guid>
		<description><![CDATA[<p>Recently I wrote about How I Increased My Extension&#8217;s Chrome Web Store Impressions 1,112% in only 15 Minutes. Since then the Theme Sniffer extension has not only grown significantly in its number of active users, but it has also received a lot of negative reviews for its...</p><p>The post <a href="http://penguininitiatives.com/theme-sniffer-chrome-extension-quality-results/">Theme Sniffer Chrome Extension v0.82 Quality Results</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Recently I wrote about <a title="How I Increased My Extension's Chrome Web Store Impressions 1,112% in only 15 Minutes!" href="http://penguininitiatives.com/increase-chrome-web-store-impressions/" target="_blank">How I Increased My Extension&#8217;s Chrome Web Store Impressions 1,112% in only 15 Minutes</a>. Since then the Theme Sniffer extension has not only grown significantly in its number of active users, but it has also received a lot of <a title="Theme Sniffer Chrome Extension Reviews" href="https://chrome.google.com/webstore/detail/theme-sniffer/kihhefcbenhkjgjhchanjfhhflaojldn/reviews" target="_blank">negative reviews</a> for its failure to accurately identify the theme or template of a large portion of Drupal, Joomla &amp; WordPress web sites. I just launched a new release (v0.82) of the <a title="Theme Sniffer Chrome Extension" href="https://chrome.google.com/webstore/detail/theme-sniffer/kihhefcbenhkjgjhchanjfhhflaojldn" target="_blank">Theme Sniffer Chrome Extension</a> to address these quality issues, the following are my results.</p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>WordPress Test Sites</h3>
<p>For this test I used the latest 50 web sites listed on the <a title="WordPress Showcase" href="http://wordpress.org/showcase/archives/" target="_blank">WordPress Showcase</a>.</p>
<ol>
<li><a href="http://blog.linkedin.com/" class="autohyperlink" title="http://blog.linkedin.com/" target="_blank">blog.linkedin.com/</a> <span class="highlightgreen">Detected WordPress Theme: linkedin</span></li>
<li><a href="http://www.charitywater.org/blog/" class="autohyperlink" title="http://www.charitywater.org/blog/" target="_blank">www.charitywater.org/blog/</a> <span class="highlightgreen">Detected WordPress Theme: charity</span></li>
<li><a href="http://fourhourchef.com/" class="autohyperlink" title="http://fourhourchef.com/" target="_blank">fourhourchef.com/</a> <span class="highlightgreen">Detected WordPress Theme: pub</span></li>
<li><a href="http://bestbuymobile.com/" class="autohyperlink" title="http://bestbuymobile.com/" target="_blank">bestbuymobile.com/</a> <span class="highlightgreen">Detected WordPress Theme: bestbuymobile</span></li>
<li><a href="http://xzibit.com/" class="autohyperlink" title="http://xzibit.com/" target="_blank">xzibit.com/</a> <span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://www.rollingstones.com/" class="autohyperlink" title="http://www.rollingstones.com/" target="_blank">www.rollingstones.com/</a> <span class="highlightgreen">Detected WordPress Theme: rolling-stones-2012</span></li>
<li><a href="http://qz.com/" class="autohyperlink" title="http://qz.com/" target="_blank">qz.com/</a> <span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://cio.gov/" class="autohyperlink" title="http://cio.gov/" target="_blank">cio.gov/</a> <span class="highlightgreen">Detected WordPress Theme: twentyten</span></li>
<li><a href="http://www.tonpetitlook.com/en " class="autohyperlink" title="http://www.tonpetitlook.com/en " target="_blank">www.tonpetitlook.com/en </a><span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://365awesomedesigners.com/ " class="autohyperlink" title="http://365awesomedesigners.com/ " target="_blank">365awesomedesigners.com/ </a><span class="highlightgreen">Detected WordPress Theme: 365awesomedesigner</span></li>
<li><a href="http://channingtatumunwrapped.com/" class="autohyperlink" title="http://channingtatumunwrapped.com/" target="_blank">channingtatumunwrapped.com/</a> <span class="highlightgreen">Detected WordPress Theme: pagelines</span></li>
<li><a href="http://fluffyguy.com/" class="autohyperlink" title="http://fluffyguy.com/" target="_blank">fluffyguy.com/</a> <span class="highlightgreen">Detected WordPress Theme: gabrieliglesias</span></li>
<li><a href="http://fourhourbody.com/" class="autohyperlink" title="http://fourhourbody.com/" target="_blank">fourhourbody.com/</a> <span class="highlightgreen">Detected WordPress Theme: pub</span></li>
<li><a href="http://moonfrye.com/ " class="autohyperlink" title="http://moonfrye.com/ " target="_blank">moonfrye.com/ </a><span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://thecrosbypress.jackthreads.com/" class="autohyperlink" title="http://thecrosbypress.jackthreads.com/" target="_blank">thecrosbypress.jackthreads.com/</a> <span class="highlightgreen">Detected WordPress Theme: vip</span></li>
<li><a href="http://product.espn.com/" class="autohyperlink" title="http://product.espn.com/" target="_blank">product.espn.com/</a> <span class="highlightgreen">Detected WordPress Theme: pub</span></li>
<li><a href="http://magazine.topman.com/" class="autohyperlink" title="http://magazine.topman.com/" target="_blank">magazine.topman.com/</a> <span class="highlightgreen">Detected WordPress Theme: generation</span></li>
<li><a href="http://thealpinereview.com/" class="autohyperlink" title="http://thealpinereview.com/" target="_blank">thealpinereview.com/</a> <span class="highlightgreen">Detected WordPress Theme: alpine</span></li>
<li><a href="http://www.riverdance.com/" class="autohyperlink" title="http://www.riverdance.com/" target="_blank">www.riverdance.com/</a> <span class="highlightgreen">Detected WordPress Theme: riverdance</span></li>
<li><a href="http://woorkup.com/ - " class="autohyperlink" title="http://woorkup.com/ - " target="_blank">woorkup.com/ - </a><span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://sickdesigner.com/" class="autohyperlink" title="http://sickdesigner.com/" target="_blank">sickdesigner.com/</a> <span class="highlightgreen">Detected WordPress Theme: sick2012</span></li>
<li><a href="http://peter-facinelli.com/wordpress/" class="autohyperlink" title="http://peter-facinelli.com/wordpress/" target="_blank">peter-facinelli.com/wordpress/</a> <span class="highlightgreen">Detected WordPress Theme: peter-facinelli-green</span></li>
<li><a href="http://williamshatner.com/ws/" class="autohyperlink" title="http://williamshatner.com/ws/" target="_blank">williamshatner.com/ws/</a> <span class="highlightgreen">Detected WordPress Theme: meshable</span></li>
<li><a href="http://www.butterfield.com/" class="autohyperlink" title="http://www.butterfield.com/" target="_blank">www.butterfield.com/</a> <span class="highlightgreen">Detected WordPress Theme: butterfield</span></li>
<li><a href="http://www.bonnaroo.com/" class="autohyperlink" title="http://www.bonnaroo.com/" target="_blank">www.bonnaroo.com/</a> <span class="highlightgreen">Detected WordPress Theme: bonnaroo2k12</span></li>
<li><a href="http://thenextweb.com/" class="autohyperlink" title="http://thenextweb.com/" target="_blank">thenextweb.com/</a> <span class="highlightgreen">Detected WordPress Theme: icetea</span></li>
<li><a href="http://gcbaz.com/" class="autohyperlink" title="http://gcbaz.com/" target="_blank">gcbaz.com/</a> <span class="highlightgreen">Detected WordPress Theme: gateway</span></li>
<li><a href="http://factoryjackson.com/ " class="autohyperlink" title="http://factoryjackson.com/ " target="_blank">factoryjackson.com/ </a><span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://www.dompteurs.com/" class="autohyperlink" title="http://www.dompteurs.com/" target="_blank">www.dompteurs.com/</a> <span class="highlightgreen">Detected WordPress Theme: dompteurs</span></li>
<li><a href="http://www.nrccwdt.org/" class="autohyperlink" title="http://www.nrccwdt.org/" target="_blank">www.nrccwdt.org/</a> <span class="highlightgreen">Detected WordPress Theme: NRC-CDWT</span></li>
<li><a href="http://www.webdevelopmentgroup.com/" class="autohyperlink" title="http://www.webdevelopmentgroup.com/" target="_blank">www.webdevelopmentgroup.com/</a> <span class="highlightgreen">Detected WordPress Theme: thewebdevelopmentgroup</span></li>
<li><a href="http://www.su.edu/" class="autohyperlink" title="http://www.su.edu/" target="_blank">www.su.edu/</a> <span class="highlightgreen">Detected WordPress Theme: school-subsite</span></li>
<li><a href="http://stylegirlfriend.com/" class="autohyperlink" title="http://stylegirlfriend.com/" target="_blank">stylegirlfriend.com/</a> <span class="highlightgreen">Detected WordPress Theme: lifestyle</span></li>
<li><a href="http://today.salve.edu/" class="autohyperlink" title="http://today.salve.edu/" target="_blank">today.salve.edu/</a> <span class="highlightgreen">Detected WordPress Theme: deadline-child</span></li>
<li><a href="http://ricklohre.com/" class="autohyperlink" title="http://ricklohre.com/" target="_blank">ricklohre.com/</a> <span class="highlightgreen">Detected WordPress Theme: bigformat</span></li>
<li><a href="http://winefolly.com/" class="autohyperlink" title="http://winefolly.com/" target="_blank">winefolly.com/</a> <span class="highlightgreen">Detected WordPress Theme: WF-Skeleton</span></li>
<li><a href="http://halsparks.com/" class="autohyperlink" title="http://halsparks.com/" target="_blank">halsparks.com/</a> <span class="highlightgreen">Detected WordPress Theme: Prestige</span></li>
<li><a href="http://thingswemake.wordpress.com/" class="autohyperlink" title="http://thingswemake.wordpress.com/" target="_blank">thingswemake.wordpress.com/</a> <span class="highlightgreen">Detected WordPress Theme: pub</span></li>
<li><a href="http://shitiheart.com/ " class="autohyperlink" title="http://shitiheart.com/ " target="_blank">shitiheart.com/ </a><span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://rhicenter.org/" class="autohyperlink" title="http://rhicenter.org/" target="_blank">rhicenter.org/</a> <span class="highlightgreen">Detected WordPress Theme: outreach%201.2</span></li>
<li><a href="http://blog.flickr.net/en" class="autohyperlink" title="http://blog.flickr.net/en" target="_blank">blog.flickr.net/en</a> <span class="highlightgreen">Detected WordPress Theme: h4</span></li>
<li><a href="http://code.flickr.net/" class="autohyperlink" title="http://code.flickr.net/" target="_blank">code.flickr.net/</a> <span class="highlightgreen">Detected WordPress Theme: vip</span></li>
<li><a href="http://www.milwaukeepolicenews.com/" class="autohyperlink" title="http://www.milwaukeepolicenews.com/" target="_blank">www.milwaukeepolicenews.com/</a> <span class="highlightgreen">Detected WordPress Theme: milwaukeepolice</span></li>
<li><a href="http://evening-edition.com/" class="autohyperlink" title="http://evening-edition.com/" target="_blank">evening-edition.com/</a> <span class="highlightgreen">Detected WordPress Theme: evening-edition</span></li>
<li><a href="http://blog.chartbeat.com/" class="autohyperlink" title="http://blog.chartbeat.com/" target="_blank">blog.chartbeat.com/</a> <span class="highlightgreen">Detected WordPress Theme: chartbeat</span></li>
<li><a href="http://acityatwork.com/" class="autohyperlink" title="http://acityatwork.com/" target="_blank">acityatwork.com/</a> <span class="highlightgreen">Detected WordPress Theme: premium</span></li>
<li><a href="http://mibwatch.wordpress.com/" class="autohyperlink" title="http://mibwatch.wordpress.com/" target="_blank">mibwatch.wordpress.com/</a> <span class="highlightgreen">Detected WordPress Theme: pub</span></li>
<li><a href="http://snooplion.com/ " class="autohyperlink" title="http://snooplion.com/ " target="_blank">snooplion.com/ </a><span class="highlightred">Failed to detect theme</span></li>
<li><a href="http://gaptheoryband.com/" class="autohyperlink" title="http://gaptheoryband.com/" target="_blank">gaptheoryband.com/</a> <span class="highlightgreen">Detected WordPress Theme: h4</span></li>
<li><a href="http://standtalleducation.com/" class="autohyperlink" title="http://standtalleducation.com/" target="_blank">standtalleducation.com/</a> <span class="highlightgreen">Detected WordPress Theme: StandTall_115</span></li>
</ol>
<div class="star-list" style="font-size: 15px;">
<ul>
<li><strong>84%</strong> (42/50) of WordPress Themes Detected Successfully</li>
</ul>
</div>
<div class="divider-border" style="margin-top: 10px; margin-bottom: 10px;"></div>
<h3>Joomla Test Sites</h3>
<p>For this test I used the latest 50 web sites listed on the <a title="Joomla Portfolio" href="http://community.joomla.org/labels/joomla-portfolio.html" target="_blank">Joomla Portfolio</a> as well as the <a title="Joomla Community Showcase" href="http://community.joomla.org/showcase/" target="_blank">Joomla Community Showcase</a>.<a title="WordPress Showcase" href="http://wordpress.org/showcase/archives/" target="_blank"><br />
</a></p>
<ol>
<li><a href="http://boutique.heathrow.com/" class="autohyperlink" title="http://boutique.heathrow.com/" target="_blank">boutique.heathrow.com/</a> <span class="highlightgreen">Detected Joomla Template: businesslab3</span></li>
<li><a href="http://gtbank.com/" class="autohyperlink" title="http://gtbank.com/" target="_blank">gtbank.com/</a> <span class="highlightgreen">Detected Joomla Template: global-resources</span></li>
<li><a href="http://www.peugeot.com/en" class="autohyperlink" title="http://www.peugeot.com/en" target="_blank">www.peugeot.com/en</a> <span class="highlightgreen">Detected Joomla Template: peugeot</span></li>
<li><a href="http://www.leonardodicaprio.com/" class="autohyperlink" title="http://www.leonardodicaprio.com/" target="_blank">www.leonardodicaprio.com/</a> <span class="highlightgreen">Detected Joomla Template: leoldc</span></li>
<li><a href="http://www.mtvgreece.gr/ " class="autohyperlink" title="http://www.mtvgreece.gr/ " target="_blank">www.mtvgreece.gr/ </a><span class="highlightred">Failed to detect Template</span></li>
<li><a href="http://www.villarrealcf.es/" class="autohyperlink" title="http://www.villarrealcf.es/" target="_blank">www.villarrealcf.es/</a> <span class="highlightgreen">Detected Joomla Template: yoo_cloud</span></li>
<li><a href="http://www.df.gob.mx/" class="autohyperlink" title="http://www.df.gob.mx/" target="_blank">www.df.gob.mx/</a> <span class="highlightgreen">Detected Joomla Template: blueface</span></li>
<li><a href="http://www.jaguar.gr/" class="autohyperlink" title="http://www.jaguar.gr/" target="_blank">www.jaguar.gr/</a> <span class="highlightgreen">Detected Joomla Template: jaguar</span></li>
<li><a href="http://kratkofil.org/" class="autohyperlink" title="http://kratkofil.org/" target="_blank">kratkofil.org/</a> <span class="highlightgreen">Detected Joomla Template: sienna</span></li>
<li><a href="http://www.theskydeck.com/" class="autohyperlink" title="http://www.theskydeck.com/" target="_blank">www.theskydeck.com/</a> <span class="highlightgreen">Detected Joomla Template: skydeck</span></li>
<li><a href="http://www.minedu.gov.gr/" class="autohyperlink" title="http://www.minedu.gov.gr/" target="_blank">www.minedu.gov.gr/</a> <span class="highlightgreen">Detected Joomla Template: gk_twn_blue</span></li>
<li><a href="http://www.monacoyachtshow.com/ " class="autohyperlink" title="http://www.monacoyachtshow.com/ " target="_blank">www.monacoyachtshow.com/ </a><span class="highlightred">Failed to detect Template</span></li>
<li><a href="https://nookdeveloper.barnesandnoble.com/" class="autohyperlink" title="https://nookdeveloper.barnesandnoble.com/" target="_blank">nookdeveloper.barnesandnoble.com/</a> <span class="highlightgreen">Detected Joomla Template: cloudbase</span></li>
<li><a href="http://www.exact.com/" class="autohyperlink" title="http://www.exact.com/" target="_blank">www.exact.com/</a> <span class="highlightgreen">Detected Joomla Template: exact</span></li>
<li><a href="http://www.tour-eiffel.fr/" class="autohyperlink" title="http://www.tour-eiffel.fr/" target="_blank">www.tour-eiffel.fr/</a> <span class="highlightgreen">Detected Joomla Template: tour_eiffel</span></li>
<li><a href="http://www.tatanano.com/ " class="autohyperlink" title="http://www.tatanano.com/ " target="_blank">www.tatanano.com/ </a><span class="highlightred">Failed to detect Template</span></li>
<li><a href="http://www.actian.com/" class="autohyperlink" title="http://www.actian.com/" target="_blank">www.actian.com/</a> <span class="highlightgreen">Detected Joomla Template: actian</span></li>
<li><a href="http://www.stabilisationunit.gov.uk/" class="autohyperlink" title="http://www.stabilisationunit.gov.uk/" target="_blank">www.stabilisationunit.gov.uk/</a> <span class="highlightgreen">Detected Joomla Template: stabunit</span></li>
<li><a href="http://www.minplanet.se/" class="autohyperlink" title="http://www.minplanet.se/" target="_blank">www.minplanet.se/</a> <span class="highlightgreen">Detected Joomla Template: minplanet</span></li>
<li><a href="http://www.santiagotimes.cl/" class="autohyperlink" title="http://www.santiagotimes.cl/" target="_blank">www.santiagotimes.cl/</a> <span class="highlightgreen">Detected Joomla Template: gk_twn</span></li>
<li><a href="http://www.hcourt.gov.au/" class="autohyperlink" title="http://www.hcourt.gov.au/" target="_blank">www.hcourt.gov.au/</a> <span class="highlightgreen">Detected Joomla Template: highcourt</span></li>
<li><a href="http://www.groupama-transport.com/" class="autohyperlink" title="http://www.groupama-transport.com/" target="_blank">www.groupama-transport.com/</a> <span class="highlightgreen">Detected Joomla Template: ai_groupama2</span></li>
<li><a href="http://maersktraining.com/" class="autohyperlink" title="http://maersktraining.com/" target="_blank">maersktraining.com/</a> <span class="highlightgreen">Detected Joomla Template: mtc-maersk.com</span></li>
<li><a href="http://api.orange.com/" class="autohyperlink" title="http://api.orange.com/" target="_blank">api.orange.com/</a> <span class="highlightgreen">Detected Joomla Template: orange</span></li>
<li><a href="http://www.getransportation.com/" class="autohyperlink" title="http://www.getransportation.com/" target="_blank">www.getransportation.com/</a> <span class="highlightgreen">Detected Joomla Template: getrans</span></li>
<li><a href="http://www.bicentenario.gob.mx/" class="autohyperlink" title="http://www.bicentenario.gob.mx/" target="_blank">www.bicentenario.gob.mx/</a> <span class="highlightgreen">Detected Joomla Template: mx_joomlafree</span></li>
<li><a href="http://gorillaz.com/" class="autohyperlink" title="http://gorillaz.com/" target="_blank">gorillaz.com/</a> <span class="highlightgreen">Detected Joomla Template: blank_j15</span></li>
<li><a href="http://www.fai.ie/index.php" class="autohyperlink" title="http://www.fai.ie/index.php" target="_blank">www.fai.ie/index.php</a> <span class="highlightgreen">Detected Joomla Template: fai</span></li>
<li><a href="http://portal.mec.gov.br/index.php" class="autohyperlink" title="http://portal.mec.gov.br/index.php" target="_blank">portal.mec.gov.br/index.php</a> <span class="highlightgreen">Detected Joomla Template: mec</span></li>
<li><a href="http://www.guggenheim.org/" class="autohyperlink" title="http://www.guggenheim.org/" target="_blank">www.guggenheim.org/</a> <span class="highlightgreen">Detected Joomla Template: guggenheim</span></li>
<li><a href="http://www.danone.com/ " class="autohyperlink" title="http://www.danone.com/ " target="_blank">www.danone.com/ </a><span class="highlightred">Failed to detect Template</span></li>
<li><a href="http://www.uab.edu/" class="autohyperlink" title="http://www.uab.edu/" target="_blank">www.uab.edu/</a> <span class="highlightgreen">Detected Joomla Template: uab3.0</span></li>
<li><a href="http://www.eurunion.org/eu/" class="autohyperlink" title="http://www.eurunion.org/eu/" target="_blank">www.eurunion.org/eu/</a> <span class="highlightgreen">Detected Joomla Template: standard</span></li>
<li><a href="http://www.scottishrugby.org/" class="autohyperlink" title="http://www.scottishrugby.org/" target="_blank">www.scottishrugby.org/</a> <span class="highlightred">Failed to detect Template</span></li>
<li><a href="http://www.pentathlon.org/" class="autohyperlink" title="http://www.pentathlon.org/" target="_blank">www.pentathlon.org/</a> <span class="highlightgreen">Detected Joomla Template: hz_uipm_homepage</span></li>
<li><a href="http://www.fina.org/" class="autohyperlink" title="http://www.fina.org/" target="_blank">www.fina.org/</a> <span class="highlightgreen">Detected Joomla Template: rt_infuse_j152</span></li>
<li><a href="http://www.itwire.com/" class="autohyperlink" title="http://www.itwire.com/" target="_blank">www.itwire.com/</a> <span class="highlightred">Failed to detect Template</span></li>
<li><a href="http://www.afro.who.int/" class="autohyperlink" title="http://www.afro.who.int/" target="_blank">www.afro.who.int/</a> <span class="highlightred">Failed to detect Template</span></li>
<li><a href="http://www.linux.com/" class="autohyperlink" title="http://www.linux.com/" target="_blank">www.linux.com/</a> <span class="highlightgreen">Detected Joomla Template: linuxcom_v2</span></li>
<li><a href="http://www.culturaonline.net/" class="autohyperlink" title="http://www.culturaonline.net/" target="_blank">www.culturaonline.net/</a> <span class="highlightgreen">Detected Joomla Template: culturaonline</span></li>
<li><a href="http://www.everythingperu.com/" class="autohyperlink" title="http://www.everythingperu.com/" target="_blank">www.everythingperu.com/</a> <span class="highlightgreen">Detected Joomla Template: atomic</span></li>
<li><a href="http://www.compagnieantares.com/" class="autohyperlink" title="http://www.compagnieantares.com/" target="_blank">www.compagnieantares.com/</a> <span class="highlightgreen">Detected Joomla Template: antares_v2</span></li>
<li><a href="http://www.impactwrestling.com/" class="autohyperlink" title="http://www.impactwrestling.com/" target="_blank">www.impactwrestling.com/</a> <span class="highlightgreen">Detected Joomla Template: system</span></li>
<li><a href="http://www.lamaisondelucy.com/" class="autohyperlink" title="http://www.lamaisondelucy.com/" target="_blank">www.lamaisondelucy.com/</a> <span class="highlightred">Failed to detect Template</span></li>
<li><a href="http://www.mharch.com/" class="autohyperlink" title="http://www.mharch.com/" target="_blank">www.mharch.com/</a> <span class="highlightgreen">Detected Joomla Template: mharchitects-index</span></li>
<li><a href="http://www.mb-photography.com/" class="autohyperlink" title="http://www.mb-photography.com/" target="_blank">www.mb-photography.com/</a> <span class="highlightgreen">Detected Joomla Template: mbtemplate</span></li>
<li><a href="http://michaelgreves.com/" class="autohyperlink" title="http://michaelgreves.com/" target="_blank">michaelgreves.com/</a> <span class="highlightgreen">Detected Joomla Template: yoo_crystal</span></li>
<li><a href="http://www.mythrottle.net/" class="autohyperlink" title="http://www.mythrottle.net/" target="_blank">www.mythrottle.net/</a> <span class="highlightgreen">Detected Joomla Template: rt_voxel</span></li>
<li><a href="http://www.npowerpeg.com/" class="autohyperlink" title="http://www.npowerpeg.com/" target="_blank">www.npowerpeg.com/</a> <span class="highlightgreen">Detected Joomla Template: theme917</span></li>
<li><a href="http://go.okstate.edu/" class="autohyperlink" title="http://go.okstate.edu/" target="_blank">go.okstate.edu/</a> <span class="highlightgreen">Detected Joomla Template: okstate_2011</span></li>
</ol>
<div class="star-list" style="font-size: 15px;">
<ul>
<li><strong>84%</strong> (42/50) of Joomla Templates Detected Successfully</li>
</ul>
</div>
<div class="divider-border" style="margin-top: 10px; margin-bottom: 10px;"></div>
<h3>Drupal Test Sites</h3>
<p>For this test I started to use the latest 50 web sites listed on the <a title="Drupal Case Studies" href="http://drupal.org/case-studies" target="_blank">Drupal Case Studies Featured Showcase</a>. I quickly realized that the quality of detection for Drupal themes was so poor (less than 10% detected after quickly scanning 20 Drupal sites) that it was worth removing support for Drupal from the extension entirely at this time. I plan to bring back Drupal support in future versions of the extension, as well as add support for additional popular content management systems. For now at least we have the two most popular content management systems Joomla &amp; WordPress supported and with significant quality.<a title="Joomla Portfolio" href="http://community.joomla.org/labels/joomla-portfolio.html" target="_blank"><br />
</a></p>
<div class="star-list" style="font-size: 15px;">
<ul>
<li><strong>~10%</strong> (5/50) of Drupal Themes Detected Successfully</li>
</ul>
</div>
<div class="divider-border" style="margin-top: 10px; margin-bottom: 10px;"></div>
<h3>Takeaways from Quality Testing</h3>
<p>For both Joomla and WordPress, detection is successful now 84% of the time. This is without a doubt a huge improvement over where it was, even though I don&#8217;t have the specific % handy. This meets the 80/20 rule, and the additional effort necessary to account for the remaining 16% is not worthwhile. It was apparent, during testing that the 16% of sites not being detected were almost always utilizing custom themes and templates. Since the purpose of the extension is to identify high-quality themes for potential use on your own web site, it serves this purpose perfectly. The only thing we are missing out on now, is being able to quickly identify the not-so-interesting naming conventions of some custom themes and templates. So going forward, my efforts will be aimed at adding support for additional content management systems, as well as ensuring their detection quality meets the 80/20 rule as well.</p>
<div class="check-list" style="font-size: 15px;">
<ul>
<li><strong>Passes</strong> the 80/20 rule</li>
<li><strong>Ignore</strong> the remaining 16%</li>
<li><strong>Meets</strong> the core need/purpose</li>
<li><strong>Drop</strong> Drupal support for the time being</li>
<li><strong>Add</strong> support for additional content management systems</li>
</ul>
</div>
<div class="divider-border" style="margin-top: 10px; margin-bottom: 20px;"></div>
<p><a class="button large  yellow" href="https://chrome.google.com/webstore/detail/theme-sniffer/kihhefcbenhkjgjhchanjfhhflaojldn" target="_blank">Install &amp; Review The New Theme Sniffer Chrome Extension</a></p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<p>The post <a href="http://penguininitiatives.com/theme-sniffer-chrome-extension-quality-results/">Theme Sniffer Chrome Extension v0.82 Quality Results</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/theme-sniffer-chrome-extension-quality-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Advanced Segments Comprehensive Template Collection</title>
		<link>http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/</link>
		<comments>http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/#comments</comments>
		<pubDate>Wed, 26 Dec 2012 11:48:22 +0000</pubDate>
		<dc:creator>Andy Forsberg</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://penguininitiatives.com/?p=529</guid>
		<description><![CDATA[<p>Google Analytics Advanced Segments Advanced segments in Google Analytics are one of the most powerful tools for gaining immense insight into your visitors. Not utilizing them is a HUGE mistake for any web site owner. For this reason I&#8217;ve spent the time creating, collecting and...</p><p>The post <a href="http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/">Google Analytics Advanced Segments Comprehensive Template Collection</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>Google Analytics Advanced Segments</h3>
<p>Advanced segments in Google Analytics are one of the most powerful tools for gaining immense insight into your visitors. Not utilizing them is a HUGE mistake for any web site owner. For this reason I&#8217;ve spent the time creating, collecting and consolidating them to aid you in your Google Analytics mastery. If you have any I missed, please share them. I want to make this the best and most thorough source for Google Analytics advanced segments online. In order to use these advanced segments in your Google Analytics accounts, simply click on the links of the ones you would like below to add them to your accounts for your own use. Note that if you would like to add many or all of these advanced segments, you can save time using the batch installation method explained at the bottom of this post.</p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Keyword Length Segments</h3>
<p>Note that I have excluded keywords with &#8220;://&#8221; and &#8220;.com&#8221; in them to avoid URLs and domains from making their way onto this segment, since they are not keywords. I&#8217;ve also taken the liberty of removing &#8220;(not provided)&#8221; and &#8220;(not set)&#8221; from the 2 Word Keywords segment for this reason.  So obviously, you&#8217;ll have to adjust the .com to whatever your domain TLD is, if it isn&#8217;t a .com.</p>
<div class="colored-counter-list">
<ul>
<li>
<p style="display: inline !important;"><strong><a title="1 Word Keywords Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=3x0c9ezfS6iyiBk6u7QgAQ" target="_blank">1 Word Keywords</a></strong></p>
</li>
<li><a title="2 Word Keywords Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=VEG285FQTDG9dDiu1OPcXw" target="_blank"><strong>2 Word Keywords</strong></a></li>
<li><strong><strong><a title="3 Word Keywords Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=dHMkD4upRmmbz8CUhLsn6w" target="_blank">3 Word Keywords</a></strong></strong></li>
<li><strong><a title="Longtail Keywords (&gt;=4 words) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=DMqYsYpoR3aoMEutveKETA" target="_blank">Longtail Keywords</a></strong></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Mobile Traffic Segments</h3>
<p>Google Analytics comes with Mobile Traffic and Tablet Traffic segments built-in as defaults. For some odd reason they do not, by default provide Smartphone Traffic or Desktop Traffic segments. You can easily build these missing segments using the default Mobile &amp; Tablet segments, which I have done for you below.</p>
<div class="colored-counter-list">
<ul>
<li><a title="Desktop Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=hlgW7MAASU-dsVkdXzGVKg" target="_blank"><strong>Desktop Traffic</strong></a></li>
<li><strong><a title="Smartphone Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=BhFA3BWySim39LDHnUxhjQ" target="_blank">Smartphone Traffic</a></strong></li>
<li><a title="iPhone Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=jR2h7hgFQD-yynnXucrosw" target="_blank"><strong>iPhone Traffic</strong></a></li>
<li><strong><a title="iPad Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=n4bR-7xhSBiR1diBcsnwtg" target="_blank">iPad Traffic</a></strong></li>
<li><a title="Android Smartphone Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=Ebyq-VfwTkmZ268prGR4gQ" target="_blank"><strong>Android Smartphone Traffic</strong></a></li>
<li><strong><a title="Android Tablet Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=1M20_16TSCeK8-ffU-t8fw" target="_blank">Android Tablet Traffic</a></strong></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Responsive Resolutions Traffic Segments</h3>
<p>Wouldn&#8217;t it be useful to see how many actual visitors are encountering the various dimensions of your responsive layouts? A lot of time is spent making sure responsive layouts render well in all the standard resolutions. I&#8217;ve created the following advanced segments to help you see how many of your visitors are actually being impacted by your work utilizing regular expressions. I&#8217;m utilizing the resolutions found in the <a title="Skeleton" href="http://www.getskeleton.com/" target="_blank">Skeleton</a> boilerplate responsive grid. If you have any others that you&#8217;d like to see here, please let me know.</p>
<div class="colored-counter-list">
<ul>
<li><a title="Full Width (&gt;=960px) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=_jPMUaRzSdGrFoD4kxn9Cw" target="_blank"><strong>Full Width</strong> (&gt;=960px)</a></li>
<li><a title="Less Than Full Width (&lt;960px) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=jZFehPQ2Szid1i3ntkG5Pg" target="_blank"><strong>Less Than Full Width</strong> (&lt;960px)</a></li>
<li><a title="Mobile Landscape (480-767px &amp; mobile only) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=ZVYNyjI-TEmoZgYfZeb6ww" target="_blank"><strong>Mobile Landscape</strong> (480-767px &amp; mobile only)</a></li>
<li><a title="iPad Portrait (768-991px &amp; iPad only) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=DSWRoYysSB-6v4BbS6DCMw" target="_blank"><strong>iPad Portrait</strong> (768-991px &amp; iPad only)</a></li>
<li><a title="Browser Width (768-991px) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=4zXEGkjVTcOJma7mrCUG3A" target="_blank"><strong>Browser Width</strong> (768-991px)</a></li>
<li><a title="Browser Width (&lt;767px) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=NzRyN6-zTFGiBSsMocIgKQ" target="_blank"><strong>Browser Width</strong> (&lt;767px)</a></li>
<li><a title="Browser Width (480-767px) Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=XXtFPIW-RbGr7J00kMbktw" target="_blank"><strong>Browser Width</strong> (480-767px)</a></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Branded &amp; Non-Branded Keywords Segments</h3>
<p>I have these setup, so they include &#8220;[your-brand-here]&#8221; in the filters. So you&#8217;ll need to replace this with your brand name. If your brand is multiple words, it usually make sense to setup multiple filters. For this blog I would use if &#8220;penguin&#8221; or &#8220;initiatives&#8221;, rather than just if &#8220;penguininitiatives&#8221;. This should encompass your core brand as well as brands related to your core brand. This can include projects, products, people, events, nicknames, etc. Essentially anything people may type in to find your web site specifically due to an association with your web site. Take a quick look through your Google Alerts keywords, as some of the keywords you&#8217;re tracking there may be relevant. Just scanning through your non-brand keywords will help you identify any of these you may have missed. I have them setup to exclude &#8220;://&#8221; and &#8220;.com&#8221; as well as &#8220;(not provided)&#8221; and &#8220;(not set)&#8221;, so your segments aren&#8217;t cluttered with non-keywords.</p>
<div class="colored-counter-list">
<ul>
<li><a title="Brand Organic Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=CKNh_lykQsSw56J1-2uJPQ" target="_blank"><strong>Brand Organic Traffic</strong></a></li>
<li><strong><a title="Non-Brand Organic Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=frD5DiApQkOqf3F1b6ZLfQ" target="_blank">Non-Brand Organic Traffic</a></strong></li>
</ul>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>(not provided) Traffic Segment</h3>
<p>If you want to painfully discover how much traffic you aren&#8217;t allowed to see the organic query behind thanks to our friends at Google, I&#8217;ve included it as well.</p>
<ul>
<li><strong><a title="(not provided) Traffic" href="https://www.google.com/analytics/web/permalink?uid=COovnCkVReGdo5mzmDzKYQ" target="_blank">(not provided) Traffic</a></strong></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Social Media Traffic Segment</h3>
<p>I&#8217;ve tried my best to capture as many major social media channels and common social URL shorteners as possible. Feel free to suggest more so we can make this more comprehensive. Currently the list includes: facebook, quora, twitter, linkedin, google plus, youtube, hacker news, reddit, imgur, tapiture, disqus, 9gag, tumblr, stumbleupon, delicious, technorati, digg, myspace, bit.ly, tinyurl, ow.ly, t.co, &amp; tweetdeck.</p>
<div class="colored-counter-list">
<ul>
<li><strong><a title="Social Media Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=EkB5DT3xSVWlKedAaJNwYg" target="_blank">Social Media Traffic</a></strong></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Blog Traffic Segment</h3>
<p>Your blog traffic is another segment that should be included by default, but isn&#8217;t. The one below assumes your blog is located at the following path: <a href="http://domain.com/blog/" class="autohyperlink" title="http://domain.com/blog/" target="_blank">domain.com/blog/</a></p>
<div class="colored-counter-list">
<ul>
<li><strong><a title="Blog Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=r7mZWHAEQHu40uJIcNNZMQ" target="_blank">Blog Traffic</a></strong></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Google Image Search Traffic Segment</h3>
<p>Unfortunately, this won&#8217;t get you the detail of the specific keywords driving this image traffic. It will merely tell you how many visitors are coming in per day from Google Image Search. Google considers all of this traffic &#8220;referral&#8221; traffic for some bizarre reason, so you&#8217;ll need to be viewing the Overview or the Referrals Traffic Source in order to see this segment&#8217;s data.</p>
<div class="colored-counter-list">
<ul>
<li><strong><a title="Google Image Search Traffic Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=vU1DHg4kQymvwvcAF_Qkvg" target="_blank">Google Image Search Traffic</a></strong></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>User Behavior Segments</h3>
<div class="colored-counter-list">
<ul>
<li><a title="Explorers Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=GQv5zHWZRTGV146YYyKr2g" target="_blank"><strong>Explorers</strong></a> (visited more than 3 pages and are new visitors)</li>
<li><a title="Fans Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=IktnDDCcTDisaUtfc5M8pA" target="_blank"><strong>Fans</strong></a> (visited more than 3 pages and are returning visitors)</li>
<li><a title="Bouncers Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=I8T3IfksThWb8HZwK4PGMA" target="_blank"><strong>Bouncers</strong></a> (visited one page and left)</li>
<li><a title="Non-Bouncers Google Analytics Advanced Segment" href="https://www.google.com/analytics/web/permalink?uid=DdugOK-uQoayemHQuDtYZA" target="_blank"><strong>Non-Bouncers</strong></a> (visited more than one page)</li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Goals Segments</h3>
<p>You should absolutely be tracking custom goals for all froms of conversion on your web site (desired actions you want your users to take on your site). Make sure you setup advanced segments for all of your custom goals as well, if you haven&#8217;t already.</p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Share Your Google Analytics Advanced Segments</h3>
<p>In order to share your Google Analytics advanced segments, once you&#8217;ve created them simply follow the instructions from the <a title="Google Analytics Blog: Share your custom reports, advanced segments and dashboards" href="http://analytics.blogspot.com/2012/03/share-your-custom-reports-advanced.html" target="_blank">Google Analytics Blog: Share your custom reports, advanced segments and dashboards</a></p>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Save Time With Batch Installs</h3>
<p>If you want to install most or all of the above segments, you can save yourself some time by batch installing them via the links below. Unfortunately, they cap the batches at 20, so I had to use two batch links instead of just one. You can pick and choose which segments you want or do not want to install in each batch.</p>
<div class="colored-counter-list">
<ul>
<li><strong><a title="Google Analytics Advanced Segments Batch Install #1" href="https://www.google.com/analytics/web/permalink?uid=zO7FfzaHTaGo1PGlQqZ1PA" target="_blank">Google Analytics Advanced Segments Batch Install #1</a></strong></li>
<li><strong><a title="Google Analytics Advanced Segments Batch Install #2" href="https://www.google.com/analytics/web/permalink?uid=aVVUEtqmSS62p8tA6ir1WA" target="_blank">Google Analytics Advanced Segments Batch Install #2</a></strong></li>
</ul>
</div>
<div class="divider-border" style="margin-top: 0px; margin-bottom: 10px;"></div>
<h3>Return The Favor</h3>
<p>On a final note, think about how much time you just saved by having all these advanced segments ready to go for your use. Just imagine how much time that would have taken you to set all of those up from scratch!</p>
<p>Now please return the favor and put forth a small percentage of the time &amp; effort you just saved, by sharing this link with your friends &amp; colleagues via Google+, Twitter, LinkedIn &amp; Facebook!</p>
<p>If you want to go the extra mile, please suggest a useful advanced segment that we should add to our collection here.</p>
<p>The post <a href="http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/">Google Analytics Advanced Segments Comprehensive Template Collection</a> appeared first on <a href="http://penguininitiatives.com">Penguin Initiatives</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://penguininitiatives.com/comprehensive-google-analytics-advanced-segments-template-collection/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.758 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-22 19:29:52 -->

<!-- Compression = gzip -->