<?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>RL Digital &#187; WordPress</title>
	<atom:link href="http://www.rl-digital.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rl-digital.com</link>
	<description>Information for a digital world</description>
	<lastBuildDate>Thu, 12 May 2011 21:20:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Code Injections &#8211; A New Threat</title>
		<link>http://www.rl-digital.com/2010/wordpress-code-injections/</link>
		<comments>http://www.rl-digital.com/2010/wordpress-code-injections/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 00:25:10 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=364</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2010/wordpress-code-injections/">http://www.rl-digital.com/2010/wordpress-code-injections/</a>.<br /><p><span style="float:left;padding-right:4px;padding-top:4px;"><img src="http://www.rl-digital.com/images_blog/code-inj.jpg" alt="Code Injection" /></span>One of my clients has a rather popular sports site on based on WordPress. The site is up-to-date and running on DV server. A few weeks ago malicious code starting to appear on the site setting off warnings from anti-virus programs that monitor websites.</p>
<p>Sometimes, entire files are uploaded that contain malicious scripts. Most of the time, however, JavaScripts are appended to existing PHP or HTML files. One of the favorite targets is the WordPress index file (index.php). A self-executing JavaScript is added after the closing ?> tag. How they append the file is a bit of a mystery as permissions are correctly set at 644. The purpose of the malicious code seems to vary. Some code attempts to spread worms/trojans, steal passwords, or re-direct to spam sites (meds). </p>
<p><!--more--></p>
<p>The best defense is a good file monitoring plugin such as <a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/" class="extlink">WordPress File Monitor</a>. This plugin monitors the file system for added/deleted/changed files and sends you an email when a change is detected. You can exclude certain folders or files. Still, you will get notification emails when you update plugins or work on a theme. This is a small price to pay for the knowing when a file has been changed by someone else.  </p>
<p>WordPress File Monitor will not tell you if you have infected files already. You need to use it to prevent future attacks. If your site is already infected, you can re-install WordPress. Then, replace your plugin files and possibly theme files. If your site is clean now, it&#8217;s much easier to keep it that way with WordPress File Monitor.   </p>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2010/wordpress-code-injections/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Leading Whitespace Fix &#8211; XML Parsing Error&#8230;</title>
		<link>http://www.rl-digital.com/2010/wordpress-leading-whitespace-fix-xml-parsing-error/</link>
		<comments>http://www.rl-digital.com/2010/wordpress-leading-whitespace-fix-xml-parsing-error/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 10:28:33 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=330</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2010/wordpress-leading-whitespace-fix-xml-parsing-error/">http://www.rl-digital.com/2010/wordpress-leading-whitespace-fix-xml-parsing-error/</a>.<br /><p><span style="float:left;padding-right:8px;"><img src="http://www.rl-digital.com/images_blog/feederror.jpg" alt="XML Parsing Error: XML or text declaration not at start of entity Location" /></span>I recently got the nasty &#8220;XML Parsing Error: XML or text declaration not at start of entity Location&#8221; error instead of RSS feed on two client WordPress sites.</p>
<p>First, I tried the <a href="http://wordpress.org/extend/plugins/fix-rss-feed/" class="extlink">Fx-RSS-Feed</a> plugin. No luck! it identified several hundred WordPress and theme files with unnecessary whitespace. Most of the files were write-protected. Way too much work for me to change all the permissions, run the plugin, and change them back.</p>
<p>Instead, I used the fix at <a href="http://wejn.org/" class="extlink">Wejn&#8217;s lair</a>. Scroll down the page and download the file &#8220;wejnswpwhitespacefix.php&#8221; or get the text version <a href="http://wejn.org/stuff/wejnswpwhitespacefix.php.html" class="extlink">here</a>. </p>
<p><!--more--></p>
<p>Upload the PHP file to your root directory, then add this line to your index.php file: <code>include("wejnswpwhitespacefix.php");</code></p>
<p>The only downside is that auto-upgrading your WordPress installation will overwrite the index.php file. You will need to re-insert the extra line of code. Instead, you might try the htaccess file modification described in the head of the file.</p>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2010/wordpress-leading-whitespace-fix-xml-parsing-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Font Replacement for WordPress</title>
		<link>http://www.rl-digital.com/2009/dynamic-font-replacement-for-wordpress/</link>
		<comments>http://www.rl-digital.com/2009/dynamic-font-replacement-for-wordpress/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 00:28:53 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=291</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2009/dynamic-font-replacement-for-wordpress/">http://www.rl-digital.com/2009/dynamic-font-replacement-for-wordpress/</a>.<br /><p><span style="float:left;padding-right:1px;padding-top:4px;"><img src="http://www.rl-digital.com/images_blog/Johnny.jpg" title="Johnny Mac Scrawl" alt="Johnny Mac Scrawl" /></span>Most common internet browsers only support a <a href="http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html" class="extlink">limited number</a> of fonts. A client wanted to emulate the look achieved by <a href="http://www.bbc.co.uk/later/" class="extlink">BBC&#8217;s Later site</a> using WordPress. That meant using SEO unfriendly images to replace the headings or dynamic font replacement. The latter is not only SEO friendly; it is also much easier to implement.</p>
