<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Coding, creating and constructing</title>
    <link>http://blog.jordan-west.com</link>
    <description>Most recent posts at Coding, creating and constructing</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#715ee9da9" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jordwest" /><feedburner:info uri="jordwest" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Tue, 24 Jan 2012 05:25:00 -0800</pubDate>
      <title>Time to plug my new blog</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/1kJ9oEmBt8A/time-to-plug-my-new-blog</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/time-to-plug-my-new-blog</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Hey there, looks like I haven't posted on this blog in over a year. Blah blah life busy work blah blah.&lt;/p&gt;
&lt;p&gt;In the meantime, I've been getting into user interface design. I've created a new blog with the intention of getting more involved in the UI and UX design scenes, for my own learning and sharing information with others. If you're interested in making &lt;strong&gt;usable, friendly, happy user interfaces&lt;/strong&gt; - check out seUXy:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://seuxy.com/"&gt;http://seuxy.com/&lt;/a&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/time-to-plug-my-new-blog"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/time-to-plug-my-new-blog#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/1kJ9oEmBt8A" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/1779921/profile2.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5erz4ogwkI0h</posterous:profileUrl>
        <posterous:firstName>Jordan</posterous:firstName>
        <posterous:lastName>West</posterous:lastName>
        <posterous:nickName>jord</posterous:nickName>
        <posterous:displayName>Jordan West</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.jordan-west.com/time-to-plug-my-new-blog</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 02 Dec 2010 18:06:55 -0800</pubDate>
      <title>Split-windows increased my productivity</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/APLFhvpqTFM/split-windows-increased-my-productivity</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/split-windows-increased-my-productivity</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Once you've used split coding windows, you'll never go back to plain old tabs for your code files (or god forbid.. different windows!). You're probably thinking "Who &lt;strong&gt;&lt;em&gt;doesn't&lt;/em&gt;&lt;/strong&gt; use split windows when coding?!!", well I didn't. I knew they were there, but I didn't see the importance or usefulness of them.&lt;/p&gt;
&lt;p&gt;I'm not talking about splitting a single file into two parts so you can work on different parts of the same file - I mean diving up your monitor into all the different files you're working on. Seems obvious, right? Since I predominantly work with MVC frameworks, I usually divide my screen into four parts: Model, View, Controller and Javascript or CSS.&lt;/p&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/temp-2010-11-25/bjwsmevszGoEzljEEfiDzhcEIeAsbtbpwmAqzxsrzDBgwJuaqeedgAiIvocu/split_windows.JPG.scaled1000.jpg"&gt;&lt;img alt="Split_windows" height="373" src="http://posterous.com/getfile/files.posterous.com/temp-2010-11-25/bjwsmevszGoEzljEEfiDzhcEIeAsbtbpwmAqzxsrzDBgwJuaqeedgAiIvocu/split_windows.JPG.scaled500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;If you're working with vim, these are the only two commands you need to know:&lt;/p&gt;
&lt;p&gt;:split (horizontal split)&lt;br /&gt;:vsplit (vertical split)&lt;/p&gt;
&lt;p&gt;Most GUI editors have a little handle you can drag to split a window into two. If you're using Netbeans, drag a tab around to choose where you want to split the editor.&lt;/p&gt;
&lt;p&gt;Since using split windows, I've found I can stay on track better because I can see the entire overview of whatever module of code I'm working on. As a result I am now almost completely immune to coder's block!&lt;/p&gt;
&lt;p&gt;So if you're still tabbing around and haven't tried splitting windows, give it a go and watch your productivity soar.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/split-windows-increased-my-productivity"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/split-windows-increased-my-productivity#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/APLFhvpqTFM" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/1779921/profile2.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5erz4ogwkI0h</posterous:profileUrl>
        <posterous:firstName>Jordan</posterous:firstName>
        <posterous:lastName>West</posterous:lastName>
        <posterous:nickName>jord</posterous:nickName>
        <posterous:displayName>Jordan West</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="478" width="640" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2010-11-25/bjwsmevszGoEzljEEfiDzhcEIeAsbtbpwmAqzxsrzDBgwJuaqeedgAiIvocu/split_windows.JPG">
        <media:thumbnail height="373" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-11-25/bjwsmevszGoEzljEEfiDzhcEIeAsbtbpwmAqzxsrzDBgwJuaqeedgAiIvocu/split_windows.JPG.scaled500.jpg" />
      </media:content>
    <feedburner:origLink>http://blog.jordan-west.com/split-windows-increased-my-productivity</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 25 Nov 2010 18:01:47 -0800</pubDate>
      <title>RedBean PHP and Wordpress - A match made in plugin development... heaven?</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/6rIpAONUW_8/redbean-and-wordpress-a-match-made-in-heaven</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/redbean-and-wordpress-a-match-made-in-heaven</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Wordpress is probably my least favourite place to be coding. I know many die hard PHP fans will argue with me here, but writing procedural PHP code is not my thing. I&amp;rsquo;d much rather be working in a nice OOP environment such as that of &lt;a href="http://www.kohanaframework.org/" title="Kohana Framework"&gt;Kohana 3&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Nonetheless, Wordpress is the defacto standard in CMS these days, and there is no denying that it has the widest variety of plugins and themes available. So while Wordpress isn&amp;rsquo;t too efficient to code with, I thought I would work out how to make developing a plugin with Wordpress a little less painful and more efficient.&lt;/p&gt;

