<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>pingVision</title>
  <subtitle>Interactive Design + Development for Drupal websites</subtitle>
  <link rel="alternate" type="text/html" href="http://pingv.com"/>
  <link rel="self" type="application/atom+xml" href="http://pingv.com/atom/feed"/>
  <id>http://pingv.com/atom/feed</id>
  <updated>2008-07-14T16:31:03-05:00</updated>
  <entry>
    <title>Subversion, OS X and the elusive folder merge</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/2008/subversion-os-x-and-elusive-folder-merge" />
    <id>http://pingv.com/blog/laura/2008/subversion-os-x-and-elusive-folder-merge</id>
    <published>2008-08-15T19:56:33-05:00</published>
    <updated>2008-08-15T19:56:33-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="development" />
    <category term="Drupal" />
    <category term="Mac" />
    <category term="OS X" />
    <category term="Subversion" />
    <category term="tips and tricks" />
    <content type="html"><![CDATA[<p><a href="http://www.flickr.com/photos/28263608@N00/2762372471" title="View &#039;Boulder DBUG Drupal User Group Meet-Up&#039; on Flickr.com"><img src="http://farm4.static.flickr.com/3174/2762372471_a501dbeb0d_m.jpg" alt="Boulder DBUG Drupal User Group Meet-Up" border="0" width="240" height="160" /></a></p>
<p>Lo and behold, this past Wednesday, after waiting all day for the <a href="http://drupal.org/node/295065">Drupal 6.4 update</a> that was rumored to be coming out, it finally was released at around 6:30pm MDT. We saw it at the <a href="http://pingv.com/tag/DBUG">DBUG Meetup</a> during setup, and I knew that once again it was time to do some updating. At <a href="http://pingv.com">pingVision</a>, we have an entire dev/test/production process for all of our clients' and our own sites. But when it comes to <a title="my personal blog about tech, scifi, food..." href="http://rarepattern.com">my own</a> <a title="my photoblog" href="http://scatteredsunshine.com">sites</a>, I prefer to do it myself as much as possible so that I can keep my fingers in code and configuration, even while my more official presidential responsibilities tend to pull me in other directions.</p>
<p>And yet my own sites are still under Subversion, so it's not just a matter of uploading the new code and being done with it. No, I have to do it through SVN.</p>
<p>Now if you are like me (and <em>unlike</em> <a href="http://pingv.com/about/people">our developers</a>), and have a general preference for a <em>good</em> GUI over using the command line, <em>and</em> are working on OS X <em>and</em> using version control like <a href="http://en.wikipedia.org/wiki/Subversion_(software)">Subversion</a>, then you likely have run into the problem that the architects of Finder have not deigned to solve: You cannot "merge" folders in OS X using Finder. No, Finder will overwrite folders completely.</p>
<p>Why is this a problem? Anyone who uses Subversion (or other version controller) will know what I'm talking about: If you try to just overwrite wholesale a folder that's under version control, you end up deleting the hidden <em>.svn</em> folder, which has the versioning information. And that leads to Dante's SVN Inferno, where all sorts of error demons torment you while you wail with pangs of regret: <em>Oh, why didn't I </em>merge<em> that folder instead of replacing it?</em></p>
<p>Using Unix command line, you can of course use <code>mv -v</code> to merge folders, but that forces you to use command line. Since OS X is built upon Unix, I and <a href="http://www.google.com/search?q=merge+folders+mac&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">many others</a> wonder why Finder does not offer this option, not even with contorting combinations of <em>control</em>, <em>option</em>, <em>command</em> and <em>shift</em>. </p>
<p>It's ridiculous. –Especially when you consider that your basic (s)ftp applications can merge folders without a problem. This isn't rocket science.</p>
<p>A trick to merge folders on Mac I figured out a couple of years ago (when I was first introduced to SVN workflows) is this: ftp <em>from</em> your computer <em>to</em> your computer, using your favorite ftp application. </p>
<p>That's right, rather than copy or drag files from folder to folder using Finder, you drag files from folder to folder using ftp. (I use <a href="http://www.panic.com/transmit/">Transmit</a>, but this will work with any ftp app that can merge folders. A free one I can recommend is <a href="http://cyberduck.ch/">Cyberduck</a>.)</p>
<p><a href="http://www.flickr.com/photos/28263608@N00/2765829058" title="View &#039;file sharing&#039; on Flickr.com"><img src="http://farm4.static.flickr.com/3119/2765829058_08162f897f_o.png" alt="file sharing" border="0" width="250" height="387" /></a></p>
<p>To enable this approach, all you need to do is turn on ftp access in OS X. </p>
<p>You do this in <em>Preferences -&gt; Sharing</em>.</p>
<p><em>Click</em> the checkbox to enable "file sharing".</p>
<p>Then, with the file sharing option highlighted, as pictured, click on the Options button down in the lower right-hand area of the window. </p>
<p><a href="http://www.flickr.com/photos/28263608@N00/2764982053" title="View &#039;file sharing ftp&#039; on Flickr.com"><img src="http://farm4.static.flickr.com/3206/2764982053_83e0b1b210_o.png" alt="file sharing ftp" border="0" width="350" height="60" /></a></p>
<p>This reveals the kinds of file sharing you want to enable, and one of them is ftp. Enable that.</p>
<p>Underneath you will now see a message that provides the IP address where your computer can be reached. You just enter that IP address into your ftp app as the remote server. You may need to enter your username and password for your Mac.</p>
<p>That's it. Now just drag folders over from your desktop into the appropriate area on your ftp app and the merge will happen.</p>
<p><strong>Note: Depending upon the ftp app, you may need to set appropriate preferences to merge folders. Here are the settings I use in Transmit:</strong></p>
<p><a href="http://www.flickr.com/photos/28263608@N00/2766014962" title="View &#039;transmit preferences&#039; on Flickr.com"><img src="http://farm4.static.flickr.com/3144/2766014962_765cfe0211_o.png" alt="transmit preferences" border="0" width="350" height="200" /></a></p>
<p>This way you can maintain your website in a dev environment on your Mac desktop or laptop, and manage updating tasks easily without having to do SVN gymnastics or work in Terminal. </p>
<p>I welcome your comments.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Knight News Challenge Garage</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/portfolio/web-design-and-development/knight-news-challenge-garage" />
    <id>http://pingv.com/portfolio/web-design-and-development/knight-news-challenge-garage</id>
    <published>2008-08-07T11:01:50-05:00</published>
    <updated>2008-08-13T11:00:20-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Web Design and Development" />
    <category term="Drupal" />
    <category term="Knight News Challenge" />
    <category term="The Knight Foundation" />
    <content type="html"><![CDATA[<p>The <a href="http://garage.newschallenge.org/">Knight News Challenge Garage</a> is a site where people intending to apply for a grant from the <strong>Knight News Challenge</strong> could workshop their applications, get feedback from mentors and peers, and – hopefully – improve their chances of winning some of the $5 million being granted this year by the John S. and James L. Knight Foundation.</p>
<p>We designed and developed the site in 2 weeks, from wireframes to beta deployment.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Knight News Challenge Garage goes live</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/2008/knight-news-challenge-garage-goes-live" />
    <id>http://pingv.com/blog/laura/2008/knight-news-challenge-garage-goes-live</id>
    <published>2008-08-07T10:33:03-05:00</published>
    <updated>2008-08-07T11:43:21-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Drupal" />
    <category term="Knight News Challenge" />
    <category term="The Knight Foundation" />
    <content type="html"><![CDATA[<p>Last month we were commissioned to develop rather quickly a community website where potential applicants to the <a href="http://www.newschallenge.org/">Knight News Challenge</a> could workshop their applications, get feedback from mentors and peers, and – hopefully – improve their chances of winning some of the $5 million being granted this year by the John S. and James L. Knight Foundation.<br />
&lt;!--break--><br />
We designed and developed the site in 2 weeks, from wireframes to beta deployment. The Garage is running Drupal 5, with some customized implementation of the Organic Groups modules. We love working on rapid timetables; it's something we do quite a bit of.</p>
<p>Anyway, here is the video announcement by Kristen Taylor, Online Community Manager for the Knight Foundation – video courtesy of <a href="http://dotsub.com/view/f65bf045-8978-4043-b895-89faa1f7bfad">DotSub</a>:</p>
<p><iframe src="http://www.dotsub.com/media/f65bf045-8978-4043-b895-89faa1f7bfad/e/m" frameborder="0" width="420" height="347"></iframe></p>
<p>If you are multilingual, you can help get the word out. On <a href="http://www.knightblog.org/introducing-the-news-challenge-garage/">the Knight blog</a>, Kristen writes:</p>
<blockquote><p>We've used a video-sharing service called <a href="http://www.dotsub.com">DotSub</a> above so that the video can be subtitled in many different languages&#8211;the News Challenge is an international contest and open to everyone. </p>
<p>You can help us get the word out by going to this video on the DotSub site <a href="http://dotsub.com/view/f65bf045-8978-4043-b895-89faa1f7bfad">here</a> and subtitling it in another language (thanks in advance for your help).</p>
</p></blockquote>
<p>There's money to be had here. Seriously, if you have an idea for a project that might fit the mission of the Challenge, <a href="http://garage.newschallenge.org">go to the News Challenge Garage</a> and start workshopping your application!</p>
    ]]></content>
  </entry>
  <entry>
    <title>Information Architect</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/careers/4147/information-architect" />
    <id>http://pingv.com/careers/4147/information-architect</id>
    <published>2008-08-06T17:00:13-05:00</published>
    <updated>2008-08-06T17:03:12-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Careers" />
    <category term="design" />
    <category term="Drupal" />
    <category term="Information Architecture" />
    <category term="user experience" />
    <content type="html"><![CDATA[<p>pingVision is currently hiring for the position of intermediate-to-advanced level Information Architect for web applications. We are looking for a seasoned Information Architect with experience with User Interface and web design to work with our creative team on frequent projects for world-class clients such as BMW, the Knight Foundation, Stanford University and Popular Science. </p>
<p>We're looking for a detail-oriented person interested in joining our<br />
<div class="codeblock"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /> </span><span style="color: #007700">print </span><span style="color: #0000BB">l</span><span style="color: #007700">(</span><span style="color: #DD0000">"our growing design and development team"</span><span style="color: #007700">,</span><span style="color: #DD0000">"about/people"</span><span style="color: #007700">); <br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
<p> for work on a wide variety of web and media projects.</p>
<p>We are looking for someone in or willing to relocate to the greater Boulder/Denver area. Sorry, telecommuting is not an option. This is a full-time position.</p>
    ]]></content>
  </entry>
  <entry>
    <title>DrupalCamp Colorado and LinkedIn</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/matthews/2008/drupalcamp-colorado-and-linkedin" />
    <id>http://pingv.com/blog/matthews/2008/drupalcamp-colorado-and-linkedin</id>
    <published>2008-07-31T17:32:22-05:00</published>
    <updated>2008-07-31T18:01:29-05:00</updated>
    <author>
      <name>MatthewS</name>
    </author>
    <category term="DBUG" />
    <category term="Drupal" />
    <category term="DrupalCamp Colorado" />
    <category term="LinkedIn" />
    <content type="html"><![CDATA[<p>DrupalCamp Colorado 2008 has come and gone.  I personally felt that the diversity of participants and the energy of the group was remarkable.</p>
<p>I felt that the networking opportunities the event offered were significant and I want to try to expand on the 30 or so people I managed to talk to.  I have created a LinkedIn group called DrupalCamp Colorado.  To join, log into <a href="http://www.linkedin.com/" target="new">LinkedIn</a> and do a search in Groups for &quot;DrupalCamp Colorado&quot;.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Inviting Modules to Drupal 6</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/john-fiala/2008/inviting-modules-drupal-6" />
    <id>http://pingv.com/blog/john-fiala/2008/inviting-modules-drupal-6</id>
    <published>2008-07-25T16:09:39-05:00</published>
    <updated>2008-07-25T16:10:09-05:00</updated>
    <author>
      <name>John Fiala</name>
    </author>
    <category term="Custom Error Module" />
    <category term="Drupal" />
    <category term="Drupal 6" />
    <category term="Invite Module" />
    <category term="Modules" />
    <category term="NodeCarousel" />
    <category term="NodeQueue" />
    <category term="Profile Privacy Module" />
    <category term="Thickbox Module" />
    <category term="Userpoints Module" />
    <content type="html"><![CDATA[<p>Here at pingVision we've largely switched over to making all of our clients' websites with Drupal 6 - there's a number of advantages in doing that, but sometimes there's one major disadvantage: The website they want would be great with module X, but module X doesn't have a Drupal 6 version yet.</p>
<p>In those cases, we convert 'em ourselves, and post a patch appropriately.  I wrapped up updating the wonderful <a href="http://drupal.org/project/invite">Invite</a> module to Drupal 6, and that made me think back on the various updates we at pingVision have done so far:</p>
<ul>
<li><a href="http://drupal.org/project/nodecarousel">NodeCarousel</a></li>
<li><a href="http://drupal.org/project/nodequeue">NodeQueue</a></li>
<li><a href="http://drupal.org/project/favorite_nodes">Favorite Nodes</a></li>
<li><a href="http://drupal.org/project/customerror">Custom Error</a></li>
<li><a href="http://drupal.org/project/profile_privacy">Profile Privacy</a></li>
<li><a href="http://drupal.org/project/issues/thickbox">Thickbox</a></li>
<li><a href="http://drupal.org/project/drupalvb">DrupalVB</a></li>
<li><a href="http://drupal.org/project/invite">Invite</a></li>
<li>And I'm working on upgrades for a few of the <a href="http://drupal.org/project/userpoints_contrib">User Points Contributed Modules</a>, especially userpoints_invite.</li>
</ul>
<p>It's really kind of fun converting a module to Drupal 6 - for one, you really get a good feeling for how that module works.  You also can learn some interesting features of Drupal's extensive API that you haven't run into before, and when you're done you've helped out the whole community. </p>
<p>Give it a try!  Find a useful module that doesn't have a patch for Drupal 6 yet, get a copy of the most recent code, and open your browser to <a href="http://drupal.org/node/114774">Converting 5.x Modules to 6.x</a> and work your way along.  Also, it can help to get a copy of Coder and use that to look for any changes you've overlooked.</p>
<p>Attached: A slide presentation that I did for a local Drupal meetup on upgrading modules to Drupal 6.</p>
    ]]></content>
  </entry>
  <entry>
    <title>pingVision presenters at DrupalCamp Colorado 2008</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/2008/pingvision-presenters-drupalcamp-colorado-2008" />
    <id>http://pingv.com/blog/laura/2008/pingvision-presenters-drupalcamp-colorado-2008</id>
    <published>2008-07-25T16:02:31-05:00</published>
    <updated>2008-07-25T16:11:20-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="AHAH" />
    <category term="development" />
    <category term="Drupal" />
    <category term="DrupalCamp Colorado" />
    <category term="Modules" />
    <category term="Performance" />
    <category term="Project Management" />
    <category term="REST" />
    <content type="html"><![CDATA[<p>While pingVision as a company is one of the many <a href="http://drupalcampcolorado.org/content/our-sponsors">sponsors of DrupalCamp Colorado 2008</a>, several pingVision people are doing presentations and panels. </p>
<p>Here's a quick run-down:</p>
<h3>Kevin Bridges</h3>
<p>...is doing a BOF on <a href="http://drupalcampcolorado.org/content/bof-project-workflow-management-and-client-expectations">Project Workflow Management and Client Expectations</a>.</p>
<blockquote><p>Waterfall, Agile, Scrum, UML, Process Diagrams, Wireframes, Design Comps ... how does it all fit together into a clearly defined purpose?</p></blockquote>
<h3>John Fiala</h3>
<p>...has a presentation on <a href="http://drupalcampcolorado.org/content/advanced-ahah-modifying-forms">Advanced AHAH and Modifying Forms</a>, which gets into that lovely UI goodness of dynamic forms generation, drag-and-drop, etc. He's also doing a presentation on <a href="http://drupalcampcolorado.org/content/using-simpletest-prove-your-code">Using SimpleTest to Prove Your Code</a>. Very useful to any coder.</p>
<h3>Ezra Barnett Gildesgame</h3>
<p>...has a presentation on <a href="http://drupalcampcolorado.org/content/drupal-benchmarking-and-performance">Drupal Benchmarking and Performance</a>, covering:</p>
<blockquote><p>- Factors that affect performance<br />
- Measuring performance<br />
- Different types of hosting (Shared, VPS, "Grid", Mosso)<br />
- Techniques used to make enterprise websites scalable (ie Facebook, LiveJournal)<br />
- Basics of Performance-friendly Drupal Module development</p></blockquote>
<h3>Greg Hines</h3>
<p>...is presenting on <a href="http://drupalcampcolorado.org/content/restful-web-services-and-drupal">RESTful services and Drupal</a>, and will be showcasing his brand spanking new <a href="http://drupal.org/project/rest_provider">REST provider module</a> which provides something of a REST API.</p>
<h3>Ben Jeavons</h3>
<p>...is presenting on <a href="http://drupalcampcolorado.org/content/contributing-drupal">Contributing to Drupal</a>, which is about how anyone can participate in the Drupal community. He is also presenting <a href="http://drupalcampcolorado.org/content/drupal-lightning-demos">Drupal Lightning Demos</a>:</p>
<blockquote><p>Rapid-fire demonstrations of modules, themes, Drupal-powered sites, fancy Drupal code snippets and anything else Drupal related that can be demoed in 5-10 minutes. These are quick, 5-10 minutes including time for questions, demos of something you've built on or with Drupal. Unless we have very few demos there probably won't be time to go looking at code so just show how it works or what it looks like.</p></blockquote>
<p>He's also doing a session on <a href="http://drupalcampcolorado.org/content/the-drupal-community">the Drupal Community</a>:</p>
<blockquote><p>I'd like to talk about the Drupal community, the ways in which we are open and sponsor participation and the ways we've push people away. Because we have pushed people away. What do we do that is right and what are we doing wrong?</p></blockquote>
<h3>Make it better?</h3>
<p>There is also going to be a BOF about <a href="http://drupalcampcolorado.org/content/bof-drupalcampcoloarado-and-drupalcon-colorado-organization">Making DrupalCamp Colorado better</a>, led by Kevin Bridges and (hopefully) many other interested folks. Maybe we can pull together a DrupalCon proposal?</p>
<h3>The geek weekend</h3>
<p>I was going to be joining Greg Knaddison in a session where we, as <a href="http://association.drupal.org/about/staff">permanent members of the Drupal Association General Assembly</a>, were going to give a little update on what's been happening and attempt to answer questions that may arise, but that proposal was rated lower than the others, so it's not going to happen. No, this is a weekend to get your geek on! See you there!</p>
    ]]></content>
  </entry>
  <entry>
    <title>Happy SysadminDay!</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/2008/happy-sysadminday" />
    <id>http://pingv.com/blog/laura/2008/happy-sysadminday</id>
    <published>2008-07-25T10:51:09-05:00</published>
    <updated>2008-07-25T11:09:13-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Drupal" />
    <category term="DrupalCamp Colorado" />
    <category term="kudos" />
    <category term="Rackspace" />
    <category term="SysAdminDay" />
    <content type="html"><![CDATA[<p>Today is the last Friday of July, making it <a href="http://www.sysadminday.com/">SysAdminDay</a>, when we show appreciation for all the hardworking, oft-under-appreciated sysadmins who make our new economy hum along like a well-tuned machine.</p>
<p>Here at pingVision we have several people who serve in the sysadmin role. Our heavy lifter is Andy Lasda, who has scripted our deployments and been involved in most all of our hosting environment setups and performance tuning.</p>
<p>Andy Kirkham is another expert sysadmin in our ranks. Between the two Andys, there's no solvable problem they cannot solve. Yes, you can say "rubbish" and dismiss it as mere enthusiasm, but in this case I think I'm right.</p>
<p>;)</p>
<p>Kevin Bridges also does a fair bit of our sysadmin work and configurations. And of course Ezra Barnett Gildesgame, who is in fact doing a <a href="http://drupalcampcolorado.org/content/drupal-benchmarking-and-performance">DrupalCamp Colorado presentation</a> this weekend on performance tuning techniques for Drupal.</p>
<p>Thank you, Andy, Andy, Kevin and Ezra! And thank you to the <a href="http://rackspace.com">Rackspace Fanatical Support sysadmins</a> who've kept our servers running optimally.</p>
    ]]></content>
  </entry>
  <entry>
    <title>DrupalCamp Colorado on Saturday and Sunday</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/2008/drupalcamp-colorado-saturday-and-sunday" />
    <id>http://pingv.com/blog/laura/2008/drupalcamp-colorado-saturday-and-sunday</id>
    <published>2008-07-22T16:00:02-05:00</published>
    <updated>2008-07-22T16:06:54-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Sponsorships" />
    <category term="Drupal" />
    <category term="DrupalCamp Colorado" />
    <content type="html"><![CDATA[<p><img src="/files/imagecache/front_services_nc/tout/drupalicense2color-tealbg.png" alt="DrupalCamp Colorado logo" title="Logo designed by our own Don Hajicek!" class="wrap" />In case you've somehow missed the news, <a href="http://drupalcampcolorado.org">DrupalCamp Colorado</a> is happening this weekend.</p>
<p><a href="http://drupalcampcolorado.org/content/4-days-go-what-you-need-to-know">greggles posted a nice rundown</a> of things to do for DrupalCamp. Registration is easy. The <a href="http://drupalcampcolorado.org/content/pay-for-drupalcamp">price is an affordable $10</a> ... or $25 at the door (if there's room -- the cap is at 100 people).</p>
<p><a href="http://flickr.com/photos/gregglesworth/2693046711/"><img src="http://farm4.static.flickr.com/3218/2693046711_a26e2aa3b0_m.jpg" alt="DrupalCamp stickers" /></a></p>
<p>Hey, and <a href="http://knaddison.com/drupal-not-planet/drupalcamp-colorado-4-days-go-my-drupal-camp-phone">we can haz stickers</a>! Maybe your laptop wants one, too?</p>
    ]]></content>
  </entry>
  <entry>
    <title>DrupalCamp Colorado 2008 presentation submissions close this week</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/2008/drupalcamp-colorado-2008-presentation-submissions-close-week" />
    <id>http://pingv.com/blog/laura/2008/drupalcamp-colorado-2008-presentation-submissions-close-week</id>
    <published>2008-07-14T16:31:03-05:00</published>
    <updated>2008-07-14T16:31:03-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Sponsorships" />
    <category term="Drupal" />
    <category term="DrupalCamp" />
    <category term="DrupalCamp Colorado" />
    <content type="html"><![CDATA[<p><a href="http://drupalcampcolorado.org/">DrupalCamp Colorado 2008</a>, happening in Denver, is less than two weeks away, but it's still not too late to submit your session proposal.</p>
<p>It's also not too late to <a href="http://drupalcampcolorado.org/user">register</a>.</p>
<p>As one of many <a href="http://drupalcampcolorado.org/content/our-sponsors">sponsors</a> of DrupalCamp Colorado*, we hope to see a full house of both the new Drupalers out there as well as the experienced veterans. There are going to host a mix of sessions and BOF's geared towards all areas of interest ... or at least <em>your</em> interests, if you get <em>your</em> session proposal in! (No pressure.)</p>
<p>See you there!</p>
<hr />
<p>* We developed and host the website. The website design is TBD. Maybe that's worth a session at the 'Camp? What do you think?</p>
    ]]></content>
  </entry>
</feed>
