<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Plasticmind Design</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com/" />
    <link rel="self" type="application/atom+xml" href="http://plasticmind.com/atom.xml" />
   <id>tag:plasticmind.com,2008://22</id>
    <link rel="service.post" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22" title="Plasticmind Design" />
    <updated>2007-08-15T09:07:09Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  4.2rc4-en</generator>
 

<entry>
    <title>A Brief Review of Movable Type 4.0</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=3500" title="A Brief Review of Movable Type 4.0" />
    <id>tag:www.plasticmind.com,2007://22.3500</id>
    
    <published>2007-08-15T09:04:38Z</published>
    <updated>2007-08-15T09:07:09Z</updated>
    
    <summary> Clearly, this new release from Six Apart is monumental. Massive changes to both the interface and the innards make this a drastically new product for them. Action Oriented Interface Movable Type 3.x was primarily object oriented: entries, comments, templates....</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p><img src="/assets/mt4.png" alt="" /></p>

<p>Clearly, this new release from Six Apart is monumental.  Massive changes to both the interface and the innards make this a drastically new product for them.</p>

<h5>Action Oriented Interface</h5>

<p>Movable Type 3.x was primarily object oriented: entries, comments, templates.  Movable Type 4, on the other hand, is very action oriented: Create, Manage, Design.  It&#8217;s much more content-centric as well.  When you land of the dashboard, you&#8217;re presented with dynamic content like &#8220;Most Recent Comments&#8221; or &#8220;You have 13 drafts&#8221;.  </p>

<p>Most everything is where you&#8217;d expect it to be.  Vital information shows up on the right hand side with relevant links (imagine that).  There are still some common-sense items that didn&#8217;t make it in, like a rebuild option on the entry list action menu; but overall it&#8217;s much easier to navigate that the previous incarnations.</p>

<p>And as I understand it, the application interface is much easier to change; what that means is a plethora of plugins that let you customize the UI to your hearts content.  <a href="http://www.staggernation.com/mtplugins/blog/2007/06/new_plugin_for_mt_4_bookmarks.php">Kevin&#8217;s Bookmarks plugin</a> gives you a bookmarks menu for your most frequented MT pages.  <a href="http://plugins.movabletype.org/template-shelf/">Arvind&#8217;s Template Shelf</a> creates a sidebar widget to the app that lets you quickly browse templates in your blog.  Arvind&#8217;s even created a retro plugin called &#8220;My Blogs&#8221; (not to be confused with <em>My Humps</em> by The Black Eyed Peas) that makes your MT4 install look like MT3.  And with the launch of the new <a href="http://plugins.movabletype.org/">Plugin Directory</a>, I think it&#8217;s safe to assume we&#8217;ll be seeing more in the same vein.</p>

<h5>Common Tasks</h5>

<p>The new workflow takes a little getting used to, and I&#8217;m sure it won&#8217;t work for everyone; but common tasks like reviewing comments and creating entries seems considerably faster.  I know many will balk at the new interface, but it really is much clearer.  There is a much more structured placement of information: System wide information at the very top, blog selection on the next level, then a blog related action menu below that.  It flows well.  </p>

<p>There have been some concerns raised about the menus.  First, clicking versus hover.  Six Apart chose to make the action menu expand on hover and the blog menu expand on click.  I think it&#8217;s a fair compromise as most people won&#8217;t be furiously switching blogs (compare this to the jump menu at the top of the old interface, two clicks instead of 3). Second, disabled items graying out versus disappearing.  Six Apart chose to leave them in and just gray them out when they&#8217;re not available.  Having worked tech support before, I know how maddening a thing disappearing menu items (Microsoft called them personalized menus) can be.  The human brain builds habits or pathways when using an interface; when those constantly change, it can end up taking a considerable amount longer while generating frustration.  (But there is <a href="http://mt-hacks.com/20070814-hide-inactive-mt4-menu-items-with-dynamic-menus.html">a plugin out there</a> for those of you who just have to have it that way.)</p>

