<?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>JarrodGoddard.com</title>
	<atom:link href="http://www.jarrodgoddard.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jarrodgoddard.com</link>
	<description>Freelance Web Design, Development and Internet Marketing</description>
	<lastBuildDate>Sun, 17 Jun 2012 00:53:43 +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>Apache Truncating Images on Network Storage (NAS)</title>
		<link>http://www.jarrodgoddard.com/web-development/apache-truncating-images-on-network-storage-nas</link>
		<comments>http://www.jarrodgoddard.com/web-development/apache-truncating-images-on-network-storage-nas#comments</comments>
		<pubDate>Tue, 29 Mar 2011 18:31:45 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Linux, Web Hosting & Server Administration]]></category>
		<category><![CDATA[Web Site Design & Development]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=256</guid>
		<description><![CDATA[We recently made some changes to our internal development server, all our client and business files have been moved off the actual web server and into a NAS (Network Attached Storage).  Once we made this change, however, we found that none of our web sites were showing images correctly when browsed through a web browser. They looked fine in Windows Explorer or Mac Finder, but when accessed through a browser the images were not showing up at all. 
]]></description>
			<content:encoded><![CDATA[<p>We had just migrated about 300GB of data to the NAS from our Debian linux server and I thought maybe the file migration had an issue, or somehow the files became corrupt. But the files worked fine in Explorer or Finder windows. We also found that all the text files were ok, and just images were having the issue when referenced through a web browser. I created an image in photoshop and saved it to a folder on the NAS and then saved the same image to a folder on the server&#8217;s filesystem. The image showed fine in Explorer/Finder, and then it showed fine through a browser when referencing the file system version, but when referencing the image through a browser on the network storage it wouldn&#8217;t show up right. So now I knew the issue was with Apache, Images and network storages&#8230; from here, naturally, we go to google to find the solution because we can&#8217;t be the only ones who&#8217;ve had this issue. </p>
<p>So we googled &#8220;<strong>apache image truncate</strong>&#8220;, &#8220;<strong>apache network storage images</strong>&#8221; and a couple other variations and finally after searching 5 or 6 times we found a single other person who has had this issue on <a href="http://serverfault.com/questions/96460/apache-returns-truncated-image">ServerFault</a> (<a href="http://serverfault.com/questions/96460/apache-returns-truncated-image">http://serverfault.com/questions/96460/apache-returns-truncated-image</a>). </p>
<p>Reading that post, I learned about the EnableMMap and EnableSendFile options in Apache, and then referenced this page (<a href="http://httpd.apache.org/docs/2.2/mod/core.html">http://httpd.apache.org/docs/2.2/mod/core.html</a>) for more information.  From the description on Memory Mapping:</p>
<blockquote><p>This memory-mapping sometimes yields a performance improvement. But in some environments, it is better to disable the memory-mapping to prevent operational problems</p></blockquote>
<p>One of the memory-mapping issues it then refers to:</p>
<blockquote><p>Deleting or truncating a file while httpd has it memory-mapped can cause httpd to crash with a segmentation fault.</p></blockquote>
<p>I&#8217;m assuming that was the issue we were having, so in our /etc/apache2/apache2.conf file (we&#8217;re running Debian) I added:</p>
<blockquote><p>
EnableMMap Off
</p></blockquote>
<p>The other setting that the ServerFault article referenced was EnableSendFile.</p>
<blockquote><p>
This sendfile mechanism avoids separate read and send operations, and buffer allocations. But on some platforms or within some filesystems, it is better to disable this feature to avoid operational problems:<br />
&#8230;<br />
With a network-mounted DocumentRoot (e.g., NFS or SMB), the kernel may be unable to serve the network file through its own cache.
</p></blockquote>
<p>So then I added the EnableSendFile Off  option to our /etc/apache2/apache2.conf file, and restarted apache.  Boom! Our images were showing up fine. </p>
<p>Anytime we have these kind of issues, where we are totally confused and need to google for more information, I like to blog about it so we have our own reference and, of course, to help everyone else who has the same issue, hopefully this helps. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/web-development/apache-truncating-images-on-network-storage-nas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Book Pro Keyboard Shortcuts</title>
		<link>http://www.jarrodgoddard.com/business-freelancing/mac-book-pro-keyboard-shortcuts</link>
		<comments>http://www.jarrodgoddard.com/business-freelancing/mac-book-pro-keyboard-shortcuts#comments</comments>
		<pubDate>Tue, 15 Jul 2008 06:04:57 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Business, Productivity & Freelancing]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=246</guid>
		<description><![CDATA[<p>I just got a new Mac Book Pro a couple weeks ago, and although I love it, the biggest adjustment I had to make was getting used to the keyboard. It's missing a bunch of keys like the side number pad (most laptops don't have these), but it doesn't have a page up/down button, the delete button works like backspace and not delete, and there is no home or end buttons. This really bothered me for a while, until I found out their shortcuts. </p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jarrodgoddard.com/wp-content/uploads/2008/07/product-17in.jpg" alt="" title="product-17in" width="278" height="160" class="alignright size-full wp-image-247" /></p>
<p>All laptops have a &#8216;fn&#8217; button that is used as a modifier key for the f1&#8230;f12 buttons and usually some of the other buttons on the laptop to provide the same functionality of a full keyboard but with less keys, and they&#8217;re labelled with a different color to indicate what those buttons are. On the Mac Book Pro they aren&#8217;t. Here they are: </p>
<ul>
<li>Home: &lt;command&gt; + arrow key up</li>
<li>End: &lt;command&gt; + arrow key down</li>
<li>Page Up: &lt;option&gt;+arrow key up</li>
<li>Page Down: &lt;option&gt;+arrow key down</li>
<li>Delete: &lt;fn&gt; + delete</li>
</ul>
<p>It was a big relief to finally find these shortcut keys, I&#8217;ve been frustrating myself trying to adjust to not having them. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/business-freelancing/mac-book-pro-keyboard-shortcuts/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Advanced Web Site Search with SQL</title>
		<link>http://www.jarrodgoddard.com/web-development/advanced-web-site-search-with-sql</link>
		<comments>http://www.jarrodgoddard.com/web-development/advanced-web-site-search-with-sql#comments</comments>
		<pubDate>Sun, 11 May 2008 21:36:10 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Web Site Design & Development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[site search]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=244</guid>
		<description><![CDATA[<p>I was recently working on a custom content management system for a client and I was adding a search box to the site to allow users to search the client's site. Because all the content is contained within a database, I can easily search through the pages table to grab any pages that have the search terms contained within their title, content, or keywords meta tag. I wanted to make it a little more robust than simply doing a select statement and grabbing any pages with the search term and I wanted to also rank the results based on a relevance factor determined by where the search words were found.  </p>
I was recently putting together a custom search form for a client, and wanted to improve on it from the basic "SELECT title FROM page WHERE title LIKE '%search-query%'" method of searching a site. I wanted to include some more relevance to the search so pages that have the search words in their title were a little more relevant, as well as pages with the search term in the filename, and keywords meta tag as well as the body.]]></description>
			<content:encoded><![CDATA[<p>I hate most search forms on web sites simply because they&#8217;re so horrible. Many of the sites I&#8217;ve worked on with pre-existing search components have just done a simple select statement that grabs any page from the database that has the search word in the body of the content. They don&#8217;t take into account the page title, keywords, filename, along with the content and it can often make for less-than-intelligent search results. This has even led to many site owners installing a google search box on their site, however, for the kind of projects I take on, I like to custom-build as much as I can for design flexibility and future maintainability. </p>
<h2>Search is Important</h2>
<p>Search is also very overlooked by site owners. They&#8217;ll setup something like <a href="http://www.google.com" target="_blank">google</a>, or <a href="http://www.atomz.com" target="_blank">atomz</a>, or <a href="http://www.htdig.org" target="_blank">htDig</a>, and not really test the relevance of the search to see if the search results as relevant as they should be. Even google&#8217;s custom site search isn&#8217;t the most relevant when you&#8217;re site isn&#8217;t optimized accordingly, and when you&#8217;re clients are in control of the content you can&#8217;t ensure that the site is optimized for google &ndash; making even google site search less than favorable. </p>
<p>The search function in an e-commerce site is even more important than a content site as you&#8217;ll find that the search box is the primary method for users to find product on your site. That&#8217;s why Amazon&#8217;s search is so prominent on their web site.</p>
<h2>Relevancy-based Search</h2>
<p>Just as google considers so many factors in their search results, you should consider more than just the content of the page. In the case of my custom CMS, I&#8217;m allowing users to add keywords, descriptions, titles and other standard META tags and I&#8217;ll base my search results off each of those fields as well as the content of the page. Some of the search components I&#8217;ve seen have used multiple database queries to grab all the pages where the search query matched the title, another query to grab the pages that matched the keywords, another for the description, and finally one more for the content. Then moving those results into a bunch of arrays and applying some more logic to determine how relevant those results are and send them to the search results page. There isn&#8217;t anything particularly wrong with this, but I like to do things in the least number of database connections as possible, and to keep it as simple as possible from the code side of things. </p>
<h2>Searching Based on Multiple Fields</h2>
<p>Here&#8217;s the sql statement I&#8217;ve used &ndash; I&#8217;ll explain it below:</p>
<p class="code">
SELECT title, filename, sum(relevance)<br />
FROM (<br />
   SELECT title, filename, 10 AS relevance FROM page WHERE title like &#8216;%about%&#8217;<br />
   UNION<br />
   SELECT title, filename, 7 AS relevance FROM page WHERE filename like &#8216;%about%&#8217;<br />
   UNION<br />
   SELECT title, filename, 5 AS relevance FROM page WHERE keywords like &#8216;%about%&#8217;<br />
   UNION<br />
   SELECT title, filename, 2 AS relevance FROM page WHERE description like &#8216;%about%&#8217;<br />
) results<br />
GROUP BY title, filename<br />
ORDER BY relevance desc;
</p>
<p>The sql is a little more complex than a basic select statement but if you&#8217;re familiar with unions then it&#8217;s pretty simple. All I&#8217;ve done is created a number of select statements that grab the pages where the field matches the search term. In this case, the search term is &quot;about&quot;. I&#8217;ve searched through the title, filename, keywords, and description fields and left the content field off the search results. I didn&#8217;t want to include the content because I decided if the search isn&#8217;t found in the title, filename, keywords or description then it really isn&#8217;t very relevant for the search and even if it does have it in the content, it&#8217;s most likely a minor part of the content and not too helpful for the user.</p>
<p>I&#8217;ve manually included a relevance field in each of these select statements assigning a &quot;point-value&quot; to each page in those results in order to weight certain fields. These relevance points are totally up to you, and for the purposes of this example, I&#8217;ve given the results 10 points if the search word is in the title, 7 if it&#8217;s in the filename, 5 if it&#8217;s in the keywords, and 2 if it&#8217;s in the description.</p>
<p>Next, I union all of those search results together to create a large list of results. However, if a page appears in more than one of those select statements then we need to group them, so using a subquery, I&#8217;ve summed the relevance fields and then grouped by the filename and title then ordering the results descending by relevance. </p>
<p><strong>Search Results</strong></p>
<table>
<tr>
<td>title</td>
<td>filename</td>
<td>sum(relevance) </td>
</tr>
<tr>
<td>About the Chamber</td>
<td>about-chamber</td>
<td>17 </td>
</tr>
<tr>
<td>About our Programs</td>
<td>programs</td>
<td>10 </td>
</tr>
<tr>
<td>Policies</td>
<td>policies</td>
<td>2</td>
</tr>
<tr>
<td>Opportunities</td>
<td>opportunities</td>
<td>2</td>
</tr>
</table>
<p>Here the about page came up number one because it had the word about in the filename as well as in the title, and the programs page came in second since the word about was in the title, but not in the filename. There were some other pages that had the word in the description so they were only given 2 points. Obviously a search for the word about isn&#8217;t going to be very helpful, but to outline this example I think it worked well. Now I just need to simply output these results from mysql with php and the search results are done. I grabbed the title to output on the page and then filename to link to from the search results page.</p>
<h2>Relevance Percentage</h2>
<p>Rather than outputting the actual relevance score sometimes you&#8217;ll see a percentage of how relevant the page is. In our case that&#8217;s easy to do as well. Based on our formula of 10 points for the title, 7 for the filename, 5 for keywords, and 2 for description it&#8217;s possible to get a total of 24 points. To get the pages percentage relevance we just divide the relevance score from our query by 24 and then multiple by 100. For example, 17/24*100=70% so our about page was 70% relevant. </p>
<h2>Tweaking for Better Search Results</h2>
<p>You will need to tweak this formula as you test your search functionality, and adjust the weighting for each field to get the best results. You might also want to add another select statement that grabs all pages where the title is exactly the same as your search &ndash; in that case you might want to give them 100 points to ensure that that page is weighted much higher than the others. This will help you tweak your search results for the best user experience.</p>
<h2>Full Text Search</h2>
<p>I&#8217;ve provided the examples using the LIKE clause simply because most users will already be familiar with it, but also because the fields that I&#8217;m searching are relatively small &ndash; I wasn&#8217;t searching the entire contents field of the pages on the site. If I wanted to add the content field, I&#8217;d probably use full-text searching using the match() function, you can read up on that <a href="http://dev.mysql.com/doc/refman/5.0/en/fulltext-natural-language.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/web-development/advanced-web-site-search-with-sql/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Keyword Research Is Not Just For Search Engine Marketers</title>
		<link>http://www.jarrodgoddard.com/seo-ppc/keyword-research-is-not-just-for-search-engine-marketers</link>
		<comments>http://www.jarrodgoddard.com/seo-ppc/keyword-research-is-not-just-for-search-engine-marketers#comments</comments>
		<pubDate>Fri, 09 May 2008 03:33:50 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Internet Marketing, SEO & PPC]]></category>
		<category><![CDATA[content architecture]]></category>
		<category><![CDATA[content writing]]></category>
		<category><![CDATA[copy writing]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[keyword discovery]]></category>
		<category><![CDATA[keyword research]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordtracker]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=210</guid>
		<description><![CDATA[<p>Keyword research is one of a number of skills that any decent SEO or search marketer has to be good at in order to be successful. But are they the only ones who should be aware of keyword research tools like Keyword Discovery and Wordtracker? </p>]]></description>
			<content:encoded><![CDATA[<p>Information architects, content writers, and usability professionals are just a few job titles, aside from SEOs, that need to be using tools like <a href="http://www.wordtracker.com/" target="_blank">Wordtracker</a> and <a href="http://keyworddiscovery.com/" target="_blank">Keyword Discovery</a> to conduct a core component of their services.</p>
<h2>Keyword Research for Usability</h2>
<p>A big part of usability is making it easy for users to find what they&#8217;re looking for on your site, and navigate to the content they are trying to reach. As a usability expert you need to know how users think and how they&#8217;ll navigate and &quot;use&quot; your site. Keyword research is arguably the best way of finding out how users think when navigating the web. How do people search for your product or service? Do they commonly use industry acronyms and slang or is that left to industry professionals? As a usability consultant you&#8217;ll need to find this information when planning the links, content, and navigation of the site. Keyword research tools are among the best tools for this sort of research.</p>
<h2>Keyword Research for Copywriting</h2>
<p>A vital skill in copywriting is being able to communicate and speak to your user in language they use and understand. You need to be able to connect with them and make them think while they&#8217;re reading the content on your web site. If the copy on your site is going over their head, then it won&#8217;t work. Don&#8217;t use complicated or technical language that your users won&#8217;t recognize when you can keep it simple and write your content in their words. Once you work with a keyword research tool, you may find that a lot of people do search for your product or services using technically-advanced words and slang and that means you can use those types of words in your content, but most often you&#8217;ll find that you need to keep things simple and not try to impress your users with how well your content is written, but how well it speaks to them. </p>
<p>A lot of writers just like to write incorporating college-level vocabulary into their work and over-using adjectives that can really lose the attention of your audience on the web. The web is a unique medium not just because of how you navigate it, but also because of the attention span of a typical user. Most web users are inpatient and need to be sold to or communicated with quickly. Don&#8217;t drag out your message with content that doesn&#8217;t connect to your users immediately, in their language.</p>
<h2>Keyword Research for Information Architects</h2>
<p>How do you name the different sections of your site? Everyone has an &quot;About Us&quot; page on their site that provides background information on the company. Sometimes this page is called &quot;About Us&quot;, &quot;Company&quot;, &quot;Profile&quot; or &quot;Firm&quot;. How do you choose which term to use? Do some keyword research. </p>
<p>In the web industry, I&#8217;ve found that people search for words like &quot;web design company&quot; much more than &quot;web design firm&quot; and rarely do people search for web development companies using the word &quot;about&quot; in their search phrase &ndash; so maybe it&#8217;s best to use the word &quot;company&quot; in your main navigation and refer to yourself as a &quot;company&quot; as opposed to a &quot;firm&quot; or &quot;agency&quot;. Doing your keyword research will point this out to you and will help you make decisions on what keywords to use on your site and how to incorporate them into your navigation.</p>
<h2>Bringing It All Together</h2>
<p>As you start looking at this keyword research and incorporating language into your content, your internal links, your navigation, and overall site architecture you&#8217;ll find that a large part of your optimization is complete. Your SEO tasks will then consist of crafting title and META tags, creating internal links and doing some of the technical work like setting up redirects and rewriting, removing duplicate content, and ensuring that the site is crawlable &#8211; but much of the editing and fine tuning of content will be completed. Leaving less work for you as an SEO. </p>
<p>This also shows the advantages of having skills in each of these areas of web development. A lot of programmers have really bad usability skills, and a lot of writers, well, write a lot. Being a great SEO means having a strong knowledge of usability, writing, and content architecture and keyword research tools are a strong asset in every aspect of developing your web site strategy. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/seo-ppc/keyword-research-is-not-just-for-search-engine-marketers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Administrators Need to Know PHP</title>
		<link>http://www.jarrodgoddard.com/linux-web-hosting/linux-administrators-should-know-php</link>
		<comments>http://www.jarrodgoddard.com/linux-web-hosting/linux-administrators-should-know-php#comments</comments>
		<pubDate>Tue, 06 May 2008 23:41:46 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Linux, Web Hosting & Server Administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[system administrator]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=242</guid>
		<description><![CDATA[<p>A couple years ago I was doing some work on a client's web site on a shared hosting environment at a small local ISP and I was setting up some file uploads with PHP and was having problems getting permissions setup and enabling them on the server. I had done it many times before but for some reason just couldn't get it to work. I resorted to calling the ISP to ask if they had any non-standard setup or configuration on their server that would be causing me problems.</p>]]></description>
			<content:encoded><![CDATA[<h2>My Own Experiences With System Administrators</h2>
<p>I was talking to their system administrator and was asking why I wasn&#8217;t able to do any file uploads. He took a few minutes and simply went to PHP.net and found their &#8220;<a href="http://ca3.php.net/features.file-upload">handling file uploads in php</a>&#8221; document and began reading it to me. I told him I had done it before and had never had any problems, but this was the first time I was trying to do so on their servers. He said to me &#8220;I&#8217;m just a system admin, I don&#8217;t know anything about PHP.&#8221; I was kind of shocked. I thought it was pretty important to have at least a basic knowledge of PHP if you&#8217;re going to be managing any number of Linux servers that run PHP. </p>
<p>This same thing has happened with another client&#8217;s site that has hosting elsewhere from my servers. Anytime their server is upgraded they recompile PHP and forget to enable the GD library. Then the back-end of the client&#8217;s site stops working and they contact me for help. After a simple test on the back end I can tell them that the GD library isn&#8217;t installed and they need to talk to their system administrator. </p>
<p>One other example was when I had to work on a large web site for a company that hosted their site internally. Their admins had been running Unix servers for years, but when I asked them if they could upgrade to PHP 5 from PHP4 they were really cautious about doing so. It&#8217;s not that they had many PHP applications on their server, but more that they were unsure how to do it and wanted to take a couple weeks to learn about what PHP was. That seemed a little odd to me.</p>
<h2>Linux System Administrator Job Postings Not Even Requiring PHP</h2>
<p>I even see a lot of job postings for Linux/BSD system admins and they don&#8217;t mention any requirement to have experience with PHP &ndash; sometimes I don&#8217;t even see PERL! Of course, it might be assumed to have that knowledge, but when you list things like experience with Sendmail, Apache, MySQL and SSH they should probably be including PHP and PERL in the mix as well.</p>
<h2>Why Is It Important?</h2>
<p>There probably isn&#8217;t much explanation necessary of why PHP should be required skill but when you need to setup PHP modules or be in charge of a server running PHP you need to have a basic understanding of the language. As a system admin, the server security is up to you, and if you aren&#8217;t aware of security exploits within PHP or at least know enough to secure your PHP installation &ndash; things like register_globals, allow_url_fopen, and magic_quotes &ndash; then you&#8217;re really not doing your proper research and shouldn&#8217;t be installing it on your server.  </p>
<p>This goes for any module or program you install on your server. If you are in charge of the server you need to be knowledgeable of everything you put on it, and if you&#8217;re going to be setting up PHP, PERL, Sendmail, or an FTP program you need to be aware of their security implications. That&#8217;s your job as a system administrator, and it can be really frustrating having to deal with a system admin for a server you&#8217;re managing a web site on that can&#8217;t even talk to you about configuring the PHP installation because it&#8217;s over their head.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/linux-web-hosting/linux-administrators-should-know-php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Freelance Developers Create Better Software</title>
		<link>http://www.jarrodgoddard.com/web-development/freelance-developers-create-better-software</link>
		<comments>http://www.jarrodgoddard.com/web-development/freelance-developers-create-better-software#comments</comments>
		<pubDate>Mon, 05 May 2008 03:43:59 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Business, Productivity & Freelancing]]></category>
		<category><![CDATA[Web Site Design & Development]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=243</guid>
		<description><![CDATA[<p>Jonathan Snook, who I'm a huge fan on, just wrote a post about <a href="http://snook.ca/archives/business/freelance_devs_equals_poor_software/">freelance developers being a recipe for poor software</a>. After reading about the planning and development methodologies of NASA he talks about how freelancers may not be able to create products that are of as high quality as they should be. Although I agree that some freelancers can create poor software &#8211; real programmers create higher quality code as freelancers in my mind.</p>]]></description>
			<content:encoded><![CDATA[<h2>Freelancers Should Create Better Code</h2>
<p>I&#8217;ve been a freelance web developer for almost 6 years, full-time, and earning my entire living that way. The nature of freelancing means that 90% of my projects are solely completed on my own. I&#8217;ve found that my code quality has  improved quite significantly over my previous work for an employer. When I worked for someone else, I didn&#8217;t take as much ownership in the project as I do now. That&#8217;s not to say I didn&#8217;t take pride in my work, but until you actually work for yourself and make all the decisions it&#8217;s hard to understand the difference from working for a pay cheque and working for yourself. I find I take much more time on improving my own skills, and learning best practices. I also keep in mind that I&#8217;m the one maintaining this product in the future which makes me document and test my work exhaustively to relieve headaches down the road as best I can. </p>
<p>The main point I feel Jonathan is making is that we still need to make testing a priority just like NASA but on the scale of our own projects. But my own testing, and my client&#8217;s testing and review is always more than enough and I rarely have bugs come back in projects any more than a month after they are completed, even within that month any major bugs are really rare. </p>
<p>To walk through the points that Jonathan makes in his post, I just think comparing NASA projects to the type of work most freelancers do is a little too much.</p>
<h2>Planning Varies Per Project</h2>
<p>First, Jonathan talks about the planning that is so important in the projects NASA takes on, and how it takes up about 30% of their time. I&#8217;m not surprised about that at all, when you&#8217;re shooting billion dollar rockets into space  you better have it planned out pretty well. He implies that planning is left out by most freelancers, and I would have to agree about that, but the amount of planning required is really relative to the project. In my case, I&#8217;ve done significant planning on each project I take on, however, it&#8217;s probably never been more than 5-10% of the total project. That&#8217;s because I&#8217;m building web sites, not shooting rockets into outer space. I don&#8217;t mean to be harsh, but the planning aspect is solely up to the developer and client &ndash; and really is there just to clarify scope and eliminate scope creep down the road. </p>
<h2>&quot;Freelance&quot; Does Not Always Mean You&#8217;re Not a Part of a Team</h2>
<p>Next Jonathan talks about is the rivalry between the developers and the testing department as NASA and how they compete to find bugs in software. The developers want to find it first and the QA department wants to find it to &quot;win the competition&quot; I think this rivalry is great, and in any instance where I&#8217;ve worked with a QA department I&#8217;ve loved the &quot;competition&quot; that came along with it. However, 80% of my projects don&#8217;t need much testing aside from my own developer testing and QA and some client review &ndash; which isn&#8217;t to say that the projects I work on aren&#8217;t mission critical or complicated. But some of my large projects are outsourced from larger firms or companies in which I still work with a QA department who&#8217;s job is to find bugs, vulnerabilities, and other flaws in my work. Even though I&#8217;m a freelancer, I still gain the advantages of working with a QA department. Whether it&#8217;s necessary is dependent on the project. </p>
<h2>Code Control and Bug Tracking</h2>
<p>Jonathan mentions the version control and bug tracking databases that NASA uses, and talks about how most freelancers don&#8217;t use code control (<a href="http://www.nongnu.org/cvs/" target="_blank">CVS</a>, <a href="http://subversion.tigris.org/"  target="_blank">Subversion</a>) or bug tracking tools enough. Again, I totally agree with this, but in a lot of cases, freelancers don&#8217;t necessarily need advanced tools like subversion or bug tracking software. I don&#8217;t use any bug tracking software at all. All I use is a spreadsheet with a list of bugs &ndash; or even a pen and paper &ndash; to write down any bugs I find in my code. As far as code control goes, I use subversion, but not because I have a team that I need to correspond with and control access to code, it&#8217;s just because I want to keep a backup of any past changes I&#8217;ve made to rollback to past versions. I actually just started using it a couple months ago and haven&#8217;t really had a need for it until now that I&#8217;ve been taking on a couple really large projects. I don&#8217;t use subversion for 90% of the projects I work on. The reason is that as a freelancer, you are in charge of everything, and you don&#8217;t need to have a full blown sophisticated bug tracking system like <a href="http://trac.edgewall.org/"  target="_blank">trac</a> or <a href="http://www.bugzilla.org"  target="_blank">bugzilla</a>. Even code control with subversion is totally unnecessary for a lot of my projects. </p>
<p>I think that it&#8217;s hard to compare a project at NASA to a project that a typical freelancer works on. I&#8217;ve worked on mission-critical intranets that run some of my client&#8217;s businesses. Things like inventory, invoicing, employee calendars, client directories and CRM systems that my clients&#8217; rely on to run their business, and they&#8217;re nowhere near the complexity of a project NASA would be taking on. To compare their methodologies to those of a freelancer is a little overkill &ndash; I would never consider going through that process for nearly many of my projects. </p>
<p>The projects I take on that would require a separate QA department are projects where I&#8217;m a part of a team that includes the QA department, but those projects are not something a freelancer would take on themselves. I&#8217;m still a freelancer but I&#8217;m also working with a QA department to compete with just as the NASA developers do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/web-development/freelance-developers-create-better-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Sell Yourself in 60 Seconds</title>
		<link>http://www.jarrodgoddard.com/business-freelancing/how-to-sell-yourself-in-60-seconds</link>
		<comments>http://www.jarrodgoddard.com/business-freelancing/how-to-sell-yourself-in-60-seconds#comments</comments>
		<pubDate>Sun, 04 May 2008 03:26:10 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Business, Productivity & Freelancing]]></category>
		<category><![CDATA[business development]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=218</guid>
		<description><![CDATA[<p>Sales is something that every freelancer has to deal with, unless you launch your career with a range of stable, consistent client work then you're going to have to go out and find it yourself. There are many ways to find work, but going out to business socials or mixers, and other networking events is the best way to actually meet new business people, and to find new work. For some beginner or inexperienced freelancers who aren't used to networking it can be really intimidating to go out to some of these events. These tips will help you become more comfortable and even help you find some business.  </p>]]></description>
			<content:encoded><![CDATA[<p>Just like when you have someone come to your web site, your first impression is very important. So you need to be ready when someone says to you, &#8220;so tell me what you do&#8221;. The best way to hurt your professionalism is to answer them by stumbling through your work using words like HTML, CSS, and other acronyms or being too simple and just saying &#8220;I build web sites.&#8221; That person just gave you an opportunity to sell yourself to them, whether they need a web site or not, they probably know someone that needs one, and you at least want them to tell others about you should they hear about someone else needing a web site. This leads to more word-of-mouth referrals &ndash; the most powerful referral you&#8217;ll ever receive as a business person.</p>
<h2>Anatomy of an Elevator Pitch or 60 Second Infomercial</h2>
<p>Most importantly, you need to keep your infomercial short, simple, and to the point, but interesting enough to ensure that you keep their attention, and remember you. Remember, the person you&#8217;re talking to is going to talk to a lot of people that night, and collect a lot of business cards. </p>
<h2>Part One &#8211; the Introduction</h2>
<p>The first step is to actually introduce yourself. Give your name, job title, and the name of your business. For example, &#8220;Hello I&#8217;m Jarrod Goddard, President of Net Shift Media.&#8221; That&#8217;s it.</p>
<h2>Part Two &#8211; Services Overview</h2>
</p>
<p>Next you want one line that describes what you do, you can then quickly explain them in a sentence or two. Don&#8217;t get too technical or descriptive because you&#8217;ll lose them, but try come up with something to hook them and pique their interest in what you do. &#8220;We&#8217;re an Internet marketing and development company but we don&#8217;t just build web sites, we help our clients plan their web strategy and create a web presence to sell their services or products online.&#8221; </p>
<h2>Part Three &#8211; The Story</h2>
<p>Follow that up with a story, and drop a couple names of some of your big clients. For example, &#8220;One client of ours, ABC Company, sells tens of thousands of dollars a month in widgets directly through their web site &ndash; we handle the design and implementation of their site as well as their online marketing and search engine optimization to provide them with a complete web strategy. We do the same for XYZ Corp, and National Widgets Ltd.&#8221; Depending on who you&#8217;re talking to and what sort of event you&#8217;re at, swap in and out some of your bigger clients. For example, when I&#8217;m at a local networking event, I drop the names of the local agencies I work with such as our local chamber of commerce, economic development agency, tourism marketing agency, and a few larger corporations. This shows that you have some big clients, but also a lot of local clients &#8211; which is important to local businesses.</p>
<h2>Part Four &#8211; Ask for Business</h2>
<p>This can be the most intimidating part of your infomercial, but let&#8217;s be honest, every one is there to make contacts and get new business. You don&#8217;t want to be too direct and ask them for business and say &#8220;do you need a web site?&#8221; but talk about the type of clients you want to work with and say something like &#8220;a great client for us is a large product manufacturing company that can ship their product worldwide, we can help them not only reach a much larger audience on the web but help them find new opportunities to sell their product.&#8221; That tells the person what type of client you are looking for, and also shows that even though a company may already have an existing web site and sell product online, you can still assist them in finding new customers through the web. The key to remember here is that as soon as you mention the type of client (large product manufacturing company) the person you talk will automaticall start thinking of anyone they know who fits that description, if you&#8217;re keeping them interested, they just may give your their name and contact information on the spot.</p>
<h2>Part Five &#8211; Your Hook or Tag Line</h2>
<p>Finally, you don&#8217;t want to drag on about yourself, so end your pitch with your memory hook or tag line for your business. Don&#8217;t just keep it plain like &#8220;we&#8217;re a full service web company&#8221;, but make it humorous, or witty so the person remembers it. In my case I always say &#8220;I make really cool stuff.&#8221; Probably because of my youth a lot of people get a kick out of it just because I use the word &#8220;cool&#8221;, but I&#8217;m just being honest &ndash; &#8220;I make really cool stuff, check out my web site to see!&#8221;</p>
<h2>The Combined Pitch</h2>
<p>Here is the script, customize it to suit your business and your style.</p>
<blockquote><p>Hello, I&#8217;m Jarrod Goddard, President of Net Shift Media. We&#8217;re an Internet marketing and development company but we don&#8217;t just build web sites, we help our clients plan their web strategy and create a web presence to sell their services or products online. One client of ours, ABC Company, sells tens of thousands of dollars a month in widgets directly through their web site &ndash; we handle the design and implementation of their site as well as their online marketing and search engine optimization to provide them with a complete web strategy. We do the same for XYZ Corp, and National Widgets Ltd. A great client for us is a large product manufacturing company that can ship their product worldwide, we can help them not only reach a much larger audience on the web but help them find new opportunities to sell their product. We make some really cool web sites. </p></blockquote>
<p>Say that out loud, it&#8217;s probably only about 30 seconds, but you covered every aspect of your business and  explained exactly what type of client you&#8217;re looking for and gave some examples to back up your claims. If the person you are talking to even knows one of the clients you worked with they&#8217;ll probably say so and you can talk about how great they are to work with to keep the conversation going further and lead into other areas. </p>
<h2>More Tips</h2>
<p><strong>Don&#8217;t be too self-involved.</strong> One big piece of advice is to always ask about what the other person does first. You don&#8217;t want to come off as arrogant and always wanting to talk about yourself. When you do introduce yourself ask &#8220;so tell me about what you do?&#8221; and ask them about their business. Most likely they&#8217;ll ask you the same once they introduce themselves and their business and then you can launch into your own business. </p>
<p><strong>Bring a friend</strong>. When I first started out I had a couple other friends who had businesses and I always went to these events with at least one of them. You don&#8217;t want to go with a bunch of friends because you won&#8217;t talk to anyone else as much, but you can then work together and introduce each other to your contacts that you recognize there and even talk to a couple people at once making it a little more casual &ndash; you still want to socialize and have fun. </p>
<p><strong>Always end with your business card</strong>. Finally, bring lots of business cards with you and give a card to each person you talk to. That way they have something they can pass on to someone else they might know, or keep it for themselves. Sometimes if the conversation went well enough they&#8217;ll ask for a couple cards.</p>
<p><strong>It gets easier</strong>. A lot of the same people go to local networking events, so you&#8217;ll find that as you go to them month after month, you&#8217;ll start to get to know a lot of the people there. It will make it easier to talk and make conversation, and it can lead to those people introducing you to even more people.</p>
<p><strong>Follow up</strong>. Always get the business card of the people you talk to so you can send them a quick e-mail saying it was nice to meet them &ndash; if they gave you a hard lead then be sure to phone them if you need more information, or just to say thanks. </p>
<p>There is a ton of information on the web about business networking, just google &#8220;business networking tips&#8221; and you&#8217;ll find a lot, or you can check out <a href="http://freelancefolder.com/is-your-elevator-pitch-a-home-run/" target="_blank">Freelance Folder</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/business-freelancing/how-to-sell-yourself-in-60-seconds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Users in Debian Linux</title>
		<link>http://www.jarrodgoddard.com/linux-web-hosting/managing-users-in-debian-linux</link>
		<comments>http://www.jarrodgoddard.com/linux-web-hosting/managing-users-in-debian-linux#comments</comments>
		<pubDate>Thu, 01 May 2008 18:53:39 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Linux, Web Hosting & Server Administration]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=233</guid>
		<description><![CDATA[<p>I've used webmin for most of my user administration in the past just because of the ease of use, however I've been trying to move away from webmin and do everything myself from the command line lately so I've gotten back into adding users and managing passwords and groups from the command line. Because there are so many commands within Linux, it's hard to remember all the commands unless you use them on a daily basis, so I've decided to document the process here to make it easier for myself to remember as well as to help out anyone else looking for similar information.</p>
<p><strong>Also, these instructions will work on pretty much any flavour of Linux, I just happen to be working off Debian 4.0 right now, but they're all standard *nix commands so if you are working off any other distribution you should be fine.</strong> </p>]]></description>
			<content:encoded><![CDATA[<p>When I was first learning Linux, my instructor said that one thing that makes Linux different from Windows is that Linux assumes you know what you&#8217;re doing from the start. Specifically when you&#8217;re logged in as root, you get very cryptic messages if at all, for the sole reason that the command line assumes you know what you&#8217;re doing and don&#8217;t need any sort of notice or confirmation. Keep this in mind whenever you do anything from the command line. </p>
<h2>Overview of User Administration in Linux</h2>
<p>Users on a Linux server are organized into groups &ndash; with each user able to be included in multiple groups.
</p>
<p>You&#8217;ll need to add a user to setup FTP accounts, e-mail accounts (if you use sendmail), and in order to give anyone shell access to your server.</p>
<h2>Adding Users in Linux</h2>
<p>Command: <strong>adduser</strong>.  To add users to use the useradd command, &quot;there also may be a useradd command on your server (however adduser is recommended) &quot;. The following command will add a user named &#8216;jgoddard&#8217; on your server.</p>
<p class="code">
adduser jgoddard
</p>
<p>That command adds a new user to the server with entries in the /etc/passwd, and /etc/shadow files. </p>
<p class="code">
jgoddard:x:1000:1000:JARROD:/home/jgoddard:/bin/bash
</p>
<h2>/etc/passwd File Format</h2>
<p>This line is added to your /etc/passwd file with the user&#8217;s details separated by colons, as indicated in the following list. </p>
<ol>
<li>The first field is your username, <em>jgoddard</em></li>
<li>an x is used to represent your password (in older versions of unix/linux, you used to have your encrypted password stored here but due to security issues it&#8217;s now been moved to your /etc/shadow file</li>
<li>your user id</li>
<li>your default group id</li>
<li>the user&#8217;s full name or comment</li>
<li>user&#8217;s home directory</li>
<li>user&#8217;s default shell</li>
</ol>
<h2>Editing Users in Linux</h2>
</p>
<p>To edit a user in Linux, use the usermod command. Typically, this is done to change their shell, home directory, or add the user to a new group. I really don&#8217;t use this command often &ndash; as there are alternatives to most user editing functions. For example, to change a users password, use the passwd command. </p>
<p class="code">
passwd jgoddard
</p>
<p>You will be prompted for the new password, and then again to confirm the new password. If you are not logged in as root, you can only use this command to change your own password, and you must also confirm your existing password first.</p>
<h2>Managing New Groups</h2>
<p>To create new groups, use the groupadd command, it&#8217;s usage is pretty simple.</p>
<p class="code">
groupadd powerusers
</p>
<p>Will add a new group called powerusers. If you want to now add users to this group, you will need to use the usermod command. </p>
<p class="code">
usermod -G powerusers -a jgoddard
</p>
<p>Remember to use the capital G to set the group you want to add a user to and the -a switch to set the user you want added to the group. This will add jgoddard to the powerusers group, but it won&#8217;t set powerusers as jgoddard&#8217;s primary group. To change jgoddard&#8217;s primary group, use a lowercase g. </p>
<p>If you want to delete a group use the groupdel command.</p>
<p class="code">
groupdel powerusers
</p>
<p>These group settings are stored in the /etc/group file. To see the changes in your groups just look at the /etc/group file. Each line in the file will list the group details separated by colons ( : ). First is the group name, followed by the group password (represented by an X, the password is stored in the /etc/gshadow file), and finally followed by a comma-separated list of users who are members of that group. If you have a lot of groups on your server, you can just grep the file to grab the row of the file for the group your looking for. </p>
<p class="code">
cat /etc/group | grep powerusers
</p>
<p>Will show just the line from the group file for powerusers. If you want to see any group that a certain user is a part of then just use the following command:</p>
<p class="code">
cat /etc/group | grep jgoddard
</p>
<p>This will outline any rows in the line that include the username jgoddard.</p>
<h2>Viewing User Details in Linux</h2>
<p>Finally, if you just want to view user information for users in Linux, use the finger command.</p>
<p class="code">
finger jgoddard
</p>
<p>Will output the login name, name, home directory, and shell as well as some other information on the user. </p>
<p class="code">
Login: jgoddard       			Name: JARROD<br />
Directory: /home/jgoddard           	Shell: /bin/bash<br />
On since Wed Apr 30 03:05 (UTC) on pts/0 from s01060015e968076b.ok.shawcable.net (messages off)<br />
New mail received Wed Mar 26 20:03 2008 (UTC)<br />
     Unread since Sat Mar 22 00:03 2008 (UTC)<br />
No Plan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/linux-web-hosting/managing-users-in-debian-linux/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iPhone Finally Coming to Canada in Late 2008</title>
		<link>http://www.jarrodgoddard.com/news-reviews/iphone-finally-coming-to-canada-in-late-2008</link>
		<comments>http://www.jarrodgoddard.com/news-reviews/iphone-finally-coming-to-canada-in-late-2008#comments</comments>
		<pubDate>Tue, 29 Apr 2008 23:24:46 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Industry News & Reviews]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[rogers]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=239</guid>
		<description><![CDATA[<p>After reading all about the iPhone for the past couple years, and seeing and playing around with friends' cracked versions of the iPhone, there's finally been an announcement that the iPhone is coming to Canada!</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jarrodgoddard.com/wp-content/uploads/2008/04/rogers-iphone.jpg" alt="" title="rogers-iphone" width="150" height="249" class="alignnone size-full wp-image-240" /></p>
<p><a target="_blank" href = "http://www.forbes.com/markets/feeds/afx/2008/04/29/afx4945213.html" >I just read this on Forbes.com</a> and I&#8217;m pretty pumped about it. Finally, the iPhone is coming to Canada. Not that it wouldn&#8217;t happen eventually, but now that Rogers has made the announcement, we know it will be some time later this year. </p>
<blockquote><p>
&#8220;We’re thrilled to announce that we have a deal with Apple to bring the iPhone to Canada later this year,&#8221; said president Ted Rogers in a statement. &#8220;We can’t tell you any more about it right now, but stay tuned.&#8221;
</p></blockquote>
<p>Time to drop Telus and switch over to Rogers. More news on the announcement is <a target="_blank" href="http://www.cbc.ca/money/story/2008/04/29/tech-iphone-rogers.html?ref=rss">here</a>, <a href="https://your.rogers.com/investorrelations/news_wireless.asp" target="_blank">here</a>, and <a target="_blank" href="http://www.iphoneincanada.ca/new-iphones/ted-rogers-confirms-iphone-release-in-canada/">here</a>.</p>
<p>My big concern is how much it is going to cost &ndash; not the actual phone itself, but the data plans with them. Because of the cost of data plans in Canada it almost seems scary to get an iPhone, but I&#8217;m assuming there will be some sort of new plan specifically for the iPhone to deal with the cost of data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/news-reviews/iphone-finally-coming-to-canada-in-late-2008/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Changing Default Applications in Mac OSX</title>
		<link>http://www.jarrodgoddard.com/business-freelancing/changing-default-applications-in-mac-osx</link>
		<comments>http://www.jarrodgoddard.com/business-freelancing/changing-default-applications-in-mac-osx#comments</comments>
		<pubDate>Tue, 29 Apr 2008 21:14:00 +0000</pubDate>
		<dc:creator>Jarrod Goddard</dc:creator>
				<category><![CDATA[Business, Productivity & Freelancing]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.jarrodgoddard.com/?p=234</guid>
		<description><![CDATA[<p>For the past couple months I've had Illustrator set as my default application for swf files. It's really become a pain because anytime I double click on swf files OSX tries to open them with Illustrator. Then I have to wait for Illustrator to load only for it to tell me that the swf file is  incompatible with Illustrator. I've got used to right-clicking (or control-clicking) the file to open it with Flash Player, but I finally got around to looking into how to update my default application settings in OSX.</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jarrodgoddard.com/wp-content/uploads/2008/04/picture-3-189x300.jpg" alt="" title="picture-3" width="189" height="300" class="alignnone size-medium wp-image-237" /></p>
<p><img src="http://www.jarrodgoddard.com/wp-content/uploads/2008/04/picture-1-189x300.jpg" alt="" title="picture-1" width="189" height="300" class="alignnone size-medium wp-image-235" /></p>
<p>First I found an application called <a href="http://www.rubicode.com/Software/RCDefaultApp/" target="_blank">RCDefaultApp</a> which looked pretty cool, so I&#8217;m mentioning it here, but I didn&#8217;t want to install a separate program just to update my application settings. </p>
<h2>How to Update Default Applications in OS X</h2>
</p>
<p>Fortunately, it is really simple to do. Just find your file and then open up the &#8216;Get Info&#8217; panel by either right-clicking or control-clicking and selecting Get Info from the context menu, or simply select the file and press Cmd+I. > Your info panel will show the default application for the file under the &#8220;Open with:&#8221; section. To update your default application just select the program from the drop down menu there. In my case I updated it to Flash Player, because I want swf files to open with Flash Player.  Once you change the &#8220;Open with:&#8221; program it will update the files icon in Finder and on the info panel. </p>
<p>Remember that this only updates the default application for that single file. So, if you want to update the default application for every swf file, then you need to click on the Change All&#8230; button on the info panel, and it will confirm that you want to update every file of that type to use the new application.  Just click the &#8216;Continue&#8217; button from that dialog, and it will update every swf file on your machine to open with your selected default application.</p>
<p>Obviously it&#8217;s painfully simple, but not obvious where to find it, I was looking in my System Preferences for a while before I checked the info panel. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarrodgoddard.com/business-freelancing/changing-default-applications-in-mac-osx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