<p>I looked at two WordPress plugins: <a href="http://wordpress.org/extend/plugins/facelift-image-replacement//" class="extlink">Facelift Image Replacement (FLIR) for WordPress</a> and <a href="http://wordpress.org/extend/plugins/dynamic-font-replacement-4wp/" class="extlink">Dynamic Font Replacement DFR4WP</a>.</p>
<p>&#8220;Facelift Image Replacement (FLIR) for WordPress&#8221; seemed very promising. It is easy to implement and offers a wide-range of fonts that come with the plugin files. It is limited, however, to a single font replacing one or more tags of your choice. The main reason I abandoned it though, was a strange green highlighting showing up in IE8.</p>
<p><!--more--></p>
<p>The &#8220;Dynamic Font Replacement DFR4WP&#8221; plugin did what I needed it to do without any artifacts in Internet Explorer. It has the added benefit that different fonts can be assigned to different tags. It conveniently installs a separate easy-to-find menu block in your WordPress Admin Panel sidebar. The only gotcha is that fonts can&#8217;t be uploaded directly to plugin admin panel. The fonts need to be converted <a href="http://cufon.shoqolate.com/generate/" class="extlink">here</a> first. Once you figure that out, the rest is easy! <!--kw=wordpress--></p>
<p>With either plugin, you will probably need to up-size your default heading font sizes to achieve the look you want.</p>
<p>You can see a very clever application of dynamic font replacement on this <a href="http://www.adeliedesign.com/"target="_blank"  class="extlink">WordPress site</a>.</p>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2009/dynamic-font-replacement-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hack-Proof your WordPress Blog</title>
		<link>http://www.rl-digital.com/2009/hack-proof-your-wordpress-blog/</link>
		<comments>http://www.rl-digital.com/2009/hack-proof-your-wordpress-blog/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:10:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=270</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2009/hack-proof-your-wordpress-blog/">http://www.rl-digital.com/2009/hack-proof-your-wordpress-blog/</a>.<br /><p><span style="float:left;padding-right:4px;padding-top:4px;"><img src="http://www.rl-digital.com/images_blog/hacked.jpg" alt="No Hacking" /></span>I just finished helping a friend bring back a Sports Blog after a nasty hacker attack. Luckily, we had a backup of the database. Otherwise, we had little chance to restore the site.</p>