<p>One essential technique that speeds up my work is opening new parts of the app in separate tabs; those 1 or 2 second loads can add up quickly.  Just hold down Ctrl or Apple as you click a menu item.</p>

<h5>Javascript Heavy</h5>

<p>The new interface relies on quite a bit of javascript wizardry, which seems to cause quite a bit of drag, especially using Firefox, one of the slowest browsers at processing javascript.  The template editor with code highlighting and line numbering is not just a nice touch, it&#8217;s really helpful.  Unfortunately, something funny would happen once or twice over the course of a day and I couldn&#8217;t edit my templates without a full reboot of the system.  The scripting is really great, but they need to tighten the belt before they release 4.1.</p>

<h5>New User Controls</h5>

<p>If you&#8217;re a lone blogger, you may never touch this feature, but poke around in there.  The ability to define custom roles and permission sets and then assign them to different users makes MT4 the platform of choice for community blogs.  Movable Type can even build a profile page with author information.</p>

<h5>Code Base</h5>

<p>I&#8217;m not a developer, but I follow the developer lists; several of the more well-known MT developers were really frustrated with some of the new changes to the code base.  Whether that&#8217;s just a normal response to a major code overhaul or because the plugin documentation was scarce up until just a few weeks ago, I can&#8217;t say for sure.  It had me shaking in my boots when Tim Appnel threw up his hands in frustration when trying to port his Tags.app plugin; but a recent boom in MT4 plugins has slaked some of those concerns.</p>

<h5>Templates</h5>

<p>Aye, there&#8217;s the rub.  It&#8217;s a bittersweet thing.  The Movable Type templating language used to be so simple and easy to figure out; but with this release, templates are becoming less like templates and more like a programming language.  This has it&#8217;s advantages and disadvantages.  The current template structure works much like TypePad&#8217;s setup: every chunk of template is stored separately and the included based on conditionals.  So much nicer than hunting through six different templates to make a tiny change in the html header; but along with power comes complexity.  Might be daunting for newcomers.  That being said, the old templates work just fine in MT, if that&#8217;s how you want to roll.</p>

<p>Also, I&#8217;ve been wanting template packs ever since we started <a href="http://www.thestylearchive.com">The Style Archive</a>, and even though it&#8217;s not in this release, Byrne assures me it&#8217;s coming in 4.1.</p>

<h5>MT4: Satisfied?</h5>

<p>I&#8217;m really pleased with Movable Type 4.  It&#8217;s made several large jumps forward in blogging.  It&#8217;s going to take some time to get used to the new workflow, so I may be able to give a better review then.  It didn&#8217;t solve all of my image handling concerns (nor has any online software out there, except Flickr).  But the overall feel and functionality of the new MT makes it really fun to use; and with an open source release of it on the horizon, that settles it for me.</p>

<p>More to come&#8230;</p>
]]>
    </content>
</entry>

<entry>
    <title>10 Reasons Why MT4 Will Rock Your Blog</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2365" title="10 Reasons Why MT4 Will Rock Your Blog" />
    <id>tag:plasticmind.com,2007://22.2365</id>
    
    <published>2007-06-05T11:31:21Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>It was 5 am, and I was headed off to bed after pulling an all-nighter on a client&apos;s project; and who of all people writes me, but Arvind sending over the news that Movable Type 4 Beta has just gone...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>It was 5 am, and I was headed off to bed after pulling an all-nighter on a client's project; and who of all people writes me, but <a href="http://www.movalog.com">Arvind</a> sending over the news that <a href="http://www.sixapart.com/movabletype/news/2007/06/movable-type-4-beta.html">Movable Type 4 Beta has just gone public</a>.  I couldn't let this one go without saying something.  While it's by no means the perfect content management system, I personally think it's one of the most powerful out-of-the-box blogging packages out there.</p>

<p>So, I came up with a list of ten ways the new Movable Type will rock your blog:</p>