&lt;p&gt;Since the plugin I&amp;rsquo;m working on does quite a bit of data access/manipulation (WP options are not an option!), I quickly discovered the limitations of $wpdb, and started searching for an &lt;a href="http://en.wikipedia.org/wiki/Object-relational_mapping" title="Object Relational Mapping"&gt;ORM&lt;/a&gt;. Of course I thought integrating an entire ORM system into the procedural Wordpress would not be easy. Then I discovered &lt;a href="http://redbeanphp.com/" title="RedBeanPHP"&gt;RedBean&lt;/a&gt;.&lt;/p&gt;

&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;&lt;span class="pd"&gt;require&lt;/span&gt;(&lt;span class="s"&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="k"&gt;rb.php&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;/span&gt;);
&lt;span class="co"&gt;R&lt;/span&gt;::setup(&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;mysql:host=&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;.&lt;span class="co"&gt;DB_HOST&lt;/span&gt;.&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;;dbname=&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;.&lt;span class="co"&gt;DB_NAME&lt;/span&gt;,
          &lt;span class="co"&gt;DB_USER&lt;/span&gt;, &lt;span class="co"&gt;DB_PASSWORD&lt;/span&gt;);&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Done.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you want to include the Wordpress table prefix, put this at the top of your module (or another file if you prefer)&lt;/p&gt;

&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;&lt;span class="r"&gt;class&lt;/span&gt; &lt;span class="cl"&gt;WPBeanFormatter&lt;/span&gt; &lt;span class="r"&gt;implements&lt;/span&gt; &lt;span class="co"&gt;RedBean_IBeanFormatter&lt;/span&gt;{
    &lt;span class="r"&gt;public&lt;/span&gt; &lt;span class="r"&gt;function&lt;/span&gt; &lt;span class="fu"&gt;formatBeanTable&lt;/span&gt;(&lt;span class="lv"&gt;$table&lt;/span&gt;) {
        &lt;span class="r"&gt;global&lt;/span&gt; &lt;span class="lv"&gt;$table_prefix&lt;/span&gt;;
        &lt;span class="r"&gt;return&lt;/span&gt; &lt;span class="lv"&gt;$table_prefix&lt;/span&gt;.&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="lv"&gt;$table&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;;
    }
    &lt;span class="r"&gt;public&lt;/span&gt; &lt;span class="r"&gt;function&lt;/span&gt; &lt;span class="fu"&gt;formatBeanID&lt;/span&gt;( &lt;span class="lv"&gt;$table&lt;/span&gt; ) {
        &lt;span class="r"&gt;return&lt;/span&gt; &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;id&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;;
    }
}
&lt;span class="co"&gt;R&lt;/span&gt;::&lt;span class="lv"&gt;$writer&lt;/span&gt;-&amp;gt;setBeanFormatter(&lt;span class="r"&gt;new&lt;/span&gt; &lt;span class="co"&gt;WPBeanFormatter&lt;/span&gt;());&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;From there you can do all your data access through the static R class. The greatest thing about RedBean is that you can write your code before you have even created database tables &amp;ndash; RedBean will detect the data you are saving and create/adjust the tables and columns to fit your data. Once development is finished, you can &amp;lsquo;freeze&amp;rsquo; RedBean preventing it from modifying the database structure. Here is some sample code to save an object:&lt;/p&gt;

&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;&lt;span class="lv"&gt;$product&lt;/span&gt; = &lt;span class="co"&gt;R&lt;/span&gt;::dispense(&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;product&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;);
&lt;span class="lv"&gt;$product&lt;/span&gt;-&amp;gt;name = &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;Super Gadget&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;;
&lt;span class="lv"&gt;$product&lt;/span&gt;-&amp;gt;price = &lt;span class="i"&gt;299&lt;/span&gt;;
&lt;span class="lv"&gt;$product&lt;/span&gt;-&amp;gt;description = &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;A dicer, slicer, fax machine&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;.
                           &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;and coffee maker all-in-one!&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;;
&lt;span class="lv"&gt;$id&lt;/span&gt; = &lt;span class="co"&gt;R&lt;/span&gt;::store(&lt;span class="lv"&gt;$product&lt;/span&gt;);&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;a href="http://redbeanphp.com/" title="RedBeanPHP"&gt;Get RedBean PHP here&lt;/a&gt;.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/redbean-and-wordpress-a-match-made-in-heaven"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/redbean-and-wordpress-a-match-made-in-heaven#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/6rIpAONUW_8" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/1779921/profile2.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5erz4ogwkI0h</posterous:profileUrl>
        <posterous:firstName>Jordan</posterous:firstName>
        <posterous:lastName>West</posterous:lastName>
        <posterous:nickName>jord</posterous:nickName>
        <posterous:displayName>Jordan West</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.jordan-west.com/redbean-and-wordpress-a-match-made-in-heaven</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 27 Sep 2010 22:09:04 -0700</pubDate>
      <title>How to choose a CMS in 4 steps</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/ZjG70T-hC6o/how-to-choose-a-cms-in-4-steps</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/how-to-choose-a-cms-in-4-steps</guid>
      <description>&lt;p&gt;
	&lt;p&gt;For many, choosing a Content Management System (CMS) is a no-brainer - work with what you are familiar with and prefer. However, choosing the right CMS for the &lt;strong&gt;right job&lt;/strong&gt; is very important. There are a few things you need to consider when choosing your content management system.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Who will be using it?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The advantage of a CMS is that it does not require knowledge of coding to change the content displayed. However some CMS interfaces almost need a degree in computer science to understand them.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Make sure that the person for whom you are setting up the CMS can use it easily and isn't put off by the interface.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. How popular is it?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The popularity of a CMS is important simply because a client may want the peace of mind that they can take the project to anybody else to work on it. I recently spoke with a client who had a Dot Net Nuke website and wanted a developer to add some features, only to discover that no developer wanted to touch Dot Net Nuke. She would settle only for Wordpress, probably the most popular CMS available today - due to its popularity amongst developers.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Don't choose a CMS just because you think its nice to develop with. Choose something that other developers can pick up and work with without too much trouble.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Is it extendable?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As a developer, I don't want to waste my time messing around bending the CMS to my will. Instead it should provide interfaces and hooks to allow full customisation of everything. If no custom functionality is required however, its still nice to know that the CMS is extendable if the client decides they want&amp;nbsp;&lt;em&gt; "feature x&lt;/em&gt;" in the future.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Don't lock yourself in to the featureset of the CMS, make sure it is relatively easy to develop with.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Does it do too much?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.joomla.org/"&gt;Joomla&lt;/a&gt; is a very popular CMS as it provides every function imaginable. In other words, it's &lt;em&gt;bloated&lt;/em&gt;. Every Joomla website I have used has been cluttered, confusing and generally just a pain to use. The administration interface is also confusing and not nice to work with.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Don't choose the CMS with the most features! Remember the words of poet Robert Browning and designer Ludwig Mies van der Rohe:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Less is more.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What do I use?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For most websites a custom installation of &lt;a href="http://www.wordpress.org/"&gt;Wordpress&lt;/a&gt; is great. Developing extensions for Wordpress is not so much fun due to its fairly messy codebase, but the huge library of extensions available and the widespread usage of Wordpress makes it a great option.&lt;/p&gt;
