<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.blackbaud.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Spotlight : Usability</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx</link><description>Tags: Usability</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Debug Build: 20611.960)</generator><item><title>Selling out is a beautiful thing</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/08/08/selling-out-is-a-beautiful-thing.aspx</link><pubDate>Fri, 08 Aug 2008 22:22:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:32599</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=32599</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=32599</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/08/08/selling-out-is-a-beautiful-thing.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;The PEO Labs series brings you information or advice on items that are geared towards users who can take&amp;nbsp;high-level concepts or sample code and run with them. Please note that many of the things discussed are not supported.&amp;nbsp;That doesn&amp;#39;t mean that an item is a warranty-voider; it just means that the Support Analysts can&amp;#39;t walk you through it or troubleshoot it if it breaks.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In Patron Edge Online 3.3.3, we started work on a feature that will allow you to continue to display sold out events on your website rather than having them get removed. This is a great feature in a couple of ways. First, the marketing folks will love it because patrons who visit your site can see how popular your events are and won&amp;#39;t wait until last minute to make a purchase. A press release that says your last ballet performance sold out on the first day of sale is a great boost to your reputation. From a customer service perspective, it&amp;#39;s also a win because people who visit your website can see that the event they want is already sold out instead of calling the box office to see if it has gone on sale or if there are still tickets available.&lt;img title="PEO Labs" style="WIDTH:308px;HEIGHT:111px;" height="111" alt="PEO Labs" hspace="5" src="http://forums.blackbaud.com/blogs/patronedge/PEO%20Labs.png" width="308" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;The reason this is a &lt;em&gt;PEO Labs&lt;/em&gt; post is because the feature requires the help of a DBA to implement so it isn&amp;#39;t something that a support analyst will take you through. But with a tech person and 15 minutes of free time and you can get this up and running.&amp;nbsp;Here&amp;#39;s how:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Set up Patron Edge&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Go to Administration, User Setup, User Groups&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Edit the Internet user group and set Update Events Active Data Table to Yes. If you don&amp;#39;t see this option, just use the Design toolbar to turn on the field.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Create the SQL job&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In Enterprise Manager or SQL Management Studio, create a SQL job to run against the PE database with the following command: exec CalcEventsActiveDataView. This is the part where you want the tech person involved. Set it to run on a schedule as frequent as your PE/PEO sync runs. By default a partial sync runs every hour, but you may want to set this more or less frequently; your mileage may vary on how long a sync takes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Add the sales point to Patron Edge Online&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Go to Administration, System Setup, Sales Points&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Create a new entry that uses the number of the Internet sales point. The description can be anything you want; I would set it to the same description as you have in PE for clarity&amp;#39;s sake.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Configure Site Settings&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here is where&amp;nbsp;all of the business logic comes in. Your tech person can do the configuration, but the box office manager and marketing manager need to make some business decisions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Set Display sold out events to 1 (leave at 0 to remove the event from the site altogether when it is sold out).&lt;br /&gt;Set Display sold out shows to 1 (leave at 0 to remove the show altogether when all of its events are sold out).&lt;br /&gt;Set an expression for Sold-out behavior, using one of these examples:&lt;/p&gt;
&lt;table class=""&gt;

