<?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>teamsiems &#187; wordpress</title>
	<atom:link href="http://teamsiems.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://teamsiems.com</link>
	<description>A team of Siems making observations</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Quickly Clean Up Your WordPress Database</title>
		<link>http://teamsiems.com/2011/04/how-to-quickly-clean-up-your-wordpress-database/</link>
		<comments>http://teamsiems.com/2011/04/how-to-quickly-clean-up-your-wordpress-database/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 05:18:02 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[OPTIMIZE]]></category>
		<category><![CDATA[revisions]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://teamsiems.com/?p=2879</guid>
		<description><![CDATA[I&#8217;m putting this post on my site because I&#8217;m tired of search for the commands. There are plugins that will clean up your WordPress wp_posts table, but if you have access to the database you can do this yourself. Backup &#8230; <a href="http://teamsiems.com/2011/04/how-to-quickly-clean-up-your-wordpress-database/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m putting this post on my site because I&#8217;m tired of search for the commands.</p>
<p>There are plugins that will clean up your WordPress wp_posts table, but if you have access to the database you can do this yourself.</p>
<h2>Backup the Database</h2>
<p>You should always make a backup copy of your database just in case something goes wrong. This is a &#8220;duh&#8221; but it happens and things can go wrong. You&#8217;ll be deleting records from a table so before you do, make a backup.</p>
<h2>Run the DELETE Query</h2>
<p>Run the following command on your database. If you have a shared host with a cPanel you probably have phpmyadmin which is your user interface to your MySQL database. WordPress usually installs in MySQL as wrdp. You want click on the right database for your WordPress install. Once you are in the right database you can run this query:</p>
<p><code>DELETE FROM wp_posts WHERE post_type = "revision";</code></p>
<p>This will delete all the revisions from WordPress. Just out of curiousity you might take a note of how much space the wp_posts table was taking up before and after running this query. That will tell you how much room you recovered.</p>
<h2>Optionally, You Can OPTIMIZE</h2>
<p>This step is optional. If you are sweating bullets right now after deleting 20,000 revision posts, you can skip this step.</p>
<p>Optimization &#8220;releases&#8221; the data you deleted from memory thus freeing memory. Its like delete puts data in the trashcan and optimize empties the trash. To optimize the wp_posts table run the following query:</p>
<p><span style="font-family: monospace;">OPTIMIZE TABLE wp_posts;</span></p>
<p>Check to see the size of this table. In the YIW database, the “wp_posts” is only 3,4 Mb in size, as you can see in the photo below. It’s a lot of space saved, don’t you think?</p>
<h2>My Numbers</h2>
<p>I&#8217;ve run this query several times over the years. It&#8217;s like cleaning up your computer&#8217;s hard drive &#8211; the more you use it the more you should clean it up. There were my numbers.</p>
<p>Start 407 rows | 792.1 KB</p>
<p>Deleted 61 rows | 96.1 KB</p>
<p>Finish 346 rows | 695.4 KB</p>
<p>Hope this works for you. I know it works for me and I use it about once a year or so.</p>
<div class="googlePlusOneButton"><g:plusone href="http://teamsiems.com/2011/04/how-to-quickly-clean-up-your-wordpress-database/"  size="medium"   annotation="none"  ></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://teamsiems.com/2011/04/how-to-quickly-clean-up-your-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDNS Denies Gravatars, WordPress Blogs Full of Broken Images [UPDATED]</title>
		<link>http://teamsiems.com/2011/03/opendns-denies-gravatars-wordpress-blogs-full-of-broken-images/</link>
		<comments>http://teamsiems.com/2011/03/opendns-denies-gravatars-wordpress-blogs-full-of-broken-images/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 15:01:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://teamsiems.com/?p=2800</guid>
		<description><![CDATA[(This incident occurred on March 3, 2011. OpenDNS released its block of Gravatar within a week.) This is huge: OpenDNS is denying access to gravatar.com. When I saw that avatars on my blog were broken I tried to look at &#8230; <a href="http://teamsiems.com/2011/03/opendns-denies-gravatars-wordpress-blogs-full-of-broken-images/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>(This incident occurred on March 3, 2011. OpenDNS released its block of Gravatar within a week.)</p>
<p>This is huge: OpenDNS is denying access to gravatar.com. When I saw that avatars on my blog were broken I tried to look at the image on gravatar.com and got the following message page:</p>
<blockquote><p>This site was blocked by <a href="opendns.com">OpenDNS</a> in response to either the Conficker virus, the Microsoft IE zero-day vulnerability, or some equally serious vulnerability.</p>
<p>If you think this shouldn&#8217;t be blocked, please email us at contact@opendns.com.</p></blockquote>
<p>This is huge because WordPress has avatars built in to the code. They link to images from gravatar.com. So every blog that uses avatar just got a lot of broken images. According to WordPress they have encouraged the use of Gravatars since WordPress 2.5:</p>
<blockquote><p>WordPress 2.5 marries theme authors and casual WordPress users together with support for Gravatars in the WordPress Administration Panels. Theme authors have an option to include Gravatars in their designs, and are recommended to do so. WordPress users can easily control their Gravatar usage in the Settings &gt; Discussion Administration Panel. via <a href="http://codex.wordpress.org/Using_Gravatars#Using_Gravatars_in_WordPress">Using Gravatars « WordPress Codex</a>.</p></blockquote>
<p>My personal experience with OpenDNS is not a good one. They&#8217;ve basically hijacked my &#8220;broken&#8221; Google search results at home. Let me explain. I have suddenlink internet service (no trolls please). I used to have Google as my default search-in-the-url-box search engine. Back then &#8211; about three years ago &#8211; if I typed in a URL that didn&#8217;t exist, Google would return search results for what I typed. NOW, OpenDNS takes over the search from Google and displays their results which are not the same as Google. It&#8217;s basically hijacking and extortion. OpenDNS is paid or sells links to paying customers to display their results were Google gets paid to display a few results at the top but everything else (free) is displayed below.</p>
<p>I did a check of forums, and OpenDNS doesn&#8217;t have a clear cut or openly viewable documentation on it&#8217;s practices. It appears as though they deny domains at random on a daily basis. In that way &#8211; read the above message &#8211; it appears they are extorting domain owners to contact them (and possibly pay) to get removed from their blacklist. If that&#8217;s the case, that&#8217;s bad. How could one company hold that much control of the Internet?</p>
<p><strong>UPDATE:</strong></p>
<div id="attachment_2820" class="wp-caption alignleft" style="width: 310px"><a href="http://teamsiems.com/wp-content/uploads/2011/03/opendns-tweet.gif"><img class="size-medium wp-image-2820 " title="opendns-tweet" src="http://teamsiems.com/wp-content/uploads/2011/03/opendns-tweet-300x110.gif" alt="" width="300" height="110" /></a><p class="wp-caption-text">OpenDNS Twitter reply</p></div>
<p>After I wrote this and posted a couple tweets I guess I got noticed. I got a comment on this blog and OpenDNS responded with a tweet.</p>
<p>Thanks. I guess all of us can turn on avatars in WordPress again.</p>
<div class="googlePlusOneButton"><g:plusone href="http://teamsiems.com/2011/03/opendns-denies-gravatars-wordpress-blogs-full-of-broken-images/"  size="medium"   annotation="none"  ></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://teamsiems.com/2011/03/opendns-denies-gravatars-wordpress-blogs-full-of-broken-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Woo Themes</title>
		<link>http://teamsiems.com/2010/09/woo-themes/</link>
		<comments>http://teamsiems.com/2010/09/woo-themes/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 18:13:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://teamsiems.com/?p=2422</guid>
		<description><![CDATA[I installed this new theme from Woo Themes, and it appears that they leave off a lot of web elements I took for granted. In the SEO section an admin has to specify a lot of things like title, description, &#8230; <a href="http://teamsiems.com/2010/09/woo-themes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I installed this new theme from <a href="http://www.woothemes.com/">Woo Themes</a>, and it appears that they leave off a lot of web elements I took for granted. In the <abbr title="Search Engine Optimization">SEO</abbr> section an admin has to specify a lot of things like title, description, keywords, and what to index. They say they support two of the most commonly used <abbr title="Search Engine Optimization">SEO</abbr> plugins &#8211; <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All-in-One SEO</a> and <a href="http://wordpress.org/extend/plugins/headspace2/">Headspace 2</a>, but those seem like even more work.</p>
<p>Just in case I change themes again and loose my keywords I listed them here. I used the following keywords for my home page:</p>
<p>Siems, Chris, teamsiems, team siems, web, website, development, developer, Economics, Education, Europe, Nature, Odd, <abbr title="Only In Texas">OIT</abbr>, Personal, Politics, Religion, Social Media, Technology</p>
<p>I used the WordPress default for the title and description. The indexing I left on categories.</p>
<div class="googlePlusOneButton"><g:plusone href="http://teamsiems.com/2010/09/woo-themes/"  size="medium"   annotation="none"  ></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://teamsiems.com/2010/09/woo-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UWEB Lightning Talk Notes 09-04-2009</title>
		<link>http://teamsiems.com/2009/09/uweb-lightning-talk-notes-09-04-2009/</link>
		<comments>http://teamsiems.com/2009/09/uweb-lightning-talk-notes-09-04-2009/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:01:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[tamu]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://teamsiems.com/?p=511</guid>
		<description><![CDATA[What little I wrote down is here. There is a couple good links. Robert: who makes user experience design Stephanie: WordPress content import plugin. Also see: wordoff.org Rob: SVG Plain text (XML). It can be manipulated by JavaScript (DOM). Monty: &#8230; <a href="http://teamsiems.com/2009/09/uweb-lightning-talk-notes-09-04-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What little I wrote down is here. There is a couple good links.</p>
<p>Robert: who makes user experience design</p>
<p>Stephanie: <a href="http://sillybean.net/code/wordpress/html-import/">WordPress content import plugin</a>.</p>
<p>Also see: <a href="http://wordoff.org">wordoff.org</a></p>
<p>Rob: <a href="http://www.w3.org/Graphics/SVG/">SVG</a></p>
<p>Plain text (XML). It can be manipulated by JavaScript (DOM).</p>
<p>Monty: <a href="http://developer.yahoo.com/yui/examples/container/module.html">Standard module format</a></p>
<p>Also see: <a href="http://developer.yahoo.com/yui/theater/">Yahoo Theather</a></p>
<p>At the end we had an open discussion where we talked about good resources to learn technologies of the web.</p>
<p>One byproduct of the talk was a resource for handling javascript in IE7 at<a href="http://dean.edwards.name/IE7/"> http://dean.edwards.name/IE7/</a></p>
<p>For more information about the Lightning Talks or other topics the uWeb group talks about go to <a href="http://uweb.tamu.edu/">http://uweb.tamu.edu/</a></p>
<div class="googlePlusOneButton"><g:plusone href="http://teamsiems.com/2009/09/uweb-lightning-talk-notes-09-04-2009/"  size="medium"   annotation="none"  ></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://teamsiems.com/2009/09/uweb-lightning-talk-notes-09-04-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