<p>Here are a few tips to keep unwanted visitors from doing damage to your blog.</p>
<p><strong>Set your File Permissions Properly</strong></p>
<p>Use 755 for directories, 644 for plugins and core WordPress PHP files, and 666 for active theme files. You can check and change file permissions with your FTP client.</p>
<p><strong>Use the Login Lockdown Plugin</strong></p>
<p>Hackers know where to find your login page. The basic WordPress installation offers little protection against a brute force attack. Yes, the new WordPress revisions have started using hardened passwords. However, I still recommend giving yourself the added protection you get from the <a href="http://wordpress.org/extend/plugins/login-lockdown/" class="extlink">Login Lockdown Plugin</a>. And, check your current or new password with <a href="http://www.passwordmeter.com/" class="extlink">The Password Meter</a>.</p>
<p>Just upload it and activate it. The plugin defaults to a 1 hour lock out of an IP block after 3 failed login attempts within 5 minutes. This can be modified via the Options panel.</p>
<p><!--more--></p>
<p><strong>Use a Database Backup Plugin</strong></p>
<p>Manual WordPress database backups are neither easy nor convenient to do. It requires knowledge of phpMyAdmin. Fortunately, WordPress plugin writers have addressed the problem. The best known plugin for this purpose is Lester Chan&#8217;s <a href="http://lesterchan.net/wordpress/readme/wp-dbmanager.html" class="extlink">WP-DBManager</a>.  With this plugin, you can have WordPress automatically send you backup via email or store them in a folder on your server (or both).</p>
<p><strong>Turn off Registrations</strong></p>
<p>Go to Settings &#8211;> General. Untick the &#8216;Anyone can register&#8217; box. Save your settings. Need to allow registrations? Then, I strongly recommend using the <a href="http://wordpress.org/extend/plugins/sabre/" class="extlink">Sabre Plugin</a>. Sabre is an acronym for Simple Anti Bot Registration Engine. It&#8217;s a set of counter measures against spam registration on your blog.</p>
<p><strong>Keep your Installation Up-to-Date</strong></p>
<p>If you are not running the latest version of <a href="http://wordpress.org/download/" class="extlink">WordPress</a>, then there is a higher probability that your site will be compromised. Hackers take advantage of the open-source nature of WordPress to analyze the source code and test it for potential vulnerabilities. Then, it is left up to developers and users to detect, track down, and then close off the code vulnerabilities that hackers are using. </p>
<p><strong>Backup your Theme, Images, and Plugins Folders</strong></p>
<p>It&#8217;s also a good idea to backup your theme, images, and plugins to your personal computer or on to a backup drive. If your host&#8217;s server completely crashes, you can restore your entire site. </p>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2009/hack-proof-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your own eBay widget!</title>
		<link>http://www.rl-digital.com/2009/make-your-own-ebay-widget/</link>
		<comments>http://www.rl-digital.com/2009/make-your-own-ebay-widget/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 14:37:10 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=262</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2009/make-your-own-ebay-widget/">http://www.rl-digital.com/2009/make-your-own-ebay-widget/</a>.<br /><p><span style="float:left;padding-right:6px;padding-top:6px;"><img src="http://www.rl-digital.com/images_blog/widget.jpg" alt="eBay widget" /></span>eBay&#8217;s new affiliate program, <a href="https://www.ebaypartnernetwork.com/" class="extlink">eBay Partner Network</a>, is an excellent source of income for product-related blogs and websites. It takes some skill, however, to integrate eBay links and images into content and templates. The program offers several creatives that can be pasted into sidebar widgets. However, I found them to be slow-loading as well as poorly converting (to sales). </p>
<p>I decided to make my own eBay Sidebar Widget. You can see an example of the widget (GPS on eBay) running in the sidebar just to the right. Does it make money? Yup, it does. That&#8217;s why it gets a prime position.</p>
<p>I have outlined the steps below. The WordPress PHP widget and TWP auction code are free.</p>
<p><strong>Steps to make your own eBay widget</strong></p>
<ul>
<ol>1. Download and install the WordPress <a href="http://wordpress.org/extend/plugins/php-code-widget/" class="extlink">PHP Code Widget</a>.</ol>
<ol>2. Download <a href="http://www.thewebsiteprofessionals.com/twp-auctions/" class="extlink">TWP Auctions</a>.</ol>
<ol>3. Upload the files twpauctions.php and twpfunctions.php to your root directory.</ol>
<ol>4. Go to your Widgets Page and add one PHP Code Widget.</ol>
<ol>5. Paste in the TWP code into the PHP Widget.</ol>
</ul>
<p><!--more--></p>
<p>You will need to configure the TWP code according to the instructions in the readme file. The TWP code supports negative keywords so you can filter out cables, batteries, accessories, adapters, etc.</p>
<p>The final code should look something like this:</p>
<pre><code>&lt;?php
$epn_campaign_id = "0000000000"; // EPN campaign id
$customid = "Post"; // EPN custom id (optional)
$keyword = "ipod -charger -case"; // put your keyword here 
$display = "2"; // how many items to display
$country = "us"; // see country_codes.txt for info
include "twpauctions.php"; ?&gt;</code></pre>
<p>I chose to display 2 ads to emulate a 300&#215;250 ad widget although the eBay widget height is a bit more than 250px.</p>
<p>Make sure to use the correct version of TWP depending on whether your server is running PHP 4 or PHP 5. And, don&#8217;t forget to put in the correct campaign ID from the eBay Partners Network. Also, it is best if you have a theme with sidebar that is about 300px wide. </p>
<p>You can the style the widget by adding the following classes to your stylesheet:</p>
<ul>.execphpwidget<br />
.execphpwidget a<br />
.execphpwidget a:hover</ul>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2009/make-your-own-ebay-widget/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Squeeze More Income from your Blog with Slayer&#8217;s Custom Widget Plugin</title>
		<link>http://www.rl-digital.com/2008/squeeze-more-income-from-your-blog/</link>
		<comments>http://www.rl-digital.com/2008/squeeze-more-income-from-your-blog/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 17:04:22 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=259</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2008/squeeze-more-income-from-your-blog/">http://www.rl-digital.com/2008/squeeze-more-income-from-your-blog/</a>.<br /><p><span style="float:left;padding-right:5px;padding-top:3px;"><img src="http://www.rl-digital.com/images_blog/custom-widgets.jpg" alt="Slayer's Custom Widget" /></span>The introduction of sidebar widgets in WordPress have resulted in a huge time savings. Gone are the days of pasting code into sidebar.php just see your layout go wacky. The capabilities of widgets in the basic WordPress installation are, however, very limited. By default, all widgets appear wherever the sidebar is loaded within your theme. If you are using widgets to display ads, you cannot choose on which pages the widgets appear. </p>
