<?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>WebSiteCleanup.com</title>
	<atom:link href="http://www.websitecleanup.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitecleanup.com/blog</link>
	<description>Internet news, projects and interesting web sites</description>
	<lastBuildDate>Sat, 27 Feb 2010 03:07:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Filling in PDF forms, online</title>
		<link>http://www.websitecleanup.com/blog/2010/02/26/filling-in-pdf-forms-online/</link>
		<comments>http://www.websitecleanup.com/blog/2010/02/26/filling-in-pdf-forms-online/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 03:07:33 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=290</guid>
		<description><![CDATA[Here&#8217;s a neat site where you can upload a PDF, then fill it in. I tried it out and it works great!
Fill any PDF
For your security, do not use this service for forms which ask for your credit card or other sensitive information.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a neat site where you can upload a PDF, then fill it in. I tried it out and it works great!</p>
<p><a href="https://www.fillanypdf.com/">Fill any PDF</a></p>
<p>For your security, do not use this service for forms which ask for your credit card or other sensitive information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2010/02/26/filling-in-pdf-forms-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing a New Theme on an Active WordPress Site</title>
		<link>http://www.websitecleanup.com/blog/2010/02/23/developing-a-new-theme-on-an-active-wordpress-site/</link>
		<comments>http://www.websitecleanup.com/blog/2010/02/23/developing-a-new-theme-on-an-active-wordpress-site/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 19:42:02 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=287</guid>
		<description><![CDATA[A customer asked me to make a bunch of changes to the theme of a very active web site. Since I couldn&#8217;t risk breaking the site or having it look strange for any amount of time, I had to find a way to work on a new set of header and footer files without disrupting [...]]]></description>
			<content:encoded><![CDATA[<p>A customer asked me to make a bunch of changes to the theme of a very active web site. Since I couldn&#8217;t risk breaking the site or having it look strange for any amount of time, I had to find a way to work on a new set of header and footer files without disrupting the active theme. I found the simple answer here:</p>
<p><a href="http://wordpress.org/support/topic/249187">WordPress support &#8211; How to swap a theme</a></p>
<p>Basically you&#8217;re just adding a test to the page template which tests what page you&#8217;re on, and shows a different header and footer for that page. Here&#8217;s the little code snippet from the page:</p>
<p><code>&lt;?php<br />
if(is_page('somepagename')) {<br />
get_header('test'); // Looks for a file called header-test.php<br />
}<br />
else {<br />
get_header(); // Looks for regular header - header.php<br />
}<br />
?&gt;</code></p>
<p>If you wanted to make the home page have different header and footer files, you could use the is_home() function instead of is_page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2010/02/23/developing-a-new-theme-on-an-active-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Hack for Author Permalinks</title>
		<link>http://www.websitecleanup.com/blog/2010/02/09/wordpress-hack-for-author-permalinks/</link>
		<comments>http://www.websitecleanup.com/blog/2010/02/09/wordpress-hack-for-author-permalinks/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 04:53:57 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=284</guid>
		<description><![CDATA[Recently I set up a blog which has a bunch of users who will be posting articles, and I wanted the page which lists the author&#8217;s posts to have the author&#8217;s name in the link. The solution is to Add User Profile Fields and substitute user_nicename for twitter in the code. Thanks to Change the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I set up a blog which has a bunch of users who will be posting articles, and I wanted the page which lists the author&#8217;s posts to have the author&#8217;s name in the link. The solution is to <a href="http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields">Add User Profile Fields</a> and substitute user_nicename for twitter in the code. Thanks to <a href="http://wphacks.com/change-author-archive-permalink/#comment-12903">Change the WordPress Author Archive Permalink</a> by Kyle Eslick for the idea of getting it fixed up!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2010/02/09/wordpress-hack-for-author-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom User Fields</title>
		<link>http://www.websitecleanup.com/blog/2010/01/31/wordpress-custom-user-fields/</link>
		<comments>http://www.websitecleanup.com/blog/2010/01/31/wordpress-custom-user-fields/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 21:45:46 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=282</guid>
		<description><![CDATA[Sometimes people ask for more information to be stored about their WordPress users. Today I found a very nice solution!! I used this technique on the Career Thought Leaders Blog, for storing author bios.
Justin Tadlock on Adding User Profile Fields
It&#8217;s as simple as adding two things into your functions.php theme file. Then you have access [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes people ask for more information to be stored about their WordPress users. Today I found a very nice solution!! I used this technique on the <a href="http://www.careerthoughtleaders.com/blog/">Career Thought Leaders Blog</a>, for storing author bios.</p>
<p>Justin Tadlock on <a href="http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields">Adding User Profile Fields</a></p>
<p>It&#8217;s as simple as adding two things into your functions.php theme file. Then you have access to that info in your theme. Sweet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2010/01/31/wordpress-custom-user-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a Flash Movie to a Web Page</title>
		<link>http://www.websitecleanup.com/blog/2010/01/21/adding-a-flash-movie-to-a-web-page/</link>
		<comments>http://www.websitecleanup.com/blog/2010/01/21/adding-a-flash-movie-to-a-web-page/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:40:53 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=275</guid>
		<description><![CDATA[Today I learned how to embed a Flash video on a web page. It was pretty easy after we converted the WMV file to a Flash video (.flv). The key was to get a Flash player for the web site, which we found here:
Flowplayer.org
It&#8217;s a free, open-source package which makes it simple to embed Flash [...]]]></description>
			<content:encoded><![CDATA[<p>Today I learned how to embed a Flash video on a web page. It was pretty easy after we converted the WMV file to a Flash video (.flv). The key was to get a Flash player for the web site, which we found here:</p>
<p><a href="http://flowplayer.org/download/index.html">Flowplayer.org</a></p>
<p>It&#8217;s a free, open-source package which makes it simple to embed Flash movies on your web site. I was impressed with how quickly we got the video up and going. It involved adding a javascript file and then a call to the player:</p>
<p><code><br />
&lt;script type="text/javascript" src="flowplayer-3.1.4.min.js"&gt;&lt;/script&gt;<br />
&lt;a href="Galapagos-3m-30-full.flv" style="display:block;width:450px;height:330px" id="player"&gt;<br />
&lt;/a&gt;<br />
&lt;script&gt;<br />
flowplayer("player", "flowplayer-3.1.5.swf");<br />
&lt;/script&gt;<br />
</code><br />
That was it! Nice and easy. Thanks to <a href="http://www.boutell.com/newfaq/creating/video.html">Boutell.com</a> for pointing me in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2010/01/21/adding-a-flash-movie-to-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grading Your Web Site</title>
		<link>http://www.websitecleanup.com/blog/2010/01/20/grading-your-web-site/</link>
		<comments>http://www.websitecleanup.com/blog/2010/01/20/grading-your-web-site/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:50:36 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=278</guid>
		<description><![CDATA[Here&#8217;s a really neat resource for getting all kinds of useful information about your web site:
Grader.com
The Web Site Grader program will give suggestions for getting better results in the search engines. One of my favorites on this site is the Gobbledygook Grader&#8230; it tells you if you&#8217;re using outdated phrases or too much industry jargon [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a really neat resource for getting all kinds of useful information about your web site:</p>
<p><a href="http://grader.com/">Grader.com</a></p>
<p>The Web Site Grader program will give suggestions for getting better results in the search engines. One of my favorites on this site is the Gobbledygook Grader&#8230; it tells you if you&#8217;re using outdated phrases or too much industry jargon on your pages. Neat!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2010/01/20/grading-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Useful Regular Expressions</title>
		<link>http://www.websitecleanup.com/blog/2009/08/26/8-useful-regular-expressions/</link>
		<comments>http://www.websitecleanup.com/blog/2009/08/26/8-useful-regular-expressions/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:12:31 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=273</guid>
		<description><![CDATA[Warning: Hardcore geek stuff ahead! Ok, it&#8217;s not that bad, but it is very technical and of interest mainly to programmers.
One of the most powerful tools a programmer has is regular expressions&#8230; small bits of code that can examine a string and pull out all sorts of information. Here&#8217;s a tutorial on eight of the [...]]]></description>
			<content:encoded><![CDATA[<p>Warning: Hardcore geek stuff ahead! Ok, it&#8217;s not that bad, but it is very technical and of interest mainly to programmers.</p>
<p>One of the most powerful tools a programmer has is regular expressions&#8230; small bits of code that can examine a string and pull out all sorts of information. Here&#8217;s a tutorial on eight of the expressions every programmer should know:</p>
<p><a title="Article on regular expressions" href="http://net.tutsplus.com/tutorials/other/8-regular-expressions-you-should-know/">8 Regular Expressions You Should Know &#8211; from nettuts+</a></p>
<p>I like how they color code the expression and explain what each part does. It really makes it easy to understand.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2009/08/26/8-useful-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Data Backup Resources</title>
		<link>http://www.websitecleanup.com/blog/2009/08/24/online-data-backup-resources/</link>
		<comments>http://www.websitecleanup.com/blog/2009/08/24/online-data-backup-resources/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:10:28 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=270</guid>
		<description><![CDATA[As we move more of our stuff into the &#8220;cloud&#8221; of internet computers, we need a way to get a copy of the important stuff. Here&#8217;s an article which details different ways to get at your data.
Free Tools to Backup Your Online Accounts &#8211; from Lifehacker
As always, if you need any help with backup, contact [...]]]></description>
			<content:encoded><![CDATA[<p>As we move more of our stuff into the &#8220;cloud&#8221; of internet <a href="http://computersandtechnologyblog.kpgolfpro.com" target="_blank" title="computers">computers</a>, we need a way to get a copy of the important stuff. Here&#8217;s an article which details different ways to get at your data.</p>
<p><a title="Online backup tools" href="http://lifehacker.com/5335553/free-tools-to-back-up-your-online-accounts">Free Tools to Backup Your Online Accounts &#8211; from Lifehacker</a></p>
<p>As always, if you need any help with backup, <a title="Contact Us" href="/contact.php">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2009/08/24/online-data-backup-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail Trick to Defeat Sponsored Ads</title>
		<link>http://www.websitecleanup.com/blog/2009/08/12/gmail-trick-to-defeat-sponsored-ads/</link>
		<comments>http://www.websitecleanup.com/blog/2009/08/12/gmail-trick-to-defeat-sponsored-ads/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 00:28:48 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=268</guid>
		<description><![CDATA[Today&#8217;s Lifehacker brought a very interesting tip. To stop sponsored ads from appearing alongside an email in gmail, simply include the following two sentences somewhere in your email:
I enjoy the massacre of ads. This sentence will slaughter ads without a messy bloodbath.
Cool!
]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s <a href="http://lifehacker.com/5330642/massacre-gmail-ads-with-these-two-sentences-and-some-tragic-words" target="_blank">Lifehacker</a> brought a very interesting tip. To stop sponsored ads from appearing alongside an email in gmail, simply include the following two sentences somewhere in your email:</p>
<blockquote><p>I enjoy the massacre of ads. This sentence will slaughter ads without a messy bloodbath.</p></blockquote>
<p>Cool!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2009/08/12/gmail-trick-to-defeat-sponsored-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for Description Meta Tags</title>
		<link>http://www.websitecleanup.com/blog/2009/07/20/tips-for-description-meta-tags/</link>
		<comments>http://www.websitecleanup.com/blog/2009/07/20/tips-for-description-meta-tags/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 15:18:30 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.websitecleanup.com/blog/?p=264</guid>
		<description><![CDATA[I just love Web Marketing Today for advice on all things SEO. This is an area where I only dabble&#8230; I know the basics and am trying to learn more about it so I can help our clients get better search engine rankings. Here&#8217;s a really good article about how to make the best description [...]]]></description>
			<content:encoded><![CDATA[<p>I just love <a title="Web Marketing Today" href="http://www.wilsonweb.com">Web <a href="http://www.onlinemarketingtoday.com/" target="_blank" title="Marketing">Marketing</a> Today</a> for advice on all things <a href="http://lawyermarketing.attorneysync.com" target="_blank" title="SEO">SEO</a>. This is an area where I only dabble&#8230; I know the basics and am trying to learn more about it so I can help our clients get better search engine rankings. Here&#8217;s a really good article about how to make the best description meta tags:</p>
<p><a title="Article on description meta tags" href="http://www.wilsonweb.com/conversion/follansbee-descriptions.htm">How to Get Compelling Descriptions into Your Search Results</a></p>
<p>If you&#8217;re using <a title="WordPress" href="http://www.wordpress.org">WordPress</a>, you&#8217;ll want to get the <a title="All in One SEO plugin for WordPress" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One <a href="http://lawyermarketing.attorneysync.com" target="_blank" title="SEO">SEO</a></a> plugin, which allows you to set meta tags for every page and post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitecleanup.com/blog/2009/07/20/tips-for-description-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