<p>1.  <strong>Simple install.</strong>  No, no, really.  The hardest part of installing MT will be uploading the files to your server.  Now, when you run MT for the first time, it walks you through setting up your database, your first user and even LDAP support (if you're running Enterprise).  None of this "Edit your mt-config.cgi, adding blah-blah-blah", ad nauseum.</p>

<p>2.  <strong>Brand New Dashboard.</strong>  A slick new UI, a much more intuitive context switcher and all of your pertinent information right there to greet you when you first log in.  There's even more flash-based blog reporting to come (a la Google Analytics) in upcoming releases.</p>

<p>3.  <strong>Built in WYSIWYG.</strong>  Oh, and I'm not talking about those crappy WYSIWYG editors that create tag soup.  Six Apart took all the good things they learned from the user interface in Vox and brought them to Movable Type.  For instance, if an entry goes long, you don't have to copy and paste to another "Extended Entry" field.  Simply drag the divider line between the entry and the extension.</p>

<p>4.  <strong>Love Your Assets. </strong> File management has been the bane of most web apps.  But the new Asset Manager makes keeping track of what you've uploaded really simple and using what you've got up on your blog even simpler.</p>

<p>5.  <strong>Community Revival.</strong>  There are some amazing things happening in the MT community, not the least of which is a brand new MovableType.org.  I can't say too much about it yet, except to say that contributing to every part of the community will be so much easier and the machanics of updating things like new plugins, new themes, new tutorials, ad infinitum will be automated.  Simply put, there's solid roots beneath all this beta buzz.</p>

<p>6.  <strong>Simple Plugin Development.</strong>  Now, I can't say much about this firsthand.  Those who know me know that they don't want to meet me in a dark alley with Photoshop, but I couldn't develop my way out of an distributive array.  But for all the times Arvind shouted for joy on IM (you know, capital letters), I got a pretty good sense that he was a happy developer.  He also sent me over  code from a redux of one of his most complex plugins, and it was so short and simple that I GOT it.  What's even cooler about MT 4 is that not only are plugins easy to develop, but they've introduced "Components".  Components are plugins only bigger; they change deeper levels of the application itself and don't get turned off or on.  So for instance, before, MT Enterprise was basically a fork of the MT code.  You had MT 3.35 and the MT Enterprise 1.5.  But now, all the enterprise stuff is sold as a Component for MT4.  It makes perfect sense.  Let the enterprises pay for the components while still keeping the MT base relevant (and free!) for the little people.</p>

<p>7.  <strong>Theme Packs.</strong>  Ok, so this isn't coming out in 4.0, but it's been slated for a 4.1 release, so I'm going to get a head start on anticipation.  Right now, StyleCatcher only allows you to package up images and CSS files to apply to your blog.  This was a major pain when we ran The Style Contest because what if someone wanted to offer a theme that featured a horizontal nav bar with an about page?  Well, the default templates were the default templates.  But Theme Packs will change all of that.  Now, as an MT designer, I'm not relegated to template boredom.  I can create my own packs of templates, complete with stylesheets, archive setups and index template customizations; then I can share it!  Better still, as a freelance designer, I can create a library of Theme Packs suited for different customer needs that I can install instead of needing to customize the templates each time.  Lots of potential there.  There's another revolutionary feature slated for 4.1 that will further loose MT from the bonds of a common blogging platform, but my lips are sealed.</p>

<p>8.  <strong>True Community Blogging.</strong>  Blogs used to be about individual expression, but more and more we're starting to understand the need for community.  Movable Type gives the freedom of true community cooperation.  It's had multiple user support for a while now, but MT 4 allows you to create author profile pages and display information relevant to that particular author.  The Enterprise component goes one step further and gives you the ability to create groups and assign them highly specific roles, making workflow headaches a thing of the past.</p>

<p>9.  <strong>Infinitely Customizable Back End.</strong>  The Movable Type app structure used to be powered by HTML::Template, which was a real pain to customize because it required you to master a whole new language set to make any detailed changes.  Even learning to create Transformer plugins was not for the faint of heart.  Now, however, the back end is powered by the same templating language that your blog is using, so customizing your MT app is as simple as tweaking your blog!  And better yet, the plugins that are available to your blog are now available to the application as it generates your interface. This makes me dizzy just thinking about the possibilities.</p>

<p>10.  <strong>It's Open Source! </strong> This will make your blog feel so much happier, improve it's self-image and ultimately love itself again.</p>

<p>Go ahead, try it out.  You can pick it up at <a href="http://www.movabletype.org/download.html">movabletype.org</a>.</p>]]>
    </content>
</entry>

<entry>
    <title>Beloved Keepsakes: An Ecommerce Story</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2356" title="Beloved Keepsakes: An Ecommerce Story" />
    <id>tag:plasticmind.com,2006://22.2356</id>
    
    <published>2006-09-16T04:08:12Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>Lori McDonald is an entrepreneur. As the wife of a soldier, she knows the meaning of determination. Her jewelry business began as a hobby, but rapidly became much more than that. &quot;After wearing the bracelet to work everyday for nearly...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>Lori McDonald is an entrepreneur.  As the wife of a soldier, she knows the meaning of determination.  Her jewelry business began as a hobby, but rapidly became much more than that.  "After wearing the bracelet to work everyday for nearly nine months, co-workers started asking me if I could make them one..."  And Beloved Keepsakes was born.</p>

<p>The orders started coming in, especially with her connections to military families.  People wanted special ways to remember their loved ones.  She knew that in order to reach a greater audience, she would have to go online.  It was far less costly than traditional advertising venues, and, in many ways, far more flexible.  What she imagined was an online tool that would let you build your own jewelry.  That's where PlasticMind Design came in to the picture.</p>

<p>Lori had heard about our work from <a href="http://www.chaplainfisher.com">Chaplain Jon Fisher</a>, so she gave us a call and asked for help orchestrating an easy-to-use online store.</p>

<p>Through the magic of CSS and Photoshop, we took the 'feel' of Lori's current in-home business and created it digitally.  Using bright, colorful scrapbooking elements and images that pop off the page, we created a warm, welcoming site that made ordering Beloved Keepsakes easy and fun.</p>

<p>Lori can now update her testimonials and the rest of the content on her site through Movable Type.  And with some powerful back-end coding, choose-your-own jewelry designs and prices are passed seamlessly to PayPal, making the ecommerce solution complete.  You can find out more about her site in <a href="http://www.plasticmind.com/portfolio/">our portfolio</a>.</p>

<p>Lori's had this to say about PlasticMind Design: </p>

<blockquote>"You are a website genius.  I'm not sure how you were able to do it - but it is like you read my mind. The website is unbelievable.  It was EVERYTHING I wanted and more than I ever expected. My customers rave about the professionalism and ease of the site itself."</blockquote>

<p><strong>Affordable.  Flexible.  GOOD.  That's our philosophy.</strong></p>

<p>Be sure to <a href="http://www.belovedkeepsakes.com">stop in</a> and <a href="http://www.belovedkeepsakes.com/contact/">say hello</a>.  Maybe <a href="http://www.belovedkeepsakes.com/jewelry/step2.html?item=Bracelet">buy a bracelet</a> or two.</p>]]>
    </content>
</entry>

<entry>
    <title>Movable Type vs. WordPress</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2349" title="Movable Type vs. WordPress" />
    <id>tag:plasticmind.com,2006://22.2349</id>
    
    <published>2006-05-11T04:24:19Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>I have a great deal of respect for Mike Rundle, one of the founders of 9rules design network; so when I found out he was waxing eloquent about Movable Type and WordPress, I was interested. After reading his level-headed discussion...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>I have a great deal of respect for Mike Rundle, one of the founders of <a href="http://9rules.com/">9rules</a> design network; so when I found out he was waxing eloquent about Movable Type and WordPress, I was interested.  After reading his level-headed discussion at <a href="http://businesslogs.com/reviews/movable_type_vs_wordpress_my_opinion.php">BusinessLogs</a>, I thought I'd share some of my own opinions about the contrasts between these two hotly contested blogging platforms:</p>

<p>I climbed aboard the MT boat about a year and a half ago, so I'm a bit of a latecomer to all of this.  A few thoughts from an avid MT supporter who hangs out with avid WP supporters:</p>

<p>First, there will always (?) be the divide between MT's and WP's pricing.  I completely understand Six Apart's reasoning behind charging for the business platform: investment capital.  Companies support a team that in turn supports a product and enhances that product.  The drawback however is that as all our web design younglings get their hands on free copies of WP, they become familiar with it and--you know the drill--you often use (and suggest to customers) what you know.</p>

<p>Second, I agree that MT's install is difficult.  I can do it now in about 7 minutes flat, but most people I know could not do it on their own.  We throw around 'chmod' and 'set up databases' like they're out of a children's book.  But remember from whence we came; we were not always so smart.  So we realize that MT requires a bit more know how, but is the payoff worth it?  </p>

<p>It has been in my case.  Typical scenario:  Client A asks me to design a site.  I suggest MT to power it.  I install, I customize, I tweak until updating the site is easier than spitting watermelon seeds and the client never has to look at the templates.  Thus PROGRAM INTERFACE takes precedence, and thus the native hue of WordPress is sicklied o'er with a pale cast of difficulty.  In fact, despite that the MT interface is much easier to get around in, I still think there's much further to go towards making it easier, especially with the current explosion of Ajax-rich apps.  If they can do it with TypePad, they should at least offer plugins to do it with MT.</p>

<p>Finally, there's the Six Apart factor.  If a problem comes up with a WordPress installation, Company A rants to Web Designer Jones, the guy who installed it.  Jones then turns to the WordPress community for answers.  Now, in a perfect world, we'd all hold hands, dance naked with flowers in our hair and respond to a community need at the drop of a hat.  But in the real world, a company is more likely to look for support from a company that gets paid to do what they need, rather than from a volunteer effort.  Most decent sized companies don't mind throwing down a few hundred bucks for the peace of mind that comes with a company-backed product.  (e.g. MS Office vs. OpenOffice)</p>

<p>I have not sworn allegience to any side, but I've really been satisfied with MT's community as well as the company.  I guess I'd sum it up like this: WP may be easier to slip on and get comfortable in, like a pair of jeans you wear around the house; but when it's time for the business meeting, you take the extra time to shine the shoes, iron the shirt, knot the tie...</p>]]>
    </content>
</entry>

<entry>
    <title>The Style Contest Revealed</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2346" title="The Style Contest Revealed" />
    <id>tag:plasticmind.com,2006://22.2346</id>
    
    <published>2006-03-31T04:12:14Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>After literally hundreds of hours of work on this project, we (Arvind, Elise and I) are finally doing what every good parent has to do--letting our baby wander out into the world. Meet our baby: Basically, it&apos;s a chance for...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>After literally hundreds of hours of work on this project, we (<a href="http://www.movalog.com">Arvind</a>, <a href="http://www.learningmovabletype.com">Elise</a> and <a href="http://www.plasticmind.com/">I</a>) are finally doing what every good parent has to do--letting our baby wander out into the world.  Meet our baby:  </p>

<p><a href="http://www.thestylecontest.com/" title="The Style Contest for Movable Type, Typepad and LiveJournal"><img src="http://www.thestylecontest.com/promo/promobadge1.gif" alt="The Style Contest for Movable Type, Typepad and LiveJournal" /></a></p>

<p>Basically, it's a chance for web designers to get paid for doing what they love (except for me, who volunteered to help put this together and thereby disqualified myself).  We got some amazing judges, like <a href="http://www.jasonsantamaria.com">Jason Santa Maria</a>, mastermind behind the new <a href="http://www.alistapart.com">A List Apart</a> look, and we got some premier sponsors, like <a href="http://www.sixapart.com/">Six Apart</a> (obviously) and <a href="http://www.adobe.com">Adobe</a>.  But the really cool part is that if you're the grand prize winner, you get $4000 in cash and Adobe Creative Suite (how much is that going for these days).  And if you're a category winner, you get $1000 in cash and your choice of a single Adobe product.  So you know you're not going to win (realism is good), don't worry--all qualified entrants get sweet discounts on design products.  More info about that at <a href="http://www.thestylecontest.com">the site</a>.</p>

<p>Anyhow, if you're artistic, by all means, stop by.  This is your time to shine (and get sweet moolah).  If you're a leech, you're welcome here too.  Lots of great resources and pretty soon lots of <a href="http://www.thestylecontest.com/browser/">great designs</a>.</p>]]>
    </content>
</entry>

<entry>
    <title>The Style Contest</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2342" title="The Style Contest" />
    <id>tag:plasticmind.com,2006://22.2342</id>
    
    <published>2006-02-10T05:59:04Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>Well, this stew has been simmering for several months now, and it&apos;s exciting to see things taking shape as this Style Contest becomes a reality. What&apos;s this? *designers poke heads from cubbies like prarie dogs* A Style Contest? Oh yes,...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>Well, this stew has been simmering for several months now, and it's exciting to see things taking shape as this Style Contest becomes a reality.</p>

<p><a href="http://www.thestylecontest.com/"><img src="http://www.plasticmind.com/images/tophat-q.gif" alt="" /></a></p>

<p>What's this?  *designers poke heads from cubbies like prarie dogs* A Style Contest?  Oh yes, I should have said.  Many months ago, <a href="http://www.movalog.com/">Arvind</a> and <a href="http://www.learningmovabletype.com/">Elise</a> approached me with the brilliant-yet-obvious idea to fill a great need in the MT community--style.  Don't get me wrong, there's a great deal of talent in the MT community, but it's never really been brought together in one place, and that bugged us.  So with the hard work of a few volunteers and the gracious help of 6A, things are on the move.</p>

<p>What I can say at this point is: designers, start familiarizing yourselves with the <a href="http://www.sixapart.com/movabletype/default_templates">default templates</a>.  There are going to be some serious prizes handed out for designs in several different categories (everything from technology to crafts).  And we're not talking the $50 gift certificates that the <cough> other </cough> style competition hands out.</p>

<p>You'll all know more in a few weeks.  Until then, start your engines!</p>]]>
    </content>
</entry>

<entry>
    <title>PlasticMind Hosting</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2338" title="PlasticMind Hosting" />
    <id>tag:plasticmind.com,2005://22.2338</id>
    
    <published>2005-11-18T17:42:24Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary> Several people have asked about hosting their website with PlasticMind Design, so we&apos;ve partnered up with Site5 to bring you PlasticMind Hosting, a full web hosting solution that has all the stability and affordability of a large, international hosting...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p><a href="/hosting/"><img alt="plasticmindhosting.jpg" src="http://www.plasticmind.com/news/plasticmindhosting.jpg" width="400" height="120" /></a></p>

<p>Several people have asked about hosting their website with PlasticMind Design, so we've partnered up with <a href="http://www.site5.com" class="extlink">Site5</a> to bring you PlasticMind Hosting, a full web hosting solution that has all the stability and affordability of a large, international hosting company coupled with the individual customer service we're famous for.</p>

<p>We've got several great hosting plans.  No matter the size of the site and how many visitors you get, you'll find we've got what you need (with a month free if you pay a year up front for any plan).  And it comes with quite a lot...  you can visit <a href="/hosting/">our new hosting section</a> for more information.  And all accounts come with cPanel, a web control panel where you can check your statistics and see who's downloading what, check your email from any computer with internet access and if you really want to jump in with both feet, we've got Fantistico, a set of free programs (Mambo, phpBB, phpWiki, Gallery) that can be installed to your site with a click of a button.</p>]]>
    </content>