<p>Slayer&#8217;s Custom Widget Plugin solves this problem. This plugin enables you to select which widgets appear on specific posts, pages, categories, author&#8217;s posts and tag pages. You can even configure where widgets are displayed per WordPress template using conditional tags.</p>
<p><!--more--></p>
<p>Installation is easy. Upload the slayer-custom-widgets directory to wp-content/plugins. Then, activate the plugin in the usual way. If you already have widgets installed, you can go directly to the Slayer&#8217;s Custom Widgets link found just under the settings section of your admin panel (WordPress 2.7). Configuring your widgets is simple and the layout is very logic. You&#8217;ll want to go back to the Appearance Menu and add more widgets once you get the hang of it. </p>
<p>I have already installed Slayer&#8217;s Custom Widget Plugin in two blogs. Both are working perfectly. The level of control that the plugin provides is really fantastic. Watch the short video then go to the <a href="http://wordpress.org/extend/plugins/slayers-custom-widgets/" class="extlink">WordPress Plugin Directory</a> and download the plugin. </p>
<p><a href="http://www.rl-digital.com/2008/squeeze-more-income-from-your-blog/"><em>Click here to view the embedded video.</em></a></p>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2008/squeeze-more-income-from-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace Askimet with Defensio</title>
		<link>http://www.rl-digital.com/2008/replace-askimet-with-defensio/</link>
		<comments>http://www.rl-digital.com/2008/replace-askimet-with-defensio/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:22:50 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=256</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2008/replace-askimet-with-defensio/">http://www.rl-digital.com/2008/replace-askimet-with-defensio/</a>.<br /><p><span style="float:left;padding-right:4px;padding-top:4px;"><img src="http://www.rl-digital.com/images_blog/target.jpg" alt="Target" /></span>What&#8217;s up with <a href="http://akismet.com/" class="extlink">Askimet</a> these days? This well-known WordPress plugin has been letting foul comment spam through on two of my blogs including RL-Digital. To solve the problem, I ditched Askimet and replaced it with the <a href="http://defensio.com/" class="extlink">Defensio</a> plugin. </p>
<p>Unlike Askimet, Defensio at least has some adjustments. And, it is an adaptive filter, which will improve with time. You may need to give it a few days to learn, but quite quickly you should see spam eliminated that is sneaking by Askimet.</p>
<p>To help Defensio learn, restore good comments that were incorrectly marked as spam, and mark errant spams as spam. Also, if you do not agree with a comment but it is not spam, make sure to delete it instead of marking it as spam.</p>
<p>You will need an API Key to activate the plugin. You can get one for free by registering on the Defensio site. To see your stats, login to the Defensio site and go to &#8216;Statistics&#8217;. To use the plugin on multiple sites, make sure to generate a unique API key for each site.</p>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2008/replace-askimet-with-defensio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Theme by Ericulous.com</title>
		<link>http://www.rl-digital.com/2008/google-chrome-theme-by-ericulous/</link>
		<comments>http://www.rl-digital.com/2008/google-chrome-theme-by-ericulous/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:02:43 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=254</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2008/google-chrome-theme-by-ericulous/">http://www.rl-digital.com/2008/google-chrome-theme-by-ericulous/</a>.<br /><p>Genkisan, the webmaster at Ericulous.com, has just released a free lightweight WordPress theme based on Google&#8217;s popular Chrome browser. There have been several Chrome themes released by other developers. However, this is the best one that I have seen so far. The combination of a full width header and fixed width body looks great without allowing page elements to re-arrange in smaller browser windows.</p>
<div class="ad4"><img src="http://www.rl-digital.com/blog_image/chome-theme.jpg" alt="Chrome Theme" /></div>
<p><!--more--><br />
<strong>Features</strong></p>
<ul>
<li>2 columns fixed width</li>
<li>Fast-loading</li>
<li>Widgets ready</li>
<li>Gravatar ready</li>
<li>Works on WordPress v2.5 and above</li>
<li>Tested on IE6/7, Firefox, Opera, Safari, and of course Chrome</li>
<li>XHTML &#038; CSS Validated</li>
</ul>
<p>For more information and a download link, head over to the <a href="http://ericulous.com/2008/09/09/wp-theme-google-chrome/" class="extlink">Chrome Theme page</a>.</p>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2008/google-chrome-theme-by-ericulous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automattic Releases WordPress 2.6</title>
		<link>http://www.rl-digital.com/2008/wordpress-26/</link>
		<comments>http://www.rl-digital.com/2008/wordpress-26/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 03:36:14 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/?p=141</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2008/wordpress-26/">http://www.rl-digital.com/2008/wordpress-26/</a>.<br /><p>It&#8217;s not just for blogging anymore! With static frontpage options and easy-to-setup permalinks, WordPress is a great choice for CMS sites.</p>
<p>Watch the video, see the changes below, and then upgrade!</p>
<p><center><embed src="http://v.wordpress.com/mARhRBcT/fmt_std" type="application/x-shockwave-flash" width="400" height="250" flashvars="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&#038;width=400&#038;height=250"> </embed></center></p>
<p><!--more--></p>
<p><strong>Version 2.6 fixes approximately 194 bugs. Plus you get:</strong></p>
<ul>
<li>Word count (no need to guess how many words are in a post anymore)</li>
<li>Image captions </li>
<li>Bulk management of plugins</li>
<li>A completely revamped image control to allow for easier inserting, floating, and resizing&#8230; fully integrated with the WYSIWYG</li>
<li>Drag-and-drop reordering of Galleries</li>
<li>Plugin update notification bubble</li>
<li>Customizable default avatars</li>
<li>You can now upload media when in full-screen mode</li>
<li>Remote publishing via XML-RPC and APP is now secure (off) by default, but you can turn it on easily through the options screen</li>
<li>Full SSL support in the core, and the ability to force SSL for security</li>
<li>You can now have many thousands of pages or categories with no interface issues</li>
<li>
Ability to move your wp-config file and wp-content directories to a custom location, for â€œcleanâ€ SVN checkouts</li>
<li>Select a range of checkboxes with â€œshift-clickâ€ </li>
<li>You can toggle between the Flash uploader and the classic one</li>
<li>
A number of proactive security enhancements, including cookies and database interactions</li>
<li>Stronger better faster versions of TinyMCE, jQuery, and jQuery UI</li>
</ul>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2008/wordpress-26/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress For Dummies</title>
		<link>http://www.rl-digital.com/2007/wordpress-for-dummies/</link>
		<comments>http://www.rl-digital.com/2007/wordpress-for-dummies/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 13:28:59 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.rl-digital.com/2007/wordpress-for-dummies/</guid>
		<description><![CDATA[Copyright &copy; 2012 <a href="http://www.rl-digital.com">Robert</a>. Visit the original article at <a href="http://www.rl-digital.com/2007/wordpress-for-dummies/">http://www.rl-digital.com/2007/wordpress-for-dummies/</a>.<br /><p><span style="float:left;padding-right:6px;"><img src="http://www.rl-digital.com/images_blog/WordPress-4-Dummies.jpg" alt="WordPress for Dummies" /></span>The word is out! The much anticipated book, <a href="http://www.amazon.com/exec/obidos/ASIN/0470149469/expresstech-20"rel="nofollow"  class="extlink">WordPress For Dummies</a>, will be orderable on Oct. 29th. Amazon expects to ship on or around Nov. 2nd. Simultaneous with  Amazon&#8217;s release, the book with will available at Barnes and Nobel, Books-A-Million and, of course, Dummies.com and Wiley.com (publisher).</p>
<p>According to the author Lisa Sabin-Wilson<sup>1</sup>, &#8220;this all-new Dummies guide delivers just what would-be bloggers need to get up and running with WordPress and start communicating with the world. WordPress For Dummies covers blogging basics, choosing a hosting solution or setting up a host, developing blog content, syndicating blog posts with RSS, launching a specialized blog (including podcasting, photoblogging, mobile blogging, and videoblogging), and even earning revenue. It includes help on every aspect of installing and using WordPress, illustrations from real-world WordPress blogs, step-by-step tutorials on key topics, and insights from bloggers who use WordPress&#8221;.</p>
<p><!--more--></p>
<p><small><sup>1</sup>Lisa Sabin-Wilson operates <a href="http://ewebscapes.com/" class="extlink">E.Webscapes Design Studio</a>, where she designs and develops blogs for clients large and small. She has worked with WordPress since 2003 and speaks frequently at conferences.</small></p>
<p><strong>Resources</strong><br />
<a href="http://www.amazon.com/exec/obidos/ASIN/0470149469/expresstech-20"rel="nofollow"  class="extlink">WordPress For Dummies</a> at Amazon.com<br />
<a href="http://www.amazon.com/exec/obidos/ASIN/0471770841/expresstech-20"rel="nofollow"  class="extlink">Blogging For Dummies</a> at Amazon.com<br />
<a href="http://www.amazon.com/exec/obidos/ASIN/0470098244/expresstech-20"rel="nofollow"  class="extlink">Web Analytics For Dummies</a> at Amazon.com<br />
<a href="http://www.amazon.com/exec/obidos/ASIN/0470149256/expresstech-20"rel="nofollow"  class="extlink">YouTube For Dummies</a> at Amazon.com</p>
<div class="ttz"><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&#038;toolid=10005&#038;campid=5336003294&#038;customid=post&#038;icep_item=230697532967&#038;ipn=psmain&#038;icep_vectorid=229466&#038;kwid=902099&#038;mtid=824&#038;kw=rss"rel="nofollow" onmouseover="window.status=' '; return true" onmouseout="window.status=' ';"  class="extlink"><b>WordPress for Dummies by Lisa Sabin-wilson (2011, Paperback)</b></a><br />
<table border="0" cellpadding="8">
<tr>
<td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&#038;toolid=10005&#038;campid=5336003294&#038;customid=post&#038;icep_item=230697532967&#038;ipn=psmain&#038;icep_vectorid=229466&#038;kwid=902099&#038;mtid=824&#038;kw=rss"rel="nofollow" onmouseover="window.status=' '; return true" onmouseout="window.status=' ';"  ><img border="0" src="http://thumbs.ebaystatic.com/pict/230697532967_0.jpg" /></a></td>
<td><strong>US $18.84</strong><br /> End Date: Saturday Feb-04-2012 9:49:35 PST<br />Buy It Now for only: US $18.84<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&#038;toolid=10005&#038;campid=5336003294&#038;customid=post&#038;icep_item=230697532967&#038;ipn=psmain&#038;icep_vectorid=229466&#038;kwid=902099&#038;mtid=824&#038;kw=rss"rel="nofollow" onmouseover="window.status=' '; return true" onmouseout="window.status=' ';"  class="extlink">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&#038;toolid=10005&#038;campid=5336003294&#038;customid=post&#038;mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D230697532967%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104"rel="nofollow" onmouseover="window.status=' '; return true" onmouseout="window.status=' ';"  class="extlink">Add to watch list</a></td>
</tr>
</table>
<hr size="1" noshade="noshade" /></div>
]]></description>
		<wfw:commentRss>http://www.rl-digital.com/2007/wordpress-for-dummies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)
Database Caching 18/73 queries in 0.022 seconds using disk
Object Caching 1650/1733 objects using disk

Served from: www.rl-digital.com @ 2012-02-05 01:11:12 -->
