<?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 : Web Design</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx</link><description>Tags: Web Design</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Debug Build: 20611.960)</generator><item><title>Rotating show images in Patron Edge Online</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2009/10/30/rotating-show-images-in-patron-edge-online.aspx</link><pubDate>Fri, 30 Oct 2009 13:30:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:47328</guid><dc:creator>Sean Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=47328</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=47328</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2009/10/30/rotating-show-images-in-patron-edge-online.aspx#comments</comments><description>&lt;p class="MsoNormal"&gt;My colleague, Matt Cook, recently showed off a cool Image cube he put together for Patron Edge Online.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Take a look at the information below, it would be cool to see this put to work.&lt;span&gt;&amp;nbsp; &lt;/span&gt;The really cool thing about this is that each side of the cube can link to different things, so this could help drive interest in things like special events, classes, or whatever the creative minds in your marketing department can think up!&lt;span&gt;&amp;nbsp; &lt;/span&gt;As the cube is set up right now, it uses the loader.asp file to allow it to link directly to specific shows.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Pretty cool!&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Disclaimer: This will require you to do a small amount of coding. The example is pretty easy to follow if you are familiar with HTML, Javascript or other coding languages, but you won’t be able to contact support for assistance setting this up. &lt;/p&gt;
&lt;p class="ListParagraphCxSpFirst" style="TEXT-INDENT:-0.25in;"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Create a new &lt;a title="screen part" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB356336"&gt;screen part&lt;/a&gt; &lt;span&gt;&lt;/span&gt;on the page where you want the image to display (In this example, I’ll use Template 1)&lt;/p&gt;
&lt;p class="ListParagraphCxSpMiddle" style="MARGIN-LEFT:1in;TEXT-INDENT:-0.25in;"&gt;&amp;nbsp;&lt;span style="FONT-FAMILY:Symbol;"&gt;&lt;span&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Type = Include&lt;/p&gt;
&lt;p class="ListParagraphCxSpMiddle" style="MARGIN-LEFT:1in;TEXT-INDENT:-0.25in;"&gt;&amp;nbsp;&lt;span style="FONT-FAMILY:Symbol;"&gt;&lt;span&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp; File Name = imagecube.html&lt;/p&gt;
&lt;p class="ListParagraphCxSpMiddle" style="MARGIN-LEFT:1in;TEXT-INDENT:-0.25in;"&gt;&amp;nbsp;&lt;span style="FONT-FAMILY:Symbol;"&gt;&lt;span&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp; Top, Left, Width, Height – position the element as desired, but you want it to be the size of your images for best resolution.&lt;span&gt;&amp;nbsp; &lt;/span&gt;I used 450,20,120,80&lt;/p&gt;
&lt;p class="ListParagraphCxSpMiddle" style="TEXT-INDENT:-0.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span&gt;&lt;span&gt;2.&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp; Grab the latest copy of the &lt;a title="image cube library" href="http://keith-wood.name/imageCube.html"&gt;image cube library&lt;/a&gt; Note: There are literally thousands of cool jquery libraries out there, many of them dealing with images, this is just one that looked slick to me.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Most are easy to use and would be interchangeable.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Unzip the library into your PEOSite folder (by default, C:\Program Files\Blackbaud\The Patron Edge Online\PEOSite)&lt;/p&gt;
&lt;p class="ListParagraphCxSpLast" style="TEXT-INDENT:-0.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span&gt;&lt;span&gt;3.&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;font-size-adjust:none;font-stretch:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp; Open up your favorite text editor, create imagecube.html and drop it in your PEOSite folder&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Here’s the code for my file:&lt;/p&gt;&amp;lt;head&amp;gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;jquery.imagecube.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;defaultCube&amp;quot; style=&amp;quot;width: 120px; height: 80px; overflow: none;&amp;quot;&amp;gt; &lt;br /&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;a href=&amp;quot;loader.asp?target=show.asp?shCode=64&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/shows/show64.jpg&amp;quot; alt=&amp;quot;Show 64 Title&amp;quot; title=&amp;quot;Show 64 Title&amp;quot; style=&amp;quot;width: 100%; height=100%;&amp;quot;/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;a href=&amp;quot;loader.asp?target=show.asp?shCode=38&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/shows/show38.jpg&amp;quot; alt=&amp;quot;Show 38 Title&amp;quot; title=&amp;quot;Show 38 Title&amp;quot; style=&amp;quot;width: 100%; height=100%;&amp;quot;/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;a href=&amp;quot;loader.asp?target=show.asp?shCode=19&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/shows/show19.jpg&amp;quot; alt=&amp;quot;Show 19 Title&amp;quot; title=&amp;quot;Show 19 Title&amp;quot; style=&amp;quot;width: 100%; height=100%;&amp;quot;/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;$(document).ready(function() {&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;$.imagecube.setDefaults({speed: 1000, pause: 6000});&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;$(&amp;#39;#defaultCube&amp;#39;).imagecube();&lt;br /&gt;});&lt;br /&gt;&amp;lt;/script&amp;gt; &lt;br /&gt;You’ll need to make a few changes.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Namely, I referenced show codes in my sample database.&lt;span&gt;&amp;nbsp; &lt;/span&gt;You can generate your&amp;nbsp;&lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB223190" target="_blank"&gt;loader link&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;as needed.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Your images will also likely not be named show64, so update the img src reference as well as the alt and Title as needed.&lt;span&gt;&lt;/span&gt; There are a lot of benefits to using &lt;a class="" title="Google&amp;#39;s jQuery library" href="http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/" target="_blank"&gt;Google’s jQuery library&lt;/a&gt;, but you can download your own if needed.&lt;span&gt;&amp;nbsp; &lt;/span&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;Try it out and leave a comment if this worked for you!&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=47328" 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/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>Add A Facebook Fan Box To Your Site</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2009/08/10/add-a-facebook-fan-box-to-your-site.aspx</link><pubDate>Mon, 10 Aug 2009 13:27:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:43512</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=43512</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=43512</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2009/08/10/add-a-facebook-fan-box-to-your-site.aspx#comments</comments><description>&lt;p&gt;My colleague Chad recently wrote about &lt;a href="http://forums.blackbaud.com/blogs/webbythings/archive/2009/08/05/6-dogooding-webby-things-your-nonprofit-should-check-out.aspx" target="_blank"&gt;6 Dogooding Webby Things Your Nonprofit Should Check Out&lt;/a&gt;, and I wanted to show how quick and easy it is to implement one of those webby things, the Facebook Fan Box. It&amp;#39;s not a fit for every organization, but if you have a strong Facebook presence and want to promote it on your website, don&amp;#39;t let the idea of building this custom piece intimidate you. And the steps work for everyone, whether your site uses PEO or a different application.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Step One: Visit your Facebook page&lt;/b&gt;. Go to your organization&amp;#39;s Facebook page and click the link on the left that says Add Fan Box to your site.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src="http://www.blackbaud.com/images/blogs/spotlight_add_box.png" alt="" /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Step Two: Get the code.&lt;/span&gt; You will be taken to a second page where you can check whether you want to include both your stream and fans, or just one of the two. You will get the auto-generated code along with a preview, like this:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src="http://www.blackbaud.com/images/blogs/spotlight_get_code.png" alt="" /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Step Three: Add the code to your site.&lt;/span&gt; Edit the &amp;quot;connections&amp;quot; entry in the code if you want to display more
than 10 fans at a time, and the &amp;quot;width&amp;quot; bit if you want it to be wider
than 300 pixels. If you use Patron Edge Online as your content management system, save this code to Notepad as a .htm file and add it to PEO as a screen part. If you use a different CMS, the process should be pretty similar. Of course there are advanced options and extra styling you can get into, but these three painless steps get you from zero to Fan Box in five minutes.&lt;/p&gt;&lt;p&gt;Is your site using the Fan Box feature or custom Facebook applications? How do they fit into your marketing strategy or promote your mission? Leave a message for other readers in the comments.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=43512" 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/Patron+Edge+Online/default.aspx">Patron Edge Online</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Marketing/default.aspx">Marketing</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/social+media/default.aspx">social media</category></item><item><title>Best Practices for Nonprofit Websites</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2009/05/18/best-practices-for-nonprofit-websites.aspx</link><pubDate>Mon, 18 May 2009 15:30:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:41602</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=41602</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=41602</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2009/05/18/best-practices-for-nonprofit-websites.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.smashingmagazine.com" target="_blank"&gt;Smashing Magazine&lt;/a&gt; is a great resource for print and web design and consistently puts out great content. They recently had an article about best practices for nonprofit websites that I wanted to share. As the article puts it:&lt;br /&gt;&lt;/p&gt;
&lt;blockquote&gt;A non profit’s website needs to make it easy to find out more about
their cause, to donate money, and to become more involved. It needs to
make it easy for media contacts to find the information they need and
the contact information of key personnel. And it needs to do all this
in a way that’s inviting to the organization’s targeted donors and/or
volunteers.&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="http://www.smashingmagazine.com/2009/05/14/non-profit-website-design-examples-and-best-practices/" target="_blank"&gt;Read the full article&lt;/a&gt; to see examples of how to make your content the center of your website, increase volunteers and donors and keep people coming back often. If you&amp;#39;d like to show off your own website, leave a link in the comments for others to see.&lt;br /&gt;&lt;/p&gt;
&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=41602" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx">Web Design</category></item><item><title>Customizing the behavior of links in Patron Edge Online</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2009/03/20/customizing-the-behavior-of-links-in-patron-edge-online.aspx</link><pubDate>Fri, 20 Mar 2009 17:00:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:40308</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=40308</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=40308</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2009/03/20/customizing-the-behavior-of-links-in-patron-edge-online.aspx#comments</comments><description>&lt;p&gt;I was working through some advanced Patron Edge Online questions this week and was asked if there are any special parameters that you can add when loading a page to make it behave a certain way. To make life easy I&amp;#39;ve put together a comprehensive list that shows what parameters can be added, what they mean, and what pages can make use of them. Happy hacking!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Global options that can be used with any link&lt;br /&gt;&lt;/strong&gt;Interface - the interface code&lt;br /&gt;
SalePoint - the sales point code; only needed when using the sales point filter&lt;br /&gt;
language - the language code of all text on the site&lt;br /&gt;
Charset - the character set to use for all text&lt;br /&gt;
CSS_FILE - only used when overriding the CSS file of the desired interface&lt;br /&gt;
DIR - text direction of the site, to handle right-to-left languages&lt;/p&gt;
&lt;blockquote&gt;LTR - left to right (default)&lt;br /&gt;
RTL - right to left&lt;/blockquote&gt;
&lt;p&gt;Example: &lt;a href="http://mysite.org/default.asp?Interface=3&amp;amp;SalePoint=102"&gt;http://mysite.org/default.asp?Interface=3&amp;amp;SalePoint=102&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;show.asp/show_1.asp&lt;br /&gt;&lt;/strong&gt;shCode - the show code to load, from the PEO Administration Site&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;show_events_list.asp&lt;br /&gt;&lt;/strong&gt;shCode - the show code to load, from the PEO Administration Site&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;default.asp/shows_list_1.asp&lt;br /&gt;&lt;/strong&gt;cgName - category name&lt;br /&gt;
cgCode - category code&lt;br /&gt;
use_more - whether to only show recommended shows in the category, or all shows of that category&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;all_events_1.asp&lt;br /&gt;&lt;/strong&gt;startDate - the start date for the view&lt;br /&gt;
direction - number of days/weeks/months before or after the start date parameter. Date unit is determined based on the viewCode&lt;br /&gt;
viewCode - how shows are displayed&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;0 = Day (default)&lt;br /&gt;
1 = Week&lt;br /&gt;
2 = Month&lt;br /&gt;
3 = Calendar&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Example: To display a calendar view of all events in June, use &lt;a href="http://mysite.org/all_events.asp?viewcode=3&amp;amp;startdate=2009-6-1"&gt;http://mysite.org/all_events.asp?viewcode=3&amp;amp;startdate=2009-6-1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;hall.asp&lt;br /&gt;&lt;/strong&gt;event - code of the event to load, from the PEO Administration Site&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;donation.asp/donation_1.asp&lt;br /&gt;&lt;/strong&gt;code - the fund code of the donation to load, from the PEO Administration Site&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;membership.asp/membership_1.asp&lt;br /&gt;&lt;/strong&gt;membership_code - the code of the membership category to load, from the PEO Administration Site&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;prepaid_subscription.asp/prepaid_subscription_1.asp&lt;br /&gt;&lt;/strong&gt;prepaid_code - the series code to load, from the PEO Administration Site&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;merchandise.asp/merchandise_1.asp&lt;br /&gt;&lt;/strong&gt;code - the fund code of the merchandise item to load, from the PEO Administration Site&lt;br /&gt;
count - number of items to load by default&lt;/p&gt;
&lt;p&gt;Example: You want an easy process to put two programs (merchandise item 24) in the basket when buying a certain show, so you use &lt;a href="http://mysite.org/merchandise.asp?code=24&amp;amp;count=2"&gt;http://mysite.org/merchandise.asp?code=24&amp;amp;count=2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=40308" 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/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>PEO Donation Round-Up, v2</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/11/03/peo-donation-round-up-v2.aspx</link><pubDate>Mon, 03 Nov 2008 13:24:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:37838</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=37838</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=37838</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/11/03/peo-donation-round-up-v2.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;A client recently contacted me about the &lt;a class="" title="Rounding Up Change" href="http://forums.blackbaud.com/blogs/patronedge/archive/2008/05/26/rounding-up-change-but-not-from-under-sofa-cushions.aspx" target="_blank"&gt;free donation round-up customization&lt;/a&gt; I had written for PEO earlier this year. She had a couple of suggestions to improve it, and I had some time available last week to work on it. Here&amp;#39;s the info on version 2 of the customization:&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;ul&gt;
&lt;li&gt;
&lt;div&gt;Updated for compatibility with PEO 3.3.3&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Fixed a memory leak&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Added a new parameter that allows the administrator to enter the amount to round; it is no longer hard-coded to go up to the next dollar&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;You can download the updated copy of the feature &lt;a class="" title="PEO Donation Round Up 3.3.3" href="http://www.blackbaud.com/images/blogs/PEO_donation_round_up_3.3.3.zip"&gt;here&lt;/a&gt;. Please feel free to download and install it, and let me know what you think. You will need&amp;nbsp;your system administrator to run a couple of SQL scripts and put a file in place, and then it&amp;#39;s ready to go. Full instructions are included in the ZIP file. If you install it, leave a comment to let everyone know what kind of effect it is having on your online donations.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=37838" 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/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>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>Rounding up change (but not from under sofa cushions)</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/05/26/rounding-up-change-but-not-from-under-sofa-cushions.aspx</link><pubDate>Mon, 26 May 2008 22:23:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:31003</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=31003</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=31003</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/05/26/rounding-up-change-but-not-from-under-sofa-cushions.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;Over the last few months I&amp;#39;ve noticed that electric and water companies are really pushing the &amp;quot;round up&amp;quot; thing to work on public projects. So why not do something similar for Patron Edge Online? With a bit of ASP and JavaScript, we can find out how much a patron&amp;#39;s total order is, then display a message asking if he would like to round the total up to the next dollar and give the remainder as a donation. The concept is simple, the patron doesn&amp;#39;t mind giving away the electronic equivalent of spare change, and you get a donation towards your annual fund. Everyone wins!&amp;nbsp;&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;&lt;a class="" href="http://forums.blackbaud.com/blogs/patronedge/Donation%20Round%20Up.zip"&gt;Here&lt;/a&gt; you will find a zipped file containing two SQL scripts and an ASP page called round_up.asp. This page checks to see if the patron has already put a donation in her basket. If she has not, it will auto-magically display and ask if she would like to round the total up to the next dollar as a donation. It does not just look for totals that are even dollar amounts; a total of $42.30 would add a $0.70 donation and a total of $42.00 would add a $1.00 donation.&lt;/p&gt;
&lt;p&gt;To install:&lt;br /&gt;1. Place round_up.asp into your PEOSite\bbCustomizations folder&lt;br /&gt;2. If you do not already have the eSroCstmSiteSettings custom table, run Create Custom Site Settings Table.sql on the PEO database&lt;br /&gt;3. Run Round Up Feature.sql on the PEO database&lt;br /&gt;4. Go to Administration, Custom Tables, eSroCstmSiteSettings and set Donation Round Up Fund to the desired code (found in Content, Donation)&lt;br /&gt;5. Drill into the screen parts of my_basket.asp for the appropriate interface&lt;br /&gt;6. Set round_up.asp as an Include After on the basket view screen part, or create a new screen part below the basket view in the desired location&lt;/p&gt;
&lt;p&gt;The page is pretty basic and I created it in about 4 hours over the course of a weekend. It would have taken about half that if I had ever taken a programming class (the life of a French/Business major, *sigh*). Please note that this is custom PEO code. It is not supported (which just means my analysts cannot answer questions about it) but works beautifully on my system. Still, be sure to test before putting it on your live site; I claim no responsibility if it breaks your site, burns your supper or lets your dog out of the fence!&lt;/p&gt;
&lt;p&gt;Did you find the round up feature useful? Would you like to see more of this kind of thing on the site? Leave a message in the comments.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=31003" 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/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>Blogging in Patron Edge Online</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/05/09/blogging-in-patron-edge-online.aspx</link><pubDate>Fri, 09 May 2008 20:02:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30698</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=30698</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30698</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/05/09/blogging-in-patron-edge-online.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;Does your organization have a blog or XML feed to get out news or other information? Why not display your most recent two or three posts inside Patron Edge Online? It will help boost readership of your blog and potentially increase your number of patrons/donors as well. It is super-easy using a free online tool, and you won’t be doing ANY double-entry.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Interested? Here’s how to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On the Admin Site, create an HTML screen part with a Name and Filename called Blog on the screen or template where the feed will display&lt;/li&gt;
&lt;li&gt;Go to &lt;a href="http://www.rss-info.com/en_rssinclude-simple.html"&gt;http://www.rss-info.com/en_rssinclude-simple.html&lt;/a&gt; and enter the URL of your feed&lt;/li&gt;
&lt;li&gt;For Max entries, choose how many of your most recent posts you’d like to display&lt;/li&gt;
&lt;li&gt;Make the Table/Iframe width the same as your screen part width&lt;/li&gt;
&lt;li&gt;For the three color fields, I recommend setting them all to the same color as your site’s background&lt;/li&gt;
&lt;li&gt;Open Links in a new Window refers to the behavior that you want if a patron clicks on a post title or link. To keep the patron from having to leave your ticketing site to read the post, check this box&lt;/li&gt;
&lt;li&gt;For Integration, use IFrame. It works on all modern browsers and we can stick it in right into our screen part with no extra work&lt;/li&gt;
&lt;li&gt;Now click Create HTML and copy the code&lt;/li&gt;
&lt;li&gt;Highlight your screen part on the Admin Site and click Edit Free Text Field&lt;/li&gt;
&lt;li&gt;Click the button that says TEXT; this puts you into HTML mode&lt;/li&gt;
&lt;li&gt;Clear out anything you see here and then paste in the code you copied from the RSS-Info site&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Et voilà! You now have your most recent blog posts displaying in PEO real-time. It takes less than 10 minutes to get working and just a little longer to tweak sizes, positions and colors to make it blend perfectly into your site.&lt;/p&gt;
&lt;p&gt;Do you currently have a blog at your organization? What other ideas are you using to increase readership? Leave a message in the comments.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30698" 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/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>Add a favicon to your website</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/22/add-a-favicon-to-your-website.aspx</link><pubDate>Tue, 22 Apr 2008 14:54:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30293</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=30293</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30293</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/22/add-a-favicon-to-your-website.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;For those who are not familiar, a &lt;a title="Favicon" href="http://en.wikipedia.org/wiki/Favicon" target="_blank"&gt;favicon&lt;/a&gt; is the icon that shows up in your bookmarks toolbar for a saved site, and in the address bar/tab header of your web browser when visiting a site. It&amp;#39;s a 16x16 icon that you can use as another way to reinforce your organization&amp;#39;s &amp;quot;brand&amp;quot; on the web.&lt;/p&gt;
&lt;p&gt;For those of you know know all about these, I&amp;#39;m sure your question is, &amp;quot;when do we get this functionality in Patron Edge Online?&amp;quot; You can actually do it right now. I have found some great resources online that will allow you to add a favicon onto your current PEO site regardless of version. Here&amp;#39;s the scoop:&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;&lt;b&gt;Create a favicon for your site&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t already have a favicon, you need to create an ICO image file that is at least 16x16 pixels. Your marketing folks should be able to handle something like this pretty easily, or you can use some free tools on the web. Here are a couple of sites that can do this for you:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Graphics Guru" href="http://www.graphicsguru.com/favicon.php" target="_blank"&gt;http://www.graphicsguru.com/favicon.php&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Real World Graphics" href="http://www.rw-designer.com/online_icon_maker.php" target="_blank"&gt;http://www.rw-designer.com/online_icon_maker.php&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Add files to to your web server &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;There are three files that you need in order to make this work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The image file itself. I recommend placing it in the public\Images folder of your website&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://forums.blackbaud.com/blogs/patronedge/Favicon.zip"&gt;This ZIP file&lt;/a&gt;. It contains an HTML page and&amp;nbsp;a JavaScript library (and&amp;nbsp;a screenshot for later).&amp;nbsp;Place the HTML and JS files in your public\bbCustomizations folder.&amp;nbsp;If you are interested in the technical bits of the JS library, there is a link to the author&amp;#39;s website in its comments.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Modify favicon.htm to point to your icon&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Edit favicon.htm in Notepad or your favorite HTML editor. If your custom piece folder is not called bbCustomizations, you will need to edit the first line accordingly so that the page can find the JavaScript library. Now edit the sixth line and replace the URL here with the location of your favicon file.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Add a reference to the file on your Admin Site&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In Site Design, edit each of the Templates of the Interface you are using and create a new screen part for them. See the screenshot from the above ZIP file if you need an example screen part to help you. Since this is a script, no text will be visible on the page itself, so the dimensions of the screen part don&amp;#39;t matter at all.&lt;/p&gt;
&lt;p&gt;Do you use favicons on your main or ticketing websites? How has it reinforced your organization&amp;#39;s image? Leave a note in the comments!&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30293" 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/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>Is your website slowing down your online sales?</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/16/is-your-website-slowing-down-your-online-sales.aspx</link><pubDate>Wed, 16 Apr 2008 21:07:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30211</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=30211</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30211</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/16/is-your-website-slowing-down-your-online-sales.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;Different research tells us that the average online shopper will wait between four and 10 seconds for a page to load before giving up. One &lt;a class="" href="http://www.akamai.com/html/about/press/releases/2006/press_110606.html" target="_blank"&gt;decent article&lt;/a&gt; I’ve managed to find indicates that the number is much closer to four than 10. And US broadband penetration is currently in the 80% range (scheduled to hit 90% by mid-year), so keep in mind when designing your site that two out of every ten of your potential patrons are visiting you via dial-up.&lt;/p&gt;
&lt;p&gt;So what can you do to make &lt;em&gt;your&lt;/em&gt; Patron Edge Online site a little zippier? First, visit this &lt;a class="" href="http://tools.pingdom.com/fpt/" target="_blank"&gt;page load tester&lt;/a&gt; to see how fast your site currently loads. It’s good to have a starting point so that you can gauge what techniques are most effective for you. I’ve included a few ideas to get you started, but a quick web search will pull up dozens more ways to make your site load faster without sacrificing quality. Come in before the box office opens one day, take a half hour and try a couple of the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use CSS whenever possible. Putting your site design into the CSS file instead of using inline HTML style tags will improve load time, as the CSS is loaded once and then cached in the browser for the rest of your session. If you start with a main site for content management and then link into your PEO site, combine the two CSS files into one.&lt;/li&gt;
&lt;li&gt;Optimize the images on your site. Excessive or oversized images are one of the biggest causes of a slow load time. JPEGs are the largest and slowest image files to load. GIFs are generally better, but if you can, I recommend putting your images in PNG format. PNG files tend to have the smallest footprint without sacrificing image quality. There are plenty of free image converters out there, many that don’t even require you to download any software.&lt;/li&gt;
&lt;li&gt;For show images, don’t use the same file for the small image on PEO that you use for the medium image. Otherwise you are just hurting your load time when the default PEO page loads by downloading a bigger image that then gets scaled down in the browser.&lt;/li&gt;
&lt;li&gt;If you are linking to a directory instead of a specific page, put a slash at the end of the link so the web server doesn’t have to try to figure that part out. http://mysite.org/tickets/ will load faster than http://mysite.org/tickets.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Other ideas to speed up your website? Please post them in the comments.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30211" 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/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Share the (Print at Home) Love</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/14/share-the-print-at-home-love.aspx</link><pubDate>Mon, 14 Apr 2008 15:57:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30155</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=30155</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30155</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/14/share-the-print-at-home-love.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;With our new release of Patron Edge Online version 3.33, we have a feature that allows you to export your print at home ticket designs from one PEO database and import them into another. This is really handy if you have a separate live and test environment and are tired of buying tickets in the live system over and over while tweaking your design. But it’s also an opportunity for those of you with a flair for design to show off your handiwork to other organizations. Here’s what to do:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On the Administration Site, go to Content, Site Design&lt;/li&gt;
&lt;li&gt;Highlight the ticket and click Export on the toolbar&lt;/li&gt;
&lt;li&gt;Click OK and then choose where you want to save it&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Importing is just as easy. Just click the Import button, browse to the report file and click OK. Now start sharing! &lt;/p&gt;
&lt;p&gt;Shooting designs back and&amp;nbsp;forth&amp;nbsp;on our &lt;a class="" title="Patron Edge user forum" href="http://forums.blackbaud.com/forums/9.aspx" target="_blank"&gt;web forum&lt;/a&gt; can spark creativity and get organizations thinking of &lt;strong&gt;new ways to connect with their audiences&lt;/strong&gt;. Do you have a ticket design you’d love to show off? Leave a link in the comments or post your design in the &lt;a class="" title="Patron Edge user forum" href="http://forums.blackbaud.com/forums/9.aspx" target="_blank"&gt;PE forum&lt;/a&gt;!&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30155" 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/Patron+Edge+Online/default.aspx">Patron Edge Online</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>Creating and linking to custom screens in PEO</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/06/creating-and-linking-to-custom-screens-in-peo.aspx</link><pubDate>Sun, 06 Apr 2008 16:22:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30025</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=30025</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30025</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/06/creating-and-linking-to-custom-screens-in-peo.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;PEO is top-notch as far as its ticketing portion goes, but it’s also a pretty decent content management tool. Maybe you want to add some extra pages or maybe you even want to use PEO as the platform for your entire site and do all content management through the Administration Site. Doing this isn’t too difficult due to a tool we have called the screen loader.&lt;/p&gt;
&lt;p&gt;Canned PEO screens have a lot of extra “stuff” that goes on in the background, so if you’ve ever added a screen to your site and it did not load or gave errors, it’s because this stuff is missing. To account for that, we use the screen loader. Here is how it works:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create your my_new_screen.htm in an HTML editor and drop it into your site folder&lt;/li&gt;
&lt;li&gt;On the Admin site, go to Site Design, Screens and create a new screen for your interface. Mine will be named My_Screen&lt;/li&gt;
&lt;li&gt;Use the screen part location tool or drill into the screen to create a new screen part.&amp;nbsp;The Type will be INCLUDE and the File will be my_new_screen.htm&lt;/li&gt;
&lt;li&gt;Now when you want to link to this page, call it like this: http://tickets.mysite.org/public/load_screen.asp?screen=my_screen&lt;/li&gt;
&lt;li&gt;If you’re linking to the custom screen from a non-PEO site, you will need to use the loader tool, as discussed in &lt;a class="" title="Deep linking into PEO from an external site" href="http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/10/deep-linking-into-peo-from-an-external-site.aspx"&gt;this post.&lt;/a&gt;&amp;nbsp; Your link will look like:&amp;nbsp; http://tickets.mysite.org/public/loader.asp?target=load_screen.asp?screen=my_screen&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Now you have custom content on your PEO site without a lot of fuss (or paying a lot of money!). You don’t have to create your own ASP or HTML pages either. If you prefer, you can create a screen and then build HTML:Element screen parts for it using the designer in PEO. For this situation, there is no File Name for your screen or your screen parts, so just set this field to the same value as your Name field.&lt;/p&gt;
&lt;p&gt;Have you created any custom screens? Do you use PEO as a platform for your entire site? Share your experiences in the comments.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30025" 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/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item></channel></rss>