<?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>Emersian</title>
	<atom:link href="http://emersian.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://emersian.com</link>
	<description>An Emersian Blog</description>
	<lastBuildDate>Mon, 13 Apr 2009 12:38:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The homepage impact</title>
		<link>http://emersian.com/62/the-homepage-impact/</link>
		<comments>http://emersian.com/62/the-homepage-impact/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:38:57 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://emersian.com/62/the-homepage-impact/</guid>
		<description><![CDATA[For a second let us pretend that Twitter and friendfeed are dead even when it comes to features. You are a visitor who is trying to see what the geek hype is with these sites and this is what you see:


Which one seems more appealing? Which one gets to the gist of what you are [...]]]></description>
			<content:encoded><![CDATA[<p>For a second let us pretend that <a href="http://twitter.com/">Twitter</a> and <a href="http://friendfeed.com/">friendfeed</a> are dead even when it comes to features. You are a visitor who is trying to see what the geek hype is with these sites and this is what you see:</p>
<div class="screenshot_full screenshot"><a href="http://friendfeed.com/"><img src="/img/ff_home.jpg" title="Friendfeed homepage" /></a></div>
<div class="screenshot_full screenshot"><a href="http://twitter.com/" title="Twitter homepage"><img src="/img/twitter_home.jpg" title="Twitter home" /></a></div>
<p>Which one seems more appealing? Which one gets to the gist of what you are doing on the site? Which one would you sign up for? </p>
<p>And hell I don&#8217;t even like the Twitter homepage that much, but come on Friendfeed, it is like you aren&#8217;t even trying. Don&#8217;t hire the designer taking CC classes in Photoshop and learning about reflection and gradients. Get one of your smart engineers who can&#8217;t even design and doesn&#8217;t own Photoshop and tell him just to make something easy.</p>
<p>Twitter just gives the appearance of being a more fun place to be. <a href="http://facebook.com/">Facebook</a> is clean like Friendfeed, but it has a tighter design. A more professional feeling. Friendfeed is stuck in the design ghetto trying to look appealing, but also easy. </p>
<p>Yes, sometimes it just comes down to your features. Yes, many sites excel in spite of their design. When I go to a site I don&#8217;t expect design gallery quality, but I also don&#8217;t want to run away. I have visited Friendfeed many times since it launched and have maybe used it once. I just can&#8217;t do it with the design they have. Sorry guys.</p>
<p>Okay now you can go back to realizing the world isn&#8217;t fair and all sites aren&#8217;t created equal.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/62/the-homepage-impact/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why I code mostly from scratch</title>
		<link>http://emersian.com/60/why-i-code-mostly-from-scratch/</link>
		<comments>http://emersian.com/60/why-i-code-mostly-from-scratch/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 05:10:33 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://emersian.com/?p=60</guid>
		<description><![CDATA[It all started with the last version of 9rules. I stripped all of the old code away and started from scratch. Now usually this is a recipe for disaster, but the old code had become so convuluted and I was jumping through hoops just to make a small change that I figured it would be [...]]]></description>
			<content:encoded><![CDATA[<p>It all started with the last version of <a href="http://9rules.com/">9rules</a>. I stripped all of the old code away and started from scratch. Now usually this is a recipe for disaster, but the old code had become so convuluted and I was jumping through hoops just to make a small change that I figured it would be best to start anew. Besides, so much of the code wasn&#8217;t used due to it being based off of <a href="http://wordpress.org/">WordPress</a> that it was top heavy. Sure it was usable and I could get things done, but it wasn&#8217;t code that I was confident in saying I knew 100%.</p>
<p>When I sat down and thought about how the code for the new 9rules was going to be laid out I was suprised at how simple it really was compared to the old code. What previously took days/weeks to code was done in a couple of hours. WordPress was great before, but starting from scratch with code that I knew because I was creating it went so much faster. This example shows a huge problem that I am starting to see on the web today.</p>
<p>With so many open source solutions and frameworks out there, many web developers are getting away with using code that is created by others to complete projects. Now I am not saying you shouldn&#8217;t use a solution that is already coded for you, but many times you will see that projects are pieced together from solutions found all over the web. The only reason the new 9rules was developed so quickly was because I used <a href="http://simplepie.org">SimplePie</a> for my RSS needs. Coding that myself would&#8217;ve made the development time at least 5x longer.</p>
<p>When I begin a project I can easily think of ways that I could use WordPress or some other open source tool and twist it around enough to get what I want, but that isn&#8217;t always the best way. Developers love <a href="http://rubyonrails.org/">Ruby on Rails</a> because it is great at what it does, but how many of these developers are truly proficient at <a href="http://ruby-lang.org/">Ruby</a>?</p>
<p>If there comes a time where I use <a href="http://cakephp.org/">CakePHP</a> on a project I am confident in doing so because I believe I know my way around PHP. I just don&#8217;t like working with code that I don&#8217;t understand. Before I mentioned using SimplePie, but just because I used it that didn&#8217;t mean I didn&#8217;t take the time to study the code to get a basic understanding of how it worked. Hell, I even found a bug in a previous version that I had to fix. Can&#8217;t trust everything you download you know.</p>
<p>All my projects use the database connection class found in WordPress and <a href="http://bbpress.org">bbPress</a> because I would hate to have to code that stuff up every single time I start something. I know the class inside out though and because of that I can make changes if I feel the need.  When searching for a contact form script for <a href="http://bullieboard.com/">BullieBoard!</a> I came across a great one that intrigued me, but I spent so much time fiddling around with it trying to make it work the way I wanted to that I gave up and quickly coded up my own.</p>
<p>I guess you have to sit down and look at the time difference it takes to learn pre-written code or a framework versus simply doing it on your own. I just feel more comfortable with the knowledge that I know the code inside out so when it comes time to fix it or refactor I can simply dive right in. By no means am I discouraging the use of frameworks. I plan to take the time myself to learn one of the popular PHP frameworks out there today, but I don&#8217;t think developers should be doing so without knowledge of the language they are working in.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/60/why-i-code-mostly-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next great social thing</title>
		<link>http://emersian.com/58/the-next-great-social-thing/</link>
		<comments>http://emersian.com/58/the-next-great-social-thing/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 09:16:05 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://emersian.com/?p=58</guid>
		<description><![CDATA[We all know Twitter is the next great thing. I have my account and a couple other accounts there. You know where else I have accounts at that were all the next great thing?

MySpace
Facebook
Hi5
Tagged
Virb
Last.fm
Blip.tv
Ustream
Digg
Reddit
Flickr
Stuff on Yahoo
Stuff on Google
Stuff on MSN
Stuff on AOL

The reason I made this list is because I have come to the understanding [...]]]></description>
			<content:encoded><![CDATA[<p>We all know <a href="http://twitter.com/">Twitter</a> is the next great thing. I have <a href="http://twitter.com/scrivs">my account</a> and a couple other accounts there. You know where else I have accounts at that were all the next great thing?</p>
<ul>
<li>MySpace</li>
<li>Facebook</li>
<li>Hi5</li>
<li>Tagged</li>
<li>Virb</li>
<li>Last.fm</li>
<li>Blip.tv</li>
<li>Ustream</li>
<li>Digg</li>
<li>Reddit</li>
<li>Flickr</li>
<li>Stuff on Yahoo</li>
<li>Stuff on Google</li>
<li>Stuff on MSN</li>
<li>Stuff on AOL</li>
</ul>
<p>The reason I made this list is because I have come to the understanding that nothing is forever. I am sure you know that, but too often we treat the next great thing as being indispensable when in reality we move on more often than we think. Now I do wish I had a site that last with me through the last decade and maybe I have finally nailed down a couple that will, but everything else has always been a passing fad.</p>
<p>This is something to keep in mind as well if you are basing your business around these sites. Your business could last just as long as they can, but that doesn&#8217;t mean the people will still be around for you.</p>
<p>Here are some other things that I have acquired and released over the years:</p>
<ul>
<li>tens of emails</li>
<li>tens of IM accounts</li>
<li>phone numbers</li>
<li>addresses</li>
<li>friends</li>
<li>blogs</li>
</ul>
<p>Life goes on. Too much of what we encounter is fleeting. I am sure there is a better message hidden somewhere here that I am not relaying so I will leave it to you to find it.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/58/the-next-great-social-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The online brand of You</title>
		<link>http://emersian.com/55/the-online-brand-of-you/</link>
		<comments>http://emersian.com/55/the-online-brand-of-you/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 21:02:02 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://emersian.com/55/the-online-brand-of-you/</guid>
		<description><![CDATA[A couple of weeks ago I noticed that almost every service I use allows me to post an avatar to identify myself. Then I noticed that almost everyone uses an avatar that is a picture of themselves and that many times these avatars change every couple of weeks. Then I realized that many of the [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I noticed that almost every service I use allows me to post an avatar to identify myself. Then I noticed that almost everyone uses an avatar that is a picture of themselves and that many times these avatars change every couple of weeks. Then I realized that many of the people that I follow or friend or whatever I have to double check who they are because their avatar doesn&#8217;t really tell me anything. Then I realized that is silly.</p>
<p>I needed a logo.</p>
<p>Why? Well because I am a brand myself and to be honest I want to stand out from the millions of other people we follow online. I mean have you ever seen a Twitter client&#8217;s interface? Here is a screenshot of mine.</p>
<div class="screenshot screenshot_full"><img src="/img/tweet_deck.png" title="Tweetdeck screenshot" /></div>
<p>I could probably tell you who each of these people are, but it would take a couple of seconds of thought. Ignoring my twat at the top all of these avatars make my mind go hmm for second and I probably wouldn&#8217;t recognize them in other places. We care so much about being a presence online and yet we aren&#8217;t taking the time to make sure our presence is recognized. Ever been to a bar/club/party and felt like people wouldn&#8217;t know if you were even there? That is 99% of us online. I&#8217;m not saying everyone wants to be a superstar, but if you spend enough time online you know you have put time and effort into something. I can&#8217;t say what that something is for you, but damn if my presence is the guy who changes his avatar every once in a while.</p>
<p>Sure not everyone needs a logo and not everyone will want one, but with over 6 billion people in the world wouldn&#8217;t it be cool to have a &#8220;shield&#8221; representing you? Okay maybe not that cool for you, but I thought it would be cool for me because these are the things I think of when I am laying on the beach watching the sun set.</p>
<p>Now I had to go and find a logo for myself that I can use in many places. I needed something simple yet powerful. So I went into the graphics program and played with fonts and I found many cool ones to work with. Now did I want my logo to be &#8216;Paul Scrivens&#8217; or &#8216;Scrivs&#8217;? Well I am Scrivs basically everywhere I go, even in real life so I might as well continue that trend. Besides one name personas are much cooler than two name personas. So Scrivs it was, but every logo I tried with &#8216;Scrivs&#8217; just didn&#8217;t scale well. As you should know if you are going to create a logo, create one that scales at different sizes and in grayscale.</p>
<p>I guess the next logical step then was to simply go with the letter &#8217;s&#8217;. This is risky because someone might own the letter &#8217;s&#8217; already, but nobody that I knew of. Then I thought of how Superman had the letter &#8217;s&#8217; and that made it kind of cool so I knew I had to go with it because I am the 9th cousin of Superman so it only made sense to carry on the family legacy.</p>
<p>After all of this thinking, which in reality only took about 13 minutes I came up with this.</p>
<div class="screenshot screenshot_full"><img src="/img/s_200.png" title="Scrivs logo" /></div>
<p>And so this is what I use on <a href="http://www.facebook.com/profile.php?id=5006567">Facebook</a> and <a href="http://twitter.com/scrivs">Twitter</a> and will use in whatever future attempts of online domination I attempt. This of course could be an exercise in futility, but I like the idea of it. I think it gives me a better identity online than what my past avatars were and allows me some consistency. A pic of mine in some capacity would be more personal, but I don&#8217;t like the pics I have and how they would relate to my new logo/shield so this is where I stand now.</p>
<p>At least <a href="http://twitter.com/zeldman/status/1433745197">@zeldman likes it</a>.</p>
<blockquote><p>
@scrivs Lovin&#8217; that avatar, chief.
</p></blockquote>
<p>If you have a consistent identity online or know of anyone else that does I would love to see them.</p>
<p><strong>UPDATE:</strong> Dan Benjamin likes the idea of <a href="http://hivelogic.com/articles/view/why-your-avatar-matters">faces being used</a> and I understand his point of view, but in the long term faces change. And a shield will always be cooler than my face.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/55/the-online-brand-of-you/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Now is the best time, not &#8216;now&#8217;</title>
		<link>http://emersian.com/53/now-is-the-best-time-not-now/</link>
		<comments>http://emersian.com/53/now-is-the-best-time-not-now/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 04:26:53 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://emersian.com/?p=53</guid>
		<description><![CDATA[Over the past couple of months I have come across a number of articles saying how right now is the best time to start a business. What these articles are referring to is this economic climate is the best time to start a business. To me that is complete garbage. Because jobs are tight and [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of months I have come across a number of articles saying how right now is the best time to start a business. What these articles are referring to is this economic climate is the best time to start a business. To me that is complete garbage. Because jobs are tight and money is tight then that must mean that the best ideas happen today? I don&#8217;t think so. If starting a company is about making enough money to support yourself and stay afloat it seems ridiculous to assume this is the type of economy you would want to do it in.</p>
<p>However, I do say that right now is the best time and when I say &#8216;now&#8217; I mean whenever you feel the urge. The second you are reading this could be right now and 10 years from today could be right now for you. Now is always the best time no matter what the climate, but each climate is the best for different reasons. Matter of fact why don&#8217;t you try to start a company that isn&#8217;t dependent on the what economic climate you are in. Waste management companies played it smart here.</p>
<p>Now is a good time because maybe you really need to start something on the side to help support yourself and your family. Now is a good time because maybe you won&#8217;t copy other ideas you see around the web because now you are starting to understand that many businesses fail. When the world was happy with all their money how often did we see a copycat of a copycat spring up? Now you see people are a bit more careful with what they launch with and this is a good thing. Of course the cycle will go back to copycats eventually, but for now the people who wish to innovate will stand out in a year or two.</p>
<p>Two years ago if you started a company it was much easier to get money than it is now. Now you have to prove yourself a bit more and nothing is wrong with that, unless you were hoping to get easy money. So for many people maybe two years ago was the best time to start a company. Maybe two years ago when they still had a job to support themselves was the best time. Maybe now they have no job or way to survive so now isn&#8217;t the best time to take a chance.</p>
<p>The problem with assuming that this climate is the best to start a company is that you will read it from people who tell the story of how their company was started during the last bust. It worked out for them and as with anything else in business it doesn&#8217;t mean it will work out for you. As we know sometimes things just fall into place and sometimes they don&#8217;t. Maybe you start a company now and it doesn&#8217;t really show signs of life until the economy picks up. Who knows.</p>
<p>I can tell you that now will always be the best time to start because we have enough times in our life where we look back and wish we did it earlier. If anything, start now so you don&#8217;t regret the next now.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/53/now-is-the-best-time-not-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big ideas from small tasks</title>
		<link>http://emersian.com/51/big-ideas-from-small-tasks/</link>
		<comments>http://emersian.com/51/big-ideas-from-small-tasks/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:52:16 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://emersian.com/?p=51</guid>
		<description><![CDATA[What do these sites have in common?

Craigslist
Facebook
Yahoo

They are all large and successful sites that help their users complete a number of tasks. There are a ton of competitors that go after these specific sites and look at what they have to offer and say they can offer everything they offer and more. In fact, they [...]]]></description>
			<content:encoded><![CDATA[<p>What do these sites have in common?</p>
<ul>
<li><a href="http://craigslist.org">Craigslist</a></li>
<li><a href="http://facebook.com">Facebook</a></li>
<li><a href="http://yahoo.com">Yahoo</a></li>
</ul>
<p>They are all large and successful sites that help their users complete a number of tasks. There are a ton of competitors that go after these specific sites and look at what they have to offer and say they can offer everything they offer and more. In fact, they can do it better. The problem is there has to be something blatantly wrong with these sites for a competitor to match them feature-for-feature and take their customers.</p>
<p>The flaw in this logic is you probably can do everything your competitor can do, but how much better can you really do all of that stuff? Wouldn&#8217;t it be easier to simply do one thing better than them and become the focus of that?</p>
<p>For example, what do these sites have in common?</p>
<ul>
<li><a href="http://bullieboard.com/">BullieBoard!</a></li>
<li><a href="http://twitter.com/">Twitter</a></li>
<li><a href="http://google.com/">Google</a></li>
</ul>
<p>They all do something that the first three sites do, but they made that their focus. They found one task that they felt they could do a lot better than their competition (whether they were actually thinking of the competition or not) and they are succeeding. Now whether that is how they methodically planned it out I am not sure, but that is how it turned out for them.</p>
<p>The premise behind <a href="http://bullieboard.com/">BullieBoard!</a> had been in my head for a very long time. I always wanted a site that could show me the clubs and bars in <a href="http://bullieboard.com/813/tampa/" title="Bars, clubs and parties in Tampa">Tampa</a> and what they had going on tonight. I could never find it. My original ideas were very similar to what <a href="http://clubplanet.com/">Club Planet</a> offered in its select cities. For one reason or another I never went through with the idea.</p>
<p>Then this year while sitting at a bar with a friend of mine we began discussing the idea of the site again. All of these great features came up, club reviews, user profiles, pictures, music, etc. Now when you drink and discuss ideas they start to become really good ideas in your head. When I got home I looked at sites that offer such things and although none of them were great in my mind, they did the job.</p>
<p>Something kept bugging me about the sites though and that was the fact I couldn&#8217;t just see what is happening tonight. There was so much clutter and useless information that trying to plan my night became a chore. I realized that all I ever wanted was a site that told me what is happening tonight. So simple.</p>
<p>So now instead of a super club social network, I was having dreams of an event site. However, those used to be a dime a dozen during the first dotcom boom so I had to go out and see what they offered. They certainly did the task of letting me know the events happening in Tampa, but the problem was they let me know almost every event that was happening in Tampa. It could be a simple meetup at a restaurant or a bridge tournament in a bingo parlor. You had to know exactly what you were looking for, search for it and pray you got the right results. A ton of great features were added to these events, but nothing I would use.</p>
<p>If I was going to create an event site that did what I wanted I was going to have to do it myself. A problem arose though. I remembered Craigslist had a section for community events. Well that was just a giant clusterfuck of everything under the sun, but I did take away a few lessons from Craigslist so it wasn&#8217;t completely useless.</p>
<p>I can&#8217;t outdo <a href="http://upcoming.yahoo.com">Upcoming</a>, <a href="http://eventful.com/">Eventful</a> or Craigslist by doing everything they do. I can only do what my main focus is to the best of my abilities and I just need that to be a ton better than those sites and I am succeeding. </p>
<p>So if you are creating a product or service and looking at the competition don&#8217;t setup a spreadsheet to see what features you can match them with, see what features you don&#8217;t care about that they have, scratch them off and go from there. Look at the couple of features you offer and make those killer. That is how you will change the game.</p>
<p>I would love to hear some other examples that you can think of where a competitor took what the competition did and stripped it away.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/51/big-ideas-from-small-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I like procedural programming</title>
		<link>http://emersian.com/49/i-like-procedural-programming/</link>
		<comments>http://emersian.com/49/i-like-procedural-programming/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:39:38 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://emersian.com/49/i-like-procedural-programming/</guid>
		<description><![CDATA[Let me start by saying I know all about Object-Oriented Programming and its benefits. This is not me dissing it or putting it down. It has its place in many of the projects that get done across the world. However, there is too much emphasis on it to the point where people feel that procedural [...]]]></description>
			<content:encoded><![CDATA[<p>Let me start by saying I know all about Object-Oriented Programming and its benefits. This is not me dissing it or putting it down. It has its place in many of the projects that get done across the world. However, there is too much emphasis on it to the point where people feel that procedural programming is no longer functional for them anymore.</p>
<p>Many times I simply want to code something up and push it out to see how it does (another great aspect of PHP). In doing so I get to see what I like and dislike. There is no design planning. There is no time making sure that my methods are attached to the right objects. If I need to accomplish a task on a page a quick function will do.</p>
<p>But what happens on the larger projects I work on? Surely this approach can&#8217;t work. You know what? It actually does because my procedural code is so close to object-oriented anyways that most of the time all it involves to make the conversion is to wrap my functions in an object. In fact most of the time my code is a mix and match of procedural and OOP. I use a DB object to handle all my SQL needs, but it might be wrapped in a simple procedural function.</p>
<p>My code is easy to look at, I never get lost in it and I can always return to it and know exactly where I left off. Maybe I&#8217;m not launching missles with my code, but I like to think I do enough to know when its just fine to do some procedural programming. Don&#8217;t be so quick to jump onboard of what the experts feel is best. Most of the time you have to feel your own way around and if the best advice you get is to release early, release often, then find what method allows you to do that while still pumping out great code. Great code will always be great code.</p>
<p>(If you are heavy into frameworks ignore all the above and focus on your objects. And I have done many projects that are great examples of OOP, this applies more to my mini-projects.)</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/49/i-like-procedural-programming/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Beauty in limitations</title>
		<link>http://emersian.com/48/beauty-in-limitations/</link>
		<comments>http://emersian.com/48/beauty-in-limitations/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 16:58:52 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://emersian.com/48/beauty-in-limitations/</guid>
		<description><![CDATA[I came across an article today: 10 Features That Will Make Twitter Better. I know, I know, not another Twitter article, but this article got me to thinking of how wonderful things can come from limitations. Twitter is all about limits. You can only type a message with 140 chars. You can only reply to [...]]]></description>
			<content:encoded><![CDATA[<p>I came across an article today: <a href="http://sixrevisions.com/web_design/10-features-that-will-make-twitter-better/">10 Features That Will Make Twitter Better</a>. I know, I know, not another <a href="http://twitter.com/">Twitter</a> article, but this article got me to thinking of how wonderful things can come from limitations. Twitter is all about limits. You can only type a message with 140 chars. You can only reply to one person at a time. Those are the two major limitations and yet look at how many different ways people are using Twitter.</p>
<p>Now the article linked above gives a good list of suggestions for users. But to be honest Twitter itself doesn&#8217;t need those. Twitter has everything it needs already, this doesn&#8217;t mean all of its users have everything they want, but that isn&#8217;t the point. When people use any type of system enough, they will begin to find workarounds to enhance the system for themselves.</p>
<p>Game consoles last for years with the same technology because developers better understand the limits of the system over time and therefore know how to push those limits further. </p>
<p>How many different ways do you really use a telephone? I&#8217;m not talking about the super phones like an iPhone, I mean just the basic telephone service. How often do you find yourself making conference calls? How often do you find yourself dialing 411? How often do you need to *69? The basic premise behind the phone hasn&#8217;t changed in a century because it has worked well within its limits. You use it to call one person. That&#8217;s it. Make and receive calls. Now you can add a thousand features around that, but that doesn&#8217;t mean a phone company needs to do so. People will find their own workarounds for it. Although I&#8217;m sure I have three-way calling I have no problem calling one friend and then calling another one after to relay some information.</p>
<p>How many features have been added to email? IM? IRC? Hell, Linux itself is a kernel and nothing more, but users have found ways to work with just the kernel and build out whatever solutions they need. Too often we assume that limits mean we are limiting the potential of something, but in reality you might possibly be enhancing what can be done with a system because people understand the boundaries they need to work within.</p>
<p>I will admit there are times I use Twitter and think how nice it would be to have X feature, but it is never anything I am dying to have or prevents me from using it. As long as you have created a product or service that people use enough and haven&#8217;t limited their ability to use it effectively then you have done your job. You have to understand that every specific person will each have their own set of specific features they want implemented in a system. Catering to them all is silly. The more you add to your own system, the harder you make it for yourself to maintain so if anything keep it simple for selfish reasons.</p>
<p>Sure the explanation of how something works can be complex, but there is never a reason for a system that a person uses to be complex. Complexity leads to mistakes and mistakes are ugly. Limiting a system is more difficult than simply blinding creating one. Holding back is against human nature especially when we come up with a million ideas to add to something. Find your boundaries and stay within them and you will eventually find something beautiful inside.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/48/beauty-in-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Social Media Expert?</title>
		<link>http://emersian.com/45/what-is-a-social-media-expert/</link>
		<comments>http://emersian.com/45/what-is-a-social-media-expert/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 08:24:34 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://emersian.com/?p=45</guid>
		<description><![CDATA[This question has been bothering me for a good six months now. It bothers me even more now that I am trying to utilize my Twitter account to its maximum capabilities. I am not sure what exactly is a social media expert and what exactly it is they do. They remind me of the &#8220;probloggers&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>This question has been bothering me for a good six months now. It bothers me even more now that I am trying to utilize <a href="http://twitter.com/scrivs/" title="Scrivs's Twitter Account">my Twitter account</a> to its maximum capabilities. I am not sure what exactly is a social media expert and what exactly it is they do. They remind me of the &#8220;probloggers&#8221; that sprouted when blogging was beginning to hit the big time. All they really did was give you advice on how to blog and all of the advice was common sense and got repeated over and over again. They didn&#8217;t really do any good in the world.</p>
<p>Now we have social media experts that do&#8230;see I don&#8217;t know what they do. From what I gather they find a site that uses social features and say &#8220;company X needs to better utilize site Y.&#8221; Is that how it goes? Or maybe you have to sound surprised when you find that &#8220;company D isn&#8217;t up to par with the world since they are not on Facebook or Twitter.&#8221; Seriously, I have the feeling that anyone can be a social media expert.</p>
<p>Let&#8217;s see what would happen if I walked into a business and they were paying me to consult them on social media. I guess this is what I would tell them:</p>
<ul>
<li>Create a Facebook group and page and use it to connect with people.</li>
<li>Create a Twitter account and use it to talk to people and let people know about your company.</li>
<li>Say nice things and keep track of what people are saying to you.</li>
<li>Be consistent, don&#8217;t disappear for months.</li>
<li>Be honest, don&#8217;t pretend you can outsmart the public.</li>
<li>???????
<li>Profit.</li>
</ul>
<p><a href="http://www.chrisbrogan.com/what-i-want-a-social-media-expert-to-know/">Chris Brogan</a> used to call himself one, but I guess now he simply says he advises companies on how to use social media tools. Is <a href="http://redcouch.typepad.com/weblog/">Shel Israel</a> one because he covers all things social media? If he is that is kind of scary considering what happened to him last year. <a href="http://moblogsmoproblems.blogspot.com/">Mack Collier</a> is considered a bigshot in the social media world I hear, but he can&#8217;t even get his blog off of blogspot? <a href="http://wayne-sutton.com/">Wayne Sutton</a> talks a lot about social media and even calls himself a social media &#038; technology strategist, but looking at his site I see links to places that don&#8217;t even exist anymore (pownce and magnolia for example). <strong>UPDATE:</strong> Wayne has completely redesigned his site and removed the links that I was pointing out. Not sure how much of a coincidence this is.</p>
<p>I have no issues with these guys (keeping doing your thing fellas) and from what I gather they are all extremely nice people, but I just don&#8217;t understand exactly what all of them are supposed to be doing. As humans we have been social since the beginning of our existence so it is not a new science. The only thing new here is the technology and to be honest it isn&#8217;t that much different.</p>
<p>Ever been to a party and people seem to gather around one individual? Why is that? Well usually because the person is interesting. Want people to follow you on Twitter? Guess what? Be interesting.</p>
<p>Ever been in a relationship where either you lied or the person you were with lied? How did that turn out? Not good. Want people to respect your company and follow you on Twitter and other &#8220;crazy social media realms&#8221;? Guess what? Be honest.</p>
<p>I&#8217;m hoping that someone can come here and clue me in because I really am interested to know what separates these people from the rest of the world. An expert designer is different than me because he designs a million times better than I do. An architect knows how to design buildings and I don&#8217;t. A heart surgeon can perform a triple bypass and I can&#8217;t. A social media expert can&#8230;stare at his Twitter feed longer than I can?</p>
<p>And please don&#8217;t tell me the answer is they know how to get people to follow them. Anyone can do that if that is their main goal by using age old marketing techniques. If the answer is they talk more than others then maybe you got me there. I just don&#8217;t feel like I am missing something that the rest of the world is getting so hopefully you can help me out.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/45/what-is-a-social-media-expert/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>The Evolution of BullieBoard!</title>
		<link>http://emersian.com/40/the-evolution-of-bullieboard/</link>
		<comments>http://emersian.com/40/the-evolution-of-bullieboard/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 09:13:35 +0000</pubDate>
		<dc:creator>Paul Scrivens</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://emersian.com/?p=40</guid>
		<description><![CDATA[I wanted to share with you the notes I was making when I was thinking of BullieBoard! and what it would become. As you will see it started off as a complex idea that got whittled down to a simple listing of events. The main thing to keep in mind here was that I had [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to share with you the notes I was making when I was thinking of <a href="http://bullieboard.com/" title="Parties, Events, Clubs at BullieBoard!">BullieBoard!</a> and what it would become. As you will see it started off as a complex idea that got whittled down to a simple listing of events. The main thing to keep in mind here was that I had to find the problem I was trying to solve and once I found it, stay focused on only that.</p>
<p>Here is a listing of data that I figured would occur on two separate pages on the site. I like to list all the information that I can use on a page and narrow down what will actually get used from there. I wasn&#8217;t trying to create the next <a href="http://yahoo.com">Yahoo</a> so large schemas and IA diagrams were not needed.</p>
<div style="float: left; width: 48%; margin-right: 2%; "><strong>Venue Profiles</strong>
<ul>
<li>Calendar</li>
<li>Dress code</li>
<li>Music</li>
<li>Cover</li>
<li>Drink prices</li>
<li>Bottle prices</li>
<li>Table reservations</li>
<li>Address</li>
<li>Phone number</li>
<li>Reviews</li>
<li>URL</li>
<li>Accepts VIP cards</li>
<li>Name</li>
<li>Pictures</li>
<li>Description</li>
</ul>
</div>
<div style="float: left; width: 48%; margin-left: 2%; "><strong>User Profiles</strong>
<ul>
<li>Music</li>
<li>Favorites clubs</li>
<li>Schedule</li>
<li>VIP</li>
<li>Name</li>
<li>Address</li>
<li>Birthday</li>
<li>Email</li>
<li>Username</li>
<li>Picture</li>
</ul>
</div>
<p><br clear="all" /></p>
<p>Now before I go into these lists, take a quick glance at them and imagine the form that people would have to fill out just to complete these profiles. Seems like a hassle to me and if I don&#8217;t want to do it, why should I expect users of the site to want to? The more I looked at the list the more I realized I didn&#8217;t care about most of this information. I really just wanted to know what was going on tonight in my area.</p>
<p>Users? It didn&#8217;t matter to me who was using the site, just as long as people were using it for the same reason I liked using it. Did I really need to know what their favorite music was? Did I even need them to login for some reason? Nope. Well that took care of user profiles so I didn&#8217;t have to worry about that page at all. Not saying logins won&#8217;t come into effect at some point in the future, but at this moment I just didn&#8217;t see a need for party people to have to login and keep track of another account of their&#8217;s on the web.</p>
<p>Moving on to the clubs, I just continued to think about the form. That form just seems like it would be stupid to fill out and considering how different every venue is why not just focus on what they all have in common? Every venue has a name, address and hopefully some type of description. Those are three fields that are definitely needed and just to help users out a bit more I figured a URL and phone number would provide a way to contact the venue. Looking at the <a href="http://www.bullieboard.com/v/335/louis/">Club Profile</a> list we went from 15 lines to 5 and the beauty of the description field is that they can provide the rest of the information in there if they want to or not.</p>
<p>I was starting to feel good about what I was coming up with at this point and presented the idea to two of my friends who use club sites. Their first reactions were similar and they wanted to know where the reviews were at and the pictures. When I told them I wouldn&#8217;t have them they kind of just looked at me waiting for the reasoning. I asked them if they needed that kind of stuff to see what was going on tonight. Of course the answer was no. Sure they are cool &#8220;features&#8221; to have, but not needed, so why add them? Other sites can take care of that stuff.</p>
<p>So what exactly would the site have? I told them already, a listing of what is going on tonight because that is what I want to see. I want to go somewhere that I don&#8217;t have to file through tons of garbage just to find out if the club is even open tonight. I want to see my options and go from there. Why can&#8217;t a site just do that for me?  Well now one can.</p>
<p>Too often we complicate a site by what what we can add to it instead of staying focused to what is needed on the site to make it usable. Believe me, I can come up with at least 20 cool features to add to BullieBoard, but they aren&#8217;t necessary and each one would only apply to a subset of users. When I can think of a feature that makes the site better for the majority of users I will add it, till then I focus on what I can take away from the site to keep its core strong.</p>
]]></content:encoded>
			<wfw:commentRss>http://emersian.com/40/the-evolution-of-bullieboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