</entry>

<entry>
    <title>PlasticMind Design v2.0</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2333" title="PlasticMind Design v2.0" />
    <id>tag:plasticmind.com,2005://22.2333</id>
    
    <published>2005-10-20T18:26:23Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary> Finally. We&apos;ve gone with a new look. It&apos;s the one we&apos;ve wanted to put into play since we started. The site finally matches the business cards! As you may have noticed, there&apos;s only a few new features, but that&apos;s...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p><img alt="businesscard.jpg" src="http://www.plasticmind.com/images/businesscard.jpg" width="360" height="208" /></p>

<p>Finally.  We've gone with a new look.  It's the one we've wanted to put into play since we started.  The site finally matches the business cards!  As you may have noticed, there's only a few new features, but that's just because we didn't want to take the site down for long.  You'll see quite a few advancements in the resources sections and keep your eyes peeled for a brand new PM blog specifically for web design tips and tricks.</p>

<p>If you find anything that doesn't belong, please <a href="/contact/">let me know</a>.</p>]]>
    </content>
</entry>

<entry>
    <title>PixelZion: Art With Purpose</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2331" title="PixelZion: Art With Purpose" />
    <id>tag:plasticmind.com,2005://22.2331</id>
    
    <published>2005-10-19T07:20:54Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary> One of the things that&apos;s been keeping us busy lately is our participation in a newly formed artist community called PizelZion (art with purpose). Almost every visual art discipline is represented in the community, and the Monday night podcasts...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p><img alt="pixelzion.jpg" src="http://www.plasticmind.com/news/pixelzion.jpg" width="200" height="150" /></p>

<p>One of the things that's been keeping us busy lately is our participation in a newly formed artist community called <a href="http://www.pixelzion.com">PizelZion</a> (art with purpose).  Almost every visual art discipline is represented in the community, and the Monday night podcasts are chock full of great information and discussion.  I encourage you to <a href="http://www.pixelzion.com">hop over there </a>and <a href="http://www.pixelzion.com/forums/viewtopic.php?t=17">look around</a>.</p>

<p>And if you're feeling bold, check out <a href="http://www.pixelzion.com/blog/?cat=6&submit=GO">our lively podcast</a>...</p>]]>
    </content>
</entry>

<entry>
    <title>Things To Come</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2330" title="Things To Come" />
    <id>tag:plasticmind.com,2005://22.2330</id>
    
    <published>2005-10-19T07:19:41Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>Just wanted to let everyone know that we&apos;ve got some exciting things in store at PlasticMind. We can&apos;t spill the beans just yet, but be sure to check back often if you don&apos;t want to miss it when the party...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>Just wanted to let everyone know that we've got some exciting things in store at PlasticMind.  We can't spill the beans just yet, but be sure to check back often if you don't want to miss it when the party happens.</p>

<p>Stay tuned...</p>]]>
    </content>
</entry>

<entry>
    <title>Site Redesign: Everitz Consulting</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2325" title="Site Redesign: Everitz Consulting" />
    <id>tag:plasticmind.com,2005://22.2325</id>
    
    <published>2005-09-07T20:30:36Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>Chad Everett of Everitz Consulting just launched his new site redesign in time for the release of Movable Type 3.2 with the help of PlasticMind Design. We helped create a professional front for Everitz Consulting while still maintaining the clarity...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>Chad Everett of <a href="http://www.everitz.com" class="extlink">Everitz Consulting</a> just launched his new site redesign in time for the release of Movable Type 3.2 with the help of PlasticMind Design.  We helped create a professional front for Everitz Consulting while still maintaining the clarity their customers have come to expect of their services.</p>

