<?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; WordPress Themes</title> <atom:link href="http://jaypeeonline.net/tag/wordpress-themes/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>WARNING: Zero Day Vulnerability Found on Timthumb.php</title><link>http://jaypeeonline.net/tips-tricks/timthumb-zero-day-vulnerability/</link> <comments>http://jaypeeonline.net/tips-tricks/timthumb-zero-day-vulnerability/#comments</comments> <pubDate>Thu, 04 Aug 2011 03:35:56 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[allow_external]]></category> <category><![CDATA[array]]></category> <category><![CDATA[thumb.php]]></category> <category><![CDATA[TimThumb]]></category> <category><![CDATA[timthumb script]]></category> <category><![CDATA[timthumb.php]]></category> <category><![CDATA[WordPress Themes]]></category> <category><![CDATA[zero day vulnerability]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9552</guid> <description><![CDATA[A zero day vulnerability has been recently found on TimThumb, a popular image resizing utility widely used in a lot of WordPress themes. This issue was first discovered and reported by Mark Maunder after his blog got hacked via the timthumb.php file/script. The TimThumb zero day vulnerability allows malicious users, hackers and other third parties [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/timthumb_zeroday.png" alt="TimThumb Zero Day Vulnerability" /></p><p>A <strong>zero day vulnerability</strong> has been recently found on <strong>TimThumb</strong>, a popular image resizing utility widely used in a lot of <a
href="http://jaypeeonline.net/category/wordpress-themes/">WordPress themes</a>. This issue was first discovered and reported by <strong>Mark Maunder</strong> after his blog got hacked via the timthumb.php file/script.</p><p>The <strong>TimThumb zero day vulnerability</strong> allows malicious users, hackers and other third parties to upload and run PHP code in the timthumb cache directory. When the uploaded PHP code is run and executed, the attacker can do whatever they want with the affected site or blog.</p><p><strong>Recommended measures:</strong></p><p><strong>If You Use TimThumb</strong><br
/> If your current WordPress theme is using timthumb.php, make sure that you update to the <a
href="http://timthumb.googlecode.com/svn/trunk/timthumb.php" target="_blank">latest version of TimThumb</a> and to reglularly check on the <a
href="http://code.google.com/p/timthumb/" target="_blank">official TimThumb site</a> for updates and announcements.</p><p>Aside from updating the TimThumb file there&#8217;s another thing you need to do. Open up the <strong>timthumb.php</strong> or <strong>thumb.php</strong> file with a <a
href="http://jaypeeonline.net/tag/free-text-editors/">text editor</a> and look for this line <strong>ALLOW_EXTERNAL</strong> and make sure that the value is set to <strong>FALSE</strong>.</p><pre class="brush: php">define ('ALLOW_EXTERNAL', FALSE);</pre><p><br/></p><p>Once <strong>ALLOW_EXTERNAL</strong> is set to <strong>FALSE</strong>, next thing to do is <strong>remove the domains</strong> inside the <strong>$allowedSites array</strong> to ensure that remote file downloading is disabled:</p><p><strong>Before</strong></p><pre class="brush: php">$allowedSites = array (
	'flickr.com',
	'picasa.com',
	'img.youtube.com',
);</pre><p><br/></p><p><strong>After</strong></p><pre class="brush: php">$allowedSites = array ();</pre><p><br/></p><p><strong>If You Do Not Use TimThumb</strong><br
/> If you don&#8217;t use or need timthumb.php but have other WordPress themes stored in your <strong>wp-content/themes</strong> folder that uses timthumb.php, it is recommended that the <strong>timthumb.php</strong> or <strong>thumb.php</strong> file or even the entire theme or plugin folder be <strong>deleted/removed from your web server</strong>.</p><p>The theme I&#8217;m using here on <strong>JaypeeOnline</strong> &#8211; FreshNews by WooThemes uses <strong>TimThumb</strong>. After reading about this vulnerability, I immediately removed the <strong>thumb.php</strong> file and replaced it with an updated one. I was worried that I was using a very old version of TimThumb and that upgrading might mess up my blog but after the upgrade, I checked all the thumbnails and everything seems to be working fine. I also removed everything related to the old version of TimThumb and cleared the the cache.</p><p>If you want to know more about the <strong>TimThumb zero day vulnerability</strong>, how it was discovered and other additional info, check out Mark Maunder&#8217;s <a
href="http://markmaunder.com/2011/zero-day-vulnerability-in-many-wordpress-themes/" target="_blank">blog post</a>.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-141/" rel="bookmark" class="crp_title">Weekend Roundup #141</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/wp-theme-review-simplefolio/" rel="bookmark" class="crp_title">WP Theme Review: SimpleFolio</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-2-9-features/" rel="bookmark" class="crp_title">WordPress 2.9 Features</a></li><li><a
href="http://jaypeeonline.net/tips-tricks/howto-prevent-bandwidth-theft-or-hotlinking/" rel="bookmark" class="crp_title">HowTo: Prevent Bandwidth Theft or Hotlinking</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/wp-theme-review-milano/" rel="bookmark" class="crp_title">WP Theme Review: Milano</a></li><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/blog/worpresscom-stats-plugin-vulnerability/" rel="bookmark" class="crp_title">Worpress.com Stats Plugin Vulnerability</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/vistered-little-theme-security-alert/" rel="bookmark" class="crp_title">Vistered Little Theme Security Alert</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/wp-theme-review-coldstone/" rel="bookmark" class="crp_title">WP Theme Review: ColdStone</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/permalinks-migration-plugin-vulnerability/" rel="bookmark" class="crp_title">Permalinks Migration Plugin Vulnerability</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/tips-tricks/timthumb-zero-day-vulnerability/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>WordPress 3.2 Release Candidate 1</title><link>http://jaypeeonline.net/wordpress/wordpress-3-2-rc1/</link> <comments>http://jaypeeonline.net/wordpress/wordpress-3-2-rc1/#comments</comments> <pubDate>Fri, 17 Jun 2011 02:06:28 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[release candidate]]></category> <category><![CDATA[themes]]></category> <category><![CDATA[wordpress 3.2]]></category> <category><![CDATA[wordpress 3.2 rc1]]></category> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[wordpress release candidate]]></category> <category><![CDATA[WordPress Themes]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9499</guid> <description><![CDATA[The WordPress dev team released the first Release Candidate (RC1) for WordPress 3.2 a couple days ago. Release Candidates are versions of the software that are released after the beta phase and before the final release. Some important stuff to tak note for those who are using/testing WordPress 3.2 RC1: WordPress plugin and theme authors [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/wplogo2.png" alt="WordPress" /></p><p>The <a
href="http://jaypeeonline.net/category/wordpress/">WordPress</a> dev team released the first <a
href="http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate/">Release Candidate (RC1) for WordPress 3.2</a> a couple days ago. <strong>Release Candidates</strong> are versions of the software that are released after the beta phase and before the final release.</p><p>Some important stuff to tak note for those who are using/testing <strong>WordPress 3.2 RC1</strong>:</p><ul><li><strong>WordPress plugin and theme authors</strong> are encouraged to test their plugins and themes now to make sure that all compatibility issues are discovered and addressed before the final version is released.</li><li><strong>WordPress users</strong> are also encouraged to test it and inform plugin or theme authors if you find any compatibility issues with any plugins/themes you use on your blog.</li><li>You can find known issues for WordPress 3.2 RC1 <a
href="http://core.trac.wordpress.org/report/5">here</a>.</li></ul><p>Here&#8217;s how/where you can submit bug reports:</p><ul><li>Post it to the <a
href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a> or wp-testers</li><li>Join the development <strong>IRC</strong> channel and tell us live at <strong>irc.freenode.net #wordpress-dev</strong></li><li>File a bug ticket on the <a
href="http://core.trac.wordpress.org/">WordPress Trac</a></li></ul><p>Remember that <strong>WordPress 3.2 RC1</strong> is meant for testing purposes so make sure you don&#8217;t install it on your main/live blog or website but rather install it on your test site.</p><p><a
href="http://wordpress.org/wordpress-3.2-RC1.zip">Download WordPress 3.2 Release Candidate 1</a></p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress/wordpress-27-rc-2/" rel="bookmark" class="crp_title">WordPress 2.7 RC 2</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-2-beta-1/" rel="bookmark" class="crp_title">WordPress 3.2 Beta 1 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-4-and-3-2-rc-3/" rel="bookmark" class="crp_title">WordPress 3.1.4 and 3.2 Release Candidate 3 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-3-security-update-wordpress-3-2-beta-2-released/" rel="bookmark" class="crp_title">WordPress 3.1.3 Security Update &#038; WordPress 3.2 Beta 2 Released</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-271-now-available/" rel="bookmark" class="crp_title">WordPress 2.7.1 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-plugin-compatibility-beta/" rel="bookmark" class="crp_title">WordPress Plugin Compatibility Beta</a></li><li><a
href="http://jaypeeonline.net/wordpress-plugins/wordpress-23-plugin-compatibility/" rel="bookmark" class="crp_title">WordPress 2.3 Plugin Compatibility</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-27-coltrane/" rel="bookmark" class="crp_title">WordPress 2.7 &#8220;Coltrane&#8221;</a></li><li><a
href="http://jaypeeonline.net/blog/do-you-use-the-wordpress-plugin-compatibility-feature/" rel="bookmark" class="crp_title">Do You Use the WordPress Plugin Compatibility Feature?</a></li><li><a
href="http://jaypeeonline.net/wordpress/is-your-blog-ready-for-wordpress-25/" rel="bookmark" class="crp_title">Is Your Blog Ready For WordPress 2.5?</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress/wordpress-3-2-rc1/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WPMU DEV Premium Elite Membership Giveaway</title><link>http://jaypeeonline.net/contests/wpmu-dev-premium-elite-membership-giveaway/</link> <comments>http://jaypeeonline.net/contests/wpmu-dev-premium-elite-membership-giveaway/#comments</comments> <pubDate>Tue, 07 Jun 2011 21:57:48 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Contests]]></category> <category><![CDATA[appsumo]]></category> <category><![CDATA[buddypress plugins]]></category> <category><![CDATA[forums]]></category> <category><![CDATA[live support]]></category> <category><![CDATA[marketpress]]></category> <category><![CDATA[multisite plugins]]></category> <category><![CDATA[premium wordpress plugins]]></category> <category><![CDATA[premium wordpress themes]]></category> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[WordPress Themes]]></category> <category><![CDATA[wp membership]]></category> <category><![CDATA[wpmu]]></category> <category><![CDATA[wpmu dev]]></category> <category><![CDATA[wpmu dev contest]]></category> <category><![CDATA[wpmu dev elite membership giveaway]]></category> <category><![CDATA[wpmu jobs]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9492</guid> <description><![CDATA[Our previous giveaway &#8211; MediaLoot Elite Membership giveaway was for graphic artists, web developers and design aficionados. This time, I have something special for all WordPress fans and users out there. In cooperation with WPMU DEV and AppSumo, JaypeeOnline will be giving away 3 1-year WPMU DEV Elite Memberships worth $420. For those who aren&#8217;t [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/wpmudev_giveaway.png" alt="WPMU DEV Giveaway" /></p><p>Our previous giveaway &#8211; <a
href="http://jaypeeonline.net/contests/medialoot-elite-membership-giveaway/">MediaLoot Elite Membership giveaway</a> was for graphic artists, web developers and design aficionados. This time, I have something special for all <a
href="http://jaypeeonline.net/category/wordpress/">WordPress</a> fans and users out there. In cooperation with <a
href="http://premium.wpmudev.org/" target="_blank">WPMU DEV</a> and <a
href="http://jaypeeonline.net/go/appsumo.php" target="_blank">AppSumo</a>, JaypeeOnline will be giving away 3 <strong>1-year WPMU DEV Elite Memberships</strong> worth <strong>$420</strong>. For those who aren&#8217;t familiar with WPMU DEV, it is one of the best sources for all your WordPress needs &#8211; themes, plugins, support, etc.</p><p>So what do you get with a <strong>WPMU DEV Elite Membership</strong>? Access to over <strong>100+ plugins for WP, Multisite and BuddyPress</strong>, <strong>150+ premium highly customizable themes</strong> and <strong>unlimited live and forum-based help and support</strong>. Aside from those, you also get the following:</p><ul><li>Unlimited use of all plugins &#038; themes, forever!</li><li>Upgrades and support guaranteed</li><li>Helpful live chat and forums</li><li>Access to all new plugins &#038; themes</li><li>New feature development requests</li><li>Full access to WPMU Jobs</li></ul><p>Here&#8217;s some of the most popular WPMU DEV products:</p><ul><li><strong>WP Membership</strong> &#8211; The most powerful, easy to use and flexible membership plugin for WordPress, Multisite and BuddyPress sites available. Offer downloads, posts, pages, forums and more to paid members.</li><p><img
src="http://maxcdn.jaypeeonline.net/images/wpmudev_membership.png" alt="WPMU Membership" /></p><li><strong>MarketPress</strong> &#8211; The complete WordPress ecommerce plugin &#8211; works perfectly with BuddyPress and WP Multisite too to create a social marketplace, where you can take a percentage!</li><p><img
src="http://maxcdn.jaypeeonline.net/images/wpmudev_marketpress.png" alt="WPMU MarketPress" /></p><li><strong>Premium WordPress Themes</strong></li><p><img
src="http://maxcdn.jaypeeonline.net/images/wpmudev_gridmarket.png" alt="WPMU Premium WordPress Themes" /></ul><p><strong>CONTEST MECHANICS:</strong><br
/> (choose either <strong>Twitter</strong> or <strong>Facebook</strong>. You can do both if you want but you won’t any extra points for it.)</p><p><strong>via Twitter</strong></p><ol><li>Follow <strong>WPMU DEV</strong> <a
href="http://twitter.com/wpmudev">@wpmudev</a>, <strong>AppSumo</strong> <a
href="http://twitter.com/appsumo">@AppSumo</a> and <strong>JaypeeOnline</strong> <a
href="http://twitter.com/jaypee">@jaypee</a>.</li><li><strong>Retweet this post</strong>. Please use the exact tweet below including the <strong>bit.ly shortlink</strong> and make sure to mention <strong>@WPMUDEV</strong>, <strong>@AppSumo</strong> and <strong>@jaypee</strong> on your tweet.</li><blockquote><p>Win a WPMU DEV Elite Membership worth $420 from @wpmudev @AppSumo @jaypee &#8211; http://bit.ly/m0Pcyc</p></blockquote><li><strong>Leave a comment</strong> on this post to let us know that you joined the contest. Please include the link to your tweet and your Twitter ID/username.</li></ol><p><strong>via Facebook</strong></p><ol><li><strong>Share this post on Facebook</strong>. Please use the exact message below including the <strong>bit.ly shortlink</strong>.</li><blockquote><p>Win a WPMU DEV Elite Membership worth $420 from WPMU DEV, AppSumo &#038; JaypeeOnline – http://bit.ly/m0Pcyc</p></blockquote><li><strong>Leave a comment</strong> on this post to let us know that you joined the contest. Please include the link to the Facebook post and your Facebook ID/username.</li></ol><p>Contest starts as soon as this post is published. All entries should be in by midnight of <strong>June 29th</strong> (US Eastern Time). <strong>Three (3) lucky winners</strong> will be chosen using <em>Random.org’s List Randomizer</em> and their names will be announced the following day – <strong>June 30th</strong>.</p><p>Coincidentally, AppSumo&#8217;s deal of the day is a <strong>WPMU DEV Elite Membership</strong> for only <strong>$79</strong>. This usually costs <strong>$420</strong> so with this deal, you get an <strong>81% discount</strong> and <strong>$341 savings</strong>. If you don&#8217;t feel lucky joining this giveaway, you can take advantage of this awesome deal. Check out the official <a
href="http://www.appsumo.com/wpmu-dev-promo/" target="_blank">WPMU DEV promo page on AppSumo*</a></p><p><em>*The MediaLoot AppSumo deal starts on June 7th at 12AM CST and ends after 11:59:59 PM CST</em></p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/contests/wpmu-dev-premium-elite-membership-giveaway-winners/" rel="bookmark" class="crp_title">WPMU DEV Premium Elite Membership Giveaway Winners</a></li><li><a
href="http://jaypeeonline.net/contests/medialoot-elite-membership-giveaway/" rel="bookmark" class="crp_title">MediaLoot Elite Membership Giveaway</a></li><li><a
href="http://jaypeeonline.net/contests/medialoot-elite-membership-giveaway-winners/" rel="bookmark" class="crp_title">MediaLoot Elite Membership Giveaway Winners</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-blogger-bundle/" rel="bookmark" class="crp_title">AppSumo&#8217;s WordPress Blogger Bundle</a></li><li><a
href="http://jaypeeonline.net/contests/allbusinesscards-1500-business-cards-giveaway-winners/" rel="bookmark" class="crp_title">AllBusinessCards.com 1,500 Business Cards Giveaway Winners</a></li><li><a
href="http://jaypeeonline.net/contests/themefuse-premium-wordpress-themes-giveaway/" rel="bookmark" class="crp_title">ThemeFuse Premium WordPress Themes Giveaway</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-133/" rel="bookmark" class="crp_title">Weekend Roundup #133</a></li><li><a
href="http://jaypeeonline.net/contests/allbusinesscards-1500-business-cards-giveaway/" rel="bookmark" class="crp_title">1,500 Business Cards Giveaway from AllBusinessCards.com</a></li><li><a
href="http://jaypeeonline.net/wordpress/free-wordpress-icon-sets/" rel="bookmark" class="crp_title">Free WordPress Icons from Envato</a></li><li><a
href="http://jaypeeonline.net/wordpress/2010-wordpress-honors-winners/" rel="bookmark" class="crp_title">2010 WordPress Honors Winners</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/contests/wpmu-dev-premium-elite-membership-giveaway/feed/</wfw:commentRss> <slash:comments>19</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>WooThemes Happy Easter Promo</title><link>http://jaypeeonline.net/wordpress-themes/woothemes-happy-easter-promo/</link> <comments>http://jaypeeonline.net/wordpress-themes/woothemes-happy-easter-promo/#comments</comments> <pubDate>Fri, 22 Apr 2011 21:54:06 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress Themes]]></category> <category><![CDATA[premium wordpress themes]]></category> <category><![CDATA[woothemes]]></category> <category><![CDATA[woothemes club subscription discount]]></category> <category><![CDATA[woothemes discounts]]></category> <category><![CDATA[woothemes easter promo]]></category> <category><![CDATA[woothemes promo]]></category> <category><![CDATA[woothemes theme package discount]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9434</guid> <description><![CDATA[To celebrate Easter, WooThemes is having a weekend sale on all their premium theme packages and club subscriptions. Instead of the regular 2-for-1 promo where you can purchase two premium WordPress themes for the price of one, this weekend they&#8217;re offering a 5-for-1 promo for any of their WordPress theme packages plus 20% off club [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/woothemes_easter_promo.jpg" alt="WooThemes Happy Easter Promo" /></p><p>To celebrate Easter, <a
href="http://jaypeeonline.net/go/woo.php">WooThemes</a> is having a weekend sale on all their premium theme packages and club subscriptions. Instead of the <strong>regular 2-for-1 promo</strong> where you can purchase two <strong>premium WordPress themes</strong> for the price of one, this weekend they&#8217;re offering a <strong>5-for-1 promo</strong> for any of their <strong>WordPress theme packages</strong> plus <strong>20% off club subscriptions</strong>.</p><p>Here&#8217;s the full details of the <strong>WooThemes Happy Easter Promo</strong>:</p><ul><li><strong>Standard Theme Package</strong> &#8211; $70 for 5 themes.</li><li><strong>Developer Theme Package</strong> &#8211; $150 for 5 themes and their Photoshop files.</li><li><strong>Enterprise Themes</strong> &#8211; $160 (20% discount).</li><li><strong>Standard Club Membership</strong> &#8211; $85 start up fee and $15/monthly subscription with access to 90 themes (20% discount).</li><li><strong>Developer Club Membership</strong> &#8211; $140 start up fee and $20/monthly subscription with access to 90 themes and their Photoshop files (20% discount).</li></ul><p>If you&#8217;ve been waiting or wanting to purchase a premium WordPress theme from <a
href="http://jaypeeonline.net/go/woo.php">WooThemes</a>, now is the best time to do it. You don&#8217;t often get this much discounts on beautiful quality <strong>premium WordPress Themes</strong>. Of course, all of this includes access to the <strong>WooThemes support forum</strong> and help from the <strong>Woo ninjas</strong>.</p><p><strong>NOTE:</strong> This offer is valid until Monday, April 25th.</p><p>What are you waiting for? Take advantage of the <a
href="http://www.woothemes.com/2011/04/the-happy-easter-promo/">WooThemes Happy Easter promo</a> get 5 premium <a
href="http://jaypeeonline.net/category/wordpress-themes/">WordPress themes</a> for the price of 1 or get huge discounts on WooThemes club subscriptions!</p><p><a
href="http://jaypeeonline.net/go/woo.php">Go and check out the WooThemes Happy Easter Promo</a></p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress-themes/woothemes-valentines-day-promo/" rel="bookmark" class="crp_title">WooThemes Valentine&#8217;s Day Promo</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/woothemes-world-cup-promo/" rel="bookmark" class="crp_title">WooThemes World Cup Promo</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/woothemes-4-for-1-special-offer/" rel="bookmark" class="crp_title">WooThemes 4-for-1 Special Offer</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/wp-theme-review-irresistible/" rel="bookmark" class="crp_title">WP Theme Review: Irresistible</a></li><li><a
href="http://jaypeeonline.net/blog/fresh-new-theme/" rel="bookmark" class="crp_title">Fresh New Theme for JaypeeOnline</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/wpdesigners-5-themes-club/" rel="bookmark" class="crp_title">WPDesigner&#8217;s $5 Themes Club</a></li><li><a
href="http://jaypeeonline.net/internet/google-world-cup-easter-egg/" rel="bookmark" class="crp_title">Google World Cup Easter Egg</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-com-premium-themes/" rel="bookmark" class="crp_title">WordPress.com Add Premium Themes</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/theme-garden/" rel="bookmark" class="crp_title">Theme Garden Premium WordPress Theme Club</a></li><li><a
href="http://jaypeeonline.net/wordpress-themes/elegant-themes-now-offer-developers-licenses/" rel="bookmark" class="crp_title">Elegant Themes Now Offer Developer&#8217;s Licenses</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress-themes/woothemes-happy-easter-promo/feed/</wfw:commentRss> <slash:comments>0</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 84/95 queries in 0.283 seconds using disk
Object Caching 1537/1764 objects using disk
Content Delivery Network via maxcdn.jaypeeonline.net

Served from: jaypeeonline.net @ 2012-02-14 00:07:18 -->
