<?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>Evan Sims &#187; Projects</title>
	<atom:link href="http://www.evansims.com/topic/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evansims.com</link>
	<description>Thoughts, theory and code from a game designer in the midwest.</description>
	<lastBuildDate>Thu, 11 Feb 2010 07:55:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.evansims.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Building a Perfect Photoblog Theme</title>
		<link>http://www.evansims.com/2010/01/building-a-perfect-photoblog-theme/</link>
		<comments>http://www.evansims.com/2010/01/building-a-perfect-photoblog-theme/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:15:51 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[photoblog]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.evansims.com/?p=1495</guid>
		<description><![CDATA[If I wanted to build a locally installed, Flickr-like photo gallery- what would I want out of it?]]></description>
			<content:encoded><![CDATA[<p>Recently, I began working on a photoblog theme for WordPress. Since my work on <a href="http://www.evansims.com/2009/11/introducing-colugo-a-self-hosted-image-service-for-tweetie/">Colugo</a>, I started thinking about more elegant ways of locally storing and presenting not just mobile photos, but the archive I&#8217;ve amassed on Flickr over the years. Essentially, if I wanted to build a locally installed, Flickr-like photo gallery- what would I want out of it?</p>
<p>I&#8217;ve started looking at sites like Deviantart, SmugMug and, as I said, Flickr for inspiration. I intend on using HTML5 for the structure, WordPress for the backend, and CSS3 and the Canvas element for some polish. I want it to be dead simple, but also beautiful &#8212; of course, minimalist designs are often the hardest to pull off respectfully.</p>
<p>Here&#8217;s some early mock-ups:</p>
<p><a class="zoom" href="http://farm5.static.flickr.com/4053/4246313204_42980f4eb7_o.jpg"><img src="http://farm5.static.flickr.com/4053/4246313204_a48f4d64d3_m.jpg" /></a> <a class="zoom" href="http://farm5.static.flickr.com/4059/4246313054_2088b0f6ea_o.jpg"><img src="http://farm5.static.flickr.com/4059/4246313054_ca4db5286f_m.jpg" /></a></p>
<p>So, at this early stage in the design process, I ask you; what photo sharing sites do you love, and why? What elements would you like to see in a photoblog theme? If you built Flickr, what would you change?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2010/01/building-a-perfect-photoblog-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introducing Colugo, a self-hosted image service for Tweetie</title>
		<link>http://www.evansims.com/2009/11/introducing-colugo-a-self-hosted-image-service-for-tweetie/</link>
		<comments>http://www.evansims.com/2009/11/introducing-colugo-a-self-hosted-image-service-for-tweetie/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 20:59:19 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=1240</guid>
		<description><![CDATA[Just a simple PHP script that interprets the POST call from Tweetie and stores the image data for you. I added a few nice little bonus features, like writing tweet data and copyright info onto the image, and integration with Lessn to auto-shorten the tweeted URLs for you.]]></description>
			<content:encoded><![CDATA[<p>While I thoroughly admire services like <a href="http://twitpic.com/">TwitPic </a>and <a href="http://gdzl.la/">GDZLLA</a>, I&#8217;m kind of an independent guy when it comes to my data. I like the feeling I get knowing that if a service disappears one day, my stuff won&#8217;t vanish along with it. You can only have that kind of peace of mind if you shed your dependence on external services.<sup><a href="#note1">1</a></sup> I use Shaun Inman&#8217;s Lessn URL shortener for that very reason, after seeing <a href="http://search.techcrunch.com/query.php?s=tr.im">what almost happened with tr.im</a>.</p>
<p>When I went looking for a solution to self-host my <a href="http://www.atebits.com/tweetie-iphone/">Tweetie</a> images I was surprised to find so few options out there. I mean, I couldn&#8217;t be the only one wanting to do this, right? Figuring I should probably take a night off from playing Dragon Age anyhow, I decided to start hacking at the Tweetie API and build my own solution. <a href="http://evansims.com/projects/colugo">Colugo is what I came up with.</a></p>
<p>Colugo is nothing special, really. Just a simple PHP script that interprets the POST call from Tweetie and stores the image data for you. I added a few nice little bonus features, like writing tweet data and copyright info onto the image, and integration with Lessn to auto-shorten the tweeted URLs for you.</p>
<p><a href="http://github.com/evansims/Colugo">You can grab the latest version off GitHub.</a> This is an incredibly early version of the software, and I would expect many of you to run into bugs, but I&#8217;m hoping you&#8217;ll report them, share bug fixes you come up with, and help build Colugo into something really special.</p>
<div class="notes">
<p><sup id="note1">1</sup> Yes, I recognize the irony of stating this and writing an app for a centralized service like Twitter.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2009/11/introducing-colugo-a-self-hosted-image-service-for-tweetie/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Postmortem: Aureus Knights</title>
		<link>http://www.evansims.com/2009/08/postmortem-aureus-knights/</link>
		<comments>http://www.evansims.com/2009/08/postmortem-aureus-knights/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:32:14 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=1125</guid>
		<description><![CDATA[A few years back I founded the Aureus Knights with a handful of my friends, and I inherited the responsibility of maintaining our community's site. We're a guild centered around online gaming, and MMOs in particular. Maintaining an online community is always a rough thing; it requires patience with your users, an open ear to their wishes and criticism, and the willingness to adapt to their needs. For a community that centers around it's web site as it's leading form of organizing and communication, these qualities are essential in keeping the site fresh and exciting, and appealing to potential new users.]]></description>
			<content:encoded><![CDATA[<p>As a freelance web designer, you&#8217;re rarely given the opportunity to be as creative as you want with a project. The client usually has an idea in mind before they send you that first email, or a database of links of sites they love, or even occasionally a sketch of the layout they want you to build. I think this is a big reason web designer so frequently redesign their own sites; they come up with these great ideas that they&#8217;re aching to implement, and they&#8217;ve got to get it out of their systems.</p>
<p>In this particular case, I&#8217;m my own client. A few years back I founded the Aureus Knights with a handful of my friends, and I inherited the responsibility of maintaining our community&#8217;s site. We&#8217;re a guild centered around online gaming, and MMOs in particular. Maintaining an online community is always a rough thing; it requires patience with your users, an open ear to their wishes and criticism, and the willingness to adapt to their needs. For a community that centers around it&#8217;s web site as it&#8217;s leading form of organizing and communication, these qualities are essential in keeping the site fresh and exciting, and appealing to potential new users.</p>
<div class="wp-caption alignnone" style="width: 510px"><img alt="After the Redesign" src="http://static.evansims.com/images/postmortem_aureus_before.jpg" title="After the Redesign" width="500" height="331" /><p class="wp-caption-text">After the Redesign</p></div>
<p>A few months ago I sat down and began work on redesigning the Knight&#8217;s website, for a few reasons. First, our active design was too dark. We had a near-black background, white font, and fairly bland colors and graphics. While this looked appealing to me initially, we outgrew the look rather quickly. Likewise, the &#8220;dark&#8221; theme didn&#8217;t suite our membership terribly well, as we generally play &#8220;the good guys&#8221; and felt this gave the wrong impression about who and what we were.</p>
<p>Next, we relied on a combination of two content systems to communicate: WordPress and vBulletin. It&#8217;s well known that I love WordPress, but it didn&#8217;t work in this particular instance because we simply weren&#8217;t updating the site with news frequently enough to warrant it. You might say the overhead didn&#8217;t meet the demand. We decided we wanted to build our new site around vBulletin; to be able to deliver gaming and guild news to the homepage using the forums alone. Having two systems that can do the same thing (at least, the same thing we need them to do) didn&#8217;t make sense.</p>
<p>Finally, we wanted to more deeply integrate our wonderful Chatterous chat room and frequent Livestream coverage into the site somehow, and have a way to feature the tweets of our growing community. We always wanted a easy way to highlight the wonderful screenshots our users share in our Flickr gallery.</p>
<div class="wp-caption alignnone" style="width: 510px"><img alt="After the Redesign" src="http://static.evansims.com/images/postmortem_aureus.jpg" title="After the Redesign" width="500" height="331" /><p class="wp-caption-text">After the Redesign</p></div>
<p>After a few prototypes, we went forward with development on the concept you see above. The new design is a stark contrast to our previous look, with a clean, light scheme and a fluid layout designed to work on low and high resolution screens. The tab layout at the top draws attention, and the &#8220;feature ribbon&#8221; at the top funnels our members into breaking news and hot gaming topics that we want to build discussions on.</p>
<p>One feature I&#8217;m especially pleased with is the new &#8220;Chat&#8221; page. The tab uses the Chatterous API and a little jQuery to display the number of active users chatting in our channel, so people know when there&#8217;s a big chat going on. Likewise, venturing into the Chat page itself, you&#8217;ll enter a central communication hub for the whole guild; we have a live chat room, live streaming coverage from guild events and a Twitter feed from our members all in one location. This page has proven to be incredibly popular with our community since the design went live last week, and I&#8217;ve gotten a lot of great feedback from our users about it.</p>
<p>Of course, all of the site content now relies on our posts on vBulletin. The new site is essentially a PHP wrapper around the threads on our forums. This has made our jobs a lot easier, and the caching system I wrote has done a great job of improving site performance for our members.</p>
<p>In summary, our redesign has passed with flying colors. It&#8217;s reduced overhead, boosted performance, increased user involvement, and we&#8217;re seeing seeing a tremendous increase in hits to the site, which I presume is due to our more frequently updated gaming coverage thanks to the new PHP-built vBulletin wrapper. There&#8217;s still room for improvement, of course. I&#8217;d like to offer a higher contrast theme that can optionally be used by our color blind members, and I&#8217;d like to find ways to further integrating our Chatterous room into the site and forums. I also intend on creating a mobile interface so users can stay in touch on their iPhones, Blackberrys and other mobile devices.</p>
<div style="margin: 1em 0; padding: 5px 10px; background: #000; color: #fff;"><strong>Client:</strong> Aureus Knights<br />
<strong>Site:</strong> <a href="http://www.aureusknights.com">http://www.aureusknights.com</a><br />
<strong>Summary:</strong> Rebranding of the organization; redesign of website; leveraging of social aspects (chat room, streaming video, Twitter)</div>
<p>For those curious, I plan on open sourcing a number of the technologies I developed for this project, including my caching framework and vBulletin integration library, in the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2009/08/postmortem-aureus-knights/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MinChat 2.0 Released</title>
		<link>http://www.evansims.com/2009/03/minchat-20-released/</link>
		<comments>http://www.evansims.com/2009/03/minchat-20-released/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 00:45:46 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[warhammer online]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=718</guid>
		<description><![CDATA[I&#8217;ve updated my MinChat addon for Warhammer Online for improved performance, confirmed game update 1.2 support and a few new features. MinChat, as you may recall, is a chat interface mod that strips away all the annoying chrome and leaves only the things you care about: your chat log and tabs.
Version 2.0
*  Background gradient [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my <a href="http://war.curse.com/downloads/war-addons/details/minchat.aspx">MinChat addon</a> for Warhammer Online for improved performance, confirmed game update 1.2 support and a few new features. MinChat, as you may recall, is a chat interface mod that strips away all the annoying chrome and leaves only the things you care about: your chat log and tabs.</p>
<blockquote><p>Version 2.0<br />
*  Background gradient is now hidden<br />
* Fixes scrollbar flickering<br />
* Highly optimized<br />
* Update 1.2 compatibility confirmed </p></blockquote>
<p>Grab it from <a href="http://war.curse.com/downloads/war-addons/details/minchat.aspx">Curse Gaming</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2009/03/minchat-20-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MinChat: A Minimal Chat UI for Warhammer Online</title>
		<link>http://www.evansims.com/2008/09/minchat-a-minimal-chat-ui-for-warhammer-online/</link>
		<comments>http://www.evansims.com/2008/09/minchat-a-minimal-chat-ui-for-warhammer-online/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 19:55:24 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[warhammer online]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=539</guid>
		<description><![CDATA[A recent goal of mine has been to learn Lua, an increasingly popular scripting language that is used most commonly as the extension interface for games like World of Warcraft and Warhammer Online. Having been quite the Warhammer addict myself these last few months, I decided now was the perfect time to put what I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>A recent goal of mine has been to learn <a href="http://www.lua.org/" class="external">Lua</a>, an increasingly popular scripting language that is used most commonly as the extension interface for games like World of Warcraft and Warhammer Online. Having been quite the Warhammer addict myself these last few months, I decided now was the perfect time to put what I&#8217;d learn into action.</p>
<p>My first project is very simple: a chat interface modification. The chat system in Warhammer is nice, but a bit clunky. The chrome around it (that is, the huge social button, the scrollbars, etc.) take up a lot of screen real estate. Being the minimalist I am, it kind of bugged me. So I took it upon myself to fix it.</p>
<div class="embedded-image"><img src="http://farm4.static.flickr.com/3152/2888456556_2c52ffd37c.jpg" alt="MinChat in Action" /></div>
<p>The fruit of my labor is <strong>MinChat</strong>. It does one simple thing: hide all the crap you rarely if ever use in the chat interface. No more social button (press O to open that window), no scrollbars, no input text button, nothing. Just text and, when you hover over it for a few seconds, chat channel tabs. The addon also automatically focuses your chat on the most recent line when new text comes in.</p>
<p><a href="http://war.curse.com/downloads/details/13777/">You can grab the addon from Curse Gaming&#8217;s Warhammer site.</a> Please let me know you&#8217;re thoughts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2008/09/minchat-a-minimal-chat-ui-for-warhammer-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brightkite Location v1.0 Beta Released</title>
		<link>http://www.evansims.com/2008/07/brightkite-location-v10-beta-released/</link>
		<comments>http://www.evansims.com/2008/07/brightkite-location-v10-beta-released/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 01:27:00 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[brightkite]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=445</guid>
		<description><![CDATA[Decided to release my Brightkite Location plugin for Wordpress tonight in beta form. The plugin, which you may have noticed on my homepage, aggregates your Brightkite data, showing your location and your latest note or photo. It even builds a sexy little static Google Map for you, and will refresh your information every 10 minutes.
I [...]]]></description>
			<content:encoded><![CDATA[<p>Decided to release my Brightkite Location plugin for Wordpress tonight in beta form. The plugin, which you <a href="http://evansims.com/#brightkite-map">may have noticed on my homepage</a>, aggregates your Brightkite data, showing your location and your latest note or photo. It even builds a sexy little static Google Map for you, and will refresh your information every 10 minutes.</p>
<p>I haven&#8217;t had an opportunity to test this on many environments, but it should work on Apache under Windows or Linux under most circumstances. Has very few system requirements (PHP5 and fsockopen support.)</p>
<p><a href="http://evansims.com/projects/brightkite-location">Give it a download</a> and let me know if you encounter any bugs. Thanks!</p>
<p><strong>Update</strong> Beta 2 is now available with a fix for Dreamhost users and new customization options.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2008/07/brightkite-location-v10-beta-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FriendFeed &quot;Neo&quot; released</title>
		<link>http://www.evansims.com/2008/07/friendfeed-neo-released/</link>
		<comments>http://www.evansims.com/2008/07/friendfeed-neo-released/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 02:07:15 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[stylish]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=91</guid>
		<description><![CDATA[
It should come as no surprise to any of you that I really, really like FriendFeed, given the things I&#8217;ve done with the API and the unholy amount of time I spend browsing, commenting and liking people&#8217;s stuff. However, I&#8217;ve had a hard time converting most of my friends into &#8220;true believers&#8221; and using the [...]]]></description>
			<content:encoded><![CDATA[<p style="float: right; margin: 0  0 1em 1em;"><a href="http://userstyles.org/styles/8755"><img src="http://farm4.static.flickr.com/3112/2666293206_534dcb3de4_m.jpg" width="210" height="240" alt="FriendFeed Neo" /></a></p>
<p>It should come as no surprise to any of you that I really, really like <a href="http://friendfeed.com/evansims/">FriendFeed</a>, given the things I&#8217;ve done with the API and the unholy amount of time I spend browsing, commenting and liking people&#8217;s stuff. However, I&#8217;ve had a hard time converting most of my friends into &#8220;true believers&#8221; and using the service. I know it&#8217;s not for everyone, but the potential value of the service to some users seems to get lost in the UI. Me? I love it. It&#8217;s simple, it&#8217;s elegant, it&#8217;s precisely what I need and nothing I don&#8217;t. But, again, it&#8217;s not for everyone.</p>
<p>The biggest complaint I get? Hard on the eyes. No, not the design. But the color scheme. Black on white isn&#8217;t the best pallet choice when you&#8217;re potentially spending hours browsing pages. Thus, my theme <a href="http://userstyles.org/styles/8755">FriendFeed Neo</a> was built. It inverses the scheme, placing white text on a black background. It also softens the blues, removes the rounded edges and does nifty little things like highlight friend&#8217;s comments in threads to make them more noticeable.</p>
<p>I have more plans for the theme, but for now I&#8217;m releasing it so I can start getting feedback. So, please, <a href="http://userstyles.org/styles/8755">give it a try</a> and let me know what you think- preferably in the <a href="http://friendfeed.com/rooms/evansims-com">evansims.com room on FF</a> or here in my blog comments.</p>
<p><strong><a href="http://userstyles.org/styles/8755">Grab it at Userstyles.org</a></strong></p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2008/07/friendfeed-neo-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TwitterBash launches</title>
		<link>http://www.evansims.com/2008/06/twitterbash-launches/</link>
		<comments>http://www.evansims.com/2008/06/twitterbash-launches/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 05:54:45 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=84</guid>
		<description><![CDATA[Today marks the launch of TwitterBash, a concept conceived and designed by my good friend Judson Collier. Judson hired me on to work on the project about a month and a half ago, and I think we&#8217;re both quite pleased with how it turned out.
TwitterBash takes the concept of the long Internet-famous bash.org, which allows [...]]]></description>
			<content:encoded><![CDATA[<p>Today marks the launch of <a href="http://twitterbash.com">TwitterBash</a>, a concept conceived and designed by my good friend <a href="http://judsoncollier.com">Judson Collier</a>. Judson hired me on to work on the project about a month and a half ago, and I think we&#8217;re both quite pleased with how it turned out.</p>
<p>TwitterBash takes the concept of the long Internet-famous <a href="http://bash.org">bash.org</a>, which allows folks to post snippets and quote conversations from IRC, and applies it to Twitter. Just sign up for an account, then head to the submit page. Pop in the permalink for a tweet you want to quote and you&#8217;re done. Tweets can be voted up or down by users, and we base our popularity index off that score (which we call karma.) You can even embed quoted tweets into your own pages using a number of methods.</p>
<p>I think Judson came up with a great concept here. It&#8217;s simple, it&#8217;s fun, and people will hopefully have a great time using it.</p>
<p>For those curious about the tech behind it (that was my department, after all), TwitterBash runs atop PHP5 and the wonderful <a href="http://www.codeigniter.com">CodeIgniter framework</a>. Thanks to CI, I was able to rapidly pump out a prototype in a matter of days for Judson and I to begin playing with.</p>
<p><a href="http://twitterbash.com">Give it a look</a>, <a href="http://twitterbash.com/submit">bash your favorites</a> and have a good time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2008/06/twitterbash-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Major updates to SmugURL</title>
		<link>http://www.evansims.com/2008/05/major-updates-to-smugurl/</link>
		<comments>http://www.evansims.com/2008/05/major-updates-to-smugurl/#comments</comments>
		<pubDate>Fri, 30 May 2008 00:53:09 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[smugmug]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=75</guid>
		<description><![CDATA[
Just a quick post to let folks know that I&#8217;ve pushed a major update to my SmugMug URL forwarding service SmugURL. It&#8217;s got a new web UI, a revised API and a lot of improvements behind the scenes. The rework I put into it allowed me to lay some framework for some future features I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p style="float: right; margin-left: 1em"><a href="http://evansims.smugmug.com/photos/303733601_4uiB3-X3.jpg"><img src="http://evansims.smugmug.com/photos/303733601_4uiB3-Th.jpg" /></a></p>
<p>Just a quick post to let folks know that I&#8217;ve pushed a major update to my <a href="http://smugmug.com">SmugMug</a> URL forwarding service <a href="http://smugurl.com">SmugURL</a>. It&#8217;s got a new web UI, a revised API and a lot of improvements behind the scenes. The rework I put into it allowed me to lay some framework for some future features I&#8217;ve been thinking about adding, namely social bookmarking, voting on links and optional hit tracking complete with fancy bars, graphics and other bells and whistles.</p>
<p>Give it a try, let me know what you think.</p>
<p>P.S. Don&#8217;t forget, LOST tonight!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2008/05/major-updates-to-smugurl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing SmugURL</title>
		<link>http://www.evansims.com/2008/04/introducing-smugurl/</link>
		<comments>http://www.evansims.com/2008/04/introducing-smugurl/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 22:25:12 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[smugmug]]></category>

		<guid isPermaLink="false">http://evansims.com/?p=63</guid>
		<description><![CDATA[So, Jim convinced me to make the switch from Flickr to SmugMug last week; overall, I&#8217;ve been incredibly pleased with the service. I&#8217;ll go into the reasons I&#8217;m enjoying my time with SmugMug so much more than Flickr in a future post. That said, one aspect I didn&#8217;t like was their URL scheme. They have [...]]]></description>
			<content:encoded><![CDATA[<p>So, <a href="http://www.shinikaru.com">Jim</a> convinced me to make <a href="http://flickr.com/photos/therift/2419209321/">the switch from Flickr</a> to <a href="http://evansims.smugmug.com">SmugMug</a> last week; overall, I&#8217;ve been incredibly pleased with the service. I&#8217;ll go into the reasons I&#8217;m enjoying my time with SmugMug so much more than Flickr in a future post. That said, one aspect I didn&#8217;t like was their URL scheme. They have <a href="http://blogs.smugmug.com/don/2008/02/08/big-privacy-changes-at-smugmug/">good reasons</a> for <a href="http://blogs.smugmug.com/don/2008/01/28/your-private-photos-are-still-private/">doing it</a>, and I can&#8217;t fault them for trying to maintain the privacy and security of their users. Heck, I applaud them for it. Still, I like my URLs pretty, and more importantly search engine friendly.</p>
<p>So, I decided to take matters into my own hands and build <a href="http://smugurl.com">SmugURL</a>. It takes a obfuscated SmugMug URL (be it a gallery, or a direct link to a photo or video) and makes a pretty version suitable for sharing on your site or with friends.</p>
<p>Take, for example, my <a href="http://www.mystonline.com">Myst Online</a> (God rest it&#8217;s soul) <a href="http://evansims.smugmug.com/gallery/4717671_Ywtjp#279209234_a2ALu">gallery on SmugMug</a>.</p>
<p>Original URL: <a href="http://evansims.smugmug.com/gallery/4717671_Ywtjp#279209234_a2ALu">http://evansims.smugmug.com/gallery/4717671_Ywtjp#279209234_a2ALu</a><br />
SmugURL: <a href="http://smugurl.com/evansims/myst_online">http://smugurl.com/evansims/myst_online</a></p>
<p>They take you to the same place, one just gives some indication of what we can expect to find there. What makes this different from the multitude of other shortening services out there? Not much, really. However, I liked the idea of enforcing the SmugMug username in the URL so there is some indication of ownership at a glance.</p>
<p><a href="http://smugurl.com">Give it a try</a>, and let me know if you encounter any problems. It&#8217;s very much a work in progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evansims.com/2008/04/introducing-smugurl/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
