<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>JaypeeOnline &#187; google analytics</title> <atom:link href="http://jaypeeonline.net/tag/google-analytics/feed/" rel="self" type="application/rss+xml" /><link>http://jaypeeonline.net</link> <description>Technology, Blogging News, WordPress Theme and Plugin Reviews, Tips and Tricks</description> <lastBuildDate>Fri, 10 Feb 2012 01:41:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>Google Analytics Site Speed Tracking Feature</title><link>http://jaypeeonline.net/internet/google-analytics-site-speed-tracking/</link> <comments>http://jaypeeonline.net/internet/google-analytics-site-speed-tracking/#comments</comments> <pubDate>Tue, 10 May 2011 22:59:13 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[analytics]]></category> <category><![CDATA[analytics site speed]]></category> <category><![CDATA[google analytics]]></category> <category><![CDATA[google analytics site speed]]></category> <category><![CDATA[page speed]]></category> <category><![CDATA[site speed]]></category> <category><![CDATA[site speed tracking]]></category> <category><![CDATA[site speed tracking feature]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9457</guid> <description><![CDATA[A few days ago, Google Analytics added a new feature &#8211; site speed tracking. This feature enables users to not only check the site speed but also check specific page/post load times, determine the different page load times across different geographic locations or site speed between different browsers. Here&#8217;s the official announcement from the Google [...]]]></description> <content:encoded><![CDATA[<p>A few days ago, <a
href="http://jaypeeonline.net/tag/google-analytics/">Google Analytics</a> added a new feature &#8211; <a
href="http://analytics.blogspot.com/2011/05/measure-page-load-time-with-site-speed.html">site speed tracking</a>. This feature enables users to not only check the site speed but also check specific page/post load times, determine the different page load times across different geographic locations or site speed between different browsers.</p><p>Here&#8217;s the official announcement from the <strong>Google Analytics</strong> blog:</p><blockquote><p>At Google, we are passionate about speed and making the web faster, and we are glad to see that many website owners share the same idea. A faster web is better for both users and businesses. A slow loading landing page not only impacts your conversion rate, but can also impact AdWords Landing Page Quality and ranking in Google search.</p><p>To improve the performance of your pages, you first need to measure and diagnose the speed of a page, which can be a difficult task. Furthermore, even with page speed measurements, it’s critical to look at page speed in context of other web analytics data.</p><p>Therefore, we are thrilled to announce the availability of the Site Speed report in the new Google Analytics platform. With the Site Speed report you can measure the page load time across your site.</p></blockquote><p><strong>Screenshot:</strong><br
/> <img
src="http://maxcdn.jaypeeonline.net/images/analytics_site_speed.png" alt="Google Analytics Site Speed Tracking Feature" /></p><p><strong>Uses for the Site Speed Report</strong></p><ul><li><strong>Content:</strong> Which landing pages are slowest?</li><li><strong>Traffic sources:</strong> Which campaigns correspond to faster page loads overall?</li><li><strong>Visitor:</strong> How does page load time vary across geographies?</li><li><strong>Technology:</strong> Does your site load faster or slower for different browsers?</li></ul><p>The <strong>Site Speed tracking feature</strong> is available only to the <strong>new Google Analytics</strong> under <strong>Content > Site Speed</strong>. This new feature is disabled by default so won&#8217;t see any results on the Site Speed section on your Google Analytics account, until it is enabled. To enable it, all you need to do is add/insert a single line of code to the asynchronous code:</p><p>[php]_gaq.push(['_trackPageLoadTime']);[/php]</p><p>What I did was to add it below my existing Analytics code:</p><p>[php]&lt;script type=&quot;text/javascript&quot;&gt;<br
/> var _gaq = _gaq || [];<br
/> _gaq.push(['_setAccount', 'UA-XXXXX-X']);<br
/> _gaq.push(['_trackPageview']);<br
/> _gaq.push(['_trackPageLoadTime']);</p><p> (function() {<br
/> var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;<br
/> ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;<br
/> var s = document.getElementsByTagName(&#8216;script&#8217;)[0]; s.parentNode.insertBefore(ga, s);<br
/> })();<br
/> &lt;/script&gt;[/php]</p><p>It takes about 24 hours before you can see results and view the load time of your website/blog. I just recently added the <strong>Site Speed tracking feature</strong> to my Google Analytics account to track load times for JaypeeOnline. I tried comparing the results on<strong> Google Analytics Site Speed vs. Pingdom Tools</strong> and load times were a few seconds lower on Google Analytics. Although I&#8217;m not sure which one is more accurate, I&#8217;m happy that the load times are lower on Google Analytics because it means that I&#8217;m closer to the standard used by Google.</p><p>Anybody else using or tried the <strong>Google Analytics Site Speed tracking feature</strong>? What do you like/dislike about this new feature? What other features would you like to see added to Google Analytics? Please share your thoughts.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/tips-tricks/howto-enable-w3tc-google-page-speed-report-wordpress-dashboard-widget/" rel="bookmark" class="crp_title">HowTo: Enable the W3TC Google Page Speed Report WordPress Dashboard Widget</a></li><li><a
href="http://jaypeeonline.net/internet/preview-google-analytics-version-5/" rel="bookmark" class="crp_title">Preview Google Analytics Version 5</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-01-10/" rel="bookmark" class="crp_title">Blog Updates 01.10</a></li><li><a
href="http://jaypeeonline.net/freeware/trakkboard/" rel="bookmark" class="crp_title">Free Google Analytics API Dashboard Application</a></li><li><a
href="http://jaypeeonline.net/internet/google-adwords-coupon/" rel="bookmark" class="crp_title">Another $100 Google Adwords Coupon</a></li><li><a
href="http://jaypeeonline.net/internet/100-google-adwords-coupon/" rel="bookmark" class="crp_title">$100 Google Adwords Coupon</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-04-11/" rel="bookmark" class="crp_title">Blog Updates 04.11</a></li><li><a
href="http://jaypeeonline.net/internet/tracewatch-free-advanced-traffic-analytics/" rel="bookmark" class="crp_title">TraceWatch &#8211; FREE Advanced Traffic Analytics</a></li><li><a
href="http://jaypeeonline.net/internet/open-web-analytics/" rel="bookmark" class="crp_title">Open Web Analytics</a></li><li><a
href="http://jaypeeonline.net/internet/new-reinvigorate-beta/" rel="bookmark" class="crp_title">New Reinvigorate BETA</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/internet/google-analytics-site-speed-tracking/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Weekend Roundup #128</title><link>http://jaypeeonline.net/weekend-roundup/weekend-roundup-128/</link> <comments>http://jaypeeonline.net/weekend-roundup/weekend-roundup-128/#comments</comments> <pubDate>Mon, 09 May 2011 13:24:25 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Weekend Roundup]]></category> <category><![CDATA[aaron computer rentals spyware]]></category> <category><![CDATA[backlinks]]></category> <category><![CDATA[blogging success]]></category> <category><![CDATA[facebook mail]]></category> <category><![CDATA[facebook open graph meta data wordpress]]></category> <category><![CDATA[google analytics]]></category> <category><![CDATA[google panda algorithm]]></category> <category><![CDATA[google panda algorithm exploit]]></category> <category><![CDATA[ip address]]></category> <category><![CDATA[lenovo ideapad u260]]></category> <category><![CDATA[lenovo ideapad u260 review]]></category> <category><![CDATA[lg optimus black p970]]></category> <category><![CDATA[msi smart touch aio-win top ae2070]]></category> <category><![CDATA[nokia e6]]></category> <category><![CDATA[pop culture]]></category> <category><![CDATA[rechargeable battery]]></category> <category><![CDATA[seo for youtube]]></category> <category><![CDATA[social media bandwagon]]></category> <category><![CDATA[social media clout]]></category> <category><![CDATA[social media strategy]]></category> <category><![CDATA[social search]]></category> <category><![CDATA[symbian anna]]></category> <category><![CDATA[tethering apps]]></category> <category><![CDATA[tiny crazyflie quadrocopter]]></category> <category><![CDATA[trim slice tegra 2 smarttop]]></category> <category><![CDATA[twenty eleven wordpress theme]]></category> <category><![CDATA[wordpress 3.2]]></category> <category><![CDATA[wordpress auction site]]></category> <category><![CDATA[wordpress dashboard]]></category> <category><![CDATA[wordpress theme changing]]></category> <category><![CDATA[WordPress Themes]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9452</guid> <description><![CDATA[Hello everyone! Hope you all had a great weekend, especially all the mother&#8217;s who celebrated Mother&#8217;s Day yesterday. Welcome to the 128th edition of the Weekend Roundup. My apologies for it being published late. Spent the whole day yesterday with the family celebrating Mother&#8217;s Day. Although this edition is late, it doesn&#8217;t mean that the [...]]]></description> <content:encoded><![CDATA[<p>Hello everyone! Hope you all had a great weekend, especially all the mother&#8217;s who celebrated <strong>Mother&#8217;s Day</strong> yesterday. Welcome to the 128th edition of the <strong>Weekend Roundup</strong>. My apologies for it being published late. Spent the whole day yesterday with the family celebrating Mother&#8217;s Day. Although this edition is late, it doesn&#8217;t mean that the articles and links aren&#8217;t worth reading. There are a lot of cool stuff this week so make sure to check them out. Enjoy!</p><p>Btw for those who aren&#8217;t aware, I&#8217;m currently having a <a
href="http://jaypeeonline.net/contests/allbusinesscards-1500-business-cards-giveaway/">1,500 business cards giveaway</a> courtesy of <strong>AllBusinessCards.com</strong>. I&#8217;ll also be posting another giveaway within the next few days so watch out for it.</p><p><strong>Blogging</strong></p><ul><li><a
href="http://www.problogger.net/archives/2011/05/07/the-5-forgotten-keys-to-extraordinary-blogging-success/">The 5 Forgotten Keys to Extraordinary Blogging Success</a></li><li><a
href="http://www.blogworld.com/2011/05/07/using-pop-culture-to-influence-your-readers/">Using Pop Culture to Influence Your Reader</a></li><li><a
href="http://www.johnchow.com/3-ninja-ways-to-get-backlinks/">3 Ninja Ways To Get Backlinks</a></li><li><a
href="http://www.bloggingpro.com/archives/2011/05/06/how-to-tell-your-friends-and-family-about-your-blogging-job/">How To Tell Your Friends And Family About Your Blogging Job</a></li></ul><p><strong>WordPress</strong></p><ul><li><a
href="http://www.wprecipes.com/how-to-easily-disable-theme-changing">How to Easily Disable Theme Changing</a></li><li><a
href="http://www.wpjedi.com/4-ways-to-start-an-auction-site-with-wordpress/">4 Ways To Start an Auction Site with WordPress</a></li><li><a
href="http://www.wpbeginner.com/wp-themes/how-to-add-facebook-open-graph-meta-data-in-wordpress-themes/">How to Add Facebook Open Graph Meta Data in WordPress Themes</a></li><li><a
href="http://weblogtoolscollection.com/archives/2011/05/06/wordpress-3-2-new-dashboard-and-twenty-eleven/">WordPress 3.2 New Dashboard and Twenty Eleven</a></li></ul><p><strong>SEO</strong></p><ul><li><a
href="http://www.seobook.com/google-panda-algorithm-exploit">Google Panda Algorithm Exploit Uncovered</a></li><li><a
href="http://www.coconutheadphones.com/seo-for-youtube-advanced-tricks/">SEO for YouTube : Advanced Tricks</a></li><li><a
href="http://www.seomoz.org/blog/google-analytics-now-tracks-page-load-speed">Google Analytics Now Tracks Page Load Speed</a></li><li><a
href="http://www.searchenginepeople.com/blog/optimise-video-google.html">Optimising Video For Search Engines</a></li></ul><p><strong>Social Media</strong></p><ul><li><a
href="http://www.socialmediaexplorer.com/social-media-marketing/social-media-strategy-in-four-steps/">Social Media Strategy In Four Steps</a></li><li><a
href="http://www.socialmediaexaminer.com/do-you-have-social-media-clout/">Do You Have Social Media Clout?</a></li><li><a
href="http://socialmediatoday.com/centralpawebster/293402/skip-social-media-bandwagon-and-pursue-your-passion">Skip the Social Media Bandwagon and Pursue Your Passion!</a></li><li><a
href="http://www.business2community.com/social-media/social-search-personalization-of-the-web-027036">Social Search: Personalization of the Web</a></li></ul><p><strong>Technology</strong></p><ul><li><a
href="http://torrentfreak.com/ip-address-not-a-person-bittorrent-case-judge-says-110503/">An IP Address Does Not Point To a Person, Judge Rules</a></li><li><a
href="http://www.gizmag.com/rechargeable-battery-freshwater-seawater/18565/">New Rechargeable Battery Uses Water</a></li><li><a
href="http://thisismynext.com/2011/05/02/verizons-removal-tethering-apps-android-market-shame-fcc-violation/">Google Allows Carriers To Ban Tethering Apps</a></li><li><a
href="http://news.yahoo.com/s/ap/20110503/ap_on_re_us/us_rental_computer_spyware">Aaron Computer Rental Firm Spies On Users</a></li></ul><p><strong>Gadgets</strong></p><ul><li><a
href="http://www.netbooknews.com/24643/trim-slice-tegra-2-smarttop-now-on-sale-warns-away-the-casual-user/">Trim Slice Tegra 2 Smarttop</a></li><li><a
href="http://www.gizmag.com/medigus-worlds-smallest-video-camera/18559/">The World&#8217;s Smallest Video Camera</a></li><li><a
href="http://www.fareastgizmos.com/computing/msi_announces_4th_generation_smart_touch_aiowind_top_ae2070.php">MSI announces 4th Generation Smart Touch AIO-Wind Top AE2070</a></li><li><a
href="Tiny CrazyFlie Quadrocopter">Tiny CrazyFlie Quadrocopter</a></li></ul><p><strong>Pinoy Blogs</strong></p><ul><li><a
href="http://abuggedlife.com/2011/05/03/nokia-e6-in-the-wild-running-on-symbian-anna/">Nokia E6 in the wild running on Symbian Anna</a></li><li><a
href="http://www.pinoytechblog.com/archives/lenovo-ideapad-u260-review">Lenovo IdeaPad U260 Review</a></li><li><a
href="http://www.techpinas.com/2011/05/lg-optimus-black-p970-price-specs.html">LG Optimus Black P970 : Price, Specs, Photos</a></li><li><a
href="http://jrocas.com.ph/archives/send-email-using-facebook-com-from-gmail/">Send Email Using @facebook.com from Gmail</a></li></ul><p><strong>JaypeeOnline Weekly Recap</strong></p><ul><li><a
href="http://jaypeeonline.net/gadgets/nook-color/">Got Myself An Android Tablet</a></li><li><a
href="http://jaypeeonline.net/contests/allbusinesscards-1500-business-cards-giveaway/">1,500 Business Cards Giveaway from AllBusinessCards.com</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-for-blackberry-1-5/">WordPress for BlackBerry 1.5 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/distraction-free-writing-mode-wordpress-3-2/">Distraction Free Writing Mode Coming to WordPress 3.2</a></li><li><a
href="http://jaypeeonline.net/software/ios-4-3-3-software-update/">iOS 4.3.3 Software Update</a></li><li><a
href="http://jaypeeonline.net/tips-tricks/increase-conversion-rates/">8 Ways to Increase Your Sites Conversion Rates</a></li><li><a
href="http://jaypeeonline.net/social-networks/exclusive-video-of-osama-dead-facebook-scam/">Exclusive Video of Osama Dead [Facebook SCAM]</a></li><li><a
href="http://jaypeeonline.net/product-site-reviews/celebrities-who-cosplayed/">Celebrities Who Cosplayed</a></li></ul><p>If you have any questions, comments, suggestions or would want to share your article or any interesting story that you found in the Internet and have it featured in the next <a
href="http://jaypeeonline.net/category/weekend-roundup/">Weekend Roundup</a>, feel free to leave a comment or send me a message via the <a
href="http://jaypeeonline.net/contact/">contact page</a>.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-132/" rel="bookmark" class="crp_title">Weekend Roundup #132</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-129/" rel="bookmark" class="crp_title">Weekend Roundup #129</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-115/" rel="bookmark" class="crp_title">Weekend Roundup #115</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-113/" rel="bookmark" class="crp_title">Weekend Roundup #113</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-126/" rel="bookmark" class="crp_title">Weekend Roundup #126</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-127/" rel="bookmark" class="crp_title">Weekend Roundup #127</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-130/" rel="bookmark" class="crp_title">Weekend Roundup #130</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-131/" rel="bookmark" class="crp_title">Weekend Roundup #131</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-121/" rel="bookmark" class="crp_title">Weekend Roundup #121</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-134/" rel="bookmark" class="crp_title">Weekend Roundup #134</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/weekend-roundup/weekend-roundup-128/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Blog Updates 04.11</title><link>http://jaypeeonline.net/blog/blog-updates-04-11/</link> <comments>http://jaypeeonline.net/blog/blog-updates-04-11/#comments</comments> <pubDate>Thu, 21 Apr 2011 15:49:49 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[blog update]]></category> <category><![CDATA[cdn]]></category> <category><![CDATA[comment info detector]]></category> <category><![CDATA[commentluv]]></category> <category><![CDATA[content delivery network]]></category> <category><![CDATA[dashboard notepad]]></category> <category><![CDATA[google analytics]]></category> <category><![CDATA[infolinks]]></category> <category><![CDATA[maxcdn]]></category> <category><![CDATA[pubsubhubbub]]></category> <category><![CDATA[reinvigorate]]></category> <category><![CDATA[w3 total cache]]></category> <category><![CDATA[w3tc]]></category> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[wp super cache]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9432</guid> <description><![CDATA[Wow, time flies so fast! I never realized &#8217;til a few days ago that I haven&#8217;t published a blog update for more than a year already. My last blog update was done on November 2009. For those who are new here and aren&#8217;t familiar with my blog updates, these posts are done not only to [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/blog_update.png" alt="Blog Updates" /></p><p>Wow, time flies so fast! I never realized &#8217;til a few days ago that I haven&#8217;t published a blog update for more than a year already. My <a
href="http://jaypeeonline.net/blog/blog-updates-11-09/">last blog update</a> was done on November 2009. For those who are new here and aren&#8217;t familiar with my blog updates, these posts are done not only to share with the readers the plugins/tools I use and site improvements/changes, but it also serves as a &#8220;note&#8221; for myself so I have a record of the stuff that I&#8217;ve installed/uninstalled and the changes I&#8217;ve made to the site.</p><p>Below are the plugins and other stuff that I&#8217;ve installed/uninstalled, added/removed or changed since my last update.</p><p><strong>Uninstalled Plugins</strong></p><ul><li><a
href="http://wordpress.org/extend/plugins/comment-info-detector/">Comment Info Detector</a> &#8211; plugin that detects and displays the commenter&#8217;s country, web browser and operating system.</li><li><a
href="http://wordpress.org/extend/plugins/commentluv/">CommentLuv</a> &#8211; plugin that displays the commenter&#8217;s latest blog post based on their RSS feed.</li><li><a
href="http://wordpress.org/extend/plugins/wibiya/">Wibiya Toolbar</a> &#8211; official Wibiya Toolbar plugin that integrates different social networking features, apps, widgets and other tools.</li></ul><p>These plugins all work fine and are pretty nifty plugins but the reason I uninstalled all three plugins was to cut down the &#8220;fat&#8221; on this blog. I&#8217;m working on lessening the resources used on the server and lessening page load times. Less plugins = less resources used. Although they provided neat features, the blog could run without them.</p><p><strong>Installed Plugins</strong></p><ul><li><a
href="http://wordpress.org/extend/plugins/dashboard-notepad/">Dashboard Notepad</a> &#8211; plugin that adds a simple notepad widget within the WordPress dashboard. You can read the review I made for this plugin <a
href="http://jaypeeonline.net/wordpress-plugins/dashboard-notepad-wordpress-plugin/">here</a>.</li><li><a
href="http://wordpress.org/extend/plugins/pubsubhubbub/">PubSubHubbub</a> &#8211; plugin that enables a blog to let other parties know in real-time when there are new updates.</li><li><a
href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> &#8211; performance optimization (caching) plugin that improves server performance, improves page load times and user experience.</li></ul><p>Installed the <strong>Dashboard Notepad</strong> plugin so I could write down notes (drafts, to-do lists, etc.) on my WordPress dashboard. I installed <strong>PubSubHubbub</strong> to enable real-time updates to Google Reader, FriendFeed, etc. Last time, I was using WP Super Cache and then I came across the <strong>W3 Total Cache plugin</strong>. Tried it and never looked back as it provided more features, did the job better (page load times were better with W3TC than WP Super Cache) and it was compatible with other plugins I used.</p><p><strong>Other Changes</strong></p><ul><li><strong>Reinvigorate</strong> &#8211; I previously had a premium account on Reinvigorate which cost $5/month (stats and analytics service). I love Reinvigorate and have been using it the past few years but I decided to cancel the premium account and just rely on <a
href="http://jaypeeonline.net/tag/google-analytics/">Google Analytics</a> to cut down on my expenses. I still recommend them and you can get a free account if your monthly traffic is less than 100,000.</li><li><strong>Infolinks</strong> &#8211; added Infolinks, an in-text advertising program as an additional revenue source. Those are the red, double underlined links found throughout the site. Btw, I&#8217;d like to know from the regular readers if the Infolinks ads bother you or not. Thanks!</li><li><strong>CDN</strong> &#8211; If you might&#8217;ve noticed, the posts, pages and the site as a whole loads faster. That&#8217;s because aside from using the W3 Total Cache plugin, JaypeeOnline has been using a CDN (Content Delivery Network) the past few months. I&#8217;ll publish a more detailed post about this soon.</li></ul><p>If any of you guys have comments, feedback or suggestions to make <strong>JaypeeOnline</strong> better, please don’t hesitate to share it with me via the comments section or if you want to remain anonymous, you can send me a message via the <a
href="http://jaypeeonline.net/contact/">contact page</a>. Thank you and have a nice day!</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/blog/blog-updates-11-09/" rel="bookmark" class="crp_title">Blog Updates 11.09</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-08-09/" rel="bookmark" class="crp_title">Blog Updates 08.09</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-01-10/" rel="bookmark" class="crp_title">Blog Updates 01.10</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/dashboard-notepad-wordpress-plugin/" rel="bookmark" class="crp_title">Dashboard Notepad WordPress Plugin</a></li><li><a
href="http://jaypeeonline.net/blog/blog-update-0309/" rel="bookmark" class="crp_title">Blog Updates 03.09</a></li><li><a
href="http://jaypeeonline.net/tips-tricks/howto-enable-w3tc-google-page-speed-report-wordpress-dashboard-widget/" rel="bookmark" class="crp_title">HowTo: Enable the W3TC Google Page Speed Report WordPress Dashboard Widget</a></li><li><a
href="http://jaypeeonline.net/blog/blog-updates-0108/" rel="bookmark" class="crp_title">Blog Updates 01.08</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-org-resets-passwords/" rel="bookmark" class="crp_title">WordPress.org Resets Passwords</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpresscom-stats-plugin-upgrade/" rel="bookmark" class="crp_title">WordPress.com Stats Plugin Upgrade</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-comment-info-detector/" rel="bookmark" class="crp_title">WP Plugin Review: Comment Info Detector</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/blog/blog-updates-04-11/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Weekend Roundup #121</title><link>http://jaypeeonline.net/weekend-roundup/weekend-roundup-121/</link> <comments>http://jaypeeonline.net/weekend-roundup/weekend-roundup-121/#comments</comments> <pubDate>Sun, 20 Mar 2011 01:33:23 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Weekend Roundup]]></category> <category><![CDATA[blogger traps]]></category> <category><![CDATA[blogging grammar]]></category> <category><![CDATA[copyright law crackdown]]></category> <category><![CDATA[countdown timer]]></category> <category><![CDATA[emergency internet bunkers]]></category> <category><![CDATA[google analytics]]></category> <category><![CDATA[harman akg ghs-1 headset]]></category> <category><![CDATA[jquery t minus countdown]]></category> <category><![CDATA[lenovo ideapad u260]]></category> <category><![CDATA[panasoni solar power table]]></category> <category><![CDATA[paperless press release]]></category> <category><![CDATA[quantum public key encryption]]></category> <category><![CDATA[roxio game capture]]></category> <category><![CDATA[seo strategies]]></category> <category><![CDATA[social media integration]]></category> <category><![CDATA[sony vaio y]]></category> <category><![CDATA[sony vaio y review]]></category> <category><![CDATA[wordpress pdf]]></category> <category><![CDATA[wordpress post thumbnails]]></category> <category><![CDATA[wordpress widgets]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9388</guid> <description><![CDATA[Hello folks! Hope you&#8217;re all having a good weekend so far. Since I&#8217;ll be very busy and will be out the whole day tomorrow, I made sure that I prepared and published this week&#8217;s edition of Weekend Roundup early and avoid making the same mistake I made the past couple of weeks &#8211; late edition [...]]]></description> <content:encoded><![CDATA[<p>Hello folks! Hope you&#8217;re all having a good weekend so far. Since I&#8217;ll be very busy and will be out the whole day tomorrow, I made sure that I prepared and published this week&#8217;s edition of <strong>Weekend Roundup</strong> early and avoid making the same mistake I made the past couple of weeks &#8211; late edition of the Weekend Roundup. Hope you enjoy reading the articles and links that I shared.</p><p><strong>Blogging</strong></p><ul><li><a
href="http://www.problogger.net/archives/2011/03/19/new-bloggers-beware-3-traps-you-need-to-avoid/">New Bloggers Beware: 3 Traps You Need to Avoid</a></li><li><a
href="http://www.blogherald.com/2011/03/19/how-google-analytics-can-dramatically-help-your-blogging/">How Google Analytics Can Dramatically Help Your Blogging</a></li><li><a
href="http://www.searchenginejournal.com/how-to-capitalize-when-writing-for-the-web-blogging-grammar-lessons/28626/">HOW TO: Capitalize When Writing for the Web (Blogging Grammar Lessons)</a></li><li><a
href="http://www.bloggingpro.com/archives/2011/03/18/why-boring-is-the-new-exciting/">Why Boring Is the New Exciting</a></li></ul><p><strong>WordPress</strong></p><ul><li><a
href="http://www.wpbeginner.com/wp-tutorials/how-to-display-wordpress-post-thumbnails-with-captions/">How to Display WordPress Post Thumbnails with Captions</a></li><li><a
href="http://wpmu.org/how-to-unregister-the-default-wordpress-widgets-to-clean-up-your-dashboard/">How to Unregister the Default WordPress Widgets to Clean Up Your Dashboard</a></li><li><a
href="http://www.wpjedi.com/jquery-countdown-timer-plugin/">Add a Countdown Timer To WordPress with jQuery T Minus Countdown</a></li><li><a
href="http://www.doitwithwordpress.com/how-to-upload-and-link-to-pdfs-in-wordpress/">How To Upload and Link to PDFs in WordPress</a></li></ul><p><strong>SEO</strong></p><ul><li><a
href="http://www.copyblogger.com/open-loops/">The Blockbuster Secret to Seducing Your Audience</a></li><li><a
href="http://www.dailyblogtips.com/seo-strategies-for-2011-and-moving-on-from-algorithm-changes/">SEO Strategies For 2011 And Moving On From Algorithm Changes</a></li><li><a
href="http://yoast.com/meta-description-seo-social/">Meta Description for Search &#038; Social</a></li><li><a
href="http://www.seobook.com/how-google-destroyed-value-google-site-search">How Google Destroyed the Value of Google Site Search</a></li></ul><p><strong>Social Media</strong></p><ul><li><a
href="http://www.socialmediaexaminer.com/which-is-better-for-social-media-monitoring-tweetdeck-or-sproutsocial/">Which is Better for Social Media Monitoring: TweetDeck or SproutSocial?</a></li><li><a
href="http://socialmediatoday.com/isra-garcia/278936/social-media-integration-theory-model">Social Media-Integration-Theory-Model</a></li><li><a
href="http://socialmouths.com/blog/2011/03/16/how-to-build-a-facebook-landing-page-with-iframes/">How To Build A Facebook Landing Page With iFrames</a></li><li><a
href="http://mashable.com/2011/03/19/top-100-cities/">Top 100 Socially Networked Cities in the U.S.</a></li></ul><p><strong>Technology</strong></p><ul><li><a
href="http://www.itworld.com/security/139794/with-hacking-music-can-take-control-your-car">Hacking a Car With Music</a></li><li><a
href="http://www.pcpro.co.uk/features/365875/the-emergency-internet-bunkers">The Emergency Internet Bunkers</a></li><li><a
href="http://news.cnet.com/8301-31921_3-20043421-281.html">White House Wants New Copyright Law Crackdown</a></li><li><a
href="http://www.technologyreview.com/blog/arxiv/26531/">Physicists Develop Quantum Public Key Encryption</a></li></ul><p><strong>Gadgets</strong></p><ul><li><a
href="http://www.engadget.com/2011/03/18/htc-thunderbolt-review/">HTC Thunderbolt review</a></li><li><a
href="http://inhabitat.com/panasonic-unveils-solar-power-table-that-wirelessly-charges-your-gadgets/">Panasonic Unveils Solar Power Table That Wirelessly Charges Your Gadgets</a></li><li><a
href="http://www.slashgear.com/harman-debuts-new-gaming-headset-akg-ghs-1-15140089/">Harman AKG GHS-1 Gaming Headset</a></li><li><a
href="http://www.engadget.com/2011/03/15/roxio-debuts-100-game-capture-device-to-record-your-console-her/">Roxio Game Capture Device</a></li></ul><p><strong>Pinoy Blogs</strong></p><ul><li><a
href="http://www.yugatech.com/blog/personal-computing/lenovo-ideapad-u260-first-impressions/">Lenovo IdeaPad U260 first impressions</a></li><li><a
href="http://abuggedlife.com/2011/03/18/epress-release-anyone/">Going Paperless with Press Releases</a></li><li><a
href="http://www.pinoytechblog.com/archives/sony-vaio-y-review">Sony VAIO Y Review</a></li><li><a
href="http://technogra.ph/2011/03/14/2011-japanese-earthquake-and-tsunami-donating-through-technology/">2011 Japanese Earthquake and Tsunami: Donating Through Technology</a></li></ul><p><strong>JaypeeOnline Weekly Recap</strong></p><ul><li><a
href="http://jaypeeonline.net/internet/internet-explorer-9/">How Do You Like Internet Explorer 9?</a></li><li><a
href="http://jaypeeonline.net/internet/preview-google-analytics-version-5/">Preview Google Analytics Version 5</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-for-ios-2-7/">WordPress for iOS 2.7 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/jetpack/">Jetpack – Bringing WP.com Features to WP.org Blogs</a></li><li><a
href="http://jaypeeonline.net/wordpress/road-to-wordpress-3-1/">Road to WordPress 3.1</a></li><li><a
href="http://jaypeeonline.net/internet/social-media-milestones-infographic/">Social Media Milestones [Infographic]</a></li><li><a
href="http://jaypeeonline.net/blogging/2010-top-philippine-blogs/">The 50 Top-Ranked Blogs in the Philippines</a></li></ul><p>If you have any questions, comments, suggestions or would want to share your article or any interesting story that you found in the Internet and have it featured in the next <a
href="http://jaypeeonline.net/category/weekend-roundup/">Weekend Roundup</a>, feel free to leave a comment or send me a message via the <a
href="http://jaypeeonline.net/contact/">contact page</a>.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-142/" rel="bookmark" class="crp_title">Weekend Roundup #142</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-143/" rel="bookmark" class="crp_title">Weekend Roundup #143</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-115/" rel="bookmark" class="crp_title">Weekend Roundup #115</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-120/" rel="bookmark" class="crp_title">Weekend Roundup #120</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-123/" rel="bookmark" class="crp_title">Weekend Roundup #123</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-140/" rel="bookmark" class="crp_title">Weekend Roundup #140</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-144/" rel="bookmark" class="crp_title">Weekend Roundup #144</a></li><li><a
href="http://jaypeeonline.net/blog/weekend-roundup-114/" rel="bookmark" class="crp_title">Weekend Roundup #114</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-129/" rel="bookmark" class="crp_title">Weekend Roundup #129</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-141/" rel="bookmark" class="crp_title">Weekend Roundup #141</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/weekend-roundup/weekend-roundup-121/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Preview Google Analytics Version 5</title><link>http://jaypeeonline.net/internet/preview-google-analytics-version-5/</link> <comments>http://jaypeeonline.net/internet/preview-google-analytics-version-5/#comments</comments> <pubDate>Fri, 18 Mar 2011 16:01:12 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[analytics]]></category> <category><![CDATA[custom reports]]></category> <category><![CDATA[dashboard]]></category> <category><![CDATA[events]]></category> <category><![CDATA[goals]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[google analytics]]></category> <category><![CDATA[google analytics beta sign-up]]></category> <category><![CDATA[google analytics v5]]></category> <category><![CDATA[google analytics version 5]]></category> <category><![CDATA[widgets]]></category> <category><![CDATA[world cloud visualization]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9386</guid> <description><![CDATA[Yesterday during the Google Analytics User Conference in San Francisco, attendees got a preview of the new version of Google Analytics. This new, upcoming version &#8211; Google Analytics Version 5 is designed to make it easier and faster for users to access the data they want. Many of the improvements done to the new version [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/google_analytics.jpg" alt="Google Analytics" /></p><p>Yesterday during the Google Analytics User Conference in San Francisco, attendees got a <a
href="http://analytics.blogspot.com/2011/03/looking-towards-future-of-google.html">preview of the new version of Google Analytics</a>. This new, upcoming version &#8211; <strong>Google Analytics Version 5</strong> is designed to make it easier and faster for users to access the data they want. Many of the improvements done to the new version were a result of user feedback like &#8211; users will be able to view <strong>multiple advanced segments</strong> without having to use &#8220;<strong>All Visits</strong>&#8221; and other requested features like <strong>multiple dashboards</strong>.</p><p>New Features for <strong>Google Analytics Version 5</strong>:</p><ul><li>New Home Section</li><li>New Dashboard</li><li>Widgets</li><li>Updated Custom Reporting Tool</li><li>New Admin Section</li><li>World Cloud Visualization</li><li>Goals as Events</li></ul><p>Here&#8217;s a video by one of the beta testers who had early access to <strong>Google Analytics V5</strong>.<br
/> <iframe
title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/mzC-wWN7GCQ" frameborder="0" allowfullscreen></iframe></p><p>For now, only a small group of Analytics users participating in the private testing have access to Google Analytics V5. This new version will eventually be gradually rolled out to everyone in the coming months.</p><p>If you want to join the beta testing program, you can visit the <a
href="https://services.google.com/fb/forms/newanalyticssignup/" target="_blank">beta sign-up page</a>. If you&#8217;re already part of the program, you can go to the new version by clicking on the link on your Google Analytics account. Using the new version of <strong>Google Analytics</strong> won&#8217;t affect your website traffic reports and you can use the current version while testing out the new version.</p><p>What do you think of the new, upcoming <strong>Google Analytics Version 5</strong>? Anyone here who&#8217;s tried it already? How do you like the new features? Please share your thoughts.</p><p>via <a
href="http://www.allanjosephbatac.com/blog/2011/03/check-out-the-new-google-analytics-version-5.html">AJ Batac</a></p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/freeware/trakkboard/" rel="bookmark" class="crp_title">Free Google Analytics API Dashboard Application</a></li><li><a
href="http://jaypeeonline.net/internet/google-analytics-site-speed-tracking/" rel="bookmark" class="crp_title">Google Analytics Site Speed Tracking Feature</a></li><li><a
href="http://jaypeeonline.net/internet/new-reinvigorate-beta/" rel="bookmark" class="crp_title">New Reinvigorate BETA</a></li><li><a
href="http://jaypeeonline.net/internet/google-adwords-coupon/" rel="bookmark" class="crp_title">Another $100 Google Adwords Coupon</a></li><li><a
href="http://jaypeeonline.net/internet/100-google-adwords-coupon/" rel="bookmark" class="crp_title">$100 Google Adwords Coupon</a></li><li><a
href="http://jaypeeonline.net/internet/reinvigorate-launch/" rel="bookmark" class="crp_title">Reinvigorate Now Open To The Public</a></li><li><a
href="http://jaypeeonline.net/internet/new-google-adsense-interface/" rel="bookmark" class="crp_title">New Google Adsense Interface</a></li><li><a
href="http://jaypeeonline.net/internet/tracewatch-free-advanced-traffic-analytics/" rel="bookmark" class="crp_title">TraceWatch &#8211; FREE Advanced Traffic Analytics</a></li><li><a
href="http://jaypeeonline.net/internet/google-social-search-updates/" rel="bookmark" class="crp_title">Google Social Search Updates</a></li><li><a
href="http://jaypeeonline.net/internet/open-web-analytics/" rel="bookmark" class="crp_title">Open Web Analytics</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/internet/preview-google-analytics-version-5/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 36/51 queries in 0.324 seconds using disk
Object Caching 1587/1709 objects using disk
Content Delivery Network via maxcdn.jaypeeonline.net

Served from: jaypeeonline.net @ 2012-02-13 23:18:55 -->