<p>First on the checklist was a logo, something that summarized Everitz Consulting and was flexible enough to function as both header and favicon.  After a few drafts, the gear/wrench logo finally answered all the needs of the company.  Combining Chad's initials with the gear and the wrench (both closely associated with Movable Type, Everitz's forte), we created the "we're ahead of the problem" look that Chad was looking for.</p>

<p>We also provided a great deal of versatility with the style sheets, providing classes and modules that could be used for multiple purposes and that could be seamlessly integrated with Movable Type to make managing content both simple and beautiful.</p>]]>
    </content>
</entry>

<entry>
    <title>The Plumber Fixes His Sink</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2315" title="The Plumber Fixes His Sink" />
    <id>tag:plasticmind.com,2005://22.2315</id>
    
    <published>2005-08-25T07:23:41Z</published>
    <updated>2007-08-01T06:25:17Z</updated>
    
    <summary>PlasticMind Design finally gets a new home, and it was far too long in coming. We finally threw the tables out the window and came up with a clean, easy-to-use design that lets the content speak. Sparkling HTML and CSS...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>PlasticMind Design finally gets a new home, and it was far too long in coming.  We finally <a href="http://www.stopdesign.com/articles/throwing_tables/" class="extlink">threw the tables out the window</a> and came up with a clean, easy-to-use design that lets the content speak.  Sparkling HTML and CSS code (<span style="color:#3B3;}">with a dash of lime</span>) ensures a speedy download for you, better rankings with search engines, flexibility for growth and the security of knowing that <em>everyone</em> sees the page the way it was intended to look.</p>

<p>But it's not just the code that shines--clean, functional design that makes sense.  The important information is easy to find.  That's our goal here after all--uniqueness and usability.  It's just nice to finally fix our own sink.</p>

<p>And for everyone wondering where all the content from the old site went, <em>don't worry</em>.  All of the important stuff will be back in one form or another.  You'll find links to my personal sites across the top above the header.  I also plan on incorporating a dynamic feed list here of sites affiliated with PlasticMind Design.  More information to come.</p>]]>
    </content>
</entry>

<entry>
    <title>What Is Movable Type?</title>
    <link rel="alternate" type="text/html" href="http://plasticmind.com//news/" />
    <link rel="service.edit" type="application/atom+xml" href="http://plasticmind.com/cgi-bin/mt4/mt-atom.cgiweblog/blog_id=22/entry_id=2314" title="What Is Movable Type?" />
    <id>tag:plasticmind.com,2005://22.2314</id>
    
    <published>2005-08-24T15:47:23Z</published>
    <updated>2007-08-01T06:25:16Z</updated>
    
    <summary>Movable Type is the premier web publishing platform. Powerful customization gives you control over everything you publish and the elegant interface keeps things simple and clear. Unlike some of the other blogging software available, Movable Type has so much flexibility...</summary>
    <author>
        <name>Jesse</name>
        <uri>http://blog.plasticmind.com</uri>
    </author>
    
        <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://plasticmind.com/">
        <![CDATA[<p>Movable Type is the premier web publishing platform.  Powerful customization gives you control over everything you publish and the elegant interface keeps things simple and clear.</p>

<p>Unlike some of the other blogging software available, Movable Type has so much flexibility that it can power anything from a simple online journal to a full-blown ecommerce site.  It's basic enough that a beginner can be up and posting in minutes, yet powerful enough that every day new uses are invented for its versatile system of content tags.  It's done everything from push button publishing on <a href="http://www.chaplainfisher.com" class="extlink">Chaplain Fisher's weblog</a> to dynamic job listings on <a href="http://www.advmr.net" class="extlink">Advanced Medical Resources website</a>.</p>

<p>For more information about Movable Type, <a href="http://www.sixapart.com/movabletype/" class="extlink">check out their website</a> or dig around in their <a href="http://www.movabletype.org/support/" class="extlink">online support forums</a>.</p>]]>
    </content>
</entry>

</feed> 

