<?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>Techie Buzz &#187; WordPress Tips and Tricks</title> <atom:link href="http://techie-buzz.com/tag/wordpress-tips-and-tricks/feed" rel="self" type="application/rss+xml" /><link>http://techie-buzz.com</link> <description>Know your technology head on</description> <lastBuildDate>Sun, 27 May 2012 12:00:55 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it</title><link>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html</link> <comments>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html#comments</comments> <pubDate>Mon, 20 Feb 2012 15:42:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html</guid> <description><![CDATA[When I initially started out with using VPS, I had tons of problems with Apache but quickly switched to Nginx which has proven to be more than a boon because it meant that I could do more with less. However, having used WordPress I have come to know that the system is not necessarily scalable in itself when it comes to self-hosted websites.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238uduw729byiidl1iteffscumbag1338130238by9drr11h1y7otssnss01338130238.png" class="scumbags" /><p>When I initially started out with using VPS, I had tons of problems with Apache but quickly switched to Nginx which has proven to be more than a boon, because it meant that I could do more with less. However, having used <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> I have come to know that the system is not necessarily scalable in itself when it comes to self-hosted websites.</p><p>In the past, I have written about the <a href="http://techie-buzz.com/annoucements/techie-buzz-server-architecture.html" target="_blank">architecture that powers Techie Buzz</a> and several guides like <a href="http://weblogtoolscollection.com/archives/2010/03/27/scaling-wordpress-part-1-using-mysql-replication-and-hyperdb/">Scaling WordPress Using MySQL Replication and HyperDB</a> and <a href="http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html" target="_blank">setting up memcache with WordPress</a> among others.</p><p>However, over time, I have learned quite a few things about managing WordPress for a website with heavy traffic and also sorted out several issues which had become a bottleneck for us.</p><p>One of the biggest issues I have faced over time with WordPress is the database. More often than not WordPress websites work slower than expected because of the MySQL database and heavy load on it. However, many a times a simple change in MySQL could speed up the website considerably.</p><p>The default engine (not forced by WordPress) while installing WordPress is MyISAM for most hosting companies. The problem with MyISAM is that it locks the entire table when it inserts or updates rows. This in turn locks other queries which are accessing the same table slowing down the entire website in the process.</p><p>For example, when you are updating a post, you will be updating the wp_posts table and during this update all other select, insert, update and delete queries will be queued till the insert/update query completes. This in itself should not be a big problem when you have a site with less traffic. However, it does make a big impact when you have a large website with multiple queries being run every minute or so.</p><p>So what is the solution for this? Well, the best I could implement was switching the tables with the frequent queries to InnoDB. InnoDB is a storage engine in MySQL which might become the default one in future MySQL versions. With an InnoDB table the queries don&#8217;t lock the entire table, but just lock a single row it is inserting/updating. This leaves the other queries to complete without having to wait in a queue.</p><p>Making this small change has definitely made life easier for us. Along with our other caching mechanisms we now have almost 0 load on our database, which is definitely a great thing.</p><p>While this has definitely been helpful for us, I would suggest that you spend some time reading up the differences between MyISAM and InnoDB and their advantages and disadvantages before you make the move. Once you are convinced that you are ready to migrate, head over to my earlier guide on <a href="http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" target="_blank">how to safely and easily migrate tables from MyISAM to InnoDB Engine</a>.</p> <img src="http://cache.techie-buzz.com/1338130238uduw729byiidl1iteffscumbag1338130238by9drr11h1y7otssnss01338130238.png" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it http%3A%2F%2Fbit.ly%2Fyhe0pc via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/webmaster-tips" rel="tag">Webmaster Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" title="Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it">Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Monday 20th February 2012 10:42:00 AM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily</title><link>http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html</link> <comments>http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html#comments</comments> <pubDate>Sun, 19 Feb 2012 23:16:08 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html</guid> <description><![CDATA[Migrate from MyISAM to InnoDB in MySQL safely and easily. Learn how to migrate from MyISAM to InnoDB in MySQL by keeping backups and not breaking your website.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238tmmdugjz1ucthouzxuqscumbag1338130238wk0jwgsajj6zs3b3a7mz1338130238.png" class="scumbags" /><p>Since the time that I have run this site, I have had my fights with keeping the website running smoothly. However, over time, I have identified several areas we need to improve on and one of them has been MySQL.</p><p>The problem I have had with MySQL is whether to use the MyISAM engine or the InnoDB engine. I have more recently tilted towards using InnoDB more often than not because of the advantages it has for a high traffic website. Though, I won&#8217;t go over the advantages in detail here, I might ask you to read my article on <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" target="_blank">why we switched to InnoDB</a>.</p><p>Nevertheless, here is a quick and easy tutorial on how to switch from a MyISAM engine to a InnoDB engine safely and easily. You can run these queries on the command prompt or use a GUI like PHP MyAdmin as well. However, you must note that the data in your MyISAM table might not be similar to your new table due to frequent updates and you might want to plan downtime so that you don&#8217;t lose data or have to sync the tables again.</p><p>So without further ado, here are the steps:</p><h3>Create a Replica Table</h3><p>The first step is to create a replica table of the one you want to switch the engines for, for that run the query given below. Make sure to replace the table names as appropriate.</p><blockquote><p>CREATE TABLE <em>new_table</em> LIKE <em>old_table</em>;</p></blockquote><p>Once you have run this query you&#8217;ll have a new table which has the same schema as the older table and you are already on your way.</p><h3>Drop FULLTEXT Indexes in New Table</h3><p>The biggest difference, if you measure it that way is that InnoDB tables do not support FULLTEXT indexes. So before we do anything else you will have to drop the FULLTEXT indexes from the table you just created. To do that follow the steps given below.</p><p>Run the query:</p><blockquote><p>SHOW INDEX from <em>new_table</em> where index_type=&#8217;FULLTEXT&#8217;;</p></blockquote><p>Drop individual indexes from the query (rename indexname for the index you want to drop):</p><blockquote><p><i>ALTER TABLE new_table DROP INDEX indexname;</i></p></blockquote><p>Once you have done that, you are now ready to move your MyISAM table to the InnoDB engine. So lets get ahead with it.</p><h3>Moving MyISAM Table to InnoDB Engine</h3><p>The next move is to update the Engine of your MySQL table to InnoDB. For that, you will have to run the following query:</p><blockquote><p>ALTER TABLE new_table ENGINE = InnoDB;</p></blockquote><p>That&#8217;s it. You now have the new table in InnoDB format, now you just need to move the data.</p><h3>Move Data From Old Table to New Table</h3><p>You will need to move the data from the old table to the new table. To do that, run the following query:</p><blockquote><p>INSERT new_table SELECT * FROM old_table;</p></blockquote><p>And the data is finally there. The last but not the least step is to switch between your older MyISAM table to your new InnoDB table.</p><h3>Rename Old Table to Backup and New Table to Old</h3><p>Run the following queries to rename your tables:</p><blockquote><p>Rename Table old_table TO old_table_backup;</p><p>Rename Table new_table TO old_table;</p></blockquote><p>That&#8217;s it. You have now successfully migrated your MyISAM table to the InnoDB engine while having a backup which you can quickly switch to by renaming the backup table again.</p> <img src="http://cache.techie-buzz.com/1338130238tmmdugjz1ucthouzxuqscumbag1338130238wk0jwgsajj6zs3b3a7mz1338130238.png" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily http%3A%2F%2Fbit.ly%2FwqzraV via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html&title=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html&title=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html&title=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/webmaster-tips" rel="tag">Webmaster Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" title="How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily">How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Sunday 19th February 2012 06:16:08 PM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>So You Want to Kick the Google Habit? [Editorial]</title><link>http://techie-buzz.com/tech-news/google-alternatives.html</link> <comments>http://techie-buzz.com/tech-news/google-alternatives.html#comments</comments> <pubDate>Wed, 31 Aug 2011 14:00:04 +0000</pubDate> <dc:creator>Romit Mehta</dc:creator> <category><![CDATA[Tech News]]></category> <category><![CDATA[Alternatives]]></category> <category><![CDATA[Bing]]></category> <category><![CDATA[Bing Maps]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Calendar]]></category> <category><![CDATA[Chrome]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Flickr]]></category> <category><![CDATA[Gmail]]></category> <category><![CDATA[Google Chat]]></category> <category><![CDATA[Google Docs]]></category> <category><![CDATA[Google Finance]]></category> <category><![CDATA[Google Maps]]></category> <category><![CDATA[Google News]]></category> <category><![CDATA[Google Reader]]></category> <category><![CDATA[Google Search]]></category> <category><![CDATA[Google Voice]]></category> <category><![CDATA[Hotmail]]></category> <category><![CDATA[IE9]]></category> <category><![CDATA[IM]]></category> <category><![CDATA[Internet Explorer 9]]></category> <category><![CDATA[Meebo]]></category> <category><![CDATA[NewsBlur]]></category> <category><![CDATA[Office Web Apps]]></category> <category><![CDATA[Photobucket]]></category> <category><![CDATA[Picasa]]></category> <category><![CDATA[Picasa Web]]></category> <category><![CDATA[Posterous]]></category> <category><![CDATA[Safari]]></category> <category><![CDATA[Smugmug]]></category> <category><![CDATA[Trillian]]></category> <category><![CDATA[Tumblr]]></category> <category><![CDATA[Windows Live Photo Gallery]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category> <category><![CDATA[Yahoo]]></category> <category><![CDATA[YouTube]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=59917</guid> <description><![CDATA[A list of popular Google products and alternatives to each one. Also, a list of Google products which do not have a good replacement today.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238amgvoke3k412ols19yscumbag1338130238rxmqb9ikplqtc1lwwe1338130238.etc" class="scumbags" /><h3><a href="http://cache.techie-buzz.com/images4/romit/How-I-went-almost-Google-free_8911/Google-Logo_3.png"><img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Google-Logo" src="http://cache.techie-buzz.com/images4/romit/How-I-went-almost-Google-free_8911/Google-Logo_thumb_3.png" alt="Google-Logo" width="119" height="124" border="0" /></a></h3><p>&nbsp;</p><h3>Google Everywhere</h3><p>It is hard to go online today without touching one or more Google products or services. If it is not search, it may be email, YouTube, Blogger, Picasa, Docs, or Calendar. Google has truly blanketed us with their web-based app offerings. Heck, even the Google Doodle is a <a href="http://www.techmeme.com/110609/p5#a110609p5">conversation</a> <a href="http://www.techmeme.com/110611/p2#a110611p2">topic</a>!</p><p>In this editorial, I shall discuss how you can kick the Google habit, what I am using now as alternatives and why you probably won&#8217;t be able to replace certain Google products today. Ready to move away from Google? First, some background.</p><h3>Why un-Google?</h3><p>Some of the reasons I personally decided to look for alternatives:</p><ul><li>Google became a part of virtually everything I did online. I used GMail, Google Reader, Google Finance, Blogger, Picasa, Picasa Web, Google Docs, Google Search, Google Calendar and Google Maps. I felt uncomfortable putting such a large portion of my online life in Google&#8217;s hands.</li><li>Google morphed from the cool little startup building fun stuff for consumers, to a dominant public company whose revenues essentially came from just one product. That&#8217;s the key  most (<a href="http://www.quora.com/What-percent-of-Googles-revenue-comes-from-search-advertising">96%</a>) of its revenues (and profits) came from search advertising. In other words, it needed other ways to make money. The most obvious way to do so would be to extend the arm of advertising, their main revenue-generating product, into other products. I realized I was the merchandise.</li><li>Google seemed to get Apple and Facebook envy. Apple was growing rapidly across all their product lines and at very high profit margins, and Facebook was taking eyeballs and key talent away from Google. This led to some <a href="http://www.youtube.com/watch?v=IIUfINq2Qmo">bad attempts</a> to mock Apple and Facebook publicly, which of course delighted the Google developer and enthusiast community but came off as being negative to me. If you make a great product, you don&#8217;t need a negative campaign.</li><li>Aside from philosophy, some of the competing products started becoming better, and Google&#8217;s products started getting worse (more on that within my descriptions) prompting me to start Project Un-Google which was an effort to use fewer and fewer Google products, hopefully reaching a point where I did not depend on any Google product at all.</li></ul><p>Whether it is for philosophy, or hedging your web app bets, it is good to know there is life outside Google when it comes to products and services online and offline. There is usually a strong resistance to change, especially if you have a long history with a product. There is a high cost for transferring the old stuff, and learning your way around a new product/service. However, these challenges are not insurmountable, and I hope you take a look at some or all of the products I list here as an alternative to Google. If you have ideas of other products I may not have mentioned, please let me know!</p><h3>Popular Google products</h3><p>Here are some of the Google products/services I will be comparing to competition:</p><ul><li>Search</li><li>Picasa</li><li>GMail</li><li>Calendar</li><li>Documents</li><li>Groups</li><li>Finance</li><li>Blogger</li><li>Chrome</li><li>Maps/Directions</li><li>Talk/Chat/Voice</li></ul><p>I realize Google has many more products, appsand services, but I did not look at products like Book Search which are very niche. My attempt here is to look at the commonly used products and services only.</p> <img src="http://cache.techie-buzz.com/1338130238amgvoke3k412ols19yscumbag1338130238rxmqb9ikplqtc1lwwe1338130238.etc" class="scumbags" /><br/><a href="http://techie-buzz.com/tech-news/google-alternatives.html?utm_source=rss&utm_medium=rss&utm_campaign=rssjump"><strong>Enjoyed So Far? Continue Reading So You Want to Kick the Google Habit? [Editorial]</strong></a><br /><br /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/tech-news/google-alternatives.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=So You Want to Kick the Google Habit? [Editorial] http%3A%2F%2Fbit.ly%2FoMrQ3E via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/tech-news/google-alternatives.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/tech-news/google-alternatives.html&title=So You Want to Kick the Google Habit? [Editorial]" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/tech-news/google-alternatives.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/tech-news/google-alternatives.html&title=So You Want to Kick the Google Habit? [Editorial]" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/tech-news/google-alternatives.html&title=So You Want to Kick the Google Habit? [Editorial]" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/alternatives" rel="tag">Alternatives</a>, <a href="http://techie-buzz.com/tag/bing" rel="tag">Bing</a>, <a href="http://techie-buzz.com/tag/bing-maps" rel="tag">Bing Maps</a>, <a href="http://techie-buzz.com/tag/blogger" rel="tag">Blogger</a>, <a href="http://techie-buzz.com/tag/calendar" rel="tag">Calendar</a>, <a href="http://techie-buzz.com/tag/chrome" rel="tag">Chrome</a>, <a href="http://techie-buzz.com/tag/facebook" rel="tag">Facebook</a>, <a href="http://techie-buzz.com/tag/flickr" rel="tag">Flickr</a>, <a href="http://techie-buzz.com/tag/gmail" rel="tag">Gmail</a>, <a href="http://techie-buzz.com/tag/google-chat" rel="tag">Google Chat</a>, <a href="http://techie-buzz.com/tag/google-docs" rel="tag">Google Docs</a>, <a href="http://techie-buzz.com/tag/google-finance" rel="tag">Google Finance</a>, <a href="http://techie-buzz.com/tag/google-maps" rel="tag">Google Maps</a>, <a href="http://techie-buzz.com/tag/google-news" rel="tag">Google News</a>, <a href="http://techie-buzz.com/tag/google-reader" rel="tag">Google Reader</a>, <a href="http://techie-buzz.com/tag/google-search" rel="tag">Google Search</a>, <a href="http://techie-buzz.com/tag/google-voice" rel="tag">Google Voice</a>, <a href="http://techie-buzz.com/tag/hotmail" rel="tag">Hotmail</a>, <a href="http://techie-buzz.com/tag/ie9" rel="tag">IE9</a>, <a href="http://techie-buzz.com/tag/im" rel="tag">IM</a>, <a href="http://techie-buzz.com/tag/internet-explorer-9" rel="tag">Internet Explorer 9</a>, <a href="http://techie-buzz.com/tag/meebo" rel="tag">Meebo</a>, <a href="http://techie-buzz.com/tag/newsblur" rel="tag">NewsBlur</a>, <a href="http://techie-buzz.com/tag/office-web-apps" rel="tag">Office Web Apps</a>, <a href="http://techie-buzz.com/tag/photobucket" rel="tag">Photobucket</a>, <a href="http://techie-buzz.com/tag/picasa" rel="tag">Picasa</a>, <a href="http://techie-buzz.com/tag/picasa-web" rel="tag">Picasa Web</a>, <a href="http://techie-buzz.com/tag/posterous" rel="tag">Posterous</a>, <a href="http://techie-buzz.com/tag/safari" rel="tag">Safari</a>, <a href="http://techie-buzz.com/tag/smugmug" rel="tag">Smugmug</a>, <a href="http://techie-buzz.com/tag/trillian" rel="tag">Trillian</a>, <a href="http://techie-buzz.com/tag/tumblr" rel="tag">Tumblr</a>, <a href="http://techie-buzz.com/tag/windows-live-photo-gallery" rel="tag">Windows Live Photo Gallery</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a>, <a href="http://techie-buzz.com/tag/yahoo" rel="tag">Yahoo</a>, <a href="http://techie-buzz.com/tag/youtube" rel="tag">YouTube</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/tech-news/google-alternatives.html" title="So You Want to Kick the Google Habit? [Editorial]">So You Want to Kick the Google Habit? [Editorial]</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Romit Mehta on Wednesday 31st August 2011 10:00:04 AM under <a href="http://techie-buzz.com/category/tech-news" title="View all posts in Tech News" rel="category tag">Tech News</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/tech-news/google-alternatives.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Better Search for WordPress Admin Backend Posts</title><link>http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html</link> <comments>http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html#comments</comments> <pubDate>Fri, 19 Aug 2011 00:35:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[Search]]></category> <category><![CDATA[Search Engine]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html</guid> <description><![CDATA[I have always been in awe of WordPress and come to love it since I started using it few years back. However, one of the biggest problems I have had with WordPress is their search; both in the frontend as well as in the backend.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238m666qzpbbsu9ve68vs4ascumbag1338130238dwu47m8ya4pc337e5uaz1338130238." class="scumbags" /><p>I have always been in awe of <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> and have come to love it since I started using it few years back. However, one of the biggest problems I have had with WordPress is their search; both in the frontend as well as in the backend.</p><p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="wordpress_logo" border="0" alt="wordpress_logo" src="http://cache.techie-buzz.com/images2/keith/Better-Search-for-WordPress-Admin-Edit-P_11B4B/wordpress_logo.png" width="430" height="266" /></p><p>While you can always improve your frontend search and add relevancy to it by either using Google Custom Search or a plugin like <a href="http://wordpress.org/extend/plugins/better-search/" target="_blank">Better Search</a>, there are not many options for the backend, or at-least my searches led me to few or none.</p><p>My dislike for the WordPress backend search grew more when I wanted to search for some articles which had a particular title but could never see them in the results for my queries. However, I did find a really good alternative after spending a decent amount of time searching for it on Google.</p><p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="WordPress Admin Advanced Search" border="0" alt="WordPress Admin Advanced Search" src="http://cache.techie-buzz.com/images2/keith/Better-Search-for-WordPress-Admin-Edit-P_11B4B/wordpress_admin_advanced_search.png" width="582" height="254" /></p><p>The extension called <a href="http://wordpress.org/extend/plugins/search-regex/" target="_blank">Search Regex</a> is quite a life saver and is definitely better than the default WordPress backend search for posts. The plugin allows you to search only titles, within posts and comments, post meta values, post excerpts, post URLs and more.</p><p>One of the first things I noticed with the plugin was that it works really well and does it&#8217;s job. However, as always humans are usually never satisfied with what they get and so was I. I would have loved the plugin to integrate and replace the default backend search in WordPress and would like to have it on the WordPress Edit posts page itself. The reason for this is that, the way the plugin currently works, you can only edit a single post at a time.</p><p>On the other hand, WordPress backend search allows users to edit multiple posts at once. Other than this, the plugin also allows you to Search and Replace text within your posts. This can come in very handy if you want to update a link or text in a post. Best of all, the plugin supports regex (<a href="http://en.wikipedia.org/wiki/Regular_expression" target="_blank">Regular Expression</a>). However, I would avoid using that because it could really create problems if something goes wrong or you use a bad regex, in-fact the plugin itself advices you about it.</p><p>Rest assured, Search Regex is an excellent plugin to address the annoyance called &quot;WordPress Search&quot;. Go ahead and <a href="http://wordpress.org/extend/plugins/search-regex/" target="_blank">download it from here</a>, you won&#8217;t be disappointed at all.</p> <img src="http://cache.techie-buzz.com/1338130238m666qzpbbsu9ve68vs4ascumbag1338130238dwu47m8ya4pc337e5uaz1338130238." class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Better Search for WordPress Admin Backend Posts http%3A%2F%2Fbit.ly%2FpDufvO via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html&title=Better Search for WordPress Admin Backend Posts" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html&title=Better Search for WordPress Admin Backend Posts" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html&title=Better Search for WordPress Admin Backend Posts" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/search" rel="tag">Search</a>, <a href="http://techie-buzz.com/tag/search-engine" rel="tag">Search Engine</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html" title="Better Search for WordPress Admin Backend Posts">Better Search for WordPress Admin Backend Posts</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Thursday 18th August 2011 08:35:00 PM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Using TimThumb on Your Website? Either Patch It Or Ditch It Right Now</title><link>http://techie-buzz.com/online-security/timthumb-security-exploit.html</link> <comments>http://techie-buzz.com/online-security/timthumb-security-exploit.html#comments</comments> <pubDate>Tue, 02 Aug 2011 19:22:36 +0000</pubDate> <dc:creator>Amit Banerjee</dc:creator> <category><![CDATA[Online Security]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=57491</guid> <description><![CDATA[A new security exploit has been discovered in one of WordPress image handling utility - TimThumb. You should remove the script or patch it to it's latest version to ensure that your site remains secure from hackers.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238xi1v0q81fsrhust5bfv5scumbag1338130238aymrsbes70vxg6ulpjn1338130238.fkyou" class="scumbags" /><p>If your WordPress theme uses a TimThumb library or you are manually using the TimThumb script on your site&#8217;s template, stop reading this article and remove the script right now. Your website is in a state of serious security risk, as anyone can upload and execute arbitrary PHP code in your TimThumb cache directory.</p><blockquote><p><strong>About TimThumb:</strong>   <a href="http://www.binarymoon.co.uk/projects/timthumb/">TimThumb</a> is a PHP script used for cropping, zooming and dynamically resizing images on websites. While TimThumb can be used on any website, it is ideal for blogs and other websites who use templates and themes (self hosted WordPress blogs, for example). Using TimThumb, you can dynamically fetch a cached copy of an image and proportionally resize it to fit in your blog template. Thumbnails, profile picture of users and signature images are typical examples where TimThumb script is used. Whilst TimThumb has found a home in WordPress themes, it is by no means limited to them &#8211; TimThumb can be used on any website to resize almost any image.</p></blockquote><p>Here is how the TimThumb script works under normal conditions:</p><p>You get the TimThumb script from <a href="http://code.google.com/p/timthumb/">Google Code</a>, upload it to a directory of your webserver, specify a cache directory and call the code from the source of your template. There are a lot of parameters which can be used with TimThumb, it depends on the requirements of your website and how you want to scale internal as well as external images.</p><p>Once your script is in place, it will continue to work in the background and store a copy of the original image in the cache folder. So if you are scaling a really large image to 100 X 100 using TimThumb, an exact match copy of the image will be saved in the cache folder. This image will be shown to your website visitors.</p><p>And here is how the recent TimThumb vulnerability goes to work.</p><p>Since the cache directory is public and is accessible to anyone visiting the website, an attacker can compromise your site by figuring out a way to get TimThumb to fetch a PHP file and put that file in the same directory. Now since the cache directory is preconfigured to execute any file ending with a .PHP extension,<strong> you are trapped</strong>.</p><p>The only way this security vulnerability can be avoided is to explicitly modify the permissions of the cache directory and tell your web server not to execute .PHP files from TimThumb&#8217;s cache directory. But in case of WordPress blogs and other websites, almost every web server is preconfigured to execute .PHP files on any directory.</p><p>Mark Maunder, <a href="http://markmaunder.com/2011/zero-day-vulnerability-in-many-wordpress-themes/">discovered the problem</a> when his own blog got hacked due to this TimThumb exploit. The hacker uploaded a file in the cache folder of Mark&#8217;s web server and added a malicious code with a base64_decode. Suddenly ads were popping out on every page of Mark&#8217;s website, the results could have been more alarmic. Some common possibilities are &#8211; serving malicious content, redirecting to a random website, loading advertisements or putting up a fake login page for users.</p><h3>How To Keep Your Website Safe From TimThumb&#8217;s Security Exploit</h3><p>There are quite a number of ways you can avoid such situations on your website.</p><p>1. <strong>Don&#8217;t use the script at all</strong>: This is probably the best and recommended option for anyone who don&#8217;t know how to tweak the WordPress theme of his site. Ask your theme developer to permanently remove TimThumb script from your WordPress theme or find the files which are calling that TimThumb script. Delete those codes and don&#8217;t forget to delete the TimThumb directory as well (be careful, take a backup of your theme first).</p><p>2. <strong>TimThumb is not exclusive: </strong>There are quite a number of alternatives to consider. For example: you can use <a href="http://plugins.jquery.com/plugin-tags/image-resize">jquery plugins</a> to resize internal images on your website.</p><p>3. <strong>Patch it:</strong> If You must use the TimThumb Script, first patch the script to it&#8217;s <a href="http://code.google.com/p/timthumb/source/browse/trunk/timthumb.php">latest version</a>. Before using the script, open the timthumb.php file for editing, jump to line number 27 and remove the options for $allowedSites. The array should have no elements and it should look something like this:</p><blockquote><p>//external domains that are allowed to be displayed on your website<br /> $allowedSites = array();</p></blockquote><p><a href="http://cache.techie-buzz.com/images/Using-Timthumb-on-WordPress-Either-Patch_14A0F/timthumb-security-exploit.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="timthumb-security-exploit" src="http://cache.techie-buzz.com/images/Using-Timthumb-on-WordPress-Either-Patch_14A0F/timthumb-security-exploit_thumb.png" alt="timthumb-security-exploit" width="482" height="415" border="0" /></a></p><p>Save the file and upload it back. This will disable timthumb.php&#8217;s ability to load images from external sites and the attacker wont be able to compromise your site using an external image</p><p>4. <strong>HTACCESS: </strong>Open up Notepad and dump the following code in it:</p><blockquote><p>Options -ExecCGI<br /> AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi</p></blockquote><p>Save the file as .HTACCESS and upload it to TimThumb&#8217;s cache folder (remember to save as All Files and not as a text file). This HTACCESS file will prevent PHP and other scripting languages from being executed and anyone trying to access the files will get a 403 forbidden  access denied message.</p><p>5. <strong>Why not WordPress?</strong> WordPress already has a very decent <a href="http://codex.wordpress.org/Function_Reference/add_image_size">image handling system</a> and there is a chance that you might not need TimThumb in the first place. The way WordPress handles images is far more secure, never creates cached files or writes them to a directory and keeps the images in the same place where they were uploaded by default. And since WordPress releases security and feature enhancements on a time to time basis, your WordPress powered functions will automatically stay secure as you update WordPress.</p><p>Ben Gillbanks, the developer of TimThumb is working on a fix and a more secured version of TimThumb should be released soon. [<a href="http://code.google.com/p/timthumb/issues/detail?id=212#c0">changelog is here</a>]</p><p><strong>Bonus tip:</strong> Unless you know the code and their corresponding output, <a href="http://techie-buzz.com/webmaster-tips/free-wordpress-themes-scam.html">never use free WordPress themes</a>  for your site. A lot of them contain base_64 decoded codes embedded within the source, which can hurt in more ways than one.</p> <img src="http://cache.techie-buzz.com/1338130238xi1v0q81fsrhust5bfv5scumbag1338130238aymrsbes70vxg6ulpjn1338130238.fkyou" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/online-security/timthumb-security-exploit.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Using TimThumb on Your Website? Either Patch It Or Ditch It Right Now http%3A%2F%2Fbit.ly%2FrcaZIE via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/online-security/timthumb-security-exploit.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/online-security/timthumb-security-exploit.html&title=Using TimThumb on Your Website? Either Patch It Or Ditch It Right Now" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/online-security/timthumb-security-exploit.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/online-security/timthumb-security-exploit.html&title=Using TimThumb on Your Website? Either Patch It Or Ditch It Right Now" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/online-security/timthumb-security-exploit.html&title=Using TimThumb on Your Website? Either Patch It Or Ditch It Right Now" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/online-security" rel="tag">Online Security</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/online-security/timthumb-security-exploit.html" title="Using TimThumb on Your Website? Either Patch It Or Ditch It Right Now">Using TimThumb on Your Website? Either Patch It Or Ditch It Right Now</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Amit Banerjee on Tuesday 2nd August 2011 03:22:36 PM under <a href="http://techie-buzz.com/category/online-security" title="View all posts in Online Security" rel="category tag">Online Security</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/online-security/timthumb-security-exploit.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>WordPress.com Bids Goodbye to Internet Explorer 6</title><link>http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html</link> <comments>http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html#comments</comments> <pubDate>Sun, 22 May 2011 22:08:16 +0000</pubDate> <dc:creator>Amit Banerjee</dc:creator> <category><![CDATA[Tech News]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=51130</guid> <description><![CDATA[Wordpress.com has recently announced that they are ending support for Internet Explorer 6 with their slight redesign and performance improvements implemented on Wordpress.comâ€™s dashboard]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238x9n7scq49e3sags83fscumbag1338130238jlsalxhvjqjeuv1wwrr1338130238." class="scumbags" /><p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" title="internet_explorer6_logo" src="http://cache.techie-buzz.com/images/Wor.com-Bids-Goodbye-to-Internet-Explore_2A48/internet_explorer6_logo.jpg" border="0" alt="internet_explorer6_logo" width="120" height="120" align="right" />WordPress.com has finally joined the <a href="http://www.theie6countdown.com/default.aspx">Kill Internet Explorer</a>bandwagon.</p><p>I don&#8217;t remember when was the last time I used Internet Explorer 6, which is surely the most ugly browser built till date. If you read blogs, keep an eye on emerging technologies and trends, chances are that you hate Internet Explorer 6 as much as we do. On the flip side, if you&#8217;re reading this page from a never to upgradecomputer running Windows 98 or Windows XP, there is a high chance that you&#8217;re using Internet Explorer 6.</p><p>In recent months, a lot of sites (e.g YouTube) have been <a href="http://techie-buzz.com/tech-news/youtube-dropping-ie6-support-in-march.html">dropping support</a> for Internet Explorer 6. The fact of the matter is that IE6&#8242;s rendering engine is half blind and it&#8217;s such a pain for developers and designers to fix browser compatibility of their websites, just because a portion of their users are still on IE6 and god knows whether they will upgrade to Windows 7 or use a different browser anytime soon.</p><p>WordPress.com has <a href="http://en.blog.wordpress.com/2011/05/19/just-write/">recently announced</a> that they are ending support for Internet Explorer 6 with their slight redesign and performance improvements implemented on WordPress.com&#8217;s dashboard. The blogging platform says that it has required increasingly complex code trickery to make WordPress.com&#8217;s backend work in Internet Explorer 6, which does not support current web standards.</p><p>If you try to login to your blog&#8217;s administration area using Internet explorer 6, WordPress.com will let you in. It&#8217;s just that the features will appear broken and all the links won&#8217;t work the way they used to work before. Oh and you will also see a big red alert box, begging you to upgrade Internet Explorer 6 to it&#8217;s latest version.</p><p><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="wordpress-internet-explorer6" src="http://cache.techie-buzz.com/images/Wor.com-Bids-Goodbye-to-Internet-Explore_2A48/wordpress-internet-explorer6.png" border="0" alt="wordpress-internet-explorer6" width="574" height="397" /></p><p>Additionally, WordPress.com has introduced some new features as well as dropping older ones. The new dashboard loads faster and feels better, distracting icons are gone while a new distraction free write post panel being introduced.</p><p>According to the data from Microsoft&#8217;s own IE6 countdown website, 11.4% of web users are still using Internet Explorer 6, the highest user density being recorded near China, South Korea and Japan. The following chart shows a brief usage graph of IE6 from around the world:</p><p><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="ie6-usage-graph" src="http://cache.techie-buzz.com/images/Wor.com-Bids-Goodbye-to-Internet-Explore_2A48/ie6-usage-graph.png" border="0" alt="ie6-usage-graph" width="494" height="342" /></p><p>&nbsp;</p><p>It&#8217;s good to see more and more websites joining hands to drop support for Internet Explorer 6.   This helps everyone if you consider the bigger picture  users can enjoy all the rich features of a modern browser while the devs can sleep well and avoid coding nightmares.</p> <img src="http://cache.techie-buzz.com/1338130238x9n7scq49e3sags83fscumbag1338130238jlsalxhvjqjeuv1wwrr1338130238." class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=WordPress.com Bids Goodbye to Internet Explorer 6 http%3A%2F%2Fbit.ly%2FkST6I7 via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html&title=WordPress.com Bids Goodbye to Internet Explorer 6" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html&title=WordPress.com Bids Goodbye to Internet Explorer 6" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html&title=WordPress.com Bids Goodbye to Internet Explorer 6" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/internet-explorer" rel="tag">Internet Explorer</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html" title="WordPress.com Bids Goodbye to Internet Explorer 6">WordPress.com Bids Goodbye to Internet Explorer 6</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Amit Banerjee on Sunday 22nd May 2011 06:08:16 PM under <a href="http://techie-buzz.com/category/tech-news" title="View all posts in Tech News" rel="category tag">Tech News</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/tech-news/wordpress-com-ends-support-for-internet-explorer-6.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough</title><link>http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html</link> <comments>http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html#comments</comments> <pubDate>Wed, 18 May 2011 12:00:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Reviews]]></category> <category><![CDATA[Blogging]]></category> <category><![CDATA[WordPress 3.2]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html</guid> <description><![CDATA[A review of WordPress 3.2 and a list of the new features that you will be using when the final version comes out. Please note that WordPress 3.2 will require PHP 5.2.4 and  MySQL 5.0, so you might have to upgrade your server software or ask your hosting provider to do it for you.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238ixxb2jvbtkt4q2p0t5sbscumbag1338130238pc625geqyb1pe2q6419k1338130238.etc" class="scumbags" /><p>The <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> team started <a href="http://techie-buzz.com/tech-news/wordpress-3-2-plans-features.html">planning for WordPress 3.2 back in March</a> and <a href="http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html">released WordPress 3.2 beta last week</a>. I spend some time playing around with the next generation of WordPress to see what is new with it.</p><p>Here is a review of WordPress 3.2 and a list of the new features that you will be using when the final version comes out. Please note that WordPress 3.2 will require PHP 5.2.4 and&#160; MySQL 5.0, so you might have to upgrade your server software or ask your hosting provider to do it for you.</p><p><strong>Important Note:</strong> This is a beta version of WordPress, don&#8217;t install it on a production server.</p><h3>New Admin Interface</h3><p align="center"><img title="WordPress 3.2 Admin Interface" border="0" alt="WordPress 3.2 Admin Interface" src="http://cache.techie-buzz.com/images2/keith/WordPress-3.2-Beta-1-Review_13140/wp_3_2_admin_interface.png" width="582" height="293" /></p><p>WordPress 3.2 has a refreshed admin interface which does away with the curved corners and cuts down on the space used between the menus.</p> <img src="http://cache.techie-buzz.com/1338130238ixxb2jvbtkt4q2p0t5sbscumbag1338130238pc625geqyb1pe2q6419k1338130238.etc" class="scumbags" /><br/><a href="http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html?utm_source=rss&utm_medium=rss&utm_campaign=rssjump"><strong>Enjoyed So Far? Continue Reading WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough</strong></a><br /><br /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough http%3A%2F%2Fbit.ly%2Fm9yjSl via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html&title=WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html&title=WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html&title=WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/blogging" rel="tag">Blogging</a>, <a href="http://techie-buzz.com/tag/reviews" rel="tag">Reviews</a>, <a href="http://techie-buzz.com/tag/wordpress-3-2" rel="tag">WordPress 3.2</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html" title="WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough">WordPress 3.2 Beta 1 Review &#8211; Features, Screenshot Walkthrough</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Wednesday 18th May 2011 08:00:00 AM under <a href="http://techie-buzz.com/category/reviews" title="View all posts in Reviews" rel="category tag">Reviews</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/reviews/wordpress-3-2-review-features-screenshots.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WordPress 3.2 Beta 1 Out; Includes Distraction Free Writing, Faster Performance and More</title><link>http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html</link> <comments>http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html#comments</comments> <pubDate>Fri, 13 May 2011 17:10:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[WordPress Tips and Tricks]]></category> <category><![CDATA[Beta]]></category> <category><![CDATA[WordPress 3.2]]></category><guid isPermaLink="false">http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html</guid> <description><![CDATA[WordPress 3.2 will contain several new changes including dropping support for older technologies like PHP4 and MySQL4 among other things. WordPress 3.2 requires PHP 5.2.4 and MySQL 5.0 to run.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238gqc7f960s0yjt6owum22scumbag13381302386gkq1m27nqjk1dp7nz1338130238.etc" class="scumbags" /><p>The last major version of <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a>; <a title="WordPress 3.1 Related Articles" href="http://techie-buzz.com/tag/wordpress-3-1" rel="tag" target="_blank">WordPress 3.1</a>&#160; was released back in February and the team had already begun <a href="http://techie-buzz.com/tech-news/wordpress-3-2-plans-features.html" target="_blank">planning for&#160; WordPress 3.2</a> back in March.</p><p>It looks like most of those plans are now finally beginning to take shape with <a href="http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/" target="_blank">the release</a> of WordPress 3.2 Beta 1. WordPress 3.2 will contain several new changes including dropping support for older technologies like PHP4 and MySQL4 among other things. WordPress 3.2 requires PHP 5.2.4 and MySQL 5.0 to run.</p><p>In addition to that, WordPress 3.2 will also stop supporting Internet Explorer 6. Users browsing the site through IE6 will be shown a message to switch their browsers.</p><p>WordPress 3.2 also includes several performance improvements which make it faster than the earlier version. One more new addition that will be liked by users is the inclusion of Distraction-free Writing in the visual editor. Additionally, WordPress 3.2 includes a refresh to the Admin UI and a new default theme called Twenty Eleven. It will also include more links in the admin bar, however, you can always <a href="http://techie-buzz.com/how-to/disable-hide-admin-bar-wordpress-3-1.html" target="_blank">disable or hide the Admin bar in WordPress</a> if you don&#8217;t like it.</p><p>Overall the changes look pretty decent and should make the next generation of WordPress better than its predecessor. I will be doing a full review of WordPress 3.2 shortly, so stay tuned for it.</p><p>Here are some of the major changes that are included in WordPress 3.2:</p><ul><li><strong>Performance improvements</strong> like you wouldn&#8217;t believe. What&#8217;s that mean? Things are faster!</li><li><strong>Distraction-free Writing</strong>. The visual editor&#8217;s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most â€” your content.</li><li><strong>Admin UI Refresh</strong>. The last major redesign of the WordPress admin was in 2008. This isn&#8217;t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.</li><li><strong>New Default Theme</strong>. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.</li><li><strong>Browse Happy</strong>. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we&#8217;ll let you know there&#8217;s a newer version available.</li><li><strong>Admin Bar</strong>. We&#8217;ve added more links to the admin bar to make it even more useful.</li><li>WordPress has new minimum system requirements: PHP 5.2.4 and MySQL 5.0.</li><li>Internet Explorer 6 will no longer be supported.</li><li>The favorites menu has been removed. If you&#8217;ve written any plugins that use this menu, it&#8217;s time to switch over to an admin bar placement.</li></ul><p>You can download WordPress 3.2 Beta 1 <a href="http://wordpress.org/wordpress-3.2-beta1.zip" target="_blank">from here</a>.</p> <img src="http://cache.techie-buzz.com/1338130238gqc7f960s0yjt6owum22scumbag13381302386gkq1m27nqjk1dp7nz1338130238.etc" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=WordPress 3.2 Beta 1 Out; Includes Distraction Free Writing, Faster Performance and More http%3A%2F%2Fbit.ly%2FiQLPGt via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html&title=WordPress 3.2 Beta 1 Out; Includes Distraction Free Writing, Faster Performance and More" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html&title=WordPress 3.2 Beta 1 Out; Includes Distraction Free Writing, Faster Performance and More" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html&title=WordPress 3.2 Beta 1 Out; Includes Distraction Free Writing, Faster Performance and More" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/beta" rel="tag">Beta</a>, <a href="http://techie-buzz.com/tag/wordpress-3-2" rel="tag">WordPress 3.2</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html" title="WordPress 3.2 Beta 1 Out; Includes Distraction Free Writing, Faster Performance and More">WordPress 3.2 Beta 1 Out; Includes Distraction Free Writing, Faster Performance and More</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Friday 13th May 2011 01:10:00 PM under <a href="http://techie-buzz.com/category/wordpress" title="View all posts in WordPress Tips and Tricks" rel="category tag">WordPress Tips and Tricks</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/wordpress/download-wordpress-3-2-beta.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How To Setup And Use Memcached With WordPress</title><link>http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html</link> <comments>http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html#comments</comments> <pubDate>Sun, 08 May 2011 18:17:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[Linux Tips]]></category> <category><![CDATA[Tips And Tricks]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Webmaster Tools]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html</guid> <description><![CDATA[Memcache is a powerful tool to share objects across servers and it is used by several big sites including Facebook, Yahoo and many more. The best part about using memcached on your server is that you can cut down on your database queries significantly and store commonly used objects in memory and share it across multiple servers.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238zwqngr6xr6n27thvezlscumbag1338130238ayo5p3oafk2tkboz42l1338130238.jpg" class="scumbags" /><p>A few days ago, I spoke <a href="http://techie-buzz.com/annoucements/techie-buzz-server-architecture.html" target="_blank">about the architecture that powers Techie Buzz</a>. In that post, I had mentioned that memcached was one of our key ingredients.</p><p>Memcache is a powerful tool to share objects across servers and it is used by several big sites including <a title="Articles Related to Facebook" href="http://techie-buzz.com/tag/facebook" rel="tag" target="_blank">Facebook</a>, Yahoo and many more. The best part about using memcached on your server is that you can cut down on your database queries significantly and store commonly used objects in memory and share it across multiple servers.</p><p>If you use <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> on a multi-server setup, you can easily cut down on DB queries by up-to 50% by implementing memcached. If you are interested in knowing how to implement memcached on your server, here is a tutorial. The assumption is that you are using Ubuntu, if not, the installation steps might change.</p><h3>How To Install Memcached And Configure It</h3><p><strong>Step 1:</strong> Install memcached using the command given below</p><blockquote><p>sudo apt-get install memcached</p></blockquote><p><strong>Step 2: </strong>After you have installed memcached you will have to configure it through a .conf file, to do that use the command given below</p><blockquote><p>vi /etc/memcached.conf</p></blockquote><p><strong>Step 3:</strong> In the configuration file you will find few parameters, you can ignore the -d, -u and logfile parameters and leave it as default. However, change the -m, -p and -i parameters to suit your servers. The -m parameter specifies the memory that will be allocated to memcache. The -p parameter specifies the port that memcached will run on and the -l (ell) parameter specifies the IP address the memcached server will run on. You will need to change the -l (ell) parameter value from 127.0.0.1 to a local or global IP address of your server. This is necessary because your memcached server will be accessed by outside servers and using 127.0.0.1 will not work then.</p><p>Once you have done that run the following command.</p><blockquote><p>service memcached restart or /etc/init.d/memcached restart</p></blockquote><h3>Using Memcached With WordPress</h3><p>Once you have setup your memcached server, it is time to now setup WordPress to use memcached to store your objects. To do that, head over to <a href="http://wordpress.org/extend/plugins/memcached/">http://wordpress.org/extend/plugins/memcached/</a> and install the memcached plugin for WordPress. Unlike other plugins, you will have to drop this file into the wp-content directory and not the plugins directory.</p><p>You will have to install additional plugins for your server to make use of this plugin, namely PECL memcache extension which can be downloaded from <a href="http://pecl.php.net/package/memcache">http://pecl.php.net/package/memcache</a>.</p><p>Now comes the part where you will actually tell WordPress to use memcached as an object storing mechanism. To do that, open the wp-config file and add the line below to it.</p><blockquote><p>global $memcached_servers; <br />$memcached_servers = array(&#8216;default&#8217; =&gt; array(&#8216;<strong>memcache-server-ip-or-name:11211&#8242;</strong>));</p></blockquote><p>The array is used to define multiple memcached servers which can be used for your site. Please make sure to edit the name/ip of the server and the port before you save the file.</p><p>That&#8217;s it. Now just refresh your cache and WordPress should start storing the objects in memcache and will access your database very sparsely.&#160; Do let me know if you have any problems or difficulties in setting this up through your comments.</p><p><strong>Bonus Note:</strong> You can browse and manage your memcache server through a WordPress plugin called WP Memcached Manager which can be downloaded at <a href="http://wordpress.org/extend/plugins/wp-memcached-manager/">http://wordpress.org/extend/plugins/wp-memcached-manager/</a>.</p> <img src="http://cache.techie-buzz.com/1338130238zwqngr6xr6n27thvezlscumbag1338130238ayo5p3oafk2tkboz42l1338130238.jpg" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=How To Setup And Use Memcached With WordPress http%3A%2F%2Fbit.ly%2Fjs8fPz via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html&title=How To Setup And Use Memcached With WordPress" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html&title=How To Setup And Use Memcached With WordPress" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html&title=How To Setup And Use Memcached With WordPress" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/how-to" rel="tag">How To</a>, <a href="http://techie-buzz.com/tag/linux-tips" rel="tag">Linux Tips</a>, <a href="http://techie-buzz.com/tag/tips-and-tricks" rel="tag">Tips And Tricks</a>, <a href="http://techie-buzz.com/tag/ubuntu" rel="tag">Ubuntu</a>, <a href="http://techie-buzz.com/tag/webmaster-tips" rel="tag">Webmaster Tips</a>, <a href="http://techie-buzz.com/tag/webmaster-tools" rel="tag">Webmaster Tools</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html" title="How To Setup And Use Memcached With WordPress">How To Setup And Use Memcached With WordPress</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Sunday 8th May 2011 02:17:00 PM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>WordPress.com Servers Hacked; Data/Code Compromised</title><link>http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html</link> <comments>http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html#comments</comments> <pubDate>Wed, 13 Apr 2011 17:05:56 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Tech News]]></category> <category><![CDATA[Hacking]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html</guid> <description><![CDATA[Earlier today, WordPress.com had a low-level (root) access break-in on several of their servers which hosted WordPress.com websites. According, to a note posted on the WordPress blog, some user data on those servers might have been revealed.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130238tmud7akbzviiffsd8qscumbag1338130238jpoiazuaiw6uzhz8bgi1338130238.god" class="scumbags" /><p>Earlier today, WordPress.com had a low-level (root) access break-in on several of their servers which hosted WordPress.com websites. According, to a <a href="http://en.blog.wordpress.com/2011/04/13/security/" target="_blank">note posted</a> on the <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> blog, some user data on those servers might have been revealed.</p><p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="WordPress Logo" border="0" alt="WordPress Logo" src="http://cache.techie-buzz.com/images2/keith/WordPress.com-Servers-Hacked_B5E4/wordpress_logo.png" width="240" height="149" /></p><p>In the post, the founder of WordPress; Matt Mullenweg said that the extent of data breach is not known yet, but they are actively investigating the logs to determine the extent of the breach.</p><blockquote><p>We have been diligently reviewing logs and records about the break-in to determine the extent of the information exposed, and re-securing avenues used to gain access. We presume our source code was exposed and copied. While much of our code is Open Source, there are sensitive bits of our and our partners&#8217; code. Beyond that, however, it appears information disclosed was limited.</p></blockquote><p>Matt did not clearly mention whether user data was compromised, however, he did post suggestions on creating secure passwords (Read our <a href="http://techie-buzz.com/how-to/create-strong-passwords-that-you-can-remember.html" target="_blank">guide on creating secure passwords</a>, <a href="http://techie-buzz.com/featured/create-strong-passwords-and-recover-hacked-accounts.html" target="_blank">creating strong passwords to avoid getting hacked</a> or <a href="http://techie-buzz.com/internet-tools/4-unique-tools-to-generate-strong-passwords.html" target="_blank">unique tools to create secure passwords</a>). As an advice, just make sure to changed your WordPress.com password though.</p><p>The WordPress developers have already patched the problem, however, the damage might already have been done. We&#8217;ll keep you updated with further information on this.</p> <img src="http://cache.techie-buzz.com/1338130238tmud7akbzviiffsd8qscumbag1338130238jpoiazuaiw6uzhz8bgi1338130238.god" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=WordPress.com Servers Hacked; Data/Code Compromised http%3A%2F%2Fbit.ly%2FgO4JTx via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html&title=WordPress.com Servers Hacked; Data/Code Compromised" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html&title=WordPress.com Servers Hacked; Data/Code Compromised" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html&title=WordPress.com Servers Hacked; Data/Code Compromised" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/hacking" rel="tag">Hacking</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html" title="WordPress.com Servers Hacked; Data/Code Compromised">WordPress.com Servers Hacked; Data/Code Compromised</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Wednesday 13th April 2011 01:05:56 PM under <a href="http://techie-buzz.com/category/tech-news" title="View all posts in Tech News" rel="category tag">Tech News</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/tech-news/wordpress-com-hacked-data-compromised.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              11546
Template:           index
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 9/50 queries in 0.094 seconds using memcached
Object Caching 1753/1878 objects using memcached
Content Delivery Network via cdn4.techie-buzz.com

Served from: www.techie-buzz.com @ 2012-05-27 10:50:38 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          tag/wordpress-tips-and-tricks/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.672s
Header info:
X-Pingback:         http://techie-buzz.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Sun, 27 May 2012 14:50:38 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Sun, 27 May 2012 15:00:38 GMT
Pragma:             public
Cache-Control:      max-age=600, public, must-revalidate, proxy-revalidate
Etag:               434c2255dbad53cdcb72c8ae500a99b4
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
