<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>The MailBuild Blog</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/" />
   <link rel="self" type="application/atom+xml" href="http://www1.mailbuild.com/blog/atom.xml" />
   <id>tag:www1.mailbuild.com,2006:/blog//2</id>
   <updated>2006-12-18T07:52:55Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.31</generator>

<entry>
   <title>Tip: Adding a MailBuild opt-in checkbox to an existing form</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/12/tip_adding_a_mailbuild_optin_c.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.41</id>
   
   <published>2006-12-15T01:06:10Z</published>
   <updated>2006-12-18T07:52:55Z</updated>
   
   <summary>Integrating a subscribe mechanism into an existing form for yourself or a client is a great way to attract new subscribers. For example, you might want to let people join your newsletter when they complete your contact form, or purchase...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Articles/Tips" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<p>Integrating a subscribe mechanism into an existing form for yourself or a client is a great way to attract new subscribers. For example, you might want to let people join your newsletter when they complete your contact form, or purchase something from a client's web site.</p>

<p>By following a few simple steps, you can easily add an opt-in checkbox to any form and hook it directly into your MailBuild list. For the advanced users out there that this is a no-brainer for, I'd recommend using <a href="http://www.mailbuild.com/api/">the API</a>. For the rest of us who don't do a lot of server-side work, there's another approach we can take using some simple redirects.</p>

<p>For this example, let's say you have a contact form on your client's site, like the following:</p>

<p><img src="http://www.mailbuild.com/blog/images/form-before.gif" alt="Contact form" width="404" height="208" border="0"></p>

<p>Now, let's jazz it up with an <em>unchecked</em> opt-in to join this client's monthly email newsletter list.</p>

<p><img src="http://www.mailbuild.com/blog/images/form-after.gif" alt="Contact form with subscribe checkbox" width="404" height="225" border="0"></p>

<p>Now that the form has an opt-in option available, we need make a few changes to what happens after the form is submitted.</p>

<ol>
	<li><h3>Get the address you should be redirecting to</h3><p>Head into the subscriber list you'd like to integrate into this form in your account and click on "Add a subscribe form to my site". In the supplied HTML code, you'll notice a URL for the action= address like <code>http://clientname.createsend(dotcom)/t/1/s/d/</code>. Copy that address.</p></li>
	<li><h3>Modify your existing form code</h3><p>Normally when you process a form, you'll redirect the user to a confirmation or thank-you page after all the processing is done (like generating an email for our example). Add a check to make sure someone has checked your list opt-in checkbox. If they have, we want to redirect them to the address specified above <em>instead</em> of the usual thank-you page.</p></li>
	<li><h3>Add the new subscriber's email address and name (optional) to the address of the page we're redirecting to</h3><p>The first thing we need to do is grab the corresponding element name from our form for email address. So, if our email input is <code>&lt;input type="text" name="mb-d-d" id="mb-d-d" /&gt;</code>, it's the <code>mb-d-d</code> that we're after.</p>
<p>Next, we add these values to the redirect URL by adding a question mark (?) followed by <code>mb-d-d=</code> their email address <code>&mb-name=</code> their name.</p>
<p>The full address should look something like:<br><code>http://clientname.createsend(dotcom)/t/1/s/d/?mb-d-d=name@domain.com&mb-name=Ben+Richardson</code></p></li>
	<li><h3>Set a subscribe confirmation page in your MailBuild account</h3><p>We can now redirect them back to the same old thank-you page that we always use, so just copy and paste that address into the "Subscribe Confirmation Page" for that list in the "Add a subscribe form to my site" we copied the address from. This will ensure they'll be silently redirected back to your own confirmation page after the subscriber is added to this client's list.</p></li>
</ol>

<p>One last important thing to note is that these redirects will happen extremely fast and be transparent to your subscribers.</p>]]>
      
   </content>
</entry>
<entry>
   <title>Template: Rosie True</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/12/template_rosie_true.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.40</id>
   
   <published>2006-12-14T06:16:44Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary> Great use of color brings this design from nGen Works to life. The brown tones and pink highlights support the copy without overwhelming it, and the photo heading the featured item completes the look. For the newsletter writers at...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Template Design Gallery" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<a href="http://www.mailbuild.com/gallery/B21EE131ACCC1271/view.aspx"><img alt="See the complete email design" src="http://www.mailbuild.com/blog/images/gallery/rosie.gif" width="220" height="140" align="right" border="0" /></a>

Great use of color brings this design from <a href="http://ngenworks.com/">nGen Works</a> to life. The brown tones and pink highlights support the copy without overwhelming it, and the photo heading the featured item completes the look.

