<?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>UPWebDesign LLC</title>
	<atom:link href="http://www.upwebdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upwebdesign.com</link>
	<description>Grand Rapids Web Development and Web Design</description>
	<lastBuildDate>Wed, 29 Feb 2012 16:56:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Good Command Linux System Messages</title>
		<link>http://www.upwebdesign.com/linux/good-command-linux-system-messages/</link>
		<comments>http://www.upwebdesign.com/linux/good-command-linux-system-messages/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 16:56:27 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=209</guid>
		<description><![CDATA[When debugging this is a good command to know to get system messages that may help with a solution! cat /var/log/messages &#124; less]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/linux/good-command-linux-system-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux File Auditing</title>
		<link>http://www.upwebdesign.com/linux/linux-file-auditing/</link>
		<comments>http://www.upwebdesign.com/linux/linux-file-auditing/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 16:53:59 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=206</guid>
		<description><![CDATA[Received some nice information today to track who edits files on the file system.  Below is the command: auditctl -p a -w /path/to/dir/]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/linux/linux-file-auditing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consumer Advocate Directory of Moving Companies</title>
		<link>http://www.upwebdesign.com/directory-site/consumer-advocate-directory-of-moving-companies/</link>
		<comments>http://www.upwebdesign.com/directory-site/consumer-advocate-directory-of-moving-companies/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 20:57:31 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[Consumer Friendly]]></category>
		<category><![CDATA[Customer Sites]]></category>
		<category><![CDATA[Directory Site]]></category>
		<category><![CDATA[Art and Antique Movers]]></category>
		<category><![CDATA[Auto Movers]]></category>
		<category><![CDATA[Commercial Movers]]></category>
		<category><![CDATA[Full-Service Movers]]></category>
		<category><![CDATA[International Movers]]></category>
		<category><![CDATA[Interstate Movers]]></category>
		<category><![CDATA[Intrastate Movers]]></category>
		<category><![CDATA[Largest Movers]]></category>
		<category><![CDATA[Largest Moving Companies]]></category>
		<category><![CDATA[Licensed Movers]]></category>
		<category><![CDATA[Local Movers]]></category>
		<category><![CDATA[Long Distance Movers]]></category>
		<category><![CDATA[Mover Directory]]></category>
		<category><![CDATA[Movers]]></category>
		<category><![CDATA[Moving]]></category>
		<category><![CDATA[Moving Companies]]></category>
		<category><![CDATA[Moving labor]]></category>
		<category><![CDATA[Moving Tips]]></category>
		<category><![CDATA[Piano Movers]]></category>
		<category><![CDATA[Portable Storage Containers]]></category>
		<category><![CDATA[Self-Serve Movers]]></category>
		<category><![CDATA[Small Movers]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=191</guid>
		<description><![CDATA[I would like to give a shout out my colleague and friend Mark Greer for the wonderful work he has been putting into his new site MoversReviewed.com. If you are looking for a moving company (commercial or residential) to help with any kind of move (interstate, intrastate or international), you simply have to visit his site. [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/directory-site/consumer-advocate-directory-of-moving-companies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow Ajax Calls Cross Domain</title>
		<link>http://www.upwebdesign.com/html/allow-ajax-calls-cross-domain/</link>
		<comments>http://www.upwebdesign.com/html/allow-ajax-calls-cross-domain/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 16:13:55 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[content-type]]></category>
		<category><![CDATA[cross-domain]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[jsonp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=107</guid>
		<description><![CDATA[Add this to the php script that requires the cross domain calls. header(&#8220;Access-Control-Allow-Origin: http://www.yourdomain.com&#8221;); Awesome. Side note&#8230; if you are using jQuery, be sure to use version 1.5.2 or higher! Update! Here is a piece of code that will help with multiple select domains on server side: $domains[] = &#8216;sampledomain1.com&#8217;; $domains[] = &#8216;sampledomain2.com&#8217;; // Allow [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/html/allow-ajax-calls-cross-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Meta Boxes and the Media Library</title>
		<link>http://www.upwebdesign.com/php/wordpress-custom-meta-boxes-and-the-media-library/</link>
		<comments>http://www.upwebdesign.com/php/wordpress-custom-meta-boxes-and-the-media-library/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 05:47:50 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=188</guid>
		<description><![CDATA[Poked around the internet today to try to find a way to get the WordPress media library to pop up to access images for selection when editing posts.  Thanks to this post I was able to successfully do so.]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/wordpress-custom-meta-boxes-and-the-media-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Parse URI Script</title>
		<link>http://www.upwebdesign.com/javascript/javascript-parse-uri-function/</link>
		<comments>http://www.upwebdesign.com/javascript/javascript-parse-uri-function/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 13:15:30 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=184</guid>
		<description><![CDATA[Recently (and in the past) I have needed a way to get URL query string variables with JavaScript.  This simple script regular expression (regex) in JavaScript will allow you to get query variables out of the URL with ease.  A function should come of this but I wanted to post a simple version to get [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/javascript/javascript-parse-uri-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force WordPress to Upload Plugins and Themes without FTP</title>
		<link>http://www.upwebdesign.com/php/force-wordpress-to-upload-plugins-and-themes-without-ftp/</link>
		<comments>http://www.upwebdesign.com/php/force-wordpress-to-upload-plugins-and-themes-without-ftp/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 02:40:49 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=177</guid>
		<description><![CDATA[So one day I was trying to upload a plugin to a new WordPress site and when I got the FTP screen I figured I could just go in and update a few permissions and all would be well.  NOPE.  I spent two nights trying to figure out why I could not install plugins without [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/force-wordpress-to-upload-plugins-and-themes-without-ftp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Write a Module for osCommerce v3.0</title>
		<link>http://www.upwebdesign.com/oscommerce/how-to-write-a-module-for-oscommerce-v3-0/</link>
		<comments>http://www.upwebdesign.com/oscommerce/how-to-write-a-module-for-oscommerce-v3-0/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 02:32:05 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[OSCommerce]]></category>
		<category><![CDATA[boxes]]></category>
		<category><![CDATA[language definitions]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[oscommerce admin]]></category>
		<category><![CDATA[oscommerce modules]]></category>
		<category><![CDATA[oscommerce v3.0]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=147</guid>
		<description><![CDATA[This article explains how to create an osCommerce 3.0 box or content module and the gotchas along the way... If you are struggling with modules in OSC3 this is a good read.]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/oscommerce/how-to-write-a-module-for-oscommerce-v3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery Function Check</title>
		<link>http://www.upwebdesign.com/javascript/jquery-function-check/</link>
		<comments>http://www.upwebdesign.com/javascript/jquery-function-check/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 15:02:56 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=125</guid>
		<description><![CDATA[jQuery plug-in function check. Code inside...]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/javascript/jquery-function-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Multiple Post Thumbnails</title>
		<link>http://www.upwebdesign.com/html/wordpress-multiple-post-thumbnails/</link>
		<comments>http://www.upwebdesign.com/html/wordpress-multiple-post-thumbnails/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 17:20:47 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=122</guid>
		<description><![CDATA[Found a real nice plug-in for WordPress which helps support a secondary featured image for your posts, pages or custom posts.  You can find it here: http://wordpress.org/extend/plugins/multiple-post-thumbnails/ Couple things to note: The site does not state where to add this code&#8230; add it to the bottom of your functions.php file in your theme. The code [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/html/wordpress-multiple-post-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

