<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"  xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Get WordPressed</title>
	<atom:link href="http://www.getwordpressed.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getwordpressed.com</link>
	<description>Get on the Wordpress Bandwagon</description>
	<lastBuildDate>Wed, 24 Feb 2010 15:49:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading cForms Plugin</title>
		<link>http://www.getwordpressed.com/plug-ins/upgrading-cforms-plugin/</link>
		<comments>http://www.getwordpressed.com/plug-ins/upgrading-cforms-plugin/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:12:37 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Plug-ins]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=115</guid>
		<description><![CDATA[Tip on some steps: Before creating or editing files such as abspath.php or cforms.js, change your local directory to a folder named after the site you&#8217;re working on. This will help prevent accidental uploading of these edited files for one site onto another, which will cause the forms to stop working. Having these for backup [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Tip on some steps:</strong> Before creating or editing files such as abspath.php or cforms.js, change your local directory to a folder named after the site you&#8217;re working on. This will help prevent accidental uploading of these edited files for one site onto another, which will cause the forms to stop working. Having these for backup for each site worked on also comes in handy.</p>
<p>1. Before beginning, be sure you have the latest cForms downloaded and unzipped from <a href="http://www.deliciousdays.com/cforms-plugin" target="_blank" rel="nofollow">Delicious Days</a>.</p>
<p>2. FTP to the plugins directory of the site, download a full backup copy of cForms.</p>
<p>3. Do a database backup in the wp-admin, if you haven&#8217;t already done it.</p>
<p>4. Deactivate cForms.</p>
<p>5. Upload the new cforms folder through ftp. (Be sure you are uploading the cforms folder and not the zip file name &#8211; this will cause cforms to have errors and partially work.)</p>
<p>6. Leave the ftp on for now &#8211; activate cForms again.</p>
<p>7. Go to the cForms admin page.</p>
<p>8. Does it say: <em>It appears that cforms was not able to create abspath.php&#8230;</em>?<br />
If it does, start a new text file. Copy the green highlighted code cForms produced.<br />
Looks like: &lt;code&gt;&amp;lt;?php $abspath = &#8216;/home/www/domain-name.com/&#8217;; ?&amp;gt;&lt;/code&gt;<br />
Paste that code into your new text file and save as abspath.php.<br />
Upload that file to the cforms folder.</p>
<p>9. Refresh the cforms admin page to be sure it&#8217;s correct now.</p>
<p>10. If you see more notations at the top, such as upgrade database table, just follow the instructions. This isn&#8217;t as common anymore unless you&#8217;re upgrading a very old installation.</p>
<p>11. Final step: test one of the forms.</p>
<p><strong>Failed tests:</strong></p>
<p>1. Did you add the abspath.php file and is the path on that correct? If the installation is in a sub-directory, check to see that cforms recognized that and the sub-directory is showing at the end of the file path in abspath.php.</p>
<p>2. If cforms didn&#8217;t tell you to add the abspath.php file, check that it&#8217;s actually in the cforms folder anyway. If not, create one using the above code with the correct server path.</p>
<p>3. Is the cforms folder it&#8217;s own? In the plugins directory, when you open the cforms folder, do you see files or another cforms folder? If you see another cforms folder, you will have to open it, select all the files and folders, and drag them up one directory.</p>
<p>4. Follow this path in your ftp: cforms/js/. Download the cforms.js file and open for editing.<br />
Just past the copyright information, look for this line:<br />
&lt;code&gt;var sajax_uri = &#8216;/wp-content/plugins/cforms/lib_ajax.php&#8217;;&lt;/code&gt;</p>
<p>If the wordpress installation is in a sub-directory, add it to the code like this:<br />
&lt;code&gt;var sajax_uri = &#8216;/sub-directory-name/wp-content/plugins/cforms/lib_ajax.php&#8217;;&lt;/code&gt;</p>
<p>Upload the file and re-test the form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/plug-ins/upgrading-cforms-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress and Plugin Upgrade Issues</title>
		<link>http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/</link>
		<comments>http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:13:40 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Wordpress Glitches]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=106</guid>
		<description><![CDATA[If you blog is installed in a sub-directory rather than the root, here is a list of common errors being seen when attempting wordpress upgrades or installation, upgrade, or removing plugins in wordpress versions 2.8+:
Unable to locate WordPress Plugin directory.
Warning: unlink(/tmp&#8230;.
Unable to locate WordPress Content directory (wp-content)
How to fix:
The best solution is to create a [...]]]></description>
			<content:encoded><![CDATA[<p>If you blog is installed in a sub-directory rather than the root, here is a list of common errors being seen when attempting wordpress upgrades or installation, upgrade, or removing plugins in wordpress versions 2.8+:</p>
<p><span style="color: #ff0000;"><strong><em>Unable to locate WordPress Plugin directory.</em></strong></span></p>
<p><span style="color: #ff0000;"><strong><em>Warning: unlink(/tmp&#8230;.</em></strong></span></p>
<p><span style="color: #ff0000;"><strong><em>Unable to locate WordPress Content directory (wp-content)</em></strong></span></p>
<p><strong>How to fix:</strong></p>
<p>The best solution is to create a new ftp login that goes directly to the sub-directory rather than to the root. This usually takes care of the problem right away. When you upgrade in the admin area, it normally asks you for this information before continuing.</p>
<p>If you don&#8217;t have control panel access for setting up a new ftp, <a href="http://artyom-sokolov.com/unable-locate-wordpress-content-directory-wp-content" target="_blank">Artyom&#8217;s Blog</a> has a suggestion to try. I&#8217;ve not tested his method since I&#8217;ve had control panel access for all blogs that had issues, so try at your own risk.</p>
<p><strong>Still having issues:</strong></p>
<p><strong><span style="color: #ff0000;"><em>After clicking &#8220;Upgrade Database&#8221; &#8211; Fatal error: Call to undefined function: populate_roles_270() in /your-abspath/blog/wp-admin/includes/upgrade.php on line 904</em></span></strong></p>
<p>For some odd reason, a wordpress file corrupts or does not always upload correct during manual upgrades. This actually resulted in issues through the entire admin. Simple solution was to re-upload the file: <strong>wp-admin/includes/schema.php</strong></p>
<p><strong>Yet one more issue to help:</strong></p>
<p><strong><span style="color: #ff0000;"><em>Any error relating to tmp/anything directory couldn&#8217;t be found.</em></span></strong></p>
<p>Add the following to the end of the wp-config.php file (but before ?&gt;):</p>
<div class="codesnip-container" >//Added the line below to correct issues with failing upgrades<br />
//and inability to add plugins through the admin area.<br />
putenv(&#8216;TMPDIR=&#8217; . ini_get(&#8216;upload_tmp_dir&#8217;));</div>
<p>(I suggest this as a last resort if all else has failed to stop errors, but I have tested this method and it did resolve an issue for one site.)</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Automatic Upgrade Has No Backup</title>
		<link>http://www.getwordpressed.com/plug-ins/wordpress-automatic-upgrade/</link>
		<comments>http://www.getwordpressed.com/plug-ins/wordpress-automatic-upgrade/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:40:23 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Wordpress basics]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=87</guid>
		<description><![CDATA[It may be common knowledge or common sense, but here&#8217;s a quick Q &#38; A on the new built-in upgrade feature of Word Press 2.7 and up.
Starting with 2.7 I typically deactivate and delete the automatic upgrade plugin after upgrade. But mostly of curiosity I left one on when upgrading to 2.7.1.
Question:
Should I definitely deactivate [...]]]></description>
			<content:encoded><![CDATA[<p>It may be common knowledge or common sense, but here&#8217;s a quick Q &amp; A on the new built-in upgrade feature of Word Press 2.7 and up.</p>
<p>Starting with 2.7 I typically deactivate and delete the automatic upgrade plugin after upgrade. But mostly of curiosity I left one on when upgrading to 2.7.1.</p>
<p><strong>Question:</strong><br />
Should I definitely deactivate and delete the automatic upgrade plugin once upgrading to 2.7? Will it make a difference leaving it on?</p>
<p><strong>Answer: </strong><br />
Yes. At the least it must be deactivated. It will cause an error during the attempt to auto upgrade if the plugin is still active. This won&#8217;t cause damage to your blog, but the upgrade will not work until you have deactivated the plugin.</p>
<p>This feature now being built-in to Word Press is very nice though. It skips several tedious steps from the the previous automatic upgrade plugin.</p>
<p><strong>No Automatic Backup:</strong><br />
One important thing to remember though, you <strong>definitely</strong> need a database backup plugin now. It no longer takes you through the steps for backup during the upgrade.</p>
<p>I recommend <a rel="nofollow" href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">WordPress Database Backup</a>. It works very well, simple to use, and have used it myself to restore lost or corrupt databases with 100% success. This plugin also has automatic backup, which I highly rercommend taking the few seconds to set.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/plug-ins/wordpress-automatic-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PCI Compliant Cart for WP e-commerce</title>
		<link>http://www.getwordpressed.com/software/pci-compliant-cart-wp-ecommerce/</link>
		<comments>http://www.getwordpressed.com/software/pci-compliant-cart-wp-ecommerce/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 14:16:56 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=85</guid>
		<description><![CDATA[We are happy users of the WP e-commerce shoppping cart not only for our own site but we use it often for clients as well.
Recently,  one of our customers told us that they were being required by their credit card company to pass a certification test verifying that their website was PCI compliant and [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy users of the <a href="http://www.instinct.co.nz/e-commerce/" target="_blank">WP e-commerce</a> shoppping cart not only for our own site but we use it often for clients as well.</p>
<p>Recently,  one of our customers told us that they were being required by their credit card company to pass a certification test verifying that their website was PCI compliant and wanted us to attend to it.</p>
<p>The company doing the compliance check was called <a rel="nofollow" href="https://www.trustkeeper.net/esp/Login.public?cookiets=1232719765216" target="_blank">Trustkeeper</a>, and I&#8217;m very proud to report that right out of the box, with no changes on our part related to their cart, <a href="http://www.instinct.co.nz/e-commerce/" target="_blank">WP e-commerce</a> passed the PCI compliance test with flying colors.</p>
<p>I don&#8217;t pretend to be an expert on PCI compliance, but I can tell you that we had no problem passing the test using the WP e-commerce software. We did have some server configuration changes, but those were unrelated to the WP or the cart plugin.</p>
<p>If you&#8217;re a WordPress lover and you&#8217;re in need of a shopping cart too, this one will meet your needs&#8230;   Please tell them that Scott sent ya!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/software/pci-compliant-cart-wp-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>H1 Hack for WordPress Pages</title>
		<link>http://www.getwordpressed.com/seo/h1-hack-for-wordpress-pages/</link>
		<comments>http://www.getwordpressed.com/seo/h1-hack-for-wordpress-pages/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 19:03:40 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[Wordpress Hack]]></category>
		<category><![CDATA[alternate heading]]></category>
		<category><![CDATA[custom field]]></category>
		<category><![CDATA[H1 tag]]></category>
		<category><![CDATA[heading change]]></category>
		<category><![CDATA[page title]]></category>
		<category><![CDATA[theme editing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=41</guid>
		<description><![CDATA[Wordpress H1 Hack -
This allows you to change the H1 tag of the page without affecting the page name, title, and menu title of the page.
This has most commonly been used in the page.php file of the WordPress themes only, but can certainly be applied to any page that you would like the ability to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Wordpress H1 Hack -</strong><br />
This allows you to change the H1 tag of the page without affecting the page name, title, and menu title of the page.</p>
<p>This has most commonly been used in the page.php file of the WordPress themes only, but can certainly be applied to any page that you would like the ability to set the h1 tag (or some cases, if you prefer, the h2 tag). Remember, it is recommended to set the default theme h2 tags displaying the header of the pages to H1 for an SEO advantage.</p>
<p>This documentation will demonstrate applying this hack to page.php in your theme, but can easily be understood from that point on doing the same to your template pages, index.php, single.php, etc.</p>
<p><strong>Step by Step:</strong><br />
1. You will need to be using an installed version of WordPress at least 2.x or greater as this method uses the “Custom Fields” you will find toward the bottom of the page in the admin area as you create or edit pages or posts.</p>
<p>2. In your favorite editor for editing your theme pages, or using the Theme Editor under the Presentation tab of the WordPress admin area, open pages.php for editing.</p>
<p>3. In the default theme of WordPress or the theme you are using, you will see a section toward the top of the file that looks exactly like or similar to this:</p>
<p><img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-pagecode.png" border="0" alt="" width="500" height="275" /></p>
<p>It&#8217;s this line &#8211; <span style="color: #ff0000; font-size: x-small;">&lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt; </span> that you will be changing. It may not look exactly the same, but will almost always be enclosed in h2 tags.</p>
<p>You will want to replace the contents inside those tags, but it is highly recommended that if they currently say &lt;h2&gt;&lt;/h2&gt; to change those to h1.</p>
<p>4. Replace that line with the following:</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;">&lt;h1&gt;<span class="kw2">&lt;?php</span> <span class="re0">$thisPost</span> <span class="sy0">=</span> <span class="re0">$post</span> <span class="sy0">-&gt;</span> <span class="me1">ID</span><span class="sy0">;</span> <span class="kw1">if</span> <span class="br0">&#40;</span>get_post_meta<span class="br0">&#40;</span><span class="re0">$thisPost</span><span class="sy0">,</span> changeH1<span class="sy0">,</span> <span class="kw4">true</span><span class="br0">&#41;</span> <span class="sy0">!=</span> <span class="st_h">&#8221;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></p>
<p><span class="kw1">echo</span> <span class="br0">&#40;</span>get_post_meta<span class="br0">&#40;</span><span class="re0">$thisPost</span><span class="sy0">,</span> changeH1<span class="sy0">,</span> <span class="kw4">true</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span> <span class="kw1">else</span> <span class="br0">&#123;</span><br />
the_title<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span><br />
<span class="sy1">?&gt;</span><br />
&lt;/h1&gt;</div>
</div>
<p>So your file should now look similar to this:</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-pagecodeedited.png" border="0" alt="" width="500" height="451" /></span></p>
<p>5.  Save the file and upload it to your theme folder or save the file in the  theme editor.</p>
<p>6. Now you can edit or create new pages and use the custom  fields to change the heading of the page without changing the actual title  of the page.</p>
<p>7. To do this, as an example, let’s create a new page named  “Test”.</p>
<p>8. Publish the page, then view it from your WordPress site.</p>
<p>9. You  can see that not only the title in the browser, in the menu, and the heading  of the page says “Test”.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-test.png" border="0" alt="" width="500" height="204" /></span></p>
<p>10. Now back to the admin area, edit the page  “Test”.<br />
11. Scroll to the bottom of the editing area until you see “Custom  Fields”.<br />
12. You may have to click on the “+” sign to the right to see the  area for editing these fields.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-customfields.png" border="0" alt="" width="400" height="234" /></span></p>
<p>13. Here you will need to add “changeH1” to the key  text box for the first time. Be sure that changeH1 is spelled exactly the  same and the “H” is capitalized.</p>
<p>14. After you have done this the first time, you  will be able to select the changeH1 from the drop-down box under the word  Key instead. It is only necessary to add the key once with a value, and from  that point, it will remain in the drop-down list to be selected easier.</p>
<p>15. Now change the header by typing a new one in  the Value text box to the right. Let’s just test it out by typing “This is  my new heading text”. Then click “Add Custom Field”.</p>
<p>16. Save and continue, or save the page now.</p>
<p>17. Go back to your site and refresh to see the  change.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-testnewheader.png" border="0" alt="" width="500" height="204" /></span></p>
<p>18. Now you can edit any page to display a  different heading just by setting the “changeH1” key in the drop-down list  and typing in the heading you want in value. Don’t forget to click “Add  Custom Field”.</p>
<p>19. If you have already set a heading in a page  using this method, you can also go back to editing the page, and change the  value in the box just above where you set it originally. After making the  change click on “update”.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://www.getwordpressed.com/images/h1hackdocumentation/screenshots-alreadyset.png" border="0" alt="" width="500" height="311" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/seo/h1-hack-for-wordpress-pages/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Line Breaks in Author Profile Plug-in</title>
		<link>http://www.getwordpressed.com/plug-ins/line-breaks-in-author-profile-plug-in/</link>
		<comments>http://www.getwordpressed.com/plug-ins/line-breaks-in-author-profile-plug-in/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 17:58:44 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Plug-ins]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=70</guid>
		<description><![CDATA[There&#8217;s a really great plug-in that was made  that allows the authors to have a profile page.  One huge problem with it though, is that if the author has a long biography, it all runs together in one paragraph.
We&#8217;ve been using it in several places for quite awhile now and although it recognizes [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a <a href="http://guff.szub.net/2005/01/31/get-author-profile/" target="_blank">really great plug-in</a> that was made  that allows the authors to have a profile page.  One huge problem with it though, is that if the author has a long biography, it all runs together in one paragraph.</p>
<p>We&#8217;ve been using it in several places for quite awhile now and although it recognizes standard .html for making links, nothing we did would force manual linebreaks. It was REALLY irritating and quite unprofessional looking.</p>
<p>Over on <a href="http://lorelle.wordpress.com/" target="_blank">Lorele&#8217;s blog</a> I found a suggestion but I couldn&#8217;t get that working either so I posted on the actual plug-in page. Finally, things slowed down enough that I asked Heather, our #1 programmer to try and figure it out and she was able to.</p>
<p>It turns out that the plug-in itself has to be edited, and rather than explain it here I&#8217;ll just place a version of the edited plug in.</p>
<p>So for those of you wish to force line breaks in the get author profile plug-in, <a href="http://www.getwordpressed.com/downloads/get-author-profile.zip" target="_blank"><strong>you need to replace your version with this version</strong></a> and then simply type this &gt;&gt;&gt; where you want the line break</p>
<p>Thank you to the original creator of the plug-in, thank you to Lorelle for almost solving it, and a giant thank you to Heather for actually making it work!</p>
<p><strong>* There is no support for this edited plug-in, so any comments other than &#8220;thank you&#8221; will likely not be answered <img src='http://www.getwordpressed.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/plug-ins/line-breaks-in-author-profile-plug-in/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Joomla Template to WordPress Conversion</title>
		<link>http://www.getwordpressed.com/site-conversions/joomla-template-to-wordpress-conversion/</link>
		<comments>http://www.getwordpressed.com/site-conversions/joomla-template-to-wordpress-conversion/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 13:18:52 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Matched Themes]]></category>
		<category><![CDATA[Site Conversions]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/site-conversions/joomla-template-to-wordpress-conversion/</guid>
		<description><![CDATA[This website was for a collection agency based in Tukwila Washington that wanted to be able to easily edit their entire site, that had been designed several years ago.
Their 25+ page site previously required Front Page to edit, or another .html editor, and there was very little graphic appeal. It was all Times New Roman [...]]]></description>
			<content:encoded><![CDATA[<p>This website was for a collection agency based in Tukwila Washington that wanted to be able to easily edit their entire site, that had been designed several years ago.</p>
<p>Their 25+ page site previously required Front Page to edit, or another .html editor, and there was very little graphic appeal. It was all Times New Roman font on a white page, with the company logo in the upper left corner. </p>
<p>The design they chose (from <a href="http://www.templatemonster.com" target="_blank" rel= "nofollow">Template Monster</a>) was actually a Joomla template that we then converted to a 100% Wordpress 2.5 compatible theme, including fully  widgetized sidebars.</p>
<p>We pulled in all of their existing content, and 301 redirected all of their old pages, to ensure no loss in traffic. Now, not only is is good looking, but any of the employees they desire can make edits as needed.</p>
<p><a href="https://www.unitedcollectionservice.com/" target="_blank" rel= "nofollow">See the site here&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/site-conversions/joomla-template-to-wordpress-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.5 Dramatic Changes</title>
		<link>http://www.getwordpressed.com/general/wordpress-25-dramatic-changes/</link>
		<comments>http://www.getwordpressed.com/general/wordpress-25-dramatic-changes/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 15:11:47 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/general/wordpress-25-dramatic-changes/</guid>
		<description><![CDATA[There&#8217;s a very good roundup of what&#8217;s changing in the new WordPress version here, and after reading it, we&#8217;re making a formal decision NOT to upgrade this blog when it comes out, or use the new version for any projects currently under development.
This goes against our usual practice of upgrading immediately every time a new [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a very good roundup of what&#8217;s changing in the new WordPress version <a href="http://www.optiniche.com/blog/382/wordpress-25-revealed-and-compared-to-version-23x/" target="_blank">here</a>, and after reading it, we&#8217;re making a formal decision NOT to upgrade this blog when it comes out, or use the new version for any projects currently under development.</p>
<p>This goes against our usual practice of upgrading immediately every time a new version is released, and but the changes are just too major to have to deal with until we know more about how it affects plug-ins that we use.</p>
<p>The article goes into some pretty good detail about what&#8217;s changing, how it&#8217;s changing, how it might affect users, and even includes some great screenshots to illustrate their point. It&#8217;s a <a href="http://www.optiniche.com/blog/382/wordpress-25-revealed-and-compared-to-version-23x/" target="_blank">highly recommended read</a> before you do your upgrade&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/general/wordpress-25-dramatic-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Your WordPress in 90 Seconds</title>
		<link>http://www.getwordpressed.com/plug-ins/upgrade-wordpress-in-90-seconds/</link>
		<comments>http://www.getwordpressed.com/plug-ins/upgrade-wordpress-in-90-seconds/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 16:30:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[simplified process]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=55</guid>
		<description><![CDATA[<div class="revver-video-thumb"><a href="http://www.getwordpressed.com/plug-ins/upgrade-wordpress-in-90-seconds/" rel="bookmark" title="Watch Video for: Upgrade Your WordPress in 90 Seconds"><img src="http://frame.revver.com/frame/170x128/713093.jpg" width="170" /></a></div>The process of upgrading your WordPress used to be a tedious one. You had to manually backup all of your files, download them deactivate all your plug-ins upload the new version run the upgrade
Assuming that everything went okay, you then had to manually reactivate all of your plug-ins. I went through the step by step [...]]]></description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.getwordpressed.com/plug-ins/upgrade-wordpress-in-90-seconds/" rel="bookmark" title="Watch Video for: Upgrade Your WordPress in 90 Seconds"><img src="http://frame.revver.com/frame/170x128/713093.jpg" width="170" /></a></div><p>The process of upgrading your WordPress used to be a tedious one. You had to manually backup all of your files, download them deactivate all your plug-ins upload the new version run the upgrade</p>
<p>Assuming that everything went okay, you then had to manually reactivate all of your plug-ins. I went through the <a href="http://www.pdxtc.com/wpblog/general-interest/upgrade-your-wordpress-now/" target="_blank">step by step Wordpress upgrade</a> using a video on my main blog, and even though it was fairly straightforward it still took up too much of my time.</p>
<p>Thanks to a plug-in that was released last summer the process is now seamless and can be completed in under 60 seconds.</p>
<p>This video demonstrates the entire process from start to finish and is not so much a tutorial, as it is a quick demonstration of an amazing plug-in that&#8217;s made our lives much easier.</p>
<p>Thank you to <a href="http://techie-buzz.com" target="_blank">Techie Buzz</a>, for releasing it, thank you to <a href="http://www.ronalfy.com/" target="_blank">Ronald Heureca</a> who has pretty much perfected the automated process of <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">this fantastic plug-in</a></p>
<h3>No Video Responses have been posted yet.</h3><p><a href="http://www.getwordpressed.com/plug-ins/upgrade-wordpress-in-90-seconds/#respond">Click here to post a video response.</a></p><span class='revver-after-video'></span>]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/plug-ins/upgrade-wordpress-in-90-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=713093&amp;affiliateId=150655" type="application/x-shockwave-flash" length="21789409" ></enclosure><media:player url="http://revver.com/watch/713093/flv/affiliate/150655"></media:player><media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=713093&amp;affiliateId=150655" duration="187" medium="video" type="application/x-shockwave-flash"></media:content>	</item>
		<item>
		<title>Another Perfectly Matched Wordpress Theme</title>
		<link>http://www.getwordpressed.com/matched-themes/another-perfectly-matched-wordpress-theme/</link>
		<comments>http://www.getwordpressed.com/matched-themes/another-perfectly-matched-wordpress-theme/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 14:28:30 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Matched Themes]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/matched-themes/another-perfectly-matched-wordpress-theme/</guid>
		<description><![CDATA[We were asked by a smoker and barbeque company to match their new website for a new blog they&#8217;re planning, and when I saw it, I was a bit concerned that Heather night have a tough time with it, maintaining their high end graphics. She took a look, and agreed to give it a try. [...]]]></description>
			<content:encoded><![CDATA[<p>We were asked by a smoker and barbeque company to match their new website for a new blog they&#8217;re planning, and when I saw it, I was a bit concerned that Heather night have a tough time with it, maintaining their high end graphics. She took a look, and agreed to give it a try. After all, we have a money back guarantee, right?</p>
<p>Anyway, the original site is totally custom, and I think she matched it perfectly, right down to the &#8220;burned edges&#8221;&#8230;</p>
<p><a href="http://www.aceofheartsbbq.com" target="_blank">Here&#8217;s the original site on one domain</a></p>
<p><a href="http://www.thegood-one.com/" target="_blank">Here&#8217;s the matched Wordpress  theme on another</a></p>
<p>And here&#8217;s our ever growing samples page with our <a href="http://www.getwordpressed.com/about/site-matched-themes-wordpress-conversions/">Wordpress portfolio</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/matched-themes/another-perfectly-matched-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding pictures to Wordpress Posts</title>
		<link>http://www.getwordpressed.com/learning-wordpress/adding-pictures-to-wordpress-posts/</link>
		<comments>http://www.getwordpressed.com/learning-wordpress/adding-pictures-to-wordpress-posts/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 01:20:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Wordpress basics]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=50</guid>
		<description><![CDATA[<div class="revver-video-thumb"><a href="http://www.getwordpressed.com/learning-wordpress/adding-pictures-to-wordpress-posts/" rel="bookmark" title="Watch Video for: Adding pictures to Wordpress Posts"><img src="http://frame.revver.com/frame/170x128/632839.jpg" width="170" /></a></div>Putting pictures in WordPress posts and pages is easy, but not exactly intuitive. This is a fast tutorial to show you how it&#8217;s done with minimum effort.
]]></description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.getwordpressed.com/learning-wordpress/adding-pictures-to-wordpress-posts/" rel="bookmark" title="Watch Video for: Adding pictures to Wordpress Posts"><img src="http://frame.revver.com/frame/170x128/632839.jpg" width="170" /></a></div><p>Putting pictures in WordPress posts and pages is easy, but not exactly intuitive. This is a fast tutorial to show you how it&#8217;s done with minimum effort.</p>
<span class='revver-after-video'></span>]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/learning-wordpress/adding-pictures-to-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=632839&amp;affiliateId=150655" type="application/x-shockwave-flash" length="21789409" ></enclosure><media:player url="http://revver.com/watch/632839/flv/affiliate/150655"></media:player><media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=632839&amp;affiliateId=150655" duration="187" medium="video" type="application/x-shockwave-flash"></media:content>	</item>
		<item>
		<title>Let Others Post To Your Wordpress Blog Safely</title>
		<link>http://www.getwordpressed.com/learning-wordpress/let-others-post-to-your-blog-safely/</link>
		<comments>http://www.getwordpressed.com/learning-wordpress/let-others-post-to-your-blog-safely/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 19:26:33 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Wordpress basics]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/learning-wordpress/let-others-post-to-your-blog-safely/</guid>
		<description><![CDATA[Did you know that you create a new WordPress user, and set them to &#8216;contributor&#8217; rather than to author or editor?  When you do that, their option after writing a post automatically changes to &#8217;submit for review&#8217; rather than &#8216;publish&#8217;. It&#8217;s pretty slick, and seems like it would be a good way to  encourage [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that you create a new WordPress user, and set them to &#8216;contributor&#8217; rather than to author or editor?  When you do that, their option after writing a post automatically changes to &#8217;submit for review&#8217; rather than &#8216;publish&#8217;. It&#8217;s pretty slick, and seems like it would be a good way to  encourage guest authors on the blog&#8230;</p>
<p>I added a new user, then logged in to post as that new user, and here&#8217;s what I saw at the &#8220;Write&#8221; screen -</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wordpress-contributor.jpg" alt="wordpress-contributor.jpg" /></p>
<p>Unfortunately, this option then prevents those &#8220;Contributors&#8221; from being able to add photos to a post, which is a shame.. After hitting the &#8220;Submit for Review button, I logged out, then back in as the Admin, and I see that there is a post pending for review &#8211; Nice <img src='http://www.getwordpressed.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wordpress-contributor2.jpg" alt="wordpress-contributor2.jpg" /></p>
<p>There was also no email notification to me as the Admin that a contributor had posted, but I guess you can&#8217;t have everything.</p>
<p>If anyone knows how to allow for photo uploads or add email notifications, please let me know here&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/learning-wordpress/let-others-post-to-your-blog-safely/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Paste Easily to WordPress From MS Word</title>
		<link>http://www.getwordpressed.com/learning-wordpress/paste-easily-to-wordpress-from-ms-word/</link>
		<comments>http://www.getwordpressed.com/learning-wordpress/paste-easily-to-wordpress-from-ms-word/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 15:49:58 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Wordpress Glitches]]></category>
		<category><![CDATA[Wordpress basics]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/general/paste-easily-to-wordpress-from-ms-word/</guid>
		<description><![CDATA[I&#8217;ve always recommended that people not paste text directly into WordPress from Microsoft Word, and instead suggested that they open their Microsoft Notepad, paste into Notepad, then copy and paste back into WordPress. This extra step removes the stupid formatting put in place by Microsoft Word.
Apparently, a recent addition to WordPress (maybe 2.3?) added a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always recommended that people not paste text directly into WordPress from Microsoft Word, and instead suggested that they open their Microsoft Notepad, paste into Notepad, then copy and paste back into WordPress. This extra step removes the stupid formatting put in place by Microsoft Word.</p>
<p>Apparently, a recent addition to WordPress (maybe 2.3?) added a button on the WordPress text editor that allows you to paste information directly from Microsoft Word, and instantly strips out all the formatting. I&#8217;m exactly not sure how long it&#8217;s been there, but it works very well.</p>
<p>First you have to open the advanced toolbar options to see the new button button -</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wp-word1.jpg" alt="wp-word1.jpg" /></p>
<p>This expands the menu to a second level where you will immediately see the option for Microsoft Word pasting.</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wp-word2.jpg" alt="wp-word2.jpg" /></p>
<p>Hitting that button opens another small window, where you can paste from Word to your hearts content.</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wp-word3.jpg" alt="wp-word3.jpg" /></p>
<p>Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/learning-wordpress/paste-easily-to-wordpress-from-ms-word/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Claiming This Blog On Technorati</title>
		<link>http://www.getwordpressed.com/general/claiming-this-blog-on-technorati/</link>
		<comments>http://www.getwordpressed.com/general/claiming-this-blog-on-technorati/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 00:30:14 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wordpress basics]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/general/claiming-this-blog-on-technorati/</guid>
		<description><![CDATA[Just because Wprdpress has stopped using Technorati is no reason not to continue to claim your blog on your Technorati Profile.  Sure WordPress is magic, but you still have to help it along, but submitting your link in the right places! Go to Technorati and create an account, then click on &#8220;Claim Your Blog&#8221;.
]]></description>
			<content:encoded><![CDATA[<p>Just because Wprdpress has stopped using Technorati is no reason not to continue to claim your blog on your <a href="http://technorati.com/claim/4rbhvn4by" rel="me">Technorati Profile</a>.  Sure WordPress is magic, but you still have to help it along, but submitting your link in the right places! Go to Technorati and create an account, then click on &#8220;Claim Your Blog&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/general/claiming-this-blog-on-technorati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Not Showing Backlinks Any More?</title>
		<link>http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/</link>
		<comments>http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 22:05:12 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[Wordpress Glitches]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/</guid>
		<description><![CDATA[What&#8217;s with the new version of Wordpress not showing your inbound links anymore? &#8211; Oh &#8211; actually, I see now that it is not just in the latest version,  but it&#8217;s been removed altogether from the admin control panel.
This is very odd&#8230; First they replaced Technorati in there with Google, and now they&#8217;ve removed altogether [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s with the new version of Wordpress not showing your inbound links anymore? &#8211; Oh &#8211; actually, I see now that it is not just in the latest version,  but it&#8217;s been removed altogether from the admin control panel.</p>
<p>This is very odd&#8230; First they replaced Technorati in there with Google, and now they&#8217;ve removed altogether the ability to know instantly when someone links back to you.</p>
<p>That&#8217;s a shame, because I really like it! Perhaps it&#8217;s just a glitch and it will come back tomorrow?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Big Wordpress Ping List</title>
		<link>http://www.getwordpressed.com/learning-wordpress/the-big-wordpress-ping-list/</link>
		<comments>http://www.getwordpressed.com/learning-wordpress/the-big-wordpress-ping-list/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 16:15:01 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ping list]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/learning-wordpress/the-big-wordpress-ping-list/</guid>
		<description><![CDATA[Having a big ping list added to your WordPress blog is not going to make or break you, but the more exposure, the better, right?
At a recent presentation I gave about using Wordpress, I was adding a slide about the ping list, and decided to count them. I was surprised to see that there were [...]]]></description>
			<content:encoded><![CDATA[<p>Having a big ping list added to your WordPress blog is not going to make or break you, but the more exposure, the better, right?</p>
<p>At a recent presentation I gave about using Wordpress, I was adding a slide about the ping list, and decided to count them. I was surprised to see that there were only 46, but that&#8217;s what I put in the slide.</p>
<p>Apparently, at some point over the last couple of dozen installations, I dropped off a batch from my list, and even my own blog was running short.</p>
<p>Going back through my files and folders, and even some old blogs, I&#8217;ve now recompiled my ping list, and removed the duplicates, and I&#8217;m posting them here for your viewing pleasure.</p>
<p><strong>To add to your ping list &#8211; </strong></p>
<ul>
<li>login to WordPress admin</li>
<li>go to the options tab</li>
<li>go to the writing sub tab</li>
<li>scroll further down than you probably ever have before</li>
<li>paste into the field</li>
</ul>
<p>There&#8217;s an old <a href="http://forums.digitalpoint.com/showthread.php?t=52431" target="_blank">thread here at Digitalpoint</a> with some detailed info for better pinging too,  but  I disagree with the detractors there.  My own experience has shown me that it&#8217;s NOT a wasted or duplicated effort, I prefer these &#8220;manual&#8221; pings over Pingomatic, and that the no ping waiting plugin <strike>is</strike> was very cool. (sorry, the domain is gone!)</p>
<p>That&#8217;s it.  Feel free to copy and paste my list below, with no reciprocal link required, no thanks necessary, and no paypal donation sent to scott (at) pdxtc.com <img src='http://www.getwordpressed.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>(I would however appreciate any comments added here if you notice anything missing&#8230;)</p>
<p>http://1470.net/api/ping</p>
<p>http://a2b.cc/setloc/bp.a2b</p>
<p>http://api.feedster.com/ping</p>
<p>http://api.feedster.com/ping.php</p>
<p>http://api.moreover.com/ping</p>
<p>http://api.moreover.com/RPC2</p>
<p>http://api.my.yahoo.com/RPC2</p>
<p>http://api.my.yahoo.com/rss/ping</p>
<p>http://bblog.com/ping.php</p>
<p>http://bitacoles.net/notificacio.php</p>
<p>http://bitacoles.net/ping.php</p>
<p>http://bitacoras.net/ping</p>
<p>http://bitacoras.net/ping/</p>
<p>http://blo.gs/ping.php</p>
<p>http://blog.goo.ne.jp/XMLRPC</p>
<p>http://blogbot.dk/io/xml-rpc.php</p>
<p>http://blogdb.jp/xmlrpc</p>
<p>http://blogdigger.com/RPC2</p>
<p>http://blogmatcher.com/u.php</p>
<p>http://blogoole.com/ping/</p>
<p>http://blogoon.net/ping/</p>
<p>http://blogpeople.net/servlet/weblogUpdates</p>
<p>http://blogroots.com/tb_populi.blog?id=1</p>
<p>http://blogsearch.google.com/ping</p>
<p>http://blogsearch.google.com/ping/RPC2</p>
<p>http://blogshares.com/rpc.php</p>
<p>http://blogsnow.com/ping</p>
<p>http://blogstreet.com/xrbin/xmlrpâ€¦</p>
<p>http://blogstreet.com/xrbin/xmlrpc.cgi</p>
<p>http://blogupdate.org/ping/</p>
<p>http://blogupdate.org/sverige/ping/</p>
<p>http://bulkfeeds.net</p>
<p>http://bulkfeeds.net/rpc</p>
<p>http://catapings.com/ping.php</p>
<p>http://coreblog.org/ping/</p>
<p>http://effbot.org/rpc/ping.cgi</p>
<p>http://feedsky.com/api/RPC2</p>
<p>http://holycowdude.com/rpc/ping/</p>
<p>http://imblogs.net/ping/</p>
<p>http://lasermemory.com/lsrpc/</p>
<p>http://mod-pubsub.org/kn_apps/blogchatt</p>
<p>http://mod-pubsub.org/kn_apps/blogchatter/ping.php</p>
<p>http://mod-pubsub.org/ping.php</p>
<p>http://newsisfree.com/RPCCloud</p>
<p>http://newsisfree.com/xmlrpctest.php</p>
<p>http://packetmonster.net/xmlrpc.php</p>
<p>http://ping.amagle.com/</p>
<p>http://ping.bitacoras.com</p>
<p>http://ping.blo.gs/</p>
<p>http://ping.blogg.de/</p>
<p>http://ping.bloggers.jp/rpc/</p>
<p>http://ping.blogmura.jp/rpc/</p>
<p>http://ping.blogoon.net/</p>
<p>http://ping.cocolog-nifty.com/xmlrpc</p>
<p>http://ping.exblog.jp/xmlrpc</p>
<p>http://ping.fakapster.com/rpc</p>
<p>http://ping.feedburner.com</p>
<p>http://ping.feeds.yahoo.com/RPC2/</p>
<p>http://ping.myblog.jp</p>
<p>http://ping.rootblog.com/rpc.php</p>
<p>http://ping.syndic8.com/xmlrpc.php</p>
<p>http://ping.weblogalot.com/rpc.php</p>
<p>http://ping.weblogs.se/</p>
<p>http://pinger.blogflux.com/rpc</p>
<p>http://pinger.blogflux.com/rpc/</p>
<p>http://pingoat.com/</p>
<p>http://pingoat.com/goat/RPC2</p>
<p>http://pingqueue.com/rpc/</p>
<p>http://popdex.com/addsite.php</p>
<p>http://rcs.datashed.net/RPC2</p>
<p>http://rcs.datashed.net/RPC2 euro.weblogs.com</p>
<p>http://rcs.datashed.net/RPC2/</p>
<p>http://rpc.blogbuzzmachine.com/RPC2</p>
<p>http://rpc.blogrolling.com/pinger/</p>
<p>http://rpc.britblog.com</p>
<p>http://rpc.britblog.com/</p>
<p>http://rpc.icerocket.com:10080</p>
<p>http://rpc.icerocket.com:10080/</p>
<p>http://rpc.newsgator.com/</p>
<p>http://rpc.pingomatic.com</p>
<p>http://rpc.pingomatic.com/</p>
<p>http://rpc.tailrank.com/feedburner/RPC2</p>
<p>http://rpc.technorati.com/rpc/ping</p>
<p>http://rpc.weblogs.com/RPC2</p>
<p>http://rpc.wpkeys.com</p>
<p>http://rpc.wpkeys.com/</p>
<p>http://services.newsgator.com/ngws/xmlrpcping.aspx</p>
<p>http://signup.alerts.msn.com/alerts-PREP/submitPingExtended.doz</p>
<p>http://snipsnap.org/RPC2</p>
<p>http://syndic8.com/xmlrpc.php</p>
<p>http://thingamablog.sourceforge.net/ping.php</p>
<p>http://topicexchange.com/RPC2</p>
<p>http://trackback.bakeinu.jp/bakeping.php</p>
<p>http://weblogalot.com/Ping/</p>
<p>http://weblogues.com/ping/</p>
<p>http://weblogues.com/RPC</p>
<p>http://weblogues.com/RPC/</p>
<p>http://xmlrpc.blogg.de</p>
<p>http://xmlrpc.blogg.de/</p>
<p>http://xping.pubsub.com/ping/</p>
<p>http://zing.zingfast.com</p>
<p>https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/learning-wordpress/the-big-wordpress-ping-list/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>New Wordpress Site Conversion</title>
		<link>http://www.getwordpressed.com/site-conversions/new-wordpress-site-conversion/</link>
		<comments>http://www.getwordpressed.com/site-conversions/new-wordpress-site-conversion/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 16:13:41 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Site Conversions]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/site-conversions/new-wordpress-site-conversion/</guid>
		<description><![CDATA[On Friday we launched a new WordPress site conversion, taking an existing website that the users were paying $200 per month for maintenance, and converting the entire thing into a WordPress system.
They were happy with their look and feel what unhappy with having to keep someone on retainer just to make a couple of changes [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday we launched a new <a href="http://www.getwordpressed.com/about/" target="_blank">WordPress site conversion</a>, taking an existing website that the users were paying $200 per month for maintenance, and converting the entire thing into a WordPress system.</p>
<p>They were happy with their look and feel what unhappy with having to keep someone on retainer just to make a couple of changes each month, featuring two of their tenants.</p>
<p>The site is an executive suite rental business, and the transition was completely seamless. They now have the ability to make changes themselves, and within just a few months, will recoup their entire investment.</p>
<p>Additionally, because the site is now in WordPress, all of the URLs are search engine friendly, and no longer contain multiple parameters that the search engines may have trouble crawling.</p>
<p>They can individually control all of their title tags, keyword tags and the meta description tag, so if they put their mind to it, they should now rank well in the search engines.</p>
<p>Here are some samples of our <a href="http://www.getwordpressed.com/about/site-matched-themes-wordpress-conversions/">WordPress site matched themes, and site conversions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/site-conversions/new-wordpress-site-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pubcon Quote from Matt Cutts About Wordpress</title>
		<link>http://www.getwordpressed.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/</link>
		<comments>http://www.getwordpressed.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 23:12:31 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[matt cutts]]></category>
		<category><![CDATA[savvy internet marketers]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/</guid>
		<description><![CDATA[During the &#8220;Keynote Coffee Chat with Matt Cutts, Matt told everyone what he thought of WordPress, and what many savvy internet marketers already know&#8230;
&#8220;If you do everything on WordPress, you&#8217;re pretty much covered for SEO.&#8221;
That&#8217;s exactly what he said, (I wrote it down) and I could barely believe my ears.  I mean, yeah, WordPress is [...]]]></description>
			<content:encoded><![CDATA[<p>During the &#8220;<a href="http://www.mattcutts.com/blog" target="_blank">Keynote Coffee Chat with Matt Cutts,</a> <a href="http://www.mattcutts.com/blog" target="_blank">Matt</a> told everyone what he thought of <a href="http://www.wordpress.org" target="_blank">WordPress</a>, and what many savvy internet marketers already know&#8230;</p>
<p><strong>&#8220;If you do everything on WordPress, you&#8217;re pretty much covered for SEO.&#8221;</strong></p>
<p>That&#8217;s exactly what he said, (I wrote it down) and I could barely believe my ears.  I mean, yeah, WordPress is pretty much magic when properly configured, but to have Matt Cutts from Google give it his stamp of approval at a conference presentation was pretty amazing to hear, especially since Google owns <a href="http://www.blogger.com" target="_blank">Blogger</a>.</p>
<p>To be perfectly clear, Matt was speaking of a self hosted WordPress blog using their free software, and not free hosted blog platform available WordPress.com. There is a huge difference, so don&#8217;t be confused!</p>
<p>There are plenty of expensive and cumbersome options for building a website, that lock you into a certain web host, programmer or company, and that&#8217;s one of the things I love most about the open source WordPress system.  You&#8217;re free to host where you want,  tweak it to your hearts content, and you&#8217;re not locked in to an expensive solution.</p>
<p>I would have to say that while Wordpress isn&#8217;t quite perfect &#8220;right out of the box&#8221;, with just a few minor tweaks and plug-ins added, it can compete with almost anything else on the market for SEO purposes.</p>
<p>My own success with 100% Wordpress powered sites has been outstanding, and for a while, it was the best kept secret in SEO.  Now, with this public endorsement by one of the most famous names in search, I only see it&#8217;s use increasing over time, as the community continues to grow worldwide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Edit Default Comment Invitation</title>
		<link>http://www.getwordpressed.com/learning-wordpress/edit-your-default-comment-invitation/</link>
		<comments>http://www.getwordpressed.com/learning-wordpress/edit-your-default-comment-invitation/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 19:47:56 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[Wordpress basics]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[file were writable]]></category>
		<category><![CDATA[theme editor]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/learning-wordpress/edit-your-default-comment-invitation/</guid>
		<description><![CDATA[One of the benefits of even having a blog is getting people to comment, because that adds more content and freshens your pages, known as UGC, or &#8220;User Generated Content&#8221;.
However, most people don&#8217;t even bother to update the default comment invitation lines that appear in their WordPress blog, because it&#8217;s just not something you think [...]]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of even having a blog is getting people to comment, because that adds more content and freshens your pages, known as UGC, or &#8220;User Generated Content&#8221;.</p>
<p>However, most people don&#8217;t even bother to update the default comment invitation lines that appear in their WordPress blog, because it&#8217;s just not something you think about.</p>
<p>If you scroll down below you&#8217;ll see that I&#8217;ve customized the comment message on this blog, and it&#8217;s really easy to do.</p>
<p>First, login to your WordPress admin, then go to presentation &#8211; theme editor.</p>
<p>Click on your single.php file over on the right.</p>
<p>Before you do a bunch of work to scroll to the bottom and make sure that you&#8217;re not seeing this message: <strong>&#8220;If this file were writable, you could edit it&#8221;</strong></p>
<p>If you see that, then you need to adjust your permissions (FTP &#8211; CHMOD) on those files.</p>
<p>Once you are viewing single.php, then using Firefox or IE, (Ctrl-F), you can open a search box and with the Wordpress file editor, you will usually find this line &#8220;You can follow any comments&#8221;. I say usually because these files are in the theme, and most designers will not edit that message.</p>
<p>That will put you smack dab in the middle of your code for editing that text to say what you want. You can also use linebreaks and limited HTML tags,  like bolds and breaks to format it however you like. Cool, huh?</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wordpress-comment-invitation-code1.jpg" alt="wordpress-comment-invitation-code1.jpg" /></p>
<p><strong>Disclaimer:</strong><br />
ALWAYS make a backup of your work, even just in an open Notepad file. That way, if it screws up your formatting somehow you can paste it right back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/learning-wordpress/edit-your-default-comment-invitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permalinks &#8211; Change Defaults</title>
		<link>http://www.getwordpressed.com/learning-wordpress/permalinks-change-the-defaults/</link>
		<comments>http://www.getwordpressed.com/learning-wordpress/permalinks-change-the-defaults/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 01:59:22 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Wordpress basics]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[htaccess file]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/learning-wordpress/permalinks-change-the-defaults/</guid>
		<description><![CDATA[One of the first things you should do on a new WordPress install is to update your permalinks, and it&#8217;s really not very hard, but  one of the things that gives people problems is that their .htaccess file isn&#8217;t writable.
 
If you&#8217;re on an Apache host, you most likely have mod rewrite, and you [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first things you should do on a new WordPress install is to update your permalinks, and it&#8217;s really not very hard, but  one of the things that gives people problems is that their .htaccess file isn&#8217;t writable.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">If you&#8217;re on an Apache host, you most likely have mod rewrite, and you most likely already have an htaccess file, in my experience.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The first thing you need to do is make sure that your htaccess file is writable, and this can be done with your FTP software or your file manager inside your web hosting control.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Many web hosts block the visibility of your htaccess, so be sure to choose to show hidden files inside your FTP software or inside your web hosting control panel.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Make note of the original settings, then set the htaccess to 777, which should enable the WordPress admin control panel to do the rest.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Login to your WordPress admin control panel &#8211; options &#8211; permalinks</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">From there go to the custom option, and paste the following into the field -</p>
<p class="MsoNormal">/%category%/%postname%/</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">That will give you your category and post title for the end of your URL. I&#8217;ve been experimenting lately with just using /%postname%/ too, and if your blog is very niche, and you don&#8217;t want to to categorize your URLs, there&#8217;s no reason you can&#8217;t do that.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">At that point, you should see this message appear the top -</p>
<p class="MsoNormal">&nbsp;</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/permalinks-updated1.jpg" alt="permalinks-updated1.jpg" /></p>
<p class="MsoNormal">You&#8217;re done!</p>
<p class="MsoNormal">Check your post for friendly URL&#8217;s and change your .htaccess back the way it was, and you&#8217;re good to go.</p>
<p class="MsoNormal">*disclaimer &#8211;  We will not accept any liability if you do it incorrectly and it does not work, or you get hacked because you leave something writable, or you basically screw thiongs up.   Just set your permalinks back to default, and all will be fine. <img src='http://www.getwordpressed.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/learning-wordpress/permalinks-change-the-defaults/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safely &amp; Easily Change Permalinks</title>
		<link>http://www.getwordpressed.com/seo/safely-easily-change-permalinks/</link>
		<comments>http://www.getwordpressed.com/seo/safely-easily-change-permalinks/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 21:36:35 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[search engine visibility]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/seo/safely-easily-change-permalinks/</guid>
		<description><![CDATA[ Changing the permalinks structure on an existing WordPress blog can be dangerous if you don&#8217;t know what you&#8217;re doing.
Once you have an established URL structure, a change can cause you to not only lose search engine visibility, but all of your PageRank will drop to zero, and all of your inbound links will no [...]]]></description>
			<content:encoded><![CDATA[<p> Changing the permalinks structure on an existing WordPress blog can be dangerous if you don&#8217;t know what you&#8217;re doing.</p>
<p>Once you have an established URL structure, a change can cause you to not only lose search engine visibility, but all of your PageRank will drop to zero, and all of your inbound links will no longer work. That can&#8217;t be good!</p>
<p>Additionally, if all of the page names in the search engines index cease to exist, then anyone that ever clicks on one of your Serps would be taken to a 404 error. That&#8217;s bad!</p>
<p>Sometimes there&#8217;s a lot of legitimate reason to want to change, usually because they were set up in correctly in the first place. The proper way to make change would be to implement real one redirects for every single URL that&#8217;s changing. This can be quite the daunting task.</p>
<p>Luckily there is a plug-in available to make this process painless. It&#8217;s called <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/" target="_blank">Dean&#8217;s Permalinks Migration</a>,  and here&#8217;s a three-minute video to show you how it works&#8230;<br />
<br />
<center><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/EFH26FmJURI&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/EFH26FmJURI&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/seo/safely-easily-change-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Anchor Text and Nofollow</title>
		<link>http://www.getwordpressed.com/seo/using-anchor-text-and-nofollow/</link>
		<comments>http://www.getwordpressed.com/seo/using-anchor-text-and-nofollow/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 15:25:17 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[importation]]></category>
		<category><![CDATA[search phrases]]></category>
		<category><![CDATA[theme match]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/seo/using-anchor-text-and-nofollow/</guid>
		<description><![CDATA[I&#8217;ve now redone the home page of the site, and added the final shoppingcart item,  which is a simple Wordpress theme match without a content importation.  In my rush to get the site live, I completely left that out, but now the shopping page is complete.
As a quick lesson in SEO, I&#8217;ll point out that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now redone the home page of the site, and added the final shoppingcart item,  which is a simple Wordpress theme match without a content importation.  In my rush to get the site live, I completely left that out, but now the shopping page is complete.</p>
<p>As a quick lesson in SEO, I&#8217;ll point out that on the homepage I&#8217;ve added text links to the purchase page,  using different anchor text five times.</p>
<p>Because I don&#8217;t have a lot of content on this site yet, I&#8217;ve chosen to place four primary search phrases there, made them bold, and then linked all four to my shopping cart page.</p>
<p>The fifth link, near the bottom of the homepage is nofollowed, so that I&#8217;m not wasting any link juice following text for which I don&#8217;t care to rank. Make sense?</p>
<p>Future posts will go into the plug-ins being used, but first I have to get the privacy and contact pages up, (which of course will be nofollowed). Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/seo/using-anchor-text-and-nofollow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Wordpress Installation</title>
		<link>http://www.getwordpressed.com/general/free-wordpress-installation/</link>
		<comments>http://www.getwordpressed.com/general/free-wordpress-installation/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 15:31:26 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/general/free-wordpress-installation/</guid>
		<description><![CDATA[All of our products are in place, the add-ons have been priced, the shopping cart is working, and our site is live.  Woohoo!
As an introductory offer, we are giving away one free default installation of Wordpress with every web hosting package.
Upon completion of a web hosting sign-up, simply e-mail support and request your free [...]]]></description>
			<content:encoded><![CDATA[<p>All of our products are in place, the add-ons have been priced, the shopping cart is working, and our site is live.  Woohoo!</p>
<p>As an introductory offer, we are giving away one free default installation of Wordpress with every web hosting package.</p>
<p>Upon completion of a web hosting sign-up, simply e-mail support and request your free Wordpress installation. Within 24 hours, (one business day) we will install Wordpress on your domain, and e-mail you your admin username and password.</p>
<p>An account sign up with our <a href="http://www.pdxtc.com/web-hosting.php" target="_blank">Portland, Oregon Web hosting</a> partner only takes a minute. This offer may not last &#8211; (but then again, it may!)</p>
<p><strong>Where are the servers really located?</strong><br />
In Portland Oregons Pittock building &amp; data center right in downtown Portland Oregon.  We are simply a reseller of a virtual hosting package from Sri Lanka.</p>
<p><strong>Is your website safe?</strong><br />
All sites are backed up twice daily, so yes, your data is safe.</p>
<p><strong>Is it fast and reliable?</strong><br />
Yes, very. The Pittock center is a state of the art facility that is used by XO communications, and Easystreet, and many other local ISP&#8217;s. There is no faster or more secure public web hosting facility in the state of Oregon</p>
<p><strong>How much does it cost?</strong><br />
Plan prices and instant signups start at $9.99 per month.</p>
<p><a href="http://www.pdxtc.com/web-hosting.php" target="_blank" rel= "nofollow">Sign up now</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/general/free-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant Wordpress Upgrades!</title>
		<link>http://www.getwordpressed.com/plug-ins/instant-wordpress-upgrades-wow/</link>
		<comments>http://www.getwordpressed.com/plug-ins/instant-wordpress-upgrades-wow/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 13:20:18 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[installations]]></category>
		<category><![CDATA[latest version]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[uploading files]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/software/instant-wordpress-upgrades-wow/</guid>
		<description><![CDATA[Downloading and uploading files for Wordpress upgrades takes a little while, and the manual upgrade process can be somewhat tedious. That&#8217;s why frequently, Wordpress installations get ignored until they are far out of date.
I ran across a plug-in last night that was absolutely amazing, and I just tried it this morning &#8211; It&#8217;s called the [...]]]></description>
			<content:encoded><![CDATA[<p>Downloading and uploading files for Wordpress upgrades takes a little while, and the manual upgrade process can be somewhat tedious. That&#8217;s why frequently, Wordpress installations get ignored until they are far out of date.</p>
<p>I ran across a plug-in last night that was absolutely amazing, and I just tried it this morning &#8211; It&#8217;s called the <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">Wordpress automatic upgrade.<br />
</a><br />
I just upgraded a blog from an older version 2.2, to a new version 2.31 in under three minutes total.</p>
<p>I downloaded the plug-in, uploaded to the plug-ins directory, activated, and then clicked the link inside the description of the plug-in to begin.</p>
<p>It automatically deactivates and reactivates your plug-ins during the install, and backs up the files for download too, before the upgrade takes place.</p>
<p>For some reason, the &#8220;automated version&#8221; failed, but manually clicking next, next, next, had me completed in under three minutes, including downloading the backup file.</p>
<p>There&#8217;s really no FTP time either up or down, because the server goes directly to Wordpress.org to get the latest version. This is totally awesome, and <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">this plug-in</a> needs to become a part your standard upload.</p>
<p>Keep in mind of course that any plug-ins that don&#8217;t work with the new versions are going to delete you screwed and force a manual upgrade, but the new plug-in page from Wordpress 2.3x on will now automatically tell you when a plug-in is out of date. <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">Try it for yourself</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/plug-ins/instant-wordpress-upgrades-wow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.3 RC1</title>
		<link>http://www.getwordpressed.com/software/wordpress-23-rc1/</link>
		<comments>http://www.getwordpressed.com/software/wordpress-23-rc1/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 20:06:55 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[candidate one]]></category>
		<category><![CDATA[further notice]]></category>
		<category><![CDATA[rc1]]></category>
		<category><![CDATA[release candidate]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=4</guid>
		<description><![CDATA[Release candidate one for Wordpress 2.31 was released less than a day ago.
It supposedly fixes about 20 known issues from the recent 2.3 update and will likely be well worth taking a look at.
As cool as the changes in version 2.3 were, it presented quite a nightmare to those that attempted upgrades without doing much [...]]]></description>
			<content:encoded><![CDATA[<p>Release candidate one for <a href="http://www.wordpress.org" target="_blank">Wordpress</a> 2.31 was released less than a day ago.</p>
<p>It supposedly fixes about <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.3.1&amp;resolution=fixed&amp;order=priority" target="_blank">20 known issues from the recent 2.3 update</a> and will likely be well worth taking a look at.<br />
As cool as the changes in version 2.3 were, it presented quite a nightmare to those that attempted upgrades without doing much research.</p>
<p>Many old plug-ins were broken &#8211; more than I can even believe, but it did force me to evaluate all of my own installations, both for myself and for clients, and two people are now making the rounds doing all of the upgrades for all the software as well as all the plug-ins,</p>
<p>Stay tuned for further notice on an actual release of 2.31, and if you&#8217;re brave enough (I&#8217;m not)  install the RC and tell me how it is <img src='http://www.getwordpressed.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/software/wordpress-23-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site is live, here we come</title>
		<link>http://www.getwordpressed.com/general/here-we-come/</link>
		<comments>http://www.getwordpressed.com/general/here-we-come/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 16:02:03 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=1</guid>
		<description><![CDATA[Day 1 -
We&#8217;re excited for the launch of the new website, and we are currently implementing shopping cart. The anticipated launch date was November 1, but it&#8217;s looking like it may be sooner, so I thought I&#8217;d make the site live today.
]]></description>
			<content:encoded><![CDATA[<p><strong>Day 1 -</strong></p>
<p>We&#8217;re excited for the launch of the new website, and we are currently implementing shopping cart. The anticipated launch date was November 1, but it&#8217;s looking like it may be sooner, so I thought I&#8217;d make the site live today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getwordpressed.com/general/here-we-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