For the newsletter writers at Rosie True, this simple template gives them the flexibility to use various types of content while maintaining the brand feel.

<strong>Designer:&nbsp;&nbsp;<a href="http://www.ngenworks.com/">Varick Rosete</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.mailbuild.com/gallery/B21EE131ACCC1271/view.aspx">See the complete design</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Template: Code Computerlove</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/12/template_code_computerlove.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.39</id>
   
   <published>2006-12-08T05:47:25Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>We instantly fell in love with this slick email newsletter from UK based Code. The table of contents placement is fantastic design wise and to give their recipients a good idea what to expect from preview panes. The fantastic illustrations...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Template Design Gallery" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<a href="http://www.mailbuild.com/gallery/A08C4A305B76032D/view.aspx"><img alt="See the complete email design" src="http://www.mailbuild.com/blog/images/gallery/code-news.gif" width="220" height="140" align="right" border="0" /></a>We instantly fell in love with this slick email newsletter from UK based <a href="http://www.computerlove.co.uk/">Code</a>. 

The table of contents placement is fantastic design wise and to give their recipients a good idea what to expect from preview panes. The fantastic illustrations really add a fun feel to the design which is clean, easy to read and very consistent with their recently updated <a href="http://www.computerlove.co.uk/">web site</a>.

We've been seeing more and more clever uses of the <a href="http://www.mailbuild.com/resources/how-to-templates.aspx">template tag structure</a>, and this is a great example of a simple but flexible repeater layout that looks great with a little or a lot of content.

<strong>Designer:&nbsp;&nbsp;<a href="http://www.codecomputerlove.com/">Jono Brain</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.mailbuild.com/gallery/A08C4A305B76032D/view.aspx">See the complete design</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Update: New approach to repeater images</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/update_new_approach_to_repeate.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.38</id>
   
   <published>2006-11-27T08:06:55Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>After a number of nasty CSS issues circled around our recent editable images feature, we&apos;ve completely re-written our approach to ensure 100% consistency for you and your clients. For those interested, we were originally using CSS absolute positioning to overlay...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="New Features &amp; Updates" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[After a number of nasty CSS issues circled around our recent <a href="http://www.mailbuild.com/blog/2006/09/editable_images_outside_a_repe_1.html">editable images feature</a>, we've completely re-written our approach to ensure 100% consistency for you and your clients.

For those interested, we were originally using CSS absolute positioning to overlay the "Replace" icon over the bottom right corner of the image. The problems started when you guys were getting tricky with your own CSS in your templates, plus a number of new issues that surfaced after IE7's release.

To avoid this, we're now generating the Replace overlay server side and temporarily including it in the bottom right hand corner of all images. In essence, this will still look exactly the same to your clients but will work in every browser you can throw at it. Hats off to Ben and Jason for coming up with this approach and implementing it so quickly. More importantly, many thanks to our customers who spotted this issue and helped us test the fix.

On a side note, the <a href="http://www.mailbuild.com/blog/2006/11/billing_survey_the_results_are_1.html">billing update</a> is progressing nicely, but please don't get us started on the application process banks and other merchant providers have in place these days.]]>
      
   </content>
</entry>
<entry>
   <title>Tip: Combining first and last name in Excel</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/tip_combining_first_and_last_n.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.37</id>
   
   <published>2006-11-17T00:44:25Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>Because MailBuild doesn&apos;t support custom fields right now and we only offer a single field for subscriber name, some of you guys are having problems importing from files that split first and last names into separate fields. While we still...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Articles/Tips" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[Because MailBuild doesn't support custom fields right now and we only offer a single field for subscriber name, some of you guys are having problems importing from files that split first and last names into separate fields.

While we still allow you to personalize your emails with first name, last name and full name, you'll need to combine these 2 fields into a single one before importing it into your account. This can actually be done very easily in Excel using the following formula:

<code>=CONCATENATE(A2," ",B2)</code>

Where A2 is the first name and B2 is the last name. I've also included a sample file of this formula in action that you can easily copy and paste into your own file before importing.

<div class="excel"><p><strong><a href="http://www.mailbuild.com/resources/combine-first-and-last-name.xls">Download the Excel file</a> with this formula</strong> (13kb)</p></div>

Custom fields support is the next feature on our list after the <a href="http://www.mailbuild.com/blog/2006/11/billing_survey_the_results_are_1.html">billing update</a>, but this technique will get you there in the mean time.]]>
      
   </content>
