<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>hesketh.com News</title>
      <link>http://www.hesketh.com/about/news/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Fri, 09 May 2008 18:34:17 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.35</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        
      <item>
         <title>hesketh.com Blends Best of Old and New in Urban Office Space</title>
         <description><![CDATA[<p>Raleigh, N.C. &ndash; Nestled in downtown Raleigh, hesketh.com's new office space  at Pilot Mill (1101 Haynes St) is punctuated with eight-foot tall windows that flood the open floorplan  with natural light. It provides a marked contrast to conventional, corporate  office spaces. CEO Heather Hesketh was on a mission to find space that truly expresses  the company's personality to further engage her team and to better attract the  Triangle&rsquo;s creative class.</p>
<p>  Employees are enthused about the new space, with its soaring 14&rsquo; ceilings  and a contemporary, lofty feel that showcases the 100-year-old building's heavy  timbers and post and beam construction. The new office space is supportive of  the company's open collaborative style of working. And the building itself exudes  an energy and creativity derived from adaptive reuse and respect for the old and  the new.</p>
<p>  That building, along with two other century-old mill  buildings, are part of the larger strategy of Pilot Mill, an urban  redevelopment project. A primary objective for the office buildings was  historic preservation, and the community, which abuts the nearby Historic  Oakwood and Mordecai communities, is an interesting blend of old and new  construction. Much as they did nearly a  century ago, these three key buildings helped fuel the birth of surrounding  residential and retail properties, creating today's thriving urban community  which is a stone's throw for Glenwood South and downtown proper. The space that  hesketh.com will occupy is in the 1894 building, the oldest of only three  surviving buildings among the score that once made up Pilot Mill's textile  operations. </p>
<p>  Nearby greenways,  sidewalks, eateries, shops, museums, and bike racks will provide a marked  change of pace for many employees who have been largely constrained to cars for  lunchtime outings. Several employees will now be able to bike or walk to work,  while others enjoy easy access via I-40/Wade Avenue, Wake Forest Road, or  Capital Boulevard. Account Manager Barb Baranski says, &quot;I can't wait for  the chance to bike during lunch or to the dojo after work.&quot; She and others  who commute to work plan on walking or bringing bikes for use during the day or  before heading home in the evening. On rainy days, you'll likely find team  members congregating in the new space's greatly enhanced communal areas.</p>

<p>&quot;Supporting growth was one aim, but my main goal  was to find a location that was as inspiring as our team. When I walked into  the space at Pilot Mill, I felt energized with possibilities. That&rsquo;s when I  knew we&rsquo;d found our new corporate home. Not only is the space beautiful, but it  blends old and new in an incredibly respectful way. That it is within walking  and biking distance of downtown was the icing on the cake&rdquo;,&quot; says Hesketh.  </p>
<p>For more information on current career opportunities available at hesketh.com,  see <a href="http://hesketh.com/about/careers">http://hesketh.com/about/careers</a>.</p>
<h2>About Pilot Mill</h2>
<p>More than a century ago, Pilot Mill was one of two textile  mills in Raleigh that produced unfinished cotton, sometimes called gray goods.  James and William Williamson purchased the site in 1892, built the first mill  building in 1894, the second in 1903, and a third in 1910, as Pilot Mill's  production expanded from 1.3 million yards of plaid fabric in 1904 to more than  8 million yards of a variety of fabrics in 1910 when the last of the three  preserved buildings was built. More than twenty buildings existed as part of  the mill at one point in the 1960's. </p>
<p>  The mill's ownership passed through the hands of many  investors both before and after it ceased its textile operations. The 1980's  saw a failed attempt at redeveloping the property and a foreclosure. In 1997,  Hedgehog Holdings joined in the purchase of the seven acres of land where the  three original buildings existed. While encountering many obstacles, the  developers and local artisans worked to preserve the unique elements of each  building, salvaging any materials that could be reused. When salvage was not an  option, custom-made matching materials or old material from a South Carolina  mill undergoing demolition were used. Bricked in windows were reopened and  replaced with custom-made ones mimicking every detail of the originals. </p>
<p> Listed on the National Register of Historic Places, Pilot  Mill's achievements in preservation and urban redevelopment have resulted in  its receiving the Capital Area Preservation's prestigious Anthemion Award as  well as The Sir Walter Raleigh Award for Community Appearance for enhancing the  beauty of the City of Raleigh. </p>]]></description>
         <link>http://www.hesketh.com/about/news/2008/heskethcom_blends_best_of_old.html</link>
         <guid>http://www.hesketh.com/about/news/2008/heskethcom_blends_best_of_old.html</guid>
         <category>News</category>
         <pubDate>Fri, 09 May 2008 18:34:17 -0500</pubDate>
      </item>
   
        
      <item>
         <title>Why Put Your Organization on Rails?</title>
         <description><![CDATA[<p>The software development industry is often driven by fads and hype. People are always talking about the new programming language, software engineering methodology, framework, or tool that will increase efficiency, lower costs, speed up development, and improve quality. The most recent fad in Web development is Ruby on Rails, a framework for building Web applications that has been the subject of many wild claims by enthusiasts. As a manager, you have to assess whether Ruby on Rails, like any other new technology, lives up to the hype. </p>

<p>Rails is an open-source Web application framework that's notable for its highly structured approach to building Web applications &mdash; not only does it include a lot of the functionality that programmers usually have to build themselves when writing Web applications, but it also provides a structure for everything from how files are organized to how database tables are named. Rails rewards programmers for utilizing this structure by enabling them to get things done without writing much code. </p>
<p>A developer who knows Ruby on Rails will understand how just about any Rails application is structured right from the outset. When you outsource development of a Rails application, moving the application in house for ongoing maintenance is straightforward, as is adding a new developer to your team. At a source code level, Rails applications are all quite similar, even if the functionality is completely different. The structured approach taken by Rails greatly reduces the risk that a developer will wander off and build something that can't be understood, much less maintained.</p>
<p>Ruby on Rails is new &mdash; version 1.0 was released in December, 2005, 15 months after the first public release. Ruby, the scripting language used to build Rails, was originally released in 1995, around the same time as Java. The biggest reason that Rails has seen such rapid success is that it builds on the best parts of the Web application frameworks that preceded it. The creators of Ruby on Rails adopted the best practices of the Java and PHP communities and baked them into a new framework.</p>
<h2>The Rails Philosophy </h2>
<p>In building Web applications, two important factors are speed of development and maintainability after release. Ruby on Rails is strong in these areas because of its philosophical approach, which is based based on two principles: "Don't repeat yourself" and "Convention over configuration."</p>
<p>"Don't repeat yourself" is straightforward. Code in a Rails application is organized to make it easy for developers to build their application so that each piece of functionality only exists in one place, where it can be reused throughout the application. In an application that adheres to the Rails philosophy, you never need to trawl through dozens of pages changing the footer on every one, nor do you need to check in multiple places that you've made the zip code required when a user enters an address.</p>
<p>The idea behind "Convention over configuration" is that Rails makes many assumptions about how an application should be organized, what things should be named, and how databases should be laid out. Not coincidentally, coming up with these kinds of conventions is generally one of the toughest problems in application development. Most organizations have their own set of conventions, but Rails goes a step further and suggests a single convention that applies to all Rails applications. The primary advantage here is that developers are liberated from the configuration files that most frameworks require. As long as you adhere to the Rails conventions, many things that you would ordinarily have to write code for just work. Convention over configuration is responsible for most of the efficiency advantages Rails provides over other platforms.</p>
<h2>The Components of Rails</h2>
<p>The creators of Rails chose the Ruby programming language because it offered the very strong object-oriented capabilities of languages like Java with the flexibility of scripting languages like Perl and PHP.  Developers have tried to emulate some of the best features of Rails in other languages, but many of the best features of Rails depend strongly on the capabilities that Ruby offers.</p>
<p>Ruby on Rails is a collection of libraries, including a templating library which enables you to mix code that will be executed on the server with regular HTML markup to make it easy to build dynamic Web applications. In the world of Ruby on Rails, the intent is that these templates will only be used to present dynamic data. The business logic resides elsewhere. For example, there's a layout feature that enables programmers to wrap the content on their pages in a header and footer (and possibly other common elements as well) without including any code at all in the individual views, thus eliminating even the common header and footer include statements that are repeated on every page in most applications. </p>
<p>Ruby on Rails provides a Model-View-Controller framework that splits up an application to provide structure, flexibility, and reuse. The controller accepts incoming requests from the browser and then routes them to the proper part of the application. After processing, the controller passes the results to the view layer for presentation. Business logic resides in the Model layer, which takes care of database interaction as well as processes like calculating shipping costs and sales tax, or finding search results, or validating user input. The View layer is used to present the results. Use of MVC frameworks in Web applications has been popular with Java developers since 1999.</p>
<p>The last component of Rails is a database persistence framework that provides a bridge between a relational database like MySQL, MS SQL, or Oracle and an application. It enables you to treat data stored in a relational database like regular objects within your application. </p>
<h2>The Other Side of the Hype</h2>
<p>Ruby on Rails has a lot going for it, but there are some things to look out for as well before taking the leap. First, because Rails is still new, the pool of Ruby on Rails experts is not very large, even though Ruby on Rails is not difficult to learn, Before making a big commitment to Ruby on Rails, make sure that you can find the experts you need, whether through staffing or outsourcing.</p>
<p>Deployment challenges are another mark of the relative immaturity of Ruby on Rails. Figuring out how and where to deploy your applications is not as easy as it is for other platforms. Finding a Web host where you can deploy your Rails application and getting everything up and running can be painful, especially when compared to platforms like PHP and ASP.NET. If you're deploying the application internally, chances are your systems administrator is going to have to do some research to get your Ruby on Rails application running on your own server. The deployment picture for Ruby on Rails continues to improve, but right now dealing with deployment can be a complex issue.</p>
<p>Because Ruby on Rails is still changing rapidly, it may be best for some organizations to delay adoption. The core Rails libraries are still being updated frequently, as are many of the supplemental libraries that many developers use. Keeping up with the state of the art in the Rails world is a big job, and not all development teams are suited to take on that job.</p>
<h2>The Bottom Line</h2>
<p>Should you consider adopting Ruby on Rails for your next Web application project?  The ideal trial project for Ruby on Rails is a new application that won't be accessing a legacy database, hosted on a server running Linux or some other Unix variation. Ruby on Rails works fine on Windows, but is still better suited to Unix-based environments. Ideally the application will stand on its own rather than being a piece of a larger application. Ruby on Rails is most powerful in terms of streamlining database interactions, so an application where you are manipulating information in a database will enable you to reap the greatest rewards from Rails.</p>
<p>Rails enables developers to get more done in less time, but for each project you have to assess whether that argument is applicable. A lot depends on the project requirements, and the expertise and enthusiasm of the development team. If your developers are clamoring to try out Ruby on Rails, then it's probably worth a shot. Very few new platforms will be adopted successfully if they are imposed from the top down.</p>
<p>Even if Rails isn't the right fit for you right now, it very well may be in the next year or two, as the platform continues to mature.</p>]]></description>
         <link>http://www.hesketh.com/publications/why_put_your_organization_on_rails.html</link>
         <guid>http://www.hesketh.com/publications/why_put_your_organization_on_rails.html</guid>
         <category>Application Development</category>
         <pubDate>Wed, 26 Sep 2007 16:28:00 -0500</pubDate>
      </item>
   
        
      <item>
         <title>2007 Pinnacle Amazing Customer Service Award Goes to hesketh.com</title>
         <description><![CDATA[<p>Raleigh, N.C. - On May 2, 2007, hesketh.com was honored for its outstanding customer service at the Raleigh Chamber of Commerce's Pinnacle Business Award celebration. CEO Heather Hesketh, accepted the First Citizens Bank Amazing Customer Service Award from Steven Blalock, Market Executive for First Citizens, on behalf of her web development and user experience agency.</p>
<p>According to Frank Smith, Marketing and Communications, First Citizens, this award goes to a business that shares the bank's own focus on exceptional customer service. The award "is given to companies that go above and beyond customer expectations in delivering service," said Smith. The Raleigh Chamber of Commerce promotes the award and provides the panel of business professionals who judge the nominees.</p>
<p>Businesses can nominate themselves for the prestigious award, or be nominated by one of their customers. In this case, hesketh.com was nominated by the <a href="http://www.cednc.org">Council for Entrepreneurial Development</a> (CED). This award "describes exactly the kind of support we have always received from hesketh.com. Their attention to and awareness of our business needs is extraordinary. They always have our best interests at heart and we can trust that their recommendations have put CED’s needs before their own," said CED president Monica Doss in her nominating letter.</p>
<p>"I like to say that each day brings an opportunity to serve our customers better. We know we set our bar high for customer service. This award is validation of both how high we set it and how well our team has adopted it as our standard procedure. And I thank our employees for that," said Hesketh after the event.</p>  
]]></description>
         <link>http://www.hesketh.com/about/news/2007/2007_pinnacle_amazing_customer.html</link>
         <guid>http://www.hesketh.com/about/news/2007/2007_pinnacle_amazing_customer.html</guid>
         <category>News</category>
         <pubDate>Thu, 17 May 2007 14:07:10 -0500</pubDate>
      </item>
   
        
      <item>
         <title>hesketh.com Expansion Continues - Another Expert Joins Team</title>
         <description><![CDATA[<p>Raleigh, N.C. - Rafe Colburn, a Senior Software Engineer with over 10 years of experience designing and building Web applications for clients, is the newest member of the hesketh.com team and will head its Technology Practice.  Having served clients including the American Kennel Club, Bank of America, and Chevron, Colburn's areas of expertise include software development in Ruby on Rails, Java, and PHP, as well as database design and application architecture. He is best known for his iterative approach to developing applications. Initial input comes from customers and hesketh.com User Experience Consultants at the earliest formative stage and is enhanced by continual test-drives by customers throughout the process to flush out hidden requirements and user preferences. Colburn is the author of a number of computer books on CGI programming, SQL, HTML, Perl programming, and Web publishing, including "Special Edition Using SQL," "Teach Yourself CGI Programming in 24 Hours," and "Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day." He is a graduate of the University of Houston with a degree in Information Systems.</p>
]]></description>
         <link>http://www.hesketh.com/about/news/2007/heskethcom_expansion_continues.html</link>
         <guid>http://www.hesketh.com/about/news/2007/heskethcom_expansion_continues.html</guid>
         <category>News</category>
         <pubDate>Thu, 17 May 2007 13:51:45 -0500</pubDate>
      </item>
   
        
      <item>
         <title>Antisocial Networking: Dealing with Online Abuse</title>
         <description></description>
         <link>http://www.hesketh.com/presentations/sxsw/2007/</link>
         <guid>http://www.hesketh.com/presentations/sxsw/2007/</guid>
         <category>Spam Management</category>
         <pubDate>Tue, 20 Mar 2007 07:48:50 -0500</pubDate>
      </item>
   
        
      <item>
         <title>RTPnet  Taps hesketh.com CEO for Advisory Board</title>
         <description><![CDATA[<p>Raleigh, N.C. - Heather Hesketh, CEO of hesketh.com, has been named to the RTPnet Advisory Board. RTPnet is a volunteer-driven membership-based nonprofit corporation dedicated to helping North Carolina nonprofit organizations leverage Internet tools to promote and support their missions.</p>
<p>As RTPnet looks to reformulate its own Web site and strategic vision, Heather Hesketh was seen as a vital influencer and advisor in the Web committee's decision-making process. The committee is intent on adopting practices that make maintaining and changing its site and delivery of member services easier, as well as expanding services to better meet the needs of non-profits. Because hesketh.com has pioneered Web industry concepts such as Progressive Enhancement and Progressive Development, this board appointment was a natural fit. "Given that our company has evolved to focus primarily on non-profits and higher education, it makes it easy for me to advise on issues and opportunities that RTPnet, as well as the non-profits it serves, will have to confront," said Hesketh.</p>
]]></description>
         <link>http://www.hesketh.com/about/news/2007/rtpnet_taps_heskethcom_ceo_for.html</link>
         <guid>http://www.hesketh.com/about/news/2007/rtpnet_taps_heskethcom_ceo_for.html</guid>
         <category>News</category>
         <pubDate>Tue, 06 Mar 2007 14:01:27 -0500</pubDate>
      </item>
   
        
      <item>
         <title>hesketh.com Sponsors City of Oaks Marathon</title>
         <description><![CDATA[<p>Raleigh, N.C. - As part of its commitment to the local community, hesketh.com is proud to announce the launch of the City of Oaks Marathon web site, effective today. In addition to providing complete information about event requirements and registration, the site provides detailed information about the course itself, training opportunities, and other events that will precede the actual race on November 4, 2007. Robb Hamilton, a hesketh.com employee, is co-marketing director for the event. Various members of the hesketh.com team were responsible for designing the user experience, preparing the information architecture, and developing <a href="http://www.cityofoaksmarathon.com/">the site</a>.</p>
<p>This 2007 Raleigh marathon and half marathon event marks the return of the marathon to the City of Oaks after a five year absence. The name honors the abundance of oak trees and natural areas found in North Carolina's capital city. As an event sponsor, hesketh.com encourages you to celebrate the diversity of Raleigh's landscape, from modern city to forest trails and open farmland by participating in or volunteering for this Raleigh marathon and related events.</p>
<p>Heather Hesketh, CEO of hesketh.com, says, "Sponsoring this event allows us not only to support athletes, other marathon participants, and our city, but also to help raise money for two very worthy causes." Beneficiaries of the event are the American Cancer Society and the Leukemia & Lymphoma Society.</p>
]]></description>
         <link>http://www.hesketh.com/about/news/2007/heskethcom_sponsors_city_of_oa.html</link>
         <guid>http://www.hesketh.com/about/news/2007/heskethcom_sponsors_city_of_oa.html</guid>
         <category>News</category>
         <pubDate>Thu, 22 Feb 2007 13:27:19 -0500</pubDate>
      </item>
   
        
      <item>
         <title>History Channel&apos;s Spotlight Falls on hesketh.com CEO</title>
         <description><![CDATA[<p>Raleigh, N.C. - Heather Hesketh, CEO of Web development firm hesketh.com, was recently tapped to tell her story for an upcoming History Channel production. The North Carolina Department of Cultural Resources worked with the History Channel to identify those who could tell stories that would reveal the full scope and richness of North Carolina's heritage. The final History Channel broadcast will showcase five different states, and the Department of Cultural Resources sees the feature story as a complement to its own 2007 theme, "History Happens Here."</p>

<p>Captured in conversation with Paul Jones, Hesketh was chosen to bring an awareness of North Carolina's technology sector to the forefront in the taping for the North Carolina feature segment that the History Channel plans to air in June 2007. Those directing the segment's production felt it important to include the late 20th century emergence of the technology sector in North Carolina, representing a departure from the traditional agrarian and textile industries that earlier shaped the state's economy.  </p>

<p>"I'm proud to be recognized, along with Paul, as a mover and shaker in the emergence of the tech sector in North Carolina," says Hesketh. "It's important for us to increase the visibility of our community. And, it's the reason our company continually contributes to the Council for Entrepreneurial Development's efforts to heighten awareness of North Carolina's tech sector." <br />
</p>]]></description>
         <link>http://www.hesketh.com/about/news/2006/history_channel_spotlight.html</link>
         <guid>http://www.hesketh.com/about/news/2006/history_channel_spotlight.html</guid>
         <category>News</category>
         <pubDate>Wed, 25 Oct 2006 10:08:55 -0500</pubDate>
      </item>
   
        
      <item>
         <title>Progressive Development: Stop Postponing Joy!</title>
         <description><![CDATA[<p>Reprinted from <em>TechJournal South</em><br />
Updated January 2007</p>

<div class="textboxRight">
<h2>Related Links</h2>
<ul>
<li><a href="/publications/webstock/2006/progressive_development.pdf">Progressive Development: The Revolution of Evolution</a></li>
<li><a href="/publications/progressive_enhancement_paving_way_for_future.html">Progressive Enhancement: Paving the Way for Future Web Design</a></li>
<li><a href="/publications/progressive_enhancement_and_the_future_of_web_design.html">Progressive Enhancement and the Future of Web Design</a></li>
<li><a href="/services/progressive_development.html">Progressive Development</a></li>
</ul>
</div>

<p>Progressive Development &ndash; sounds like a building strategy to  breathe life into a stagnant community, doesn't it? Only the neighborhood &ndash; the  Web &ndash; differs from what you might have first imagined. Progressive Development  is the deliberate and ongoing process of breathing new life into web sites to  better serve the changing needs of site visitors. Buildings actually provide a  good metaphor for understanding the concept of Progressive Development. To  quote the unsuspecting hero of many user experience designers: </p>
<blockquote>
  <p>Age <em>plus adaptivity</em> is what makes a building come to  be loved. The building learns from its occupants, and they learn from it&hellip;The  house and its occupants mold to each other twenty-four hours a day, and the  building accumulates the record of that intimacy.<br />&mdash; Stewart Brand, in <em>How  Buildings Learn</em>
  </p>
</blockquote>
<p> You've probably admired certain buildings that evolve gracefully &ndash; that gas  station that is now an architect's office or that corner store that is now a  modern home. Somehow, it simply keeps pace with trends without major  reconstruction. Its inhabitants aren't inconvenienced by the changes; the space  merely adapts to its inhabitants' needs and expectations. </p>
<p> Just what you'd like your web site to do, right? Before we talk too much  about adapting web sites, though, we must first consider how they are built. </p>
<h2>Progressive Enhancement &mdash; an important foundation</h2>
<p>Initial construction techniques make a big difference in the adaptability of  buildings and web sites. One technique, <a href="http://www.hesketh.com/publications/progressive_enhancement_and_the_future_of_web_design.html">Progressive Enhancement</a><sup><a href="#_ftn1">1</a></sup>, bears striking similarities to classic post and beam, as well as modern  commercial steel frame, construction. This technique, first formally defined in  the web community in 2003, is rapidly gaining momentum. AOL, Yahoo!, and  Microsoft are recent and notable advocates. The larger and more competitive the  site, the more critical adaptability becomes due to economies of scale.  However, you don't have to be one of the &ldquo;big guys&rdquo; to benefit. In fact, you  receive payback for your online investment every time you adapt the site to  meet the needs of your organization or site visitors.</p>
<p> Like post and beam construction, Progressive Enhancement centers on two  basic elements. Post and beam uses horizontal supports resting on vertical  timbers. Progressive Enhancement also uses two key concepts &ndash; content contained  within independent structural definitions<sup><a href="#_ftn2">2</a></sup>.  Most importantly, though, both construction methods are incredibly durable. And  neither method is bound to any particular presentation style. A post and beam  house lends itself either initially or through transformation to everything  from rustic to traditional to sleek contemporary. With Progressive Enhancement,  web sites demonstrate similarly amazing flexibility in presentation style, while  also accommodating an enormous variety of browsers. </p>
<h2>Must form and function follow major funding?</h2>
<p>What does this approach <em>really</em> mean to the Web, though? Over the last  decade, increasingly sophisticated web coding techniques, languages, and  browsers emerged. Today, underneath the covers of most web pages, you find  content interspersed with table-based layouts, embedded graphics, and a mix of  languages. In fact, these routine and seemingly &quot;standard&quot;  construction methods bear striking similarities to stick-built home  construction. You simply fold in the latest stylistic trend wherever you need  it. The possibilities are endless &ndash; until you want to make changes. Suddenly,  the existing implementation is revealed to be incredibly complex, stifling, and  difficult to change. </p>
<p> Overhauling a &quot;stick-built&quot; web site is  labor-intensive and costly. No wonder budgets only allow major redesigns every  2-3 years. Unless planned for during the initial site design, those 2-3 years  often mark a period of abstinence from really improving the site. Sure you  write and edit copy. You add new pages. But substantive changes in  architecture, look, or function mean completely rethinking the fundamental site  and page design. The result? The &quot;dynamic Web medium&quot; is largely not  living up to that claim. Sites are literally being resuscitated every few  years, rather than evolving or breathing naturally like the communities they  support. Not to mention that each major overhaul means a major budget and major  timeline &ndash; and presents a major risk.</p>
<h2>Progressive Enhancement &mdash; empowering Progressive Development</h2>
<p>Having explored the advantages of the Progressive Enhancement construction  technique, let's plunge into this new mindset called Progressive Development.  Progressive Development is all about instant gratification. It's not that this ongoing evolution doesn't take effort, of course.  Progressive Development requires a change in thought and action. Web sites,  like those amazing buildings we've admired, can't simply be &ldquo;maintained&rdquo; until  the next overhaul. </p>
<p> Progressive Development advocates smaller, iterative changes to the site. If  you regularly use a particular web site, you know firsthand that small  improvements are appreciated. On the other hand, massive ones can upset the  apple cart and can waste your precious time in relearning, even if the changes  are good. Your mindset must shift toward providing little puffs of fresh air  that provide instant gratification for your site's users. With this approach,  you give users no cause to roam to other competing sites. And you don't  overwhelm your customer support staff with the high volume of questions and  complaints that often result from major changes. </p>
<p> Even CFOs find the Progressive Development approach highly desirable.  Studies demonstrating the savings associated with Progressive Enhancement and  Progressive Development are just beginning to emerge, showing truly astounding  results. The savings over the major overhaul approach are on the order of 30  percent. CFOs receive instant gratification, too, when they see incremental  ongoing investments in the site, rather than huge ones that carry a much higher  risk of failure &ndash; and the potential for unplanned additional expenditures.  Given this, there's no need to postpone the joy of better serving your web  community's needs and interests.</p>
<h2>  Spread the  joy proactively!</h2>
<p>  By now, you're probably wondering what those regular little puffs of fresh  air should be. The best approach is to evolve the site based on deliberate  activities that identify the <em>appropriate</em> adaptations. Think about  performing these activities regularly &ndash; perhaps quarterly or semi-annually.  Consider placing a rotation of these activities into your plan, rather than  performing all of them at once, so that changes to the site stay incremental.  Good activities include: </p>
<ul>
  <li><strong>Usability testing</strong><br />
    No matter how good your initial usability test results might have been,  user expectations usually change over time. This is particularly true of sites  that manage to inspire people to frequently visit and participate. Usability  testing can help ensure that you are meeting expectations of repeat users without  compromising the needs of new visitors.</li>
  <li><strong>Audience assessments</strong><br />
    New types of users, with different requirements, may emerge as your site  becomes more visible and popular. Existing users' expectations often change,  too. Some, but not all, of these expectations are prompted by evolution of the  web medium itself.</li>
  <li><strong>Evaluation of site statistics</strong><br />
    Site visitors leave little footprints that many organizations routinely  collect and ignore. Ongoing analysis can help you understand cyclical or  seasonal patterns, the burn-in rate for new functionality, the ease or  difficulty of finding resources on your site, and most importantly, what  portions of your site are most appreciated by the community you serve.</li>
  <li><strong>Product, service, and process assessments</strong><br />
    What your organization offers its community, as well as your delivery process,  will change over time. If you change either one, evaluate how to reflect that  change in your online community. Even if your community isn't predominantly  online, you may be able to streamline the process for both audiences using  Internet technologies.</li>
</ul>
<p>Progressive Development is the revolution of  evolution. Instead of shocking changes, it provides constant, gradual changes  that are better for users and for business. It builds on sound, standards-based  construction techniques. And it saves money. Isn't it time you started thinking  progressively?</p>
<p><a name="_ftn1" id="_ftn1"></a><sup>1</sup> Steven  Champeon, <a hre="http://www.hesketh.com/publications/progressive_enhancement_and_the_future_of_web_design.html"><em>Progressive Enhancement and the Future of Web Design</em></a> at  www.webmonkey.com</p>
<p><a name="_ftn2" id="_ftn2"></a><sup>2</sup> In Progressive Enhancement, document structure is styled by cascading style sheets  (CSS) and in some cases, through the use of external scripts. Content is kept  separate, with style-related markup intentionally kept to a bare minimum.  Presentation characteristics, typically also specified by CSS, are generally  isolated from both the semantically meaningful document structure and its  contents.</p>]]></description>
         <link>http://www.hesketh.com/publications/progressive_development_stop_postponing_joy.html</link>
         <guid>http://www.hesketh.com/publications/progressive_development_stop_postponing_joy.html</guid>
         <category>Business Processes</category>
         <pubDate>Tue, 22 Aug 2006 14:31:16 -0500</pubDate>
      </item>
   
        
      <item>
         <title>hesketh.com CEO Receives Dual Honors in Triangle Business Community</title>
         <description><![CDATA[<p>Raleigh,  N.C. &ndash; Heather Hesketh was presented the 2006 Women in Business Award by <em>Triangle Business Journal </em>in recognition  of her success and dynamic leadership in the Triangle&rsquo;s business  community.&nbsp; The award, presented at a  ceremony on August 10, 2006, comes on the heels of recognition in April as a 40  Under 40 Leader. </p>
<p>The  Women in Business event honored 25 businesswomen, and lifetime achievement  award winner Elaine Marshall, for their excellence and accomplishments.&nbsp; The 40 Under 40 Leadership Awards annually  recognize the Triangle&rsquo;s most influential and highly  accomplished young leaders. Hesketh received the special distinction of being  the only person named to both lists in 2006.</p>
<p>&ldquo;I&rsquo;m  especially happy about being named a member of both groups, simply because it  will further strengthen my ties to other community leaders so that we can work  together to give back to others,&rdquo; says Hesketh. Over the past decade, Hesketh  has ensured that communities, both on the web and the Triangle area, are  nurtured by hesketh.com and its services. The company&rsquo;s recent emphasis on  enabling non-profits and higher education to cultivate and sustain their own  communities is a natural outgrowth of that thinking. &ldquo;In one sense, it allows  us to exponentially grow our contribution to community,&rdquo; she said.</p>]]></description>
         <link>http://www.hesketh.com/about/news/2006/heskethcom_ceo_receives_dual_honors.html</link>
         <guid>http://www.hesketh.com/about/news/2006/heskethcom_ceo_receives_dual_honors.html</guid>
         <category>News</category>
         <pubDate>Tue, 22 Aug 2006 12:56:28 -0500</pubDate>
      </item>
   
        
      <item>
         <title>Progressive Development: The Revolution of Evolution</title>
         <description></description>
         <link>http://www.hesketh.com/publications/webstock/2006/progressive_development.pdf</link>
         <guid>http://www.hesketh.com/publications/webstock/2006/progressive_development.pdf</guid>
         <category>Business Processes</category>
         <pubDate>Mon, 05 Jun 2006 21:22:30 -0500</pubDate>
      </item>
   
        
      <item>
         <title>Simplicity, Web Standards, and Spam</title>
         <description></description>
         <link>http://www.hesketh.com/publications/webstock/2006/simplicity/</link>
         <guid>http://www.hesketh.com/publications/webstock/2006/simplicity/</guid>
         <category>Spam Management</category>
         <pubDate>Mon, 05 Jun 2006 20:49:02 -0500</pubDate>
      </item>
   
        
      <item>
         <title>Why Standards Matter for Email - and other amusements</title>
         <description></description>
         <link>http://www.hesketh.com/publications/webstock/2006/email_standards/</link>
         <guid>http://www.hesketh.com/publications/webstock/2006/email_standards/</guid>
         <category>Spam Management</category>
         <pubDate>Mon, 05 Jun 2006 20:44:14 -0500</pubDate>
      </item>
   
        
      <item>
         <title>A Winning Argument for Linux Over Windows</title>
         <description><![CDATA[<p>Reprinted from The Triangle Tech Journal</p>
<p>It all started with the chicken and the egg, and  when that could not be easily resolved, we moved onto is it butter or is it  margarine?&nbsp; And of course, let&rsquo;s not  forget the classic case of trying to decipher who put what into the chocolate  and/or peanut butter? Let&rsquo;s face it &ndash; we thrive on a good argument. And today,  it&rsquo;s about Linux and Windows.</p>
<p>As we all know, no matter how thin you make a  pancake, it will always have two sides. And from the breakfast table to the  data center, the statement still applies.&nbsp;  There are two [very passionate] schools of thought regarding Linux and  Windows.&nbsp; In one camp, the mantra is &ldquo;To  mess up a Linux box, you need to work at it; to mess up a Windows box, you just  need to work on it.&rdquo;&nbsp; In the other, it  is &ldquo;Don&rsquo;t let the penguin fool you, Windows is better.&rdquo; So what&rsquo;s the skinny?  While comparing Microsoft to Linux might seem like comparing a cannon to a  water pistol, it is clearly a case of David versus Goliath with Linux emerging  as the poster child for the open-source movement.</p>
<p>Microsoft has frequently decried Linux as a threat  to commercial software companies, but open source isn&rsquo;t about destroying the  rights of established companies to sell their intellectual property on the open  market &ndash; it is about giving developers and enterprises the freedom to develop  solutions that meet their business needs.&nbsp; </p>
<p>Linux is known for its dependability, low cost of  ownership, security, and freedom to modify source code.&nbsp; Because it is based on an open source model,  it isn&rsquo;t crippled by software provider release dates, and can be upgraded at a  pace that the development community and users dictate.&nbsp; For all of these reasons, Linux has established  a strong following as a server operating system &ndash; accounting for nearly 12  percent of new server operating system shipments.&nbsp; But that alone does not settle the argument of Linux over  Windows.&nbsp; For that, read on&hellip;</p>
<ul>
  <li><strong>Security</strong>:&nbsp; As an open source product  that practices &ldquo;security by transparency,&rdquo; Linux tends to be secure by  default.&nbsp; This is because with open  source, anyone can inspect and modify the underlying source code.&nbsp; Therefore, security issues are quickly identified  and corrected &ndash; often, before hackers have an opportunity to exploit them. On  the other hand, closed systems that practice &ldquo;security by obscurity,&rdquo; such as  Windows, cannot compete.</li>
  <li><strong>Scalability</strong>:&nbsp; As a true multi-user,  multi-processing operating system, Linux can grow in tandem with an  organization and its computing needs &ndash; and in some cases, without having to pay  additional software licensing fees.&nbsp; Not  so with Windows &ndash; where each installation = an additional fee.</li>
  <li><strong>Performance</strong>:&nbsp; The efficient, compact Linux  kernel is designed to maximize use of its hardware resources, delivering high  performance with very little overhead.&nbsp;  To find proof, just take a look at Amazon.com and Google &ndash; both  proponents of Linux.&nbsp; </li>
  <li><strong>Systems Management, Availability, Reliability</strong>:&nbsp; Linux offers high levels of reliability, centralized management,  and uptime.&nbsp; It can run for months  without a reboot and almost never needs to be reinstalled.&nbsp; Its reliability and dependability stem from  a solid design, based on the best Unix principles, and an open, community-based  development process. </li>
  <li><strong>Openness and Compatibility</strong>: Up-to-the-minute&hellip;a great way to describe Linux  development. As an open source product, Linux&nbsp;  is a modern network operating system that the development community is  building and enhancing in line with the latest Internet and international  technical standards.&nbsp; Unlike the  proprietary shield enveloping Windows, Linux generally incorporates these  standards as they are set out by the industry bodies that write them.&nbsp; With Linux, there is no lock-in.<br /><br />
  In fact, Linux is distributed by several companies, allowing  customers to pick and choose the flavor that best suits their needs.&nbsp; Windows, on the other hand, is a proprietary  product &ndash; with Microsoft forcing its users to accept what it offers.
  </li>
  <li><strong>Cost of Ownership</strong>:&nbsp; Linux provides a lower longer  term cost of ownership and higher return on investment for the following  reasons:
  <ul>
    <li>Less  downtime:&nbsp; The stability and reliability  of Linux reduces business costs associated with downtime (e.g. support and  lost&nbsp; productivity).</li>
    <li>Lower  hardware costs:&nbsp; Linux makes efficient use  of hardware resources and can run on less powerful hardware while still  delivering high performance.</li>
    <li>Lower  software upgrade costs:&nbsp; With closed  systems, an initial investment in software usually lasts for three years or  less, after which upgrades must be purchased for bug fixes and new  features.&nbsp; With Linux, upgrades can be  applied as the community develops them.&nbsp;  Further, Linux is covered by the General Public License, stating that it  and all derivative works must be distributed with the source code &ndash; making it  virtually impossible for anyone to monopolize the Linux sector.</li>
  </ul>
  </li>
  <li><strong>Rate of Evolution</strong>:&nbsp; Microsoft&rsquo;s closed  development project will find it impossible to advance at the rate of  Linux.&nbsp; Factors that have been named as  drivers of this progress are:&nbsp; the  number of active developers; the quantity and the quality of the feedback from  the field; the short development cycle from development team to end user; the  absence of corporate &ldquo;meddling&rdquo; in the design process; and the independently  developed open source subsystems frequently incorporated into Linux, giving it  quantum advances in a short period of time.</li>
  <li><strong>Support</strong>:&nbsp; Since the source code for  open source software is freely available, most of the popular products are  supported by thriving communities of developers, commercial-end users, and  enthusiasts.&nbsp; In fact, for those not  familiar with the open source community, the quality of free technical support  can be shocking.&nbsp; Having access to the  best and the brightest who are ready to assist you at no charge when you  encounter problems that can&rsquo;t be solved by reading your Linux documentation  runs circles around Windows support, which is only free for a limited time and  often lacks the ability to provide resolution.</li>
</ul>
<p>While Linux is not the right answer for every user or  every data center application, it has become a strong contender &ndash; posing a  serious threat to Microsoft&rsquo;s near monopoly.&nbsp;  With strength in numbers, Linux is a movement rather than a company or a  technology.&nbsp; It cannot be bought out; it  cannot be crushed by lawsuits or legislations; and it cannot be  out-marketed.&nbsp; With Linux, ownership of  key assets is avoided; the community works and shares in the results of its  labor; and there is an avid and active dislike for Microsoft&rsquo;s proprietary,  school yard bully approach.&nbsp; But beyond  beliefs, Linux is proving over and over again to be a better value when  compared to Windows.&nbsp; Now, please pass  the syrup.</p>]]></description>
         <link>http://www.hesketh.com/publications/a_winning_argument_for_linux.html</link>
         <guid>http://www.hesketh.com/publications/a_winning_argument_for_linux.html</guid>
         <category>Systems Administration</category>
         <pubDate>Tue, 21 Mar 2006 10:48:39 -0500</pubDate>
      </item>
   
        
      <item>
         <title>Join CEO Heather Hesketh and CTO Steve Champeon at SxSW 2006, Where Top Thinkers Envision the Next Industry Trends</title>
         <description><![CDATA[<p>In March 2006, over 17,000 participants from the music, film, and internet industries will converge at the Austin Convention Center to showcase work, market products, foster relationships, discuss the future, learn and teach. Guess who will be among them <em>again</em> this year? CTO, Steven Champeon, has been invited to speak at this year's SXSW Conference. Steve will be speaking on a panel about Web standards and doing a job right. </p>
		  <p>Champeon has  been a member of the SxSW Interactive Advisory Board for three years. </p>
		  <p>Heather Hesketh will also be attending the conference &#8212; immersing herself in the creative cacophony that is SxSW &#8212; which has been described as an incubator of new, cutting-edge technologies.</p>
		  <p><strong>LEARN MORE ABOUT SXSW: </strong><a href="http://www.sxsw.com">http://www.sxsw.com </a></p>]]></description>
         <link>http://www.hesketh.com/about/news/2006/join_ceo_heather_hesketh_and_cto_steve_champeon_at_sxsw_2006.html</link>
         <guid>http://www.hesketh.com/about/news/2006/join_ceo_heather_hesketh_and_cto_steve_champeon_at_sxsw_2006.html</guid>
         <category>News</category>
         <pubDate>Tue, 07 Mar 2006 12:24:01 -0500</pubDate>
      </item>
   
   
   </channel>
</rss>