<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>Recent Musings by Tristan Blease</title>
    <link>http://tristanblease.com</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>tristan@bleasedesign.com</dc:creator>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-02-05T16:25:44+00:00</dc:date>
    

    <item>
      <title>Sanity check: how do you organize your web projects?</title>
      <link>http://tristanblease.com/blog/how-do-you-organize-your-web-projects</link>
      <guid>http://tristanblease.com/blog/how-do-you-organize-your-web-projects#When:17:25:44Z</guid>
      <description>This past week, I was handed a Joomla site developed by someone else, and I was asked to clean up and update a few sections on the site. At first glance, I just about died. The file system was a mess&amp;mdash;multiple Joomla installs, assets spread across different directories, everything out of place&amp;mdash;and the internal structure (database) was no better. We tracked down the correct files using WebKit&#39;s developer tools, but we could have saved significant time if the site was better organized.

	Everyone already knows that keeping your projects well&#45;organized streamlines development. makes collaborating with others easier, and allows you to keep your sanity should you have to come back to a project weeks, months, or even years, after completing it. Right?


	How do you keep your project folders organized when creating web sites/apps? Read on for my organization strategy, and then leave yours in the comments.</description>
      <dc:subject></dc:subject>
      <dc:date>2011-02-05T17:25:44+00:00</dc:date>
    </item>

    <item>
      <title>An easier way to build forms in EE2</title>
      <link>http://tristanblease.com/blog/an-easier-way-to-build-forms-in-ee2</link>
      <guid>http://tristanblease.com/blog/an-easier-way-to-build-forms-in-ee2#When:06:44:40Z</guid>
      <description>There&#39;s no question about it, forms suck. But with ExpressionEngine 2, a few add&#45;ons, and a little elbow grease they can suck a little less. Read on for my technique on how I used NSM Transplant, PT Matrix, Solspace&#39;s FreeForm, and Low&#39;s FreeForm field to make flexible forms that can be created/updated through the EE control panel.</description>
      <dc:subject>ExpressionEngine,</dc:subject>
      <dc:date>2010-10-26T06:44:40+00:00</dc:date>
    </item>

    <item>
      <title>Looking for a front&#45;end web developer in Chicago, IL</title>
      <link>http://tristanblease.com/blog/looking-for-a-front-end-web-developer-in-chicago-il</link>
      <guid>http://tristanblease.com/blog/looking-for-a-front-end-web-developer-in-chicago-il#When:17:32:54Z</guid>
      <description>The agency I work full&#45;time for is looking for a front&#45;end web dev to work on&#45;site for 2&#45;3 days a week at our office in River North of Chicago, Illinois.</description>
      <dc:subject></dc:subject>
      <dc:date>2010-09-30T17:32:54+00:00</dc:date>
    </item>

    <item>
      <title>Generating a pubkey on Mac OS X</title>
      <link>http://tristanblease.com/blog/generating-a-pubkey-on-mac-os-x</link>
      <guid>http://tristanblease.com/blog/generating-a-pubkey-on-mac-os-x#When:12:19:15Z</guid>
      <description>Read on for a quick tutorial on how to generate an SSH pubkey using Mac OS X. This should work for just about any version of Mac OS X and be useful to create public keys for services like Codebase.</description>
      <dc:subject></dc:subject>
      <dc:date>2010-08-23T12:19:15+00:00</dc:date>
    </item>

    <item>
      <title>I don&#8217;t fit neatly into a box</title>
      <link>http://tristanblease.com/blog/say-no-to-boxes</link>
      <guid>http://tristanblease.com/blog/say-no-to-boxes#When:11:58:37Z</guid>
      <description>And I like it like that.

I am a visual designer, an information architect, a web developer, a copywriter, an animator, a marketer, an art director, a manager, an accountant, an account executive, a content strategist, a ...

I can stop now, I think you get the point.</description>
      <dc:subject>Personal,</dc:subject>
      <dc:date>2010-05-25T11:58:37+00:00</dc:date>
    </item>

    <item>
      <title>iPad First Impressions</title>
      <link>http://tristanblease.com/blog/ipad-first-impressions</link>
      <guid>http://tristanblease.com/blog/ipad-first-impressions#When:02:49:04Z</guid>
      <description>I knew immediately that I was going to get an iPad after Apple made the announcement, but I didn&apos;t plan to buy one on launch day. Originally, I had planned to hold out for the 3G version. After talking it over with Clay on Friday night, I came to the conclusion that the extra $130 and $15/month contract wouldn&apos;t be worth the ten minutes a month I&apos;d actually spend using the 3G service. I went to bed early that night, but still had no intention of waking up early the next morning to wait in line.</description>
      <dc:subject>News, Personal,</dc:subject>
      <dc:date>2010-04-05T02:49:04+00:00</dc:date>
    </item>

    <item>
      <title>Drop down navigation in EE2 CP</title>
      <link>http://tristanblease.com/blog/drop-down-nav-in-ee2-cp</link>
      <guid>http://tristanblease.com/blog/drop-down-nav-in-ee2-cp#When:09:45:55Z</guid>
      <description>Below is a small snippet to add above the closing body tag in your CP theme footer that will enable the top navigation menus to drop down on rollover instead of click. It&apos;s nothing fancy, but figured I should share in case someone else was annoyed at the default top navigation menu behavior.
I originally wrote an extension to do this, only to find that they&apos;ve stripped out show_full_control_panel_end out of the hooks list for EE2 after I finished whipping it up. I guess we&apos;ll have to live with modifying the CP themes directly for changes like this from now on.
View the snippet</description>
      <dc:subject>ExpressionEngine,</dc:subject>
      <dc:date>2010-02-17T09:45:55+00:00</dc:date>
    </item>

    <item>
      <title>EE2 Compatible Flickr Tools</title>
      <link>http://tristanblease.com/blog/ee2-compatible-flickr-tools</link>
      <guid>http://tristanblease.com/blog/ee2-compatible-flickr-tools#When:05:40:27Z</guid>
      <description>To get the flickr sidebar working on my site, I had to update Solspace&apos;s excellent Flickr Tools plugin to work with EE2. I tweeted at them earlier this morning asking if it&apos;d be okay to share, so hopefully I&apos;ll be able to post it here after I&apos;ve heard back from them.</description>
      <dc:subject>ExpressionEngine,</dc:subject>
      <dc:date>2010-02-16T05:40:27+00:00</dc:date>
    </item>

    <item>
      <title>And we&#8217;re back.</title>
      <link>http://tristanblease.com/blog/and-were-back</link>
      <guid>http://tristanblease.com/blog/and-were-back#When:23:54:15Z</guid>
      <description>After a brief hiatus, my web site is now back online.

While everything was offline, I took time to tweak content on the site and convert everything over to Expression Engine 2.0. In the coming months, look for more news and updates relating to EE as I&apos;ve got a few add&#45;ons I&apos;m working on..

Thanks for holding tight, it&apos;s good to be back.</description>
      <dc:subject>ExpressionEngine, News,</dc:subject>
      <dc:date>2010-02-13T23:54:15+00:00</dc:date>
    </item>

    
    </channel>
</rss>