</entry>
<entry>
   <title>&quot;This will be an incredible advance for my clients&quot;</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/this_will_be_an_incredible_adv.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.36</id>
   
   <published>2006-11-14T04:44:53Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>Let me first say that MailBuild rocks! I&apos;ve been using Campaign Monitor for a while now, and have thought about MailBuild as an option for some customers -- but, after building my first template and importing it in less than...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Happy Customers/Press" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<blockquote>Let me first say that MailBuild rocks! I've been using <a href="http://www.campaignmonitor.com/">Campaign Monitor</a> for a while now, and have thought about MailBuild as an option for some customers -- but, after building my first template and importing it in less than 1 hour, I'm blown away. This will be an incredible advance for my clients.</blockquote>

<strong>Phillip Smith, <a href="http://communitybandwidth.ca/">Community Bandwidth</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Template: Womenspecific.com Newsletter</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/template_womenspecificcom_news.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.35</id>
   
   <published>2006-11-14T04:24:07Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>Today we&apos;re highlighting a fantastic MailBuild template for Womenspecific.com, a women’s gear and camp review site designed by Wyoming based Open End Studios. I loved the idea of using floating blocks of content for each repeater item in the template....</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Template Design Gallery" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<a href="http://www.mailbuild.com/gallery/999A5D013BB34886/view.aspx"><img alt="See the complete email design" src="http://www.mailbuild.com/blog/images/gallery/women.gif" width="220" height="140" align="right" border="0" /></a>Today we're highlighting a fantastic MailBuild template for <a href="http://www.womenspecific.com/">Womenspecific.com</a>, a women’s gear and camp review site designed by Wyoming based <a href="http://openendstudios.com/">Open End Studios</a>.

I loved the idea of using floating blocks of content for each repeater item in the template. This creates a great visual separation between each story and also makes the email very easy for their recipients to scan. The template also makes good use of the Table of Contents, Forward to a Friend and web version tags.

This template is also <a href="http://www.mailbuild.com/blog/2006/11/template_riverside_reminders_1.html">another</a> great example of a CSS based design that looks great in modern email clients and degrades gracefully in older email environments or those with less CSS support.

<strong>Designer:&nbsp;&nbsp;<a href="http://www.openendstudios.com/">Clay Preheim</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.mailbuild.com/gallery/999A5D013BB34886/view.aspx">See the complete design</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Update: Internet Explorer list bug fixed</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/update_internet_explorer_list.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.34</id>
   
   <published>2006-11-09T08:18:35Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>A few customers got in touch with us this week about an annoying Internet Explorer bug that made it almost impossible for your client to add an ordered or unordered list to their email content via the WYSIWYG editor. You...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="New Features &amp; Updates" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[A few customers got in touch with us this week about an annoying Internet Explorer bug that made it almost impossible for your client to add an ordered or unordered list to their email content via the WYSIWYG editor. You guys will be pleased to know that we've just squashed this bug and pushed it up to the live application, so your clients will no longer have problems with lists.

On a side note, Internet Explorer 7 is having some issues rendering the <em>Replace</em> button for <a href="http://www.mailbuild.com/blog/2006/09/editable_images_outside_a_repe_1.html">editable images</a> outside repeaters. We're working on this one right now with a brand new approach that should be much more stable, which we'll be launching early next week. Of course, we'll announce it here as soon as it's live.]]>
      
   </content>
</entry>
<entry>
   <title>&quot;I can see this making a radical difference in the way we approach our clients&quot;</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/i_can_see_this_making_a_radica.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.33</id>
   
   <published>2006-11-07T22:59:19Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>I absolutely love the MailBuild interface. I can see this making a radical difference in the way we approach our clients about email campaigns. Great job. Mark Figart, Digett...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Happy Customers/Press" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<blockquote>I absolutely love the MailBuild interface. I can see this making a radical difference in the way we approach our clients about email campaigns. Great job.</blockquote>

<strong>Mark Figart, <a href="http://www.digett.com/">Digett</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Billing survey - the results are in!</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/billing_survey_the_results_are.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.32</id>
   
   <published>2006-11-02T04:05:53Z</published>
   <updated>2006-12-18T07:52:54Z</updated>
   
   <summary>When we initially put our billing survey together, we were hoping for at least 50-60 responses so we&apos;d have a decent range of feedback from different types of customers (from larger agencies right down to those doing some freelance on...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Observations &amp; Answers" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[When we initially put <a href="http://www.mailbuild.com/survey/">our billing survey</a> together, we were hoping for at least 50-60 responses so we'd have a decent range of feedback from different types of customers (from larger agencies right down to those doing some freelance on the side). Amazingly, we had almost <strong>500 responses</strong>, most of them with thoughtful comments and ideas on exactly what would work for them.

<h3>The results</h3>

While we've been genuinely blown away with the number of responses, it was the results themselves that surprised us most. In the vein of trying to keep MailBuild as simple as possible, we were hoping there wouldn't be an equal response to each of the options presented, leaving us with a hard choice on which direction to take.

Luckily for us, an overwhelming number of you guys pushed the vote in a single direction.   The <em>vast</em> majority of you were gunning for the ability for your clients to <strong>pay with their own credit cards</strong>, either at the standard pricing or a marked-up rate and you guys receive the difference.

After this, the next best popular vote was to keep things as they are now, where you pay on behalf of your clients and then invoice them yourself. Coming in a surprisingly unpopular last place was the ability to allocate your client credits from your own pool of pre-purchased credits.

<h3>Where to from here?</h3>

We're giving you guys what you asked. Today we're hard at work on adding the facilities to let your own clients pay for campaign delivery using their own credit cards. They can pay our default pricing of 1 cent/recipient plus the $5 delivery fee, or you can set a mark-up rate they should pay (say $10 delivery and 3 cents/recipient). If you go for the mark-up option, we'll collect your profit and then send it to you via PayPal at the end of each month.

We realize many of you are also happy with the current approach, so that will always be an option too. Billing settings will be controlled on a client-by-client basis. You might have some clients that you continue paying for, others that pay themselves at our wholesale rate and others you charge a mark-up and pocket the difference.

When we say we're hard at work on this, we're not joking either. Here's a sneak preview of an under development screen to set the billing options for each of your clients.

<img alt="Screenshot of the under development billing options for each client" src="http://www.mailbuild.com/blog/images/billing.png" width="525" height="488" border="0" />

<h3>But, that's not what I voted for!</h3>

Inevitably there will be some of you guys who voted for the credit approach, but considering the fact that almost <strong>6 times</strong> more people went the other direction we think this one was pretty cut and dry. Having said that, we'll never rule out other options in the future, but right now we're starting with the simplest approach that the majority of our customers have asked for.

A big thanks again to those who participated in the survey and helped make MailBuild a better product.]]>
      
   </content>
</entry>
<entry>
   <title>Template: Riverside Reminders</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/11/template_riverside_reminders.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.31</id>
   
   <published>2006-11-02T03:47:18Z</published>
   <updated>2006-12-18T07:52:53Z</updated>
   
   <summary>Today we&apos;re featuring another great template design from Livingston and Partners for Florida based Riverside Presbyterian Day School. The template design makes great use of the range of tags available in MailBuild. The design is also completely CSS based and...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Template Design Gallery" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<a href="http://www.mailbuild.com/gallery/6527491FE7266EC8/view.aspx"><img alt="See the complete email design" src="http://www.mailbuild.com/blog/images/gallery/riverside.jpg" width="220" height="140" align="right" border="0" /></a>Today we're featuring another great template design from <a href="http://www.livingstonandpartners.com/">Livingston and Partners</a> for Florida based <a href="http://www.rpds.com/">Riverside Presbyterian Day School</a>.

The template design makes great use of the <a href="http://www.mailbuild.com/resources/how-to-templates.aspx">range of tags</a> available in MailBuild. The design is also completely CSS based and looks great in all email environments, even those such as Gmail where it elegantly degrades into a much simpler design.

With this awesome design and the already featured <a href="http://www.mailbuild.com/blog/2006/09/template_river_city_church_1.html">River City Church template</a>, Livingston and Partners really are setting the standards high for what you can do with MailBuild.

<strong>Designer:&nbsp;&nbsp;<a href="http://www.livingstonandpartners.com/">Jon Livingston</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.mailbuild.com/gallery/6527491FE7266EC8/view.aspx">See the complete design</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Billing - tell us what you want</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/10/billing_tell_us_what_you_want.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.30</id>
   
   <published>2006-10-26T08:04:24Z</published>
   <updated>2006-12-18T07:52:53Z</updated>
   
   <summary>Since we launched MailBuild we&apos;ve been getting plenty of feedback and few great suggestions on how we could improve the way billing works to suit your needs. Some of you want your clients to pay using their own credit cards,...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Observations &amp; Answers" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[Since we launched MailBuild we've been getting plenty of feedback and few great suggestions on how we could improve the way billing works to suit your needs. Some of you want your clients to pay using their own credit cards, others want to handle everything and charge a mark-up.

Before we decide which direction (if any) we take with a billing update, we'd love to hear from you guys on exactly what would work for you. If you have a spare 20 seconds, and that's all this will take, please <a href="http://www.mailbuild.com/survey/"><strong>cast your vote</strong></a> on what approach works best for you.