&lt;tr&gt;
&lt;td class=""&gt;Option&lt;/td&gt;
&lt;td class=""&gt;Value&lt;/td&gt;
&lt;td class=""&gt;Explanation&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=""&gt;&amp;lt;empty string&amp;gt;&lt;/td&gt;
&lt;td class=""&gt;&lt;/td&gt;
&lt;td class=""&gt;Events will never be defined as &amp;quot;Sold Out&amp;quot;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=""&gt;Numeric value&lt;/td&gt;
&lt;td class=""&gt;5&lt;/td&gt;
&lt;td class=""&gt;Event is Sold Out once number of empty seats = 5&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=""&gt;Percentage&lt;/td&gt;
&lt;td class=""&gt;10%&lt;/td&gt;
&lt;td class=""&gt;Event is Sold Out once percentage of empty seats = 10%&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=""&gt;Min(Value, Percentage)&lt;/td&gt;
&lt;td class=""&gt;Min(5,10%)&lt;/td&gt;
&lt;td class=""&gt;Event is Sold Out once percentage of empty seats = 10% number of empty seats = 5, whichever is lower&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=""&gt;Max(Value, Percentage)&lt;/td&gt;
&lt;td class=""&gt;&lt;br /&gt;Max(5,10%)&lt;/td&gt;
&lt;td class=""&gt;Event is Sold Out once percentage of empty seats = 10% number of empty seats = 5, whichever is higher&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;And with that, I bid you good weekend. Now take this stuff, run with it, and come back to leave comments about how&amp;nbsp;it&amp;#39;s working for you.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=32599" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/PEO+Labs/default.aspx">PEO Labs</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Marketing/default.aspx">Marketing</category></item><item><title>Save time on the Administration site with Favorites</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/08/06/save-time-on-the-administration-site-with-favorites.aspx</link><pubDate>Wed, 06 Aug 2008 15:10:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:32552</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=32552</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=32552</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/08/06/save-time-on-the-administration-site-with-favorites.aspx#comments</comments><description>&lt;p&gt;Sorry for not posting anything last week; I&amp;#39;ll give you two great posts this week to make up for it!&lt;/p&gt;
&lt;p&gt;Patron Edge Online version 3.3.3 introduced a completely new, redesigned Administration site to organize things better and make running the site easier. One of the best new features is Favorites. You can save all of the site pieces you frequently hit to your Favorites and access them from the Home tab with one click. The best part is that it&amp;#39;s very intuitive. Here&amp;#39;s how to create your first Favorite:&lt;/p&gt;
&lt;p&gt;1. On the Administration site, browse to Content, Events, Shows&lt;br /&gt;2. Now click the blue star icon in the upper left part of the screen&lt;br /&gt;3. When prompted, enter a name for your favorite or just leave the caption as is, and click OK&lt;br /&gt;4. Lather, rinse, and repeat, until you have all your most frequently used items favorited&lt;/p&gt;
&lt;p&gt;When you log into the Administration site you start on the Home tab. Now you can just click Favorites and choose the place you want to go, eliminating the distraction of all entries that aren&amp;#39;t relevant to your needs. A site administrator would choose items like Site Settings, Start Sync, Esro Logs and Check Connection as Favorites. For a designer or content creator, Favorites might be Shows, Designs for Tickets, and Interfaces.&lt;/p&gt;
&lt;p&gt;What Administration features do you use most? Has the Favorites feature helped you save time?&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=32552" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Administration/default.aspx">Administration</category></item><item><title>Validate form fields in Patron Edge Online</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/07/24/validate-form-fields-in-patron-edge-online.aspx</link><pubDate>Thu, 24 Jul 2008 14:10:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:32242</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=32242</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=32242</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/07/24/validate-form-fields-in-patron-edge-online.aspx#comments</comments><description>&lt;p&gt;Patron Edge Online can be a double-edged sword when it comes to data entry. A user has the ability to enter his own address and phone information so that you don&amp;#39;t have to try to track it down elsewhere later on, but when you don&amp;#39;t enforce any kind of formatting standard, searching or reporting on it in the system can become a pain. Luckily PEO has a built-in feature that allows you to validate form fields using something called a regular expression. If that phrase means nothing to you, don&amp;#39;t worry. We have a regular expression builder that will walk you through it. If you are familiar with JavaScript regular expressions, you can write them manually and bypass the builder tool.&lt;br /&gt;&lt;/p&gt;Regular expressions are a great way to test for valid phone and email formatting, so be sure to take a few minutes this week and set up a few. To illustrate how to use the builder, here is an example that forces Email to have an @ symbol and at least one period. 
&lt;ol&gt;&lt;li&gt;Go to Administration, System Setup, User-Fields Rules 
&lt;/li&gt;&lt;li&gt;Edit the row for Email 
&lt;/li&gt;&lt;li&gt;Click the regular expression builder button beside Regular Exp 1 
&lt;/li&gt;&lt;li&gt;From the Begins with drop-down list, select &amp;#39;any char&amp;#39; that occurs &amp;#39;once or many&amp;#39;&lt;/li&gt;&lt;li&gt;In the Followed By section, select &amp;#39;the char&amp;#39;, enter the @ symbol, and select occurs &amp;#39;once&amp;#39;. Then click Add&lt;/li&gt;&lt;li&gt;Change Followed By to &amp;#39;any char&amp;#39; that occurs &amp;#39;once or many&amp;#39; and click Add&lt;/li&gt;&lt;li&gt;Change Followed By again to &amp;#39;the char&amp;#39;, enter a period and select occurs &amp;#39;once&amp;#39;. Click Add again&lt;/li&gt;&lt;li&gt;In the Ends With section, select &amp;#39;any char&amp;#39; occurs &amp;#39;once or many&amp;#39;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;To test, enter various combinations of values in the Validate field and 
click Validate. An alert box will tell if the values pass the rule or not. 
&lt;/li&gt;&lt;li&gt;When finished, click OK. &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;If you are familiar with creating regular expressions, you can type directly into the Regular Exp 1 field and skip the builder. In the above example, you can type 
the expression ^.+@.+\..+$ directly into the field. Advanced users note: the regular expression field 
does not support the Replace or Split methods, only the Test method.&lt;/p&gt;&lt;p&gt;What other regular expressions are you using to keep your data in a nice, clean format? Leave a note in the comments. &lt;br /&gt;&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=32242" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Five ways to cut transaction time</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/30/five-ways-to-cut-transaction-time.aspx</link><pubDate>Mon, 30 Jun 2008 19:54:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:31734</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=31734</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=31734</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/30/five-ways-to-cut-transaction-time.aspx#comments</comments><description>&lt;p&gt;On a busy day, every second counts&amp;nbsp;when making a sale. Long lines make patrons impatient and a bad enough waiting experience can even be enough to prevent someone from coming back to visit you. Lines at theme parks are so bad nowadays, my wife and I don&amp;#39;t even bother anymore. With that in mind, here are five tips that can help you cut mouse clicks and seconds from every transaction:&lt;img title="waiting in line" style="WIDTH:333px;HEIGHT:232px;" height="232" alt="waiting in line" hspace="10" src="http://www.blackbaud.com/images/blogs/waiting-in-line.jpg" width="333" align="right" /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Remember price types when buying several events at once&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;Patron Edge has a Company setting called Ignore Price Type Reordering. Set this to No, and what will happen is that when you choose a price type and tickets for the first event in a transaction, it will remember that price type for all subsequent events in the sale (if it&amp;#39;s available). This should save at least a couple of clicks per transaction if you have a lot of patrons who buy several events at once&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Use the touch screen&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;If you are a general admission organization, use the touch screen for sales. You can remove at least 3 mouse clicks per transaction by using the GA sales screen instead of the standard screen.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Use shortcut keys&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;If you are a reserved seating or mixed organization, the GA screen doesn&amp;#39;t do you any good. But the standard sales screen in Patron Edge has a lot of keyboard shortcuts. Check out our &lt;a title="PE User Guides" href="http://www.blackbaud.com/support/guides/pe.aspx" target="_blank"&gt;User Guides page&lt;/a&gt; for a cheat sheet you can post next to the cashiers&amp;#39; monitors, called the &lt;em&gt;Sales Keyboard Shortcut Reference Sheet&lt;/em&gt;.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Trim payment method options&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;In the payment screen, there are a lot of payment methods available by default. It&amp;#39;s likely that you will never find yourself using several of these. To declutter the screen, go to Administration, User Setup, Profiles and turn off unused pay methods. You can see Knowledgebase solution &lt;a title="BB198026 " href="http://www.blackbaud.com/esupport/esupport.asp?resource=&amp;amp;number=0&amp;amp;id=BB198026" target="_blank"&gt;BB198026&lt;/a&gt; for detailed steps if you are unfamiliar with editing profiles.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Create a cash-only line&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;For popular events and big on-sales, having a line dedicated to cash transactions can help keep lines short. If it&amp;#39;s advertised well enough, it may even prompt patrons to come visit with cash in hand, sparing them long lines and saving you money on credit card fees. While you&amp;#39;re at it, &lt;a title="BB405122" href="http://www.blackbaud.com/esupport/esupport.asp?resource=&amp;amp;number=0&amp;amp;id=BB405122" target="_blank"&gt;configure your cash drawers to pop before receipts print&lt;/a&gt;; the cashier will have the chance to make change while a receipt prints and can then hand both change and receipt to the patron at once, shaving precious seconds from a transaction.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I&amp;#39;m sure you&amp;#39;ve come up with other tips and techniques to minimize wait time. What has worked best for your organization? Leave your thoughts in the comments.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=31734" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge/default.aspx">Patron Edge</category></item><item><title>Firefox 3 has been released!</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/17/firefox-3-has-been-released.aspx</link><pubDate>Tue, 17 Jun 2008 20:35:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:31492</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=31492</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=31492</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/17/firefox-3-has-been-released.aspx#comments</comments><description>&lt;p&gt;&lt;a class="" title="Get Firefox" href="http://getfirefox.com/" target="_blank"&gt;Firefox&lt;/a&gt;, the greatest of the modern browsers, released version 3 of their product just about four hours ago and it has already been downloaded nearly 3 million (million!) times. It&amp;#39;s more secure, prettier, faster and&amp;nbsp;smarter than anything else out there (yes, even you Safari). I encourage all of you to download and use it exclusively for a better browsing experience. If you need to access your Patron Edge Online Administration Site, you can install the excellent &lt;a class="" title="IETab" href="https://addons.mozilla.org/en-US/firefox/addon/1419" target="_blank"&gt;IETab extension&lt;/a&gt; and do it all in one browser. With this extension I don&amp;#39;t think I&amp;#39;ve purposely launched Internet Explorer in two or three years, and haven&amp;#39;t had run-ins with malware of any kind. And now it even integrates with web apps. For example, I can click a mailto link and it will launch my Gmail composer.&lt;/p&gt;
&lt;p&gt;For those who have done a fair amount of PEO design work and had to do any special browser-specific tweaks to make things look the way you want, make sure to test your site in this newest version to ensure that your patrons won&amp;#39;t experience any display issues. The US and Canada together have almost hit the one million download mark, so you can be sure that your patrons are using it already.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.spreadfirefox.com/node&amp;amp;id=0&amp;amp;t=315"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=31492" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Security/default.aspx">Security</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Stuff+I+Like/default.aspx">Stuff I Like</category></item><item><title>What do your patrons think about your PEO site?</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/13/what-do-your-patrons-think-about-your-peo-site.aspx</link><pubDate>Fri, 13 Jun 2008 20:50:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:31435</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=31435</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=31435</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/13/what-do-your-patrons-think-about-your-peo-site.aspx#comments</comments><description>&lt;div class="entry"&gt;
&lt;div class="snap_preview"&gt;
&lt;p&gt;&lt;em&gt;The PEO Labs series brings you information or advice on items that are geared towards users who can take&amp;nbsp;high-level concepts or sample code and run with them. Please note that many of the things discussed are not supported.&amp;nbsp;That doesn&amp;#39;t mean that an item is a warranty-voider; it just means that the Support Analysts can&amp;#39;t walk you through it or troubleshoot it if it breaks.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;While thinking about ways to get people more involved with an organization&amp;#39;s online presence, I realized that most websites give an opportunity to leave feedback about the website itself. The best way to improve usability is to talk with users, right? I’ve done this with &lt;a class="" title="ING Direct" href="http://home.ingdirect.com/" target="_blank"&gt;ING Direct&lt;/a&gt;, &lt;a class="" title="Netflix" href="http://www.netflix.com/" target="_blank"&gt;Netflix&lt;/a&gt; and a handful of other sites to let them know about bad links or usability issues. Often I leave positive feedback, just to let an organization know that I appreciate a new feature or change to their site that has made my life easier.&lt;/p&gt;&lt;img hspace="5" src="http://forums.blackbaud.com/blogs/patronedge/PEO%20Labs.png" align="right" border="0" alt="" /&gt; 
&lt;p&gt;So following that line of thought, I whipped this up one evening while watching reruns of &lt;em&gt;&lt;a class="" title="Scrubs" href="http://en.wikipedia.org/wiki/Scrubs_%28TV_series%29" target="_blank"&gt;Scrubs&lt;/a&gt;&lt;/em&gt;. It is a new page for Patron Edge Online that allows a person to enter her name, email (if desired) and thoughts about your site. Now that version 3.3.3 has been released, I also threw in an accompanying custom report that can be generated to allow your web marketer or webmaster to review feedback on demand.&lt;/p&gt;
&lt;p&gt;You can&amp;nbsp;view&amp;nbsp;a screenshot of what the page looks like &lt;a class="" title="leave feedback" href="http://forums.blackbaud.com/blogs/patronedge/06-13-08%20Feedback%20screenshot.png" target="_blank"&gt;here&lt;/a&gt;. As always, play with it on a test interface first! This feature is pretty basic (and potentially very valuable) but keep in mind that it is not supported. To install:&lt;br /&gt;1. &lt;a class="" title="site feedback" href="http://forums.blackbaud.com/blogs/patronedge/Site%20Feedback.zip" target="_blank"&gt;Download this ZIP file&lt;/a&gt; and extract the contents&lt;br /&gt;2. Add Feedback_Form.asp and insert_feedback.asp to your public\bbcustomizations folder&lt;br /&gt;3. If you do not have the Custom Site Settings table yet (from earlier PEO Labs articles), run Create Custom Site Settings Table.sql against your PEO database&lt;br /&gt;4. Run LeaveFeedback.sql against your PEO database to create the custom table that will hold the actual comments&lt;br /&gt;5. &lt;a class="" title="how to create a custom screen" href="http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/06/creating-and-linking-to-custom-screens-in-peo.aspx" target="_blank"&gt;Create a new screen&lt;/a&gt; called Feedback&lt;br /&gt;6. Create a new screen part on the Feedback screen (INCLUDE is the type)&amp;nbsp;that points to bbcustomizations\Feedback_Form.asp&lt;br /&gt;7. Edit the feedbackheader CSS class so that it matches your site’s overall design&lt;/p&gt;
&lt;p&gt;You can also import the Site Feedback Report into the Custom Reports section of the Administration Site, or review the feedback via the Custom Tables folder.&lt;/p&gt;
&lt;p&gt;Are you currently using any method of capturing user feedback about your website? How has it affected your design or business processes? Leave a message in the comments.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=31435" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Free+Stuff/default.aspx">Free Stuff</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/PEO+Labs/default.aspx">PEO Labs</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Restrict delivery methods online</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/05/05/restrict-delivery-methods-online.aspx</link><pubDate>Mon, 05 May 2008 20:07:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30580</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=30580</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30580</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/05/05/restrict-delivery-methods-online.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;Here’s a quickie while I’m working on a few things:&lt;/p&gt;
&lt;p&gt;Patron Edge Online 3.2.5 and higher gives us the ability to get granular with delivery methods. This will allow people who are buying tickets to the Romeo and Juliet matinée print them at home, but those who are coming to the nearly sold out Pink Martini show have to come pick their tickets up at Will Call. Here’s how:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On the Administration Site, go to Events, Shows and highlight a show&lt;/li&gt;
&lt;li&gt;Click the email/PDF icon on the toolbar. If you hover, it will say “Choose available delivery methods”&lt;/li&gt;
&lt;li&gt;Check or uncheck Mail and Print at Home as needed. Will Call is always an available delivery method.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;How are you currently using this feature? Is it a security measure, a marketing tool to get people to the box office, or something else entirely? Leave a note in the comments.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30580" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Give your patrons interactive directions to your venue</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/30/give-your-patrons-interactive-directions-to-your-venue.aspx</link><pubDate>Wed, 30 Apr 2008 14:30:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30489</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=30489</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30489</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/30/give-your-patrons-interactive-directions-to-your-venue.aspx#comments</comments><description>&lt;div class="entry"&gt;
&lt;div class="snap_preview"&gt;
&lt;p&gt;The internet behemoth that is Google has given us a great tool to get people into your doors, literally. Google Maps is at a point now where there is no reason not to have an interactive map and driving directions to your venue. It’s also a very simple feature to implement using some basic PEO design concepts. Let’s walk through adding a map with driving directions to your site.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Get the code for the map&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Go to &lt;a href="http://maps.google.com/"&gt;http://maps.google.com&lt;/a&gt;, enter the address of your venue and perform a search. In the resulting map, click ‘Link to this page’. Click ‘Customize and preview embedded map’ and you’ll get this screen. Choose the desired map size and then copy all the HTML onto the clipboard.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Create a new Directions page on the PEO site&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Go into Site Design, Screens and create a new screen called Directions.&amp;nbsp; Due to sizing, I recommend using Template 2. After creating the screen, use the Screen Part Location Tool to create a new HTML:Free screen part. Click the button in the Text field to bring up the HTML editor. Now click the button to insert HTML and paste in the code you copied earlier. Click OK when finished.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Create a link to the Directions page&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;To access this page, link to it as you would any custom screen. If you aren’t sure how to create that link, just take a look at &lt;a class="" href="http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/06/creating-and-linking-to-custom-screens-in-peo.aspx" target="_blank"&gt;this post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Throw some text on there with your contact information and any special notes (handicapped parking, etc) and you’ve got a simple, easy to use directions page for your patrons. Are you using any web mapping applications already for this or another purpose? Share your experiences in the comments.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30489" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Sorting a spreadsheet by color</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/23/sorting-a-spreadsheet-by-color.aspx</link><pubDate>Wed, 23 Apr 2008 18:04:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30338</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=30338</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30338</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/23/sorting-a-spreadsheet-by-color.aspx#comments</comments><description>&lt;p&gt;So I was given an internal&amp;nbsp;cleanup project that had a spreadsheet of 500 items that needed to be reviewed and acted on. As I worked through the list over the course of a couple of weeks, I color-coded the items based on the next action to take (follow up, merge, close, etc). At the end of the project I wanted to sort the spreadsheet by color, only to discover that Excel can&amp;#39;t do this! Well, being the curious sort I started exploring the option of doing it with a VBA macro. Using a combination of web searches and help files, I put this macro together:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sub ColorSort()&lt;/p&gt;
&lt;p&gt;Dim ColorValue&lt;br /&gt;Dim LastRow&lt;br /&gt;Dim LastColumn&lt;/p&gt;
&lt;p&gt;LastRow = Cells.Find(What:=&amp;quot;*&amp;quot;, After:=[A1], SearchDirection:=xlPrevious).Row&lt;br /&gt;LastColumn = Cells.Find(What:=&amp;quot;*&amp;quot;, After:=[A1], SearchOrder:=xlByColumns, SearchDirection:=xlPrevious).Column&lt;/p&gt;
&lt;p&gt;For i = 2 To LastRow&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;ColorValue = Cells(i, LastColumn).Offset(0, -1).Interior.ColorIndex&lt;br /&gt;Cells(i, LastColumn).Value = ColorValue&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Next i&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You just need to create a column at the end of your worksheet and call it &amp;quot;Color&amp;quot; or something like that. Next, run the macro; it assigns a number based on the background color of the row. You can then sort the worksheet by the &amp;quot;Color&amp;quot; column, and voila!&lt;/p&gt;
&lt;p&gt;While this isn&amp;#39;t directly Patron Edge or Patron Edge Online related, it has become such a great tool for me I thought some of you might find it helpful as well. Maybe you&amp;#39;ve had an event get cancelled and you get a phone list through Marketing Mailing that someone is color-coding. Maybe you are using the Raiser&amp;#39;s Edge export module and working with a spreadsheet it kicked out. Or maybe you&amp;#39;re doing something completely non-work-related and you find a use for this. If this macro helps you save some time, leave a comment for others to see!&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30338" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Free+Stuff/default.aspx">Free Stuff</category></item><item><title>Using Google Analytics to get more out of PEO</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/10/using-google-analytics-to-get-more-out-of-peo.aspx</link><pubDate>Thu, 10 Apr 2008 17:17:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30109</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=30109</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30109</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/10/using-google-analytics-to-get-more-out-of-peo.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;The PEO Labs series brings you information or advice on items that are geared towards users who can take&amp;nbsp;high-level concepts or sample code and run with them. Please note that many of the things discussed are not supported.&amp;nbsp;That doesn&amp;#39;t mean that an item is a warranty-voider; it just means that the Support Analysts can&amp;#39;t walk you through it or troubleshoot it if it breaks.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Google has a powerful, free tool available, called Google Analytics,&amp;nbsp;that will allow you to collect all kinds of aggregate data about your site&amp;#39;s visitors.&amp;nbsp;You can use this information to:&lt;a href="http://forums.blackbaud.com/blogs/patronedge/PEO%20Labs.png"&gt;&lt;img title="PEO Labs" alt="PEO Labs" hspace="5" src="http://forums.blackbaud.com/blogs/patronedge/PEO%20Labs.png" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Track the geographic location of site visitors to plan where to spend your advertising dollars&lt;/li&gt;
&lt;li&gt;Determine what page a visitor hits first on your site and how long he spends there&lt;/li&gt;
&lt;li&gt;See what sites or search engines are referring patrons to you&lt;/li&gt;
&lt;li&gt;Look for trends to see if parts of your site are confusing or cumbersome to visitors&lt;/li&gt;
&lt;li&gt;Discover how many times a visitor comes to your site before making a purchase&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;I&amp;#39;m not a marketer or a webmaster, but I&amp;#39;m sure there are a hundred other uses you can come up with for this tool. There is a nice demo on their site &lt;a title="Google Analytics Tour" href="http://64.233.179.110/analytics/tour/index_en-US.html" target="_blank"&gt;here&lt;/a&gt; that walks you through what the tool can do and how it works. This probably leaves you with some questions. How much does it cost? How long will it take to implement? How do you actually make it happen?&lt;/p&gt;
&lt;p&gt;&lt;i&gt;How much does it cost?&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;According to the Google Analytics site, use of the service is free if you get less than five million (million!) pageviews per month.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;How long will it take to get started?&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Getting an account with Google Analytics takes a few minutes, and adding it into&amp;nbsp;PEO only a little longer. I would plan for 30 minutes to an hour for the whole project, plus any time you spend playing with settings and setting up reports in your Google Analytics account.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;How do I do it?&lt;/i&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First, you need to &lt;a title="Sign Up" href="http://www.google.com/analytics/sign_up.html" target="_blank"&gt;sign up for an account&lt;/a&gt;. Once you sign up, you receive something called a Tracking Code. Hold on to this as we will need it again soon.&lt;/li&gt;
&lt;li&gt;&lt;a class="" title="GAnalytics.zip" href="http://forums.blackbaud.com/blogs/patronedge/GAnalytics.zip"&gt;Download&amp;nbsp;this file&lt;/a&gt;&amp;nbsp;and place it in the bbCustomizations folder of your public site.&lt;/li&gt;
&lt;li&gt;Edit line six of the file, replacing &amp;quot;UA-xxxx-x&amp;quot; with the Tracking Code you got in step one.&lt;/li&gt;
&lt;li&gt;On the PEO Admin site, go into Site Design and edit all of the screens of the interface you are using. In the Include After field, enter bbCustomizations\GAnalytics.htm. This is the part that can take a little while, depending on how many screens you have.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;And you&amp;#39;re finished! That wasn&amp;#39;t so difficult, was it? After you have this all set up in Patron Edge Online, you will definitely want to go back into your Google Analytics account and do some tweaking so that the data it captures for you is more accurate.&lt;/p&gt;
&lt;p&gt;You have some opportunities to get really advanced with this if you&amp;#39;d like by &lt;a title="How do I tag my links?" href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55518" target="_blank"&gt;tagging the URLs&lt;/a&gt; that you send out in your marketing campaigns. For example, tagging your email blasts with things like campaign information will help you determine which ones are most effective. My site is internal only, so I haven&amp;#39;t been able to try tagging to verify it plays nicely with PEO, but let me know if you try it out and how well it works. How are you using analytical/statistical data to drive your mission? Leave a message in the comments.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30109" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Free+Stuff/default.aspx">Free Stuff</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/PEO+Labs/default.aspx">PEO Labs</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Hiding Unused fields in Patron Edge</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/20/hiding-unused-fields-in-patron-edge.aspx</link><pubDate>Thu, 20 Mar 2008 20:58:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:29716</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=29716</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=29716</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/20/hiding-unused-fields-in-patron-edge.aspx#comments</comments><description>&lt;p&gt;Hiding Unused fields in Patron Edge&lt;/p&gt;
&lt;p&gt;One of the nice things about the Patron Edge Administration piece is that you can turn off things that don&amp;#39;t apply to your organization. If you&amp;#39;re a producing organization then you probably don&amp;#39;t need the Promoter field when creating an event. If you are tax exempt you don&amp;#39;t need the Tax Group fields. Turning off these fields takes a matter of seconds and gives you a much cleaner interface. Let&amp;#39;s turn off a couple event fields as an example.&amp;nbsp; Try this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Administration, Events, Events&lt;/li&gt;
&lt;li&gt;Click the Design button on the toolbar&lt;/li&gt;
&lt;li&gt;Locate Internet Default Price Type and set the Display field to No. This field has been deprecated anyway; might as well get it out of your way!&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;This concept can be applied all throughout Administration; just don&amp;#39;t get too happy turning off fields you may need in the future! To take the next step, you can go to Administration, System Setup, Table Definitions, which controls just about every field everywhere so that you can turn off CRM Search Screen options you don&amp;#39;t use for example.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=29716" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge/default.aspx">Patron Edge</category></item><item><title>Let your patrons know when something is wrong</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/02/27/let-your-patrons-know-when-something-is-wrong.aspx</link><pubDate>Wed, 27 Feb 2008 21:20:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:29239</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=29239</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=29239</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/02/27/let-your-patrons-know-when-something-is-wrong.aspx#comments</comments><description>&lt;p&gt;I see a lot of PEO sites out there that still use the canned error messages whenever something goes wrong. If I buy concert tickets for my wife&amp;#39;s birthday and see an error that just says &amp;quot;L1029 - Credit Card Payment Transaction Failed&amp;quot; I will give up right there and either come back the next day, call the box office, or &lt;span style="FONT-STYLE:italic;"&gt;go to another website and buy her a different gift&lt;/span&gt;. People who have used PEO for a couple of years may think, &amp;quot;PCCharge must have frozen. I&amp;#39;ll go restart it and everything will be fine&amp;quot;. But keep in mind the patron has no idea what PCCharge or PEO are; they just know your organization.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Usability is key&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Website usability is essential for driving online sales. And just as your site should be usable, so too should your error messages. When something goes wrong, you want a patron to understand two things to keep him from calling the box office (or abandoning the purchase altogether). He needs to know:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;i&gt;What happened&lt;/i&gt; - The patron needs to know if the error that occurred was a system error or his own fault. People will admit their mistakes a lot more easily when nobody is looking. Include the error code at the beginning or end of the message so that, in the event of a system error, you know what to do internally.&lt;/li&gt;
&lt;li&gt;&lt;i&gt;How to fix it&lt;/i&gt; - Tell the patron that the phone number field is filled out incorrectly or that the show just went off sale.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Some errors in PEO are not the patron&amp;#39;s fault, but you can still put a message out telling him to contact the box office. This has a twofold advantage - it allows you to save the sale and alerts you that something is wrong with the site. Be sure to include a phone number in the message!&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s do a quick example. Take the following error message:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;L1020-Invalid Password&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It gets the job done, but it&amp;#39;s not really helpful. You could change it to something like:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Your password is invalid. Please try again. Remember that passwords are case sensitive.&lt;/p&gt;
&lt;p&gt;If you have lost your password, enter your email address in the Login field and click Forgot Password to have it sent to you.&lt;br /&gt;L1020&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This message has several things going for it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It tells the patron what went wrong &lt;i&gt;without&lt;/i&gt; being accusatory&lt;/li&gt;
&lt;li&gt;It offers clear steps to fix the problem&lt;/li&gt;
&lt;li&gt;It contains the error code in case a support call is needed&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Care to share your own error messages? Leave a note in the comments.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=29239" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item></channel></rss>