<?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>Dogfish Enterprises</title>
	<atom:link href="http://www.dogfish.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dogfish.ca</link>
	<description>Customized software is just the beginning....</description>
	<lastBuildDate>Mon, 27 Feb 2012 20:23:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pods for WordPress</title>
		<link>http://www.dogfish.ca/2010/09/13/pods-for-wordpress/</link>
		<comments>http://www.dogfish.ca/2010/09/13/pods-for-wordpress/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 13:58:08 +0000</pubDate>
		<dc:creator>dogfish</dc:creator>
				<category><![CDATA[Website design]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Ease of Use]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.dogfish.ca/?p=193</guid>
		<description><![CDATA[I have really flip flopped a great deal in the last couple of years on the type of CMS I like to install for my clients for website management&#8230; Generally speaking, I have been a Joomla! user and pusher.  That being said, I have a fair number of clients that in no way come even [...]]]></description>
			<content:encoded><![CDATA[<p>I have really flip flopped a great deal in the last couple of years on the type of CMS I like to install for my clients for website management&#8230;</p>
<p>Generally speaking, I have been a Joomla! user and pusher.  That being said, I have a fair number of clients that in no way come even close to needing the horsepower under Joomla!&#8217;s hood.  So, I have used WordPress for a few of my clients and it is working well.</p>
<p>If you have a client that has a site that will require under 10 pages or so, WordPress is great.  But what about the client that has say 30 &#8211; 40 pages and they are pretty standard and there is not much &#8220;funky&#8221; to their site?  Enter <a href="http://podscms.org/" target="_blank">Pods for WordPress</a>.  This little gem will allow the WordPress developer to take that 10 page site to a 30-40 page site with little difficulty <img src='http://www.dogfish.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I love finding these things!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dogfish.ca/2010/09/13/pods-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indices are key</title>
		<link>http://www.dogfish.ca/2010/07/29/keys-are-key/</link>
		<comments>http://www.dogfish.ca/2010/07/29/keys-are-key/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 18:06:57 +0000</pubDate>
		<dc:creator>dogfish</dc:creator>
				<category><![CDATA[Database Management]]></category>

		<guid isPermaLink="false">http://www.dogfish.ca/?p=160</guid>
		<description><![CDATA[When managing a database, people tend to lose track of what the benefits of a index are. Not only do database indices keep your data organized they do other things as well. They make your database more efficient and can speed up searching for items immensely. Here is an example. Without an index your data [...]]]></description>
			<content:encoded><![CDATA[<p>When managing a database, people tend to lose track of what the benefits of a index are.</p>
<p>Not only do database indices keep your data organized they do other things as well.<br />
They make your database more efficient and can speed up searching for items immensely.</p>
<p>Here is an example.<br />
Without an index your data is essentially stored on a chronological basis according to when it was entered into the system. Suppose you have a database of a million names, 50 of whom have the last name Smith and only 1 whose name is Joe Smith, but there are 100 other Joes with different last names. Without an index, if you do a query for people with the last name smith, the database will have to look through all 1 million records to find 50 that are relevant. Similarly, if you do a search for people  with first name Joe and last name Smith, the database will search through all million results to find anyone with the first name Joe, and then check all 101 of those results for people with the last name smith.</p>
<p>An index is essentially a copy of the table, but sorted in whatever order you specify. By having even only 1 index for either first name or last name, the database<br />
is able to jump to the relevant results, ruling instantly ruling out over 99.99% of the other results, and thus saving tons of time.</p>
<p>The downside of indexes is that each one essentially takes up as much space as the original table. But generally the speed benefit outweighs the space issue, especially considering the low cost of memories these days.</p>
<p>If you have a database that seems sluggish and is performing below par, contact us and we would love to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dogfish.ca/2010/07/29/keys-are-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The plumber&#8217;s pipes are usually leaky?</title>
		<link>http://www.dogfish.ca/2010/07/29/the-plumbers-pipes-are-usually-leaky/</link>
		<comments>http://www.dogfish.ca/2010/07/29/the-plumbers-pipes-are-usually-leaky/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 18:01:25 +0000</pubDate>
		<dc:creator>dogfish</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://www.dogfish.ca/?p=158</guid>
		<description><![CDATA[I must say that I am like most other designers when it comes to websites&#8230;. I tend to create websites for my clients and have a great old time at it, but am very slow at keeping my website up to date. Shame on me.  It has been far, far too long since I updated [...]]]></description>
			<content:encoded><![CDATA[<p>I must say that I am like most other designers when it comes to websites&#8230;.<br />
I tend to create websites for my clients and have a great old time at it, but am very slow at keeping my website up to date.</p>
<p>Shame on me.  It has been far, far too long since I updated my site.<br />
I have decided that I need to start blogging again a little more about the actual work that I do.<br />
I will attempt to do that here a little more.</p>
<p>Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dogfish.ca/2010/07/29/the-plumbers-pipes-are-usually-leaky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

