<?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>Chris Malpass Development: Newport News Based Web Design, Development, SEO, Social Networking, Content Management</title>
	<atom:link href="http://chrismalpass.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrismalpass.net</link>
	<description></description>
	<lastBuildDate>Tue, 04 Sep 2012 19:48:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Converting GoToMeeting Video to other formats (WMV to FLV)</title>
		<link>http://chrismalpass.net/2012/08/30/converting-gotomeeting-video-to-other-formats-wmv-to-flv/</link>
		<comments>http://chrismalpass.net/2012/08/30/converting-gotomeeting-video-to-other-formats-wmv-to-flv/#comments</comments>
		<pubDate>Thu, 30 Aug 2012 19:43:53 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[video conversion]]></category>
		<category><![CDATA[wmv]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=323</guid>
		<description><![CDATA[I regularly process presentation recordings and encode them into streaming formats. I have repeatedly run into the problem of the near impossibility of converting the gotomeeting WMV format. GoToMeeting seems to be able to record presentations in two variations: the <a class="more-link" href="http://chrismalpass.net/2012/08/30/converting-gotomeeting-video-to-other-formats-wmv-to-flv/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2012/08/30/converting-gotomeeting-video-to-other-formats-wmv-to-flv/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DirectoryPress Broken CSV export</title>
		<link>http://chrismalpass.net/2012/07/17/directorypress-broken-csv-export/</link>
		<comments>http://chrismalpass.net/2012/07/17/directorypress-broken-csv-export/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 15:37:22 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[directorypress]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=318</guid>
		<description><![CDATA[If you use DirectoryPress 7.0.9 you may have noticed that the CSV export function isn&#8217;t working properly. This is going to be a quick &#8220;edit this here&#8221; fix. Edit the admin-save.php file in your /wp-content/themes/directorypress/admin directory. Find around line 1105 or so. <a class="more-link" href="http://chrismalpass.net/2012/07/17/directorypress-broken-csv-export/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2012/07/17/directorypress-broken-csv-export/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL zerofill and lpad: whipping your digits into shape</title>
		<link>http://chrismalpass.net/2011/09/29/mysql-zerofill-and-lpad-whipping-your-digits-into-shape/</link>
		<comments>http://chrismalpass.net/2011/09/29/mysql-zerofill-and-lpad-whipping-your-digits-into-shape/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 15:00:59 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[lpad]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[zerofill]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=314</guid>
		<description><![CDATA[I’m working with a large dataset. One of the columns is set as an INT(8) but not all of the values are 8 digits. I need to run a query that will sum values and group by the first two <a class="more-link" href="http://chrismalpass.net/2011/09/29/mysql-zerofill-and-lpad-whipping-your-digits-into-shape/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/09/29/mysql-zerofill-and-lpad-whipping-your-digits-into-shape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing memcache on PHP with CentOS 6</title>
		<link>http://chrismalpass.net/2011/09/20/installing-memcache-on-php-with-centos-6/</link>
		<comments>http://chrismalpass.net/2011/09/20/installing-memcache-on-php-with-centos-6/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:01:32 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=311</guid>
		<description><![CDATA[I was following the instructions here to install memcache on a CentOS 6 server that I’m currently configuring. I was able to install the base memcache rpm, but had trouble when installing the PECL extension for PHP. The first error <a class="more-link" href="http://chrismalpass.net/2011/09/20/installing-memcache-on-php-with-centos-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/09/20/installing-memcache-on-php-with-centos-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Parse error: syntax error, unexpected $end in /app/views/layouts/default.ctp &#8211; CakePHP</title>
		<link>http://chrismalpass.net/2011/08/17/parse-error-syntax-error-unexpected-end-in-appviewslayoutsdefault-ctp-cakephp/</link>
		<comments>http://chrismalpass.net/2011/08/17/parse-error-syntax-error-unexpected-end-in-appviewslayoutsdefault-ctp-cakephp/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 15:41:25 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=308</guid>
		<description><![CDATA[I just encountered an unexpected error while creating a portable development server on a USB stick using the latest version of XAMPP portable. This particular application runs on the CakePHP framework and was copied directly from another functioning Windows based <a class="more-link" href="http://chrismalpass.net/2011/08/17/parse-error-syntax-error-unexpected-end-in-appviewslayoutsdefault-ctp-cakephp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/08/17/parse-error-syntax-error-unexpected-end-in-appviewslayoutsdefault-ctp-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuning MySQL for performance with Ubuntu 11.04 and MySQLTuner</title>
		<link>http://chrismalpass.net/2011/08/16/tuning-mysql-for-performance-with-ubuntu-11-04-and-mysqltuner/</link>
		<comments>http://chrismalpass.net/2011/08/16/tuning-mysql-for-performance-with-ubuntu-11-04-and-mysqltuner/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 15:41:43 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=305</guid>
		<description><![CDATA[One of my current projects requires extremely heavy use of very large data sets housed in sever MySQL databases and spread across several servers. This data feeds various web apps, business processes, and fulfills many requests. It is data that <a class="more-link" href="http://chrismalpass.net/2011/08/16/tuning-mysql-for-performance-with-ubuntu-11-04-and-mysqltuner/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/08/16/tuning-mysql-for-performance-with-ubuntu-11-04-and-mysqltuner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: Rejected send message&#8211;Ubuntu Server</title>
		<link>http://chrismalpass.net/2011/08/15/error-rejected-send-messageubuntu-server/</link>
		<comments>http://chrismalpass.net/2011/08/15/error-rejected-send-messageubuntu-server/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 18:11:03 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=301</guid>
		<description><![CDATA[I was doing some work on one of the development servers today and ran across the need to restart the MySQL server after making some configuration changes. This is the command I ran: user@machine:/etc/mysql$ service mysql restart And this is <a class="more-link" href="http://chrismalpass.net/2011/08/15/error-rejected-send-messageubuntu-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/08/15/error-rejected-send-messageubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error:  Call to undefined function curl_init()</title>
		<link>http://chrismalpass.net/2011/08/12/php-fatal-error-call-to-undefined-function-curl_init/</link>
		<comments>http://chrismalpass.net/2011/08/12/php-fatal-error-call-to-undefined-function-curl_init/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 15:24:23 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=299</guid>
		<description><![CDATA[I recently set up a development server in a VirtualBox VM running Ubuntu server 11.04. My plan was to move a development database and website to this VM and migrate away from a local XAMPP installation on a Windows box. <a class="more-link" href="http://chrismalpass.net/2011/08/12/php-fatal-error-call-to-undefined-function-curl_init/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/08/12/php-fatal-error-call-to-undefined-function-curl_init/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing orders in Virtue Mart admin and how to fix it</title>
		<link>http://chrismalpass.net/2011/04/01/missing-orders-in-virtue-mart-admin-and-how-to-fix-it/</link>
		<comments>http://chrismalpass.net/2011/04/01/missing-orders-in-virtue-mart-admin-and-how-to-fix-it/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 16:23:40 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Virtuemart]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/2011/04/01/missing-orders-in-virtue-mart-admin-and-how-to-fix-it/</guid>
		<description><![CDATA[I just realized that none of the recent orders in one of the Virtue Mart installations I manage were showing up. It looks like the most recent one was….three months ago. But when I search for a more recent order <a class="more-link" href="http://chrismalpass.net/2011/04/01/missing-orders-in-virtue-mart-admin-and-how-to-fix-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/04/01/missing-orders-in-virtue-mart-admin-and-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordering VirtueMart Child Items in Dropdowns</title>
		<link>http://chrismalpass.net/2011/01/10/ordering-virtuemart-child-items-in-dropdowns/</link>
		<comments>http://chrismalpass.net/2011/01/10/ordering-virtuemart-child-items-in-dropdowns/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 02:49:06 +0000</pubDate>
		<dc:creator>Chris Malpass</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Virtuemart]]></category>

		<guid isPermaLink="false">http://chrismalpass.net/?p=273</guid>
		<description><![CDATA[Ok, so a ton of people keep asking me about how to order child products in the dropdown list. I don&#8217;t develop with VirtueMart much anymore so the suggestions I give here are mere suggestions and have not been tested <a class="more-link" href="http://chrismalpass.net/2011/01/10/ordering-virtuemart-child-items-in-dropdowns/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://chrismalpass.net/2011/01/10/ordering-virtuemart-child-items-in-dropdowns/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
