<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Eli&#039;s WordPress Blog</title>
	<atom:link href="http://wordpress.ieonly.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.ieonly.com</link>
	<description>My Family, My WordPress Plugins, and other stuff.</description>
	<lastBuildDate>Fri, 14 Jun 2013 23:40:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<!-- podcast_generator="Blubrry PowerPress/4.0" -->
	<itunes:summary>My Family, My WordPress Plugins, and other stuff.</itunes:summary>
	<itunes:author>Eli&#039;s WordPress Blog</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://wordpress.ieonly.com/wp-content/uploads/powerpress/eli-avatar-1400x1400.jpg" />
	<itunes:owner>
		<itunes:name>Eli&#039;s WordPress Blog</itunes:name>
		<itunes:email>wordpress@ieonly.com</itunes:email>
	</itunes:owner>
	<managingEditor>wordpress@ieonly.com (Eli&#039;s WordPress Blog)</managingEditor>
	<itunes:subtitle>My Family, My WordPress Plugins, and other stuff.</itunes:subtitle>
	<itunes:keywords>Quin, Hawaiian, RingTune</itunes:keywords>
	<image>
		<title>Eli&#039;s WordPress Blog</title>
		<url>http://wordpress.ieonly.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://wordpress.ieonly.com</link>
	</image>
	<itunes:category text="Kids &amp; Family" />
		<rawvoice:location>Hawaii</rawvoice:location>
		<item>
		<title>Added automated database backups to my SQL plugin</title>
		<link>http://wordpress.ieonly.com/added-automated-database-backups-to-my-sql-plugin/</link>
		<comments>http://wordpress.ieonly.com/added-automated-database-backups-to-my-sql-plugin/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 23:27:51 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[SQL Reports]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=544</guid>
		<description><![CDATA[I just released a major update for my SQL Reports plugin. The new version, 3.06.14, has a lot of exiting new features like automatic scheduled backups of your database, and the ability to save archives of your DB and have &#8230; <a href="http://wordpress.ieonly.com/added-automated-database-backups-to-my-sql-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I just released a major update for my SQL Reports plugin. The new version, 3.06.14, has a lot of exiting new features like automatic scheduled backups of your database, and the ability to save archives of your DB and have them emailed to you. You can also retore these backups directly into your native WP DB or to an external database. The plugin uses the WordPress CRON API to schedule hourly and/or daily DB backups.</p>
<p>I also added a quick and easy shortcode for displaying a single variable from an SQL query. Just wrap your SQL query in the sqlgetvar short code like this:<br />
&#91;sqlgetvar&#93;SELECT COUNT(*) FROM wp_users&#91;/sqlgetvar&#93;</p>
<p>Have fun with these new features and let me know if you have any ideas or suggestions for improvements.</p>
<div class="WordPress-Plugins"><!-- SHORTCURL cached(2013-06-19 01:12:17): 9 hours ago;
SHORTCURL body_length(32246);
 -->
<a itemprop='downloadUrl' href='http://downloads.wordpress.org/plugin/elisqlreports.3.06.14.zip'>Download Version 3.06.14 of <b><i>EliSQLReports</i></b> from WordPress.org</a></div>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/added-automated-database-backups-to-my-sql-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just what do you think you are doing, Dave?</title>
		<link>http://wordpress.ieonly.com/just-what-do-you-think-you-are-doing-dave/</link>
		<comments>http://wordpress.ieonly.com/just-what-do-you-think-you-are-doing-dave/#comments</comments>
		<pubDate>Fri, 03 May 2013 23:36:06 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[Anti-Malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wp-login.php]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=546</guid>
		<description><![CDATA[In the last two weeks I have been working on perfecting a patch for the wp-login.php page that will prevent a swarm of brute-force attacks from guessing your password or bringing down your server. When I first released this patch &#8230; <a href="http://wordpress.ieonly.com/just-what-do-you-think-you-are-doing-dave/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In the last two weeks I have been working on perfecting a patch for the wp-login.php page that will prevent a swarm of brute-force attacks from guessing your password or bringing down your server. When I first released this patch it was a bit overzealous and caused a few people to be temporarily locked out of their own blogs as their login attempts were incorrectly identified as brute-force attacks.</p>
<p>This patch of mine has also caused a small wave of paranoia because it displays the unconventional (and a possibly spooky) message <strong>&#8220;<em>Just what do you think you are doing, Dave?</em>&#8220;</strong> whenever brute-force or too many failed logins is detected. This message is a quote from the movie 2001: A Space Odyssey. Even though I intended this message to bring out the humor of the situation, I also feel it is very relevant (unless your name is not Dave :-)</p>
<p>The linked response <strong>&#8220;<em>Open the Pod bay doors, HAL!</em>&#8220;</strong> also a quote from the same movie and it&#8217;s just there to link you back to the login page should you wan to try to login again.</p>
<p>I have also received many inquiries as to why the wp-login.php file is flagged as an WP Login Exploit on every install of WordPress, even brand new installs of the most current version. This is simply because WordPress has no built-in brute-force protection and it&#8217;s login page is exploitable. It has been clearly demonstrated through the widespread attacks on login pages around the world as of late that it is not only vulnerable to password cracks via brute-force but it also has been shown to overload and bring down a whole server if the attacks are too numerous. That is why my patch also prevents the loading of the WordPress bootstrap if a brute-force attack is detected so that your server&#8217;s resources are not tied up just telling hackers if they guessed the right password or not.</p>
<p>I hope this helps answer your questions about this new threat and my approach to solving it. Feel free to leave a comment if I could do better explaining anything.</p>
<div class="WordPress-Plugins"><!-- SHORTCURL cached(2013-06-19 04:25:29): 6 hours ago;
SHORTCURL body_length(39665);
 -->
<a itemprop='downloadUrl' href='http://downloads.wordpress.org/plugin/gotmls.zip'>Download Version 1.3.05.31 of <b><i>GOTMLS</i></b> from WordPress.org</a></div>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/just-what-do-you-think-you-are-doing-dave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean Energy solution by Dan Tracy</title>
		<link>http://wordpress.ieonly.com/clean-energy-solution-by-dan-tracy/</link>
		<comments>http://wordpress.ieonly.com/clean-energy-solution-by-dan-tracy/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 23:15:35 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[Activism]]></category>
		<category><![CDATA[Clean Energy]]></category>
		<category><![CDATA[kickstarter.com]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=521</guid>
		<description><![CDATA[This is a great project from my friend Dan that we all need to support. Via. http://www.kickstarter.com/projects/1354200512/pacific-sky-power The world needs more clean energy but for many people, the cost is too high. Building on the successes of conventional wind power &#8230; <a href="http://wordpress.ieonly.com/clean-energy-solution-by-dan-tracy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is a great project from my friend Dan that we all need to support.<br />
Via. <a href="http://www.kickstarter.com/projects/1354200512/pacific-sky-power" title="kickstarter.com" target="_blank">http://www.kickstarter.com/projects/1354200512/pacific-sky-power</a><br />
<iframe width="480" height="360" src="http://www.kickstarter.com/projects/1354200512/pacific-sky-power/widget/video.html" frameborder="0"> </iframe></p>
<div data-edit_url="/projects/1354200512/pacific-sky-power/assets/356523/edit" data-id="356523">
<figure><img src="https://s3.amazonaws.com/ksr/assets/000/356/523/d191df87dcde756b167ad21b72de770e_large.JPG?1359224600" alt="" /></figure>
</div>
<div data-edit_url="/projects/1354200512/pacific-sky-power/assets/356528/edit" data-id="356528">
<figure><img src="https://s3.amazonaws.com/ksr/assets/000/356/528/4601989015f007372b121cb110b24786_large.JPG?1359224710" alt="" /></figure>
</div>
<p>The world needs more clean energy but for many people, the cost is too high. Building on the successes of conventional wind power technology, Pacific Sky Power has developed affordable wind turbines that can be used at many different locations. If you don&#8217;t have a good spot for installation, we also have towers. These systems are good starter kits for learning about this technology.</p>
<p>Wind turbines convert kinetic energy from the wind into mechanical energy which spins a generator to produce clean electricity. Our wind turbine is rated at 15 watts which can be used for charging 12 volt batteries. They’re great for camping, on boats and science projects. The 30 and 45 watt wind turbine systems include multiple turbines on a specialized tower.</p>
<p><strong>Technical Specifications</strong></p>
<p>Startup wind speed:   8 mph</p>
<p>Survival wind speed:   40 mph</p>
<p>Rotor type:   Horizontal axis</p>
<p>Number of blades:   2</p>
<p>Blade material:   GWS plastic</p>
<p>Rotor diameter:   15&#8243;</p>
<p>Generator type:   Brushed 30 volt DC motor</p>
<p>Battery charging:   12 volt DC</p>
<p>Operable rpm:   200 to 1800 rpm</p>
<p>Weight:   1 lb</p>
<p>Power cable length:   10 ft</p>
<p>Output:   15 watts</p>
<p>Over speed protection:   Yes</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/clean-energy-solution-by-dan-tracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I added a shortcode for preg_replace to my SHORTcURL Plugin</title>
		<link>http://wordpress.ieonly.com/i-added-a-shortcode-for-preg_replace-to-my-shortcurl-plugin/</link>
		<comments>http://wordpress.ieonly.com/i-added-a-shortcode-for-preg_replace-to-my-shortcurl-plugin/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 03:40:24 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[SHORTcURL]]></category>
		<category><![CDATA[preg_replace]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=510</guid>
		<description><![CDATA[Now, with a shortcode for the single most powerful PHP function there is (preg_replace), I dare to imagine that there is nothing that this simple plugin cannot do. If you know what this amazing function, preg_replace, is capable of then &#8230; <a href="http://wordpress.ieonly.com/i-added-a-shortcode-for-preg_replace-to-my-shortcurl-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Now, with a shortcode for the single most powerful PHP function there is (preg_replace), I dare to imagine that there is nothing that this simple plugin cannot do.</p>
<p>If you know what this amazing function, preg_replace, is capable of then put it to the test.</p>
<p>Here is an example of the syntax for the new new shortcode that calls preg_replace:</p>
<blockquote><p>&#91;preg_replace replace=&#8221;/to be searched/&#8221; with=&#8221;I replaced&#8221;&#93;&lt;li&gt;The content to be searched&lt;/li&gt;&#91;/preg_replace&#93;</p></blockquote>
<p>and this is what you get:<br />

<li>The content I replaced</li>
<p></p>
<div class="WordPress-Plugins"><!-- SHORTCURL cached(2013-06-18 20:51:16): 14 hours ago;
SHORTCURL body_length(28815);
 -->
<a itemprop='downloadUrl' href='http://downloads.wordpress.org/plugin/shortcurl.1.3.03.25.zip'>Download Version 1.3.03.25 of <b><i>SHORTcURL</i></b> from WordPress.org</a></div>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/i-added-a-shortcode-for-preg_replace-to-my-shortcurl-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Google Apps for Your Domain for Free</title>
		<link>http://wordpress.ieonly.com/get-google-apps-for-your-domain-for-free/</link>
		<comments>http://wordpress.ieonly.com/get-google-apps-for-your-domain-for-free/#comments</comments>
		<pubDate>Sun, 03 Feb 2013 08:12:09 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=434</guid>
		<description><![CDATA[Even though officially Google is no longer offering free Google Apps for Business accounts, there is still a way to sign up for Google Apps and get it linked to your own domain. Just sign up for Google App Engine &#8230; <a href="http://wordpress.ieonly.com/get-google-apps-for-your-domain-for-free/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Even though officially Google is no longer offering free Google Apps for Business accounts, there is still a way to sign up for Google Apps and get it linked to your own domain. Just sign up for Google App Engine and add your domain to that account. You&#8217;ll get Google Apps along with it for free.</p>
<p>Here&#8217;s how to do this:</p>
<ol>
<li>Head over to <a href="https://appengine.google.com/start/createapp" target="_blank">Google App Engine</a> and sign in with your Google Account</li>
<li>Click &#8220;Create Application&#8221; with any date and purpose information you choose.</li>
<li>Open the Dashboard, then click Application Settings.</li>
<li>In Application Settings, scroll down and select &#8220;Add Domain&#8221; to add your personal domain to App Engine.</li>
<li>Google should present you with a link to sign up for Google Apps here, and the option to connect it with your domain.</li>
</ol>
<p>via <a href="http://lifehacker.com/5967336/use-google-app-engine-to-get-google-apps-for-your-domain-for-free">Use Google App Engine to Get Google Apps for Your Domain for Free</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/get-google-apps-for-your-domain-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added the ability to Move comments and modify Karma</title>
		<link>http://wordpress.ieonly.com/added-the-ability-to-move-comments-and-modify-karma/</link>
		<comments>http://wordpress.ieonly.com/added-the-ability-to-move-comments-and-modify-karma/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 18:36:06 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[Comment Testimonials]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[karma]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=438</guid>
		<description><![CDATA[I released an update to this Comment Testimonials plugin that makes it easy to manually change the Comment Karma from the main comments section in your WordPress Admin. You can also move comments, from the page or post that they &#8230; <a href="http://wordpress.ieonly.com/added-the-ability-to-move-comments-and-modify-karma/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I released an update to this Comment Testimonials plugin that makes it easy to manually change the Comment Karma from the main comments section in your WordPress Admin.</p>
<p>You can also move comments, from the page or post that they were made on, to any page or post you want them to be on.</p>
<div class="WordPress-Plugins"><!-- SHORTCURL cached(2013-06-18 22:32:21): 12 hours ago;
SHORTCURL body_length(29787);
 -->
<a itemprop='downloadUrl' href='http://downloads.wordpress.org/plugin/comment-testimonials.1.3.01.28.zip'>Download Version 1.3.01.28 of <b><i>Comment-Testimonials</i></b> from WordPress.org</a></div>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/added-the-ability-to-move-comments-and-modify-karma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Impossibilities of the world</title>
		<link>http://wordpress.ieonly.com/impossibilities-of-the-world/</link>
		<comments>http://wordpress.ieonly.com/impossibilities-of-the-world/#comments</comments>
		<pubDate>Tue, 01 Jan 2013 23:27:34 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=426</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.ieonly.com/wp-content/uploads/2013/01/ImpossibilitiesOfTheWorld.jpg"><img src="http://wordpress.ieonly.com/wp-content/uploads/2013/01/ImpossibilitiesOfTheWorld.jpg" alt="" title="ImpossibilitiesOfTheWorld" width="401" height="465" class="aligncenter size-full wp-image-427" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/impossibilities-of-the-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My new Plugin for making cURL calls</title>
		<link>http://wordpress.ieonly.com/my-new-plugin-for-making-curl-calls/</link>
		<comments>http://wordpress.ieonly.com/my-new-plugin-for-making-curl-calls/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 00:37:25 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[SHORTcURL]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[wp_remote_get]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=410</guid>
		<description><![CDATA[I created this plugin that uses a shortcode to call wp_remote_get with parameters you pass to parsed and display a bit of HTML from a page on another site. You can include this shortcode in your page or post. Here &#8230; <a href="http://wordpress.ieonly.com/my-new-plugin-for-making-curl-calls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I created this plugin that uses a shortcode to call wp_remote_get with parameters you pass to parsed and display a bit of HTML from a page on another site. You can include this shortcode in your page or post.</p>
<p>Here is an example of the shortcode that will display the Download Stats page for this Plugin on WordPress.org:<br />
<code>&#91;remote_get url="http://wordpress.org/extend/plugins/shortcurl/stats/" start='&lt;div class="block-content"' stop='!-- block-content--' length="-1" replace="='/extend" with="='http://wordpress.org/extend" replace2="%2Fextend%2F" with2="http%3A%2F%2Fwordpress.org%2Fextend%2F"&#93;</code>.<br />
and this is what you get:<br />
<!-- SHORTCURL cached(2013-06-18 23:52:54): 11 hours ago;
SHORTCURL body_length(31081);
 -->
<div class="block-content"><h4>Downloads Per Day</h4>

<div id='plugin-download-stats' class='chart' style='margin-bottom:25px;'>
<script src="https://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load("visualization", "1", {packages:["corechart"]});
google.setOnLoadCallback(drawPluginDownloadsChart);

function drawPluginDownloadsChart() {
	jQuery(document).ready(function($){
		jQuery.getJSON('http://api.wordpress.org/stats/plugin/1.0/downloads.php?slug=shortcurl&limit=267&callback=?', function (data) {
			draw_plugin_downloads_graph(data, 'plugin-download-stats');
		});

		function draw_plugin_downloads_graph(downloads, id) {
			var data = new google.visualization.DataTable();
			data.addColumn('string', 'Date');
			data.addColumn('number', 'Downloads');
			var count = 0;
			jQuery.each(downloads, function (key, value) {
				data.addRow();
				data.setValue(count, 0, key);
				data.setValue(count, 1, Number(value));
				count++;
			});
			var sml = data.getNumberOfRows() < 225 ? true : false;
			new google.visualization.ColumnChart(document.getElementById(id)).
				draw(data,
					{
						colors: ['#253578'],
						legend: { position: 'none' },
						titlePosition: 'in',
						axisTitlesPosition: 'in',
						chartArea: {
							height: 280,
							left: (sml ? 50 : 0),
							width: (sml ? 482 : '100%'),
						},
						hAxis: {
							textStyle: { color: 'black', fontSize: 9 }
						},
						vAxis: {
							format: '###,###',
							textPosition: (sml ? 'out' : 'in'),
							viewWindowMode: 'explicit',
							viewWindow: { min: 0 },
						},
						bar: { groupWidth: (data.getNumberOfRows() > 100 ? "100%" : null) },
						height: 350,
						width: 532,
					}
				);
		}
	});
}
</script>
</div>
		<div id="history" class="left">
		<h4>History</h4>
		<table>
			<tr>
				<th scope="row">Today</th>
				<td>0</td>
			</tr>

			<tr>
				<th scope="row">Yesterday</th>
				<td>2</td>
			</tr>

			<tr>
				<th scope="row">Last Week</th>
				<td>17</td>
			</tr>

			<tr class="last-child">
				<th scope="row">All Time</th>
				<td>390</td>
			</tr>
		</table>
		</div>
	<div id="version_stats" style='width: 360px; height: 240px; float:right'></div><br style="clear:both;" />

	<!--script src="http://www.google.com/jsapi?key=ABQIAAAAnfb8fZyGifasHIryKq0-UxScGXcgCEjJCAEEFj0WBG3OtRIvoRT7yMYFeA3IRro7TdL1PIVC136cGQ" type="text/javascript"></script-->
	<script>
	jQuery(document).ready(function($){
		Object.size = function(obj) {
			var size = 0, key;
			for (key in obj) {
				if (obj.hasOwnProperty(key)) size++;
			}
			return size;
		};

		google.load("visualization", "1", {packages: ["corechart"]});
		google.setOnLoadCallback(drawChart);
		function drawChart() {
			jQuery.getJSON('http://api.wordpress.org/stats/plugin/1.0/shortcurl?callback=?', function (data) {
				draw_graph(data, 'version_stats', 'Active Versions');
			});
		}
		function draw_graph(versions, id, title) {
			var data = new google.visualization.DataTable();
			data.addColumn('string', 'Version');
			data.addColumn('number', 'Usage');
			var count = 0;
			jQuery.each(versions, function (key, value) {
				if (Number(value) > 1) {
					data.addRow();
					data.setValue(count, 0, key);
					data.setValue(count, 1, Number(value));
					count++;
				}
			});

			var chart = new google.visualization.PieChart(document.getElementById(id));
			chart.draw(data, {width: 360, height: 240, title: title});
		}
	});
	</script>
	</div></p>
<div class="WordPress-Plugins"><!-- SHORTCURL cached(2013-06-18 20:51:16): 14 hours ago;
SHORTCURL body_length(28815);
 -->
<a itemprop='downloadUrl' href='http://downloads.wordpress.org/plugin/shortcurl.1.3.03.25.zip'>Download Version 1.3.03.25 of <b><i>SHORTcURL</i></b> from WordPress.org</a></div>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/my-new-plugin-for-making-curl-calls/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Defend Internet Privacy</title>
		<link>http://wordpress.ieonly.com/defend-internet-privacy/</link>
		<comments>http://wordpress.ieonly.com/defend-internet-privacy/#comments</comments>
		<pubDate>Sun, 02 Dec 2012 08:24:37 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[Activism]]></category>
		<category><![CDATA[Defend Internet Privacy]]></category>
		<category><![CDATA[fightforthefuture.org]]></category>
		<category><![CDATA[IDL]]></category>
		<category><![CDATA[Internet Defense League]]></category>
		<category><![CDATA[internetdefenseleague.org]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=406</guid>
		<description><![CDATA[Internet freedom needs a global network behind it. fightforthefuture.org has launched The Internet Defense League. Now you can defend the net by broadcasting action messages on your own sites using this widget. You can also tell the world that you &#8230; <a href="http://wordpress.ieonly.com/defend-internet-privacy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Internet freedom needs a global network behind it. <a title="www.fightforthefuture.org" href="http://www.fightforthefuture.org" target="_blank">fightforthefuture.org</a> has launched The Internet Defense League. Now you can defend the net by broadcasting action messages on your own sites using this widget. You can also tell the world that you are a member of the league by displaying one of the IDL badges hosted by <a title="internetdefenseleague.org" href="http://internetdefenseleague.org" target="_blank">internetdefenseleague.org</a>.</p>
<div class="WordPress-Plugins"><!-- SHORTCURL cached(2013-06-18 22:59:11): 12 hours ago;
SHORTCURL body_length(29074);
 -->
<a itemprop='downloadUrl' href='http://downloads.wordpress.org/plugin/stopsopa-again.1.2.11.29.zip'>Download Version 1.2.11.29 of <b><i>StopSopa-Again</i></b> from WordPress.org</a></div>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/defend-internet-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ITU could put the Internet behind closed doors</title>
		<link>http://wordpress.ieonly.com/the-itu-could-put-the-internet-behind-closed-doors/</link>
		<comments>http://wordpress.ieonly.com/the-itu-could-put-the-internet-behind-closed-doors/#comments</comments>
		<pubDate>Wed, 14 Nov 2012 20:40:39 +0000</pubDate>
		<dc:creator>Eli Scheetz</dc:creator>
				<category><![CDATA[Activism]]></category>
		<category><![CDATA[fightforthefuture.org]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[whatistheitu.org]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://wordpress.ieonly.com/?p=394</guid>
		<description><![CDATA[Related Posts by TagsChanged &#8220;Stop SOPA Widget&#8221; to &#8220;Defend Privacy Widget&#8221; (Jul 31st, 2012) I changed this Widget to help spread the word and stop CISPA, the internet government surveillance system, before it becomes US law. This new form has &#8230; <a href="http://wordpress.ieonly.com/the-itu-could-put-the-internet-behind-closed-doors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><iframe width="584" height="329" src="http://www.youtube.com/embed/XzNQarkk95Q?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<div class="SPOSTARBUST-Related-Posts"><H2>Related Posts by Tags</H2><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="What&#8217;s Wrong With Our Food System" href="http://wordpress.ieonly.com/whats-wrong-with-our-food-system/" rel="bookmark">What&#8217;s Wrong With Our Food System</a> (Oct 27th, 2011) <!--SPOSTARBUST 303 excerpt_length=200 --><br />Here's a great TEDxNextGenerationAsheville Video I found on YouTube of a kid named Birke Baehr telling us "What's Wrong With Our Food System".
Go Birke Baehr!
F7Id9caYw-Y</li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ieonly.com/the-itu-could-put-the-internet-behind-closed-doors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