<p style="text-align:center"><a href="http://www.mailbuild.com/survey/"><img src="http://www.mailbuild.com/survey/cast-vote.gif" alt="Cast your vote now" width="245" height="44" border="0"></a></p>


We've also included an area where you can add your own thoughts about what approach does and doesn't work for you, plus any other comments you'd like to add. This feedback really helps us shape MailBuild into the best possible product for everyone, so please don't hesitate to let it all out.

On a side note, we built this survey in about 2 minutes flat with <a href="http://www.wufoo.com/">Wufoo</a>, a very slick form builder from the guys behind <a href="http://particletree.com/">Particletree</a>.]]>
      
   </content>
</entry>
<entry>
   <title>My clients &quot;absolutely love it&quot;</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/10/my_clients_absolutely_love_it.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.29</id>
   
   <published>2006-10-24T00:13:02Z</published>
   <updated>2006-12-18T07:52:53Z</updated>
   
   <summary>I have added my first client to MailBuild and they absolutely love it. Their old newsletter system was difficult to use and failed frequently when sending e-mails. They have already sent four campaigns and have received great response to all...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Happy Customers/Press" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<blockquote>I have added my first client to MailBuild and they absolutely love it. Their old newsletter system was difficult to use and failed frequently when sending e-mails. They have already sent four campaigns and have received great response to all of them thanks to your amazing product!</blockquote>

<strong>Brandon Silverstein, <a href="http://www.impulsedevelopment.com/">Impulse Development</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Template: Ottimino Newsletter</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/10/template_ottimino_newsletter.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.28</id>
   
   <published>2006-10-13T07:06:19Z</published>
   <updated>2006-12-18T07:52:53Z</updated>
   
   <summary>Today we&apos;re featuring a great looking MailBuild template put together by Eye Design Studio for the Russian River Valley based Ottimino winery. The newsletter makes great use of the repeater tag (although this particular issue only has one main story)...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Template Design Gallery" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<a href="http://www.mailbuild.com/gallery/168E5D5FE0DD5F8B/view.aspx"><img alt="See the complete email design" src="http://www.mailbuild.com/blog/images/gallery/ottimino.jpg" width="220" height="140" align="right" border="0" /></a>Today we're featuring a great looking MailBuild template put together by <a href="http://www.eyedesignstudio.com/">Eye Design Studio</a> for the Russian River Valley based <a href="http://www.ottimino.com/index.php">Ottimino</a> winery.

The newsletter makes great use of the repeater tag (although this particular issue only has one main story) and the subtle decorative elements throughout really finish it off. 

This is also a great example of good use of the <a href="http://www.mailbuild.com/blog/2006/09/forward_to_a_friend_is_here_1.html">Forward to a Friend</a> tag in the footer of the email to encourage recipients to pass the newsletter on to their own friends/colleagues.

<strong>Designer:&nbsp;&nbsp;<a href="http://www.eyedesignstudio.com/">Shona Friedman</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.mailbuild.com/gallery/168E5D5FE0DD5F8B/view.aspx">See the complete design</a></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Template: Code Job Alert</title>
   <link rel="alternate" type="text/html" href="http://www1.mailbuild.com/blog/2006/10/template_code_job_alert.html" />
   <id>tag:www1.mailbuild.com,2006:/blog//2.27</id>
   
   <published>2006-10-04T02:20:00Z</published>
   <updated>2006-12-18T07:52:53Z</updated>
   
   <summary>We loved the clean design of this sweet looking MailBuild template by UK based new media Agency Code. The great use of whitespace and large text makes the email extremely easy to scan, but we think it&apos;s also the subtle...</summary>
   <author>
      <name>David Greiner</name>
      
   </author>
         <category term="Template Design Gallery" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www1.mailbuild.com/blog/">
      <![CDATA[<a href="http://www.mailbuild.com/gallery/0B5966537EEA301F/view.aspx"><img alt="See the complete email design" src="http://www.mailbuild.com/blog/images/gallery/code.gif" width="220" height="140" align="right" border="0" /></a>We loved the clean design of this sweet looking MailBuild template by UK based new media Agency <a href="http://www.computerlove.co.uk/">Code</a>.

The great use of whitespace and large text makes the email extremely easy to scan, but we think it's also the subtle decorative elements that really finish it off.

The team at Code tell us there are plenty more great templates on their way, so we're really looking forward to seeing what they come up with next.

<strong>Designer:&nbsp;&nbsp;<a href="http://www.computerlove.co.uk/">Jono Brain</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.mailbuild.com/gallery/0B5966537EEA301F/view.aspx">See the complete design</a></strong>]]>
      
   </content>
</entry>

</feed>

