<?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>RP Media Services</title>
	<atom:link href="http://rpmediaservices.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rpmediaservices.com</link>
	<description>Computer Services, Web Developement &#38; SEO</description>
	<lastBuildDate>Mon, 21 Feb 2011 05:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Change Howdy in WordPress</title>
		<link>http://rpmediaservices.com/change-howdy-in-wordpress/</link>
		<comments>http://rpmediaservices.com/change-howdy-in-wordpress/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 04:58:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=94</guid>
		<description><![CDATA[Ok so this is a minor cosmetic thing, but I could not understand why the word Howdy would be used to greet users on the Dashboard of WordPress.  It never really bothered me until I started adding some custom branding to the Dashboard.  Changing out the word howdy is really quite simple. There are some [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so this is a minor cosmetic thing, but I could not understand why the word Howdy would be used to greet users on the Dashboard of WordPress.  It never really bothered me until I started adding some custom branding to the Dashboard.  Changing out the word howdy is really quite simple.</p>
<p><code><br="spacer"/></code></p>
<p>There are some plugins out there that claim to do this.  I have not tried any of them.  There is a simple edit to one line of code to replace howdy with what ever you want.</p>
<p><code><br="spacer></code></p>
<p>Download or otherwise open the  wp-admin/admin-header.php with your favorite editor.  Find the following line: <em> (Remember to make a back-up of the file before you edit it) </em></p>
<p><code><br="spacer"></code></p>
<p>&lt;?php printf(__(&#8216;Howdy, <a href="http://wordpress.org/extend/ideas/topic/%1$s">%2$s</a>!&#8217;), &#8216;profile.php&#8217;, $user_identity) ?&gt; </p>
<p><code><br="spacer"></code></p>
<p>Replace Howdy with what you want to use, such as:</p>
<p><code><br="spacer"></code></p>
<p>&lt;?php printf(__(&#8216;Welcome, <a href="http://wordpress.org/extend/ideas/topic/%1$s">%2$s</a>!&#8217;), &#8216;profile.php&#8217;, $user_identity) ?&gt;</p>
<p><code><br="spacer"></code></p>
<p>That is all there is to it.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/change-howdy-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML ASCII Reference Table</title>
		<link>http://rpmediaservices.com/85/</link>
		<comments>http://rpmediaservices.com/85/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 16:38:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[HTML Tips]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=85</guid>
		<description><![CDATA[This table provides the common punctuation ASCII used in HTML. ASCII Character HTML Entity Code Description &#38;#32; space ! &#38;#33; exclamation mark &#8220; &#38;#34; quotation mark # &#38;#35; number sign $ &#38;#36; dollar sign % &#38;#37; percent sign &#38; &#38;#38; ampersand &#8216; &#38;#39; apostrophe ( &#38;#40; left parenthesis ) &#38;#41; right parenthesis * &#38;#42; asterisk [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This table provides the common punctuation ASCII used in HTML.</strong></p>
<table border="1" cellspacing="0" width="600 px">
<tbody>
<tr>
<th align="left">ASCII Character</th>
<th align="left">HTML Entity Code</th>
<th align="left">Description</th>
</tr>
<tr>
<td></td>
<td>&amp;#32;</td>
<td>space</td>
</tr>
<tr>
<td>!</td>
<td>&amp;#33;</td>
<td>exclamation mark</td>
</tr>
<tr>
<td>&#8220;</td>
<td>&amp;#34;</td>
<td>quotation mark</td>
</tr>
<tr>
<td>#</td>
<td>&amp;#35;</td>
<td>number sign</td>
</tr>
<tr>
<td>$</td>
<td>&amp;#36;</td>
<td>dollar sign</td>
</tr>
<tr>
<td>%</td>
<td>&amp;#37;</td>
<td>percent sign</td>
</tr>
<tr>
<td>&amp;</td>
<td>&amp;#38;</td>
<td>ampersand</td>
</tr>
<tr>
<td>&#8216;</td>
<td>&amp;#39;</td>
<td>apostrophe</td>
</tr>
<tr>
<td>(</td>
<td>&amp;#40;</td>
<td>left parenthesis</td>
</tr>
<tr>
<td>)</td>
<td>&amp;#41;</td>
<td>right parenthesis</td>
</tr>
<tr>
<td>*</td>
<td>&amp;#42;</td>
<td>asterisk</td>
</tr>
<tr>
<td>+</td>
<td>&amp;#43;</td>
<td>plus sign</td>
</tr>
<tr>
<td>,</td>
<td>&amp;#44;</td>
<td>comma</td>
</tr>
<tr>
<td>-</td>
<td>&amp;#45;</td>
<td>hyphen</td>
</tr>
<tr>
<td>.</td>
<td>&amp;#46;</td>
<td>period</td>
</tr>
<tr>
<td>/</td>
<td>&amp;#47;</td>
<td>slash</td>
</tr>
<tr>
<td>0</td>
<td>&amp;#48;</td>
<td>digit 0</td>
</tr>
<tr>
<td>[</td>
<td>&amp;#91;</td>
<td>left square bracket</td>
</tr>
<tr>
<td>\</td>
<td>&amp;#92;</td>
<td>backslash</td>
</tr>
<tr>
<td>]</td>
<td>&amp;#93;</td>
<td>right square bracket</td>
</tr>
<tr>
<td>^</td>
<td>&amp;#94;</td>
<td>caret</td>
</tr>
<tr>
<td>_</td>
<td>&amp;#95;</td>
<td>underscore</td>
</tr>
<tr>
<td>`</td>
<td>&amp;#96;</td>
<td>grave accent</td>
</tr>
<tr>
<td>{</td>
<td>&amp;#123;</td>
<td>left curly brace</td>
</tr>
<tr>
<td>|</td>
<td>&amp;#124;</td>
<td>vertical bar</td>
</tr>
<tr>
<td>}</td>
<td>&amp;#125;</td>
<td>right curly brace</td>
</tr>
<tr>
<td>~</td>
<td>&amp;#126;</td>
<td>tilde</td>
</tr>
</tbody>
</table>
<p><strong>HTML Useful Character Entities</strong></p>
<table width="100%" cellspacing="0" border="1" class="reference">
<tbody>
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>&nbsp;</td>
<td>non-breaking space</td>
<td>&amp;nbsp;</td>
<td>&amp;#160;</td>
</tr>
<tr>
<td>&lt;</td>
<td>less than</td>
<td>&amp;lt;</td>
<td>&amp;#60;</td>
</tr>
<tr>
<td>&gt;</td>
<td>greater than</td>
<td>&amp;gt;</td>
<td>&amp;#62;</td>
</tr>
<tr>
<td>&amp;</td>
<td>ampersand</td>
<td>&amp;amp;</td>
<td>&amp;#38;</td>
</tr>
<tr>
<td>¢</td>
<td>cent</td>
<td>&amp;cent;</td>
<td>&amp;#162;</td>
</tr>
<tr>
<td>£</td>
<td>pound</td>
<td>&amp;pound;</td>
<td>&amp;#163;</td>
</tr>
<tr>
<td>¥</td>
<td>yen</td>
<td>&amp;yen;</td>
<td>&amp;#165;</td>
</tr>
<tr>
<td>€</td>
<td>euro</td>
<td>&amp;euro;</td>
<td>&amp;#8364;</td>
</tr>
<tr>
<td>§</td>
<td>section</td>
<td>&amp;sect;</td>
<td>&amp;#167;</td>
</tr>
<tr>
<td>&copy;</td>
<td>copyright</td>
<td>&amp;copy;</td>
<td>&amp;#169;</td>
</tr>
<tr>
<td>&reg;</td>
<td>registered trademark</td>
<td>&amp;reg;</td>
<td>&amp;#174;</td>
</tr>
<tr>
<td>&trade;</td>
<td>trademark</td>
<td>&amp;trade;</td>
<td>&amp;#8482;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/85/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Must Have Tools for Firefox</title>
		<link>http://rpmediaservices.com/must-have-tools-for-firefox/</link>
		<comments>http://rpmediaservices.com/must-have-tools-for-firefox/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 00:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=69</guid>
		<description><![CDATA[I have found several add-ons for Mozilla Firefox which I believe are must haves for web design.  I am sure there are many more, but the three I use daily are. Firebug Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and [...]]]></description>
			<content:encoded><![CDATA[<p>I have found several add-ons for Mozilla Firefox which I believe are must haves for web design.  I am sure there are many more, but the three I use daily are.</p>
<p><strong><br />
<h3>Firebug</h3>
<p></strong></p>
<p>Firebug integrates with Firefox to put a wealth of web development tools  at your fingertips while you browse. You can edit, debug, and monitor  CSS, HTML, and JavaScript live in any web page.</p>
<p><br = "spacer"/></p>
<p><a class="wp-caption" title="Get Firebug - For Firefox" href="http://getfirebug.com/" target="_blank">Get Firebug</a></p>
<p><br = "spacer"/><br = "spacer"/></p>
<p> The other two coming soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/must-have-tools-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Email Links</title>
		<link>http://rpmediaservices.com/html-email-links/</link>
		<comments>http://rpmediaservices.com/html-email-links/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 00:47:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[HTML Tips]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=55</guid>
		<description><![CDATA[For what ever reason I seem to always forget the HTML code to add a subject line to the MAILTO code so here it is and a few other things you can add also. The HTML MAILTO link looks like this: &#60;a href=&#8221;mailto:emailaddress@yourdomainname.com&#8221;&#62;Email Us&#60;/a&#62; It will display on your web Site like this: Email Us [...]]]></description>
			<content:encoded><![CDATA[<p>For what ever reason I seem to always forget the HTML code to add a subject line to the MAILTO code so here it is and a few other things you can add also.</p>
<p>The HTML  MAILTO link looks like this:</p>
<p><span style="color: #0000ff;">&lt;a href=&#8221;mailto:emailaddress@yourdomainname.com&#8221;&gt;Email Us&lt;/a&gt;</span></p>
<p>It will display on your web Site like this:</p>
<p><a href="mailto:emailaddress@yourdomainname.com">Email Us</a></p>
<p>The <strong>MAILTO</strong> link can do so much more.  You can have add a subject line, send copies to multiple recipients and more.</p>
<p><strong>1. Add a Subject Line</strong></p>
<p>You can select what the subject line in the email well be by adding <span style="color: #0000ff;"> <strong>?subject=</strong></span> after the email address.</p>
<p>The link now becomes:</p>
<p>&lt;a href=&#8221;mailto:emailaddress@domainname.com<strong>?subject=&#8221;this will appear in the subject line</strong>&#8220;&gt;Email Us<span style="color: #ad3f03;">&lt;/a&gt;</span></p>
<p><span style="font-family: Verdana;">You can see the effect of that if you <a href="mailto:test@rpmediaservicest?subject=Wow this is the subject"> click                          here</a>. </span></p>
<p><strong>2. Send to Multiple Recipients</strong></p>
<p><span style="font-family: Verdana;">Mail can be sent to additional recipients either as carbon copies (cc) or blind carbon copies (bcc). </span></p>
<p><span style="font-family: Verdana;">This is done in a similar way, by placing &#8216;<strong>?cc=anotherperson@yourdomain.com</strong>&#8216; after the initial address. </span></p>
<p><span style="font-family: Verdana;">So the link looks like this:</span></p>
<p><span style="color: #ad3f03;"> &lt;a href=&#8221;mailto:someone@yoursite.com?cc=someoneelse@theirsite.com&#8221;&gt;Email Us&lt;/a&gt;</span></p>
<p>cc can simply be replaced by bcc if you wish to send blind carbon copies.</p>
<p><span style="font-family: Verdana;">This can be  very useful if you have links on pages with different subjects. You  might have the email on each page go to the appropriate person in a  company but with a copy of all mails sent to a central address also. </span></p>
<p><span style="font-family: Verdana;">You can of course specify more than one additional recipient, just                          separate your list of recipients with a comma. </span></p>
<p><span style="font-family: Verdana;"><span style="color: #ad3f03;">&lt;a href=&#8221;mailto:emailaddress@yourdomain.com?cc=</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/html-email-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the blog title from twenty ten</title>
		<link>http://rpmediaservices.com/removing-the-blog-title-from-twenty-ten/</link>
		<comments>http://rpmediaservices.com/removing-the-blog-title-from-twenty-ten/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:43:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=30</guid>
		<description><![CDATA[To remove the blog title from the WordPress Theme Twenty Ten do the following in the header.php file. This will remove both the title and blog description as well as move the header to the top off the page. Remove &#60;?php $heading_tag = ( is_home() &#124;&#124; is_front_page() ) ? &#8216;h1&#8242; : &#8216;div&#8217;; ?&#62; &#60;&#60;?php echo [...]]]></description>
			<content:encoded><![CDATA[<p>To remove the blog title from the WordPress Theme Twenty Ten do the following in the header.php file.  This will remove both the title and blog description as well as move the header to the top off the page.</p>
<p><strong>Remove</strong></p>
<p><strong> </strong></p>
<div id="_mcePaste">&lt;?php $heading_tag = ( is_home() || is_front_page() ) ? &#8216;h1&#8242; : &#8216;div&#8217;; ?&gt;</div>
<div id="_mcePaste">&lt;&lt;?php echo $heading_tag; ?&gt; id=&#8221;site-title&#8221;&gt;</div>
<div id="_mcePaste">&lt;span&gt;</div>
<div id="_mcePaste">&lt;a href=&#8221;&lt;?php echo home_url( &#8216;/&#8217; ); ?&gt;&#8221; title=&#8221;&lt;?php echo esc_attr( get_bloginfo( &#8216;name&#8217;, &#8216;display&#8217; ) ); ?&gt;&#8221; rel=&#8221;home&#8221;&gt;&lt;?php bloginfo( &#8216;name&#8217; ); ?&gt;&lt;/a&gt;</div>
<div id="_mcePaste">&lt;/span&gt;</div>
<div id="_mcePaste">&lt;/&lt;?php echo $heading_tag; ?&gt;&gt;</div>
<div id="_mcePaste">&lt;div id=&#8221;site-description&#8221;&gt;&lt;?php bloginfo( &#8216;description&#8217; ); ?&gt;</div>
<p>&lt;?php $heading_tag = ( is_home() || is_front_page() ) ? &#8216;h1&#8242; : &#8216;div&#8217;; ?&gt;				&lt;&lt;?php echo $heading_tag; ?&gt; id=&#8221;site-title&#8221;&gt;					&lt;span&gt;				&lt;!&#8211;Remove blog title&#8211;&gt; &lt;!&#8211;	&lt;a href=&#8221;&lt;?php echo home_url( &#8216;/&#8217; ); ?&gt;&#8221; title=&#8221;&lt;?php echo esc_attr( get_bloginfo( &#8216;name&#8217;, &#8216;display&#8217; ) ); ?&gt;&#8221; rel=&#8221;home&#8221;&gt;&lt;?php bloginfo( &#8216;name&#8217; ); ?&gt;&lt;/a&gt;	&lt;!&#8211;Remove blog title&#8211;&gt;   &#8211;&gt;					&lt;/span&gt;				&lt;/&lt;?php echo $heading_tag; ?&gt;&gt;				&lt;div id=&#8221;site-description&#8221;&gt;&lt;?php bloginfo( &#8216;description&#8217; ); ?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/removing-the-blog-title-from-twenty-ten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>removing the wordpress logo</title>
		<link>http://rpmediaservices.com/removing-the-wordpress-logo/</link>
		<comments>http://rpmediaservices.com/removing-the-wordpress-logo/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 08:11:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=23</guid>
		<description><![CDATA[How to remove the WordPress Logo from the footer This article applies to the new default theme in WordPress 3.0. 1. In the appearance menu go to the Editor and select the &#8216;footer.php&#8217; Locate the following code and delete it: site-generator &#8221; The logo and link are now gone from your theme. However, think about [...]]]></description>
			<content:encoded><![CDATA[<p>How to remove the WordPress Logo from the footer</p>
<p>This article applies to the new default theme in WordPress 3.0.</p>
<ul>
<li>1.  In the appearance menu go to the Editor and select the &#8216;footer.php&#8217;</li>
<li>Locate the following code and delete it:
<p>site-generator &#8221;
</ul>
<p>The logo and link are now gone from your theme.  However, think about keeping the logo intact since WordPress is free.</li>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/removing-the-wordpress-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring WordPress &#8211; Backups</title>
		<link>http://rpmediaservices.com/configuring-wordpress-backups/</link>
		<comments>http://rpmediaservices.com/configuring-wordpress-backups/#comments</comments>
		<pubDate>Wed, 05 May 2010 05:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress backups]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=20</guid>
		<description><![CDATA[There is one important thing I have learned from my experience working with computers: backup early and backup up often. Working in WordPress is no different. I have found having a backup of the database after the initial configuration can be an extremely valuable asset if you need to roll back. Occasionally in our excitement [...]]]></description>
			<content:encoded><![CDATA[<p>There is one important thing I have learned from my experience working with computers: backup early and backup up often.   Working in WordPress is no different.   I have found having a backup of the database after the initial configuration can be an extremely valuable asset if you need to roll back.<br />
Occasionally in our excitement we can make a modification or install a plug-in and end up with a mess. Having the ability to roll back to a previous version of the database quickly gets your site back up and running.  There are two plug-in you will need, one is for backing up the database and the other for backing up your WordPress files.  </p>
<p>Let’s start with the database.  I have found the “WordPress Database Backup Plugin” by Austin Maz to be easy to configure and reliable.  Not only have I been able to restore a database to a site, but also use it to migrate a site to a different server.</p>
<p>After installing the “WordPress Database Backup Plugin” you are able to customize the settings in the Tools menu of the Dashboard.  You can select your Backup Options to save the backup to your server, download it to your computer or have it emailed to you.  Simply clicking the Backup Now button creates the backup.  From here you can also set a schedule backup routine by selecting the frequency.  The backup will be emailed to you.    Based on my experience, I schedule a daily backup of a site that is being designed.  I will manually create a backup after major revisions.  Once the site goes live I have found a weekly backup is sufficient. </p>
<p>There are a few schools of thought regarding backing up your WordPress site files.  Some will use an FTP Program to download their complete site.  I use this method once a site is live in addition to using a backup plug-in.<br />
I use the “WordPress Backup by Blog Traffic Exchange (BTE).”  I have had excellent results restoring sites from the backups made by this plug-in.  The default settings work well and require very little configuration.   Some of the options included are:  scheduling the interval between backups, having the backups emailed to you and the directory where to store you backups.   </p>
<p>With these two plug-in you can be prepared for data loss or data corruption.   You will have the tools to get your site restored and ready for customers in no time.   </p>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/configuring-wordpress-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Articles</title>
		<link>http://rpmediaservices.com/articles/</link>
		<comments>http://rpmediaservices.com/articles/#comments</comments>
		<pubDate>Tue, 04 May 2010 03:17:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Photography Tips]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://rpmediaservices.com/?p=7</guid>
		<description><![CDATA[Our Article section will provide tips and resources for Photography, Web Development (both Wordpress and Joomla) and SEO]]></description>
			<content:encoded><![CDATA[<p>Our Article section will provide tips and resources for Photography, Web Development (both WordPress and Joomla) and SEO.  Along with some marketing ideas geared to home and small businesses.    We have a proven track record working with small publishing companies and others in the Raw Food Community to bring increased traffic, name recognition and sales to our clients.</p>
<p>These articles contain information based on real world experience gained over the years in helping clients grow their companies and boost their web presence.</p>
]]></content:encoded>
			<wfw:commentRss>http://rpmediaservices.com/articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