&lt;p&gt;For websites which require fairly custom functionality I have been very happy with the recent developments of &lt;a href="http://www.pyrocms.com/" title="PyroCMS"&gt;PyroCMS&lt;/a&gt;. The main advantage of this CMS as a developer is that it is based on the &lt;a href="http://www.codeigniter.com/"&gt;Codeigniter&lt;/a&gt; PHP framework, which many developers are familiar with. In addition PyroCMS provides fairly basic CMS functionality on top of which I can build upon any custom functionality without cluttering the interface with functions irrelevant to the client.&lt;/p&gt;
&lt;p&gt;There is no one CMS that solves every problem, so take the time to choose the right CMS for the right job.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/how-to-choose-a-cms-in-4-steps"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/how-to-choose-a-cms-in-4-steps#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/ZjG70T-hC6o" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/1779921/profile2.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5erz4ogwkI0h</posterous:profileUrl>
        <posterous:firstName>Jordan</posterous:firstName>
        <posterous:lastName>West</posterous:lastName>
        <posterous:nickName>jord</posterous:nickName>
        <posterous:displayName>Jordan West</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.jordan-west.com/how-to-choose-a-cms-in-4-steps</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 21 Apr 2010 05:09:17 -0700</pubDate>
      <title>What's in a good company name?</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/SWQSDEyaymw/whats-in-a-good-company-name</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/whats-in-a-good-company-name</guid>
      <description>&lt;p&gt;
	Although I&amp;#39;ve done some odd web design/development under my own name for a while, now that I&amp;#39;m on a break from uni I&amp;#39;m looking at getting more serious about it. I&amp;#39;d like to be able to expand beyond just working on my own, and enlist other people to help me out when I&amp;#39;m short on time or lack skills in certain areas. To create room to grow, naturally the next step is to start working under a business name.&lt;p /&gt; &lt;b&gt;But what goes into a good name?&lt;/b&gt;&lt;br /&gt;It seems there are tens of thousands if not millions of design agencies out there. Every time I think of a great name, I type it into google only to discover a design firm has already taken it. Image association is important in a name - especially if the image can be emotional. My favourites are those that inspire images of freshness, crispness, meadows, hills and bright sunny days - and this is what I would like my business name to reflect.&lt;p /&gt;&lt;b&gt;Think of the logo&lt;/b&gt;&lt;br /&gt;Every time I come up with a name, I try to think of a basic idea of a logo to go with it. Think McDonalds - I bet you immediately imagine the golden arches. Think BP (British Petroleum) and you probably now have that image of a big green flower in your mind (sneaky psychological move to appear green on their part). These image associations help the companies stick in your mind and create brand awareness and familiarity.&lt;p /&gt;  &lt;b&gt;Make it meaningful&lt;/b&gt;&lt;br /&gt; The name should immediately give an idea of what the business does. Most firms seems to go with abstract names then add the word &amp;#39;designs&amp;#39;. I think this is great - one word to inspire imagination and one word to explain what they do. Abstract names are also very Web 2.0 :)&lt;p /&gt;  &lt;b&gt;Make it memorable&lt;br /&gt; &lt;/b&gt;If the name is too abstract, people will be struggling to remember the name while they are sitting in front of a blank search box. If its too generic, it will be hard to distinguish yourself from others and appear somewhat original.&lt;p /&gt;What qualifications do I have on this topic? None at all, apart from watching &lt;a href="http://www.ted.com/"&gt;TED talks&lt;/a&gt; and reading blogs. I&amp;#39;m just writing this for something else to do because I can&amp;#39;t think of a good name :D
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/whats-in-a-good-company-name"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/whats-in-a-good-company-name#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/SWQSDEyaymw" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/1779921/profile2.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5erz4ogwkI0h</posterous:profileUrl>
        <posterous:firstName>Jordan</posterous:firstName>
        <posterous:lastName>West</posterous:lastName>
        <posterous:nickName>jord</posterous:nickName>
        <posterous:displayName>Jordan West</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.jordan-west.com/whats-in-a-good-company-name</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 22 Mar 2010 09:06:34 -0700</pubDate>
      <title>One Photo A Day</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/r1nWSYWe_Dk/one-photo-a-day</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/one-photo-a-day</guid>
      <description>&lt;p&gt;
	I'm trying a new project - taking a photo and posting it online every day. Thanks to posterous, it's easy. It will serve two purposes: &lt;br /&gt;- Providing a visual journal of my life. &lt;br /&gt;- Giving me a chance to play with and practice photography... with a below average camera - a mobile phone camera. &lt;p /&gt; The photos will be posted to &lt;a href="http://onephoto.posterous.com/"&gt;http://onephoto.posterous.com/&lt;/a&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/one-photo-a-day"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/one-photo-a-day#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/r1nWSYWe_Dk" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://blog.jordan-west.com/one-photo-a-day</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 21 Mar 2010 07:25:35 -0700</pubDate>
      <title>Stress and Productivity [Leaving Japan, Reflections. Part 1]</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/R2W0SJeScTs/stress-and-productivity-leaving-japan-reflect</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/stress-and-productivity-leaving-japan-reflect</guid>
      <description>&lt;p&gt;
	&lt;b&gt;8 days left.&lt;/b&gt;&lt;p /&gt;This year has been very different than I expected. I didn&amp;#39;t achieve as much as I planned in some aspects, but beat my expectations in others. More importantly I changed as a person. I realised some fundamental things about myself, life and working.&lt;p /&gt; The first thing I realised is that doing nothing is not as awesome as it sounds. Workwise, this year was not very challenging which left me with a lot of free time. But even with an exotic country to explore (and oh I explored!), there was something missing - some purpose. I reassured myself in knowing I was here to improve my Japanese. But I haven&amp;#39;t had much opportunity to make progress in my life with real, useful things.&lt;p /&gt; I think doing nothing also decreases motivation to do fun things- and makes you enjoy things less. The old adage &amp;#39;work hard, play hard&amp;#39; definitely applies here, and I think is an integral part of Japanese society. If you are satisfied with work you&amp;#39;ve done, you can relax and not feel guilty when playing while at the same time feeling satisfied that you have made progress.&lt;p /&gt; The people getting most out of life are not always slacking and messing around, but they are making some kind of progress. To some people this is beating their own records (athletes), to some people it is making a difference in the world. It seems everybody who is happy with life has one thing in common - they enjoy their &amp;#39;work&amp;#39;.
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/stress-and-productivity-leaving-japan-reflect"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/stress-and-productivity-leaving-japan-reflect#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/R2W0SJeScTs" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/1779921/profile2.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5erz4ogwkI0h</posterous:profileUrl>
        <posterous:firstName>Jordan</posterous:firstName>
        <posterous:lastName>West</posterous:lastName>
        <posterous:nickName>jord</posterous:nickName>
        <posterous:displayName>Jordan West</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.jordan-west.com/stress-and-productivity-leaving-japan-reflect</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 19 Mar 2010 07:46:57 -0700</pubDate>
      <title>Random thought: Stress</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/gwL2EL5URKE/random-thought-stress</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/random-thought-stress</guid>
      <description>&lt;p&gt;
	Maybe stress occurs only when you dont enjoy what you are doing. When you stay on top of your work or even get ahead, do feel stressed? Or satisfied that you are ahead of your work?
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/random-thought-stress"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/random-thought-stress#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/gwL2EL5URKE" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://blog.jordan-west.com/random-thought-stress</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 18 Mar 2010 09:39:20 -0700</pubDate>
      <title>Trying out Posterous</title>
      <link>http://feedproxy.google.com/~r/jordwest/~3/ZMFRw1RFIB0/trying-out-posterous-427</link>
      <guid isPermaLink="false">http://blog.jordan-west.com/trying-out-posterous-427</guid>
      <description>&lt;p&gt;
	Just thought I&amp;#39;d check out the potential of Posterous, maybe it will get me back into blogging?
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.jordan-west.com/trying-out-posterous-427"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.jordan-west.com/trying-out-posterous-427#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jordwest/~4/ZMFRw1RFIB0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/1779921/profile2.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5erz4ogwkI0h</posterous:profileUrl>
        <posterous:firstName>Jordan</posterous:firstName>
        <posterous:lastName>West</posterous:lastName>
        <posterous:nickName>jord</posterous:nickName>
        <posterous:displayName>Jordan West</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.jordan-west.com/trying-out-posterous-427</feedburner:origLink></item>
  </channel>
</rss>

