<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Special Kindness In Packages, Inc.</title>
	<atom:link href="http://www.skipcares.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skipcares.org</link>
	<description>Empowering you to support our troops</description>
	<lastBuildDate>Mon, 12 Dec 2011 06:54:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Managing Names and Addresses</title>
		<link>http://www.skipcares.org/1209/management/operations/managing-names-and-addresses/</link>
		<comments>http://www.skipcares.org/1209/management/operations/managing-names-and-addresses/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 06:54:47 +0000</pubDate>
		<dc:creator>Skip</dc:creator>
				<category><![CDATA[Operations]]></category>
		<category><![CDATA[deployment addresses]]></category>
		<category><![CDATA[manage addresses]]></category>
		<category><![CDATA[manage names]]></category>
		<category><![CDATA[military addresses]]></category>
		<category><![CDATA[military names]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1209</guid>
		<description><![CDATA[SKIP was lucky enough to have a board member at the beginning that developed PHP applications. He developed our address management system and I integrateded the front-end web forms. But, not every charity is so lucky and PHP development can be expensive. In this article I&#8217;ll walk you through the basics of managing the addresses &#8230; <a href="http://www.skipcares.org/1209/management/operations/managing-names-and-addresses/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SKIP was lucky enough to have a board member at the beginning that developed PHP applications. He developed our address management system and I integrateded the front-end web forms. But, not every charity is so lucky and PHP development can be expensive. In this article I&#8217;ll walk you through the basics of managing the addresses your charity has using spreadsheet software, such as <a href="http://office.microsoft.com/en-us/excel/" title="http://office.microsoft.com/en-us/excel/">Microsoft Excel</a>.</p>
<div id="attachment_1231" class="wp-caption alignright" style="width: 266px"><img src="http://www.skipcares.org/wp-content/uploads/2011/12/ico-ci.png" alt="Calendar" title="Calendar" width="256" height="256" class="size-full wp-image-1231" /><p class="wp-caption-text">Stay organized</p></div>
<h2>Information to Collect</h2>
<p>Some charities only collect necessary information to send care packages &#8211; name and address. SKIP collected much more than that, to include things like, rank, branch of service, deployment date, redeployment date, gender, home of record, component (active duty, reserve, national guard), and an alternate contact person&#8217;s name and email address. We chose to collect that much information mostly for our own records, so we could keep track of how many service members had been supported for each piece of information. We collected other pieces so we had a better idea of what the service member would need during their deployment and when they would need it. You can collect as much information as you want, but here are a few pieces that I highly recommend to every charity.</p>
<ol>
<li>Name &#8211; required to send packages.</li>
<li>Address &#8211; required to send packages.</li>
<li>Email &#8211; in case of address problems and other direct communication needs.</li>
<li>Deployment date &#8211; sometimes military members know their deployment address before deploying and request packages for deployment while stateside.</li>
<li>Redeployment date &#8211; sometimes packages are requested with too little time to send anything before redeployment (coming home). Many times, military members don&#8217;t think to tell the charities that they have redeployed and you might get returned packages, which is wasted money. A redeployment date lets you plan ahead.</li>
<li>Alternate point of contact &#8211; this can save a lot of headaches when contacting the military member falls through for whatever reason.</li>
</ol>
<h3>Never Abuse Trust</h3>
<p>When you are given the military member&#8217;s information, it is your responsibility to safeguard that information. They trust that you will. Your privacy policy should state that you will. They also trust that you will not use their information for reasons other than what they signed up for. In other words, don&#8217;t add them to your email marketing list or any other list without their prior consent. Even more importantly, <strong>never, ever sell or rent their information</strong>. The <a href="http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003" title="http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003">CAN-SPAM Act</a> is in place to prevent you from doing those things, but a lot of people still do it. Don&#8217;t abuse the trust you&#8217;ve been given.</p>
<h2>How to Collect the Information</h2>
<p>I recommend a web form as your primary method for collecting information. The web form I created is below. It doesn&#8217;t do anything today, so feel free to play with it.</p>
<div style="margin: 0 auto 1em auto; width: 522px; padding:0;"><iframe src="http://www.skipcares.org/FormBoss/output/forms/request_mockup/MilitaryMember.php" height="622" width="522" frameborder="0" scrolling="no"></iframe></div>
<p>Here are a few web form solutions that are worth checking out &#8211; from easiest (and fastest) to most features (and difficult).</p>
<ol>
<li><a href="http://wufoo.com" title="http://wufoo.com">Wufoo</a> &#8211; For quick and easy forms, Wufoo seems to be okay.</li>
<li><a href="http://phpforms.net/" title="http://phpforms.net/">PHP Forms</a> &#8211; decent features, ideal for people with some HTML knowledge. I used an early version of PHP Forms to create the first few web forms for the SKIP website.</li>
<li><a href="http://www.formboss.net/" title="http://www.formboss.net/">FormBoss</a> &#8211; extremely feature rich, but expect a significant learning curve. Do not attempt without significant knowledge of HTML and some knowledge of PHP. This is the application used to create the form above.</li>
<li>Develop your own &#8211; developing your own forms can give you customized capabilities that form building software can&#8217;t. But, unless you have extensive knowledge of PHP and HTML I&#8217;d highly recommend using software; it&#8217;s quick and is guaranteed to work.</li>
</ol>
<p>In addition to creating web forms I also suggest creating a paper version of the form that you can use at fundraising events. Chances are, at those events it will be family and friends completing the forms, so try to keep them as simple and quick to fill out as possible. For example, your paper form may only ask for name, address and email address of the military member, and the name and email address of an alternate contact. You can always get more information later, if you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1209/management/operations/managing-names-and-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Social Buzz</title>
		<link>http://www.skipcares.org/1186/management/marketing/creating-social-buzz/</link>
		<comments>http://www.skipcares.org/1186/management/marketing/creating-social-buzz/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 13:39:16 +0000</pubDate>
		<dc:creator>Skip</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google +]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[social buzz]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1186</guid>
		<description><![CDATA[One of the best ways to inspire support for your charity is to create a widespread social frenzy about your charity. In marketing, that frenzy is called buzz. You create it by giving people a reason to want to talk about your charity. A well-designed plan of execution can make that happen. It&#8217;s important to &#8230; <a href="http://www.skipcares.org/1186/management/marketing/creating-social-buzz/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1205" class="wp-caption alignright" style="width: 310px"><img src="http://www.skipcares.org/wp-content/uploads/2011/11/2044882_xxl-300x185.jpg" alt="Social Buzz" title="Social Buzz" width="300" height="185" class="size-medium wp-image-1205" /><p class="wp-caption-text">Creating social buzz inspires support for your charity.</p></div>
<p>One of the best ways to inspire support for your charity is to create a widespread social frenzy about your charity. In marketing, that frenzy is called buzz. You create it by giving people a reason to want to talk about your charity. A well-designed plan of execution can make that happen.</p>
<p>It&#8217;s important to remember not everyone is going to be as excited about your charity as you are. In fact, being realistic, you should assume that most people won&#8217;t be, no matter how hard you work to prove that your charity is doing good things. That might be disheartening to you, or you could use it to your advantage.</p>
<p>While developing your marketing plan, think of the most economical ways you can raise awareness for your charity. Incorporate those as a top priority in your marketing plan. Raising money is always secondary to awareness and will often times fall hand-in-hand with raising awareness. The more awareness your charity has, the more money you&#8217;ll probably have. Therefore, raising awareness is the single most important thing you can do and you should never stop doing it. As a person who is very passionate about your charity, you already have all the right tools to make that happen.</p>
<p>SKIP occasionally struggled with understanding a small financial loss isn&#8217;t always a loss when it comes to marketing. For instance, if we were to pay $50 to participate at an event and only $40 was raised in small donations at that event, it&#8217;s easy to think the event was a a waste of time and money. On the other hand, if during the event we introduced 100 people to SKIP and they each took a brochure, we at least made a few friends that day. That&#8217;s not a loss. That&#8217;s called building relationships, which create buzz, which ultimately drive donations.</p>
<p>There are many different ways you can create buzz. Probably the most successful for SKIP has been the <a href="http://www.skipcares.org/228/care-packages/customs-form/" title="Completing the US Post Office Customs Form">instructions for completing the US Customs Form</a>. That article has been the most popular page on the SKIP website ever since it was published. When we changed the URL format a few weeks ago, the ShareThis stats were reset to 0 and already it&#8217;s back to being more than 200 shares and has over 80 comments. I also get a lot of email because of that article asking for help with specific addresses. The social buzz that article has created is astonishing and it didn&#8217;t cost anything but a few hours of my time. In fact, that article is the reason these articles are being written. People like having knowledgeable resources and we feel we have a lot to offer.</p>
<p>Maybe writing how-to articles isn&#8217;t your thing. That&#8217;s okay. There are other ways to build relationships and create buzz. For example, giveaways can be expensive, but don&#8217;t underestimate their power.</p>
<p>About a year ago I was working on a project dedicated to promoting the charities that support our troops. Traffic to the website and on Facebook was stagnant and despite several attempts to really get things moving it wasn&#8217;t until I decided to pull money from my own pocket to encourage people to visit that things took off. What I decided to do was quite simple. Already very successful on Twitter I wanted to boost the project&#8217;s Facebook page. I would donate $1 for each new Facebook like to a charity of the people&#8217;s choice, setting a limit of $100. I took charity nominations on Facebook for 24 hours from people who already liked the page. Then, told all of the Twitter followers about the plan and monitored Facebook for 6 hours, keeping track of new likes. The end result was amazing. I was able to quadruple the number of Facebook likes in 6 hours and the winning charity was picked at random from those nominated. Building those relationships also helped push website traffic upward.</p>
<p>To do something similar for your charity, instead of donating to a random charity you could select a winner from the new likes on Facebook and give them a t-shirt or another mid-priced item from your fundraising inventory. Or you could push for a specific number of new likes by giving away multiple items to the first X-number of people who like your page.</p>
<h2>Six Tips For Utilizing Social Media</h2>
<ol>
<li>Set aside four 15-minute blocks throughout the day for each social networking platform you&#8217;re on.</li>
<li>Share news related to your charity&#8217;s mission, not just about your charity.</li>
<li>Ask questions that will help your charity learn and grow.</li>
<li>Accurately answer questions as quickly as possible.</li>
<li>Form relationships with the people who like, follow or otherwise befriend your charity.</li>
<li><a href="http://www.skipcares.org/1055/management/marketing/promotional-copy/" title="Writing Promotional Copy">Be transparent</a>. It&#8217;s what you try to hide that will turn people away.</li>
</ol>
<p>Notice, those six tips didn&#8217;t mention advertising. That&#8217;s because advertising is a major downfall for a lot of charities and businesses alike. Social media should not be used solely as an advertising medium for you. While yes, you can use it occasionally to promote fundraising activity, you should never only use it for that purpose. The truest purpose of social media is to form relationships. Relationships will help you grow; all-the-time advertising will not.</p>
<p>Creating social buzz takes time, patience and a fair amount of work. It&#8217;s not easy to find the niche that best suits you and your charity. It&#8217;s not always easy to maintain relationships once they&#8217;re formed. But if you take the time to do it right, your charity will continue growing. Most importantly though, it can be a lot of fun if you give it a chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1186/management/marketing/creating-social-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminate Website Profanity</title>
		<link>http://www.skipcares.org/1191/management/marketing/eliminate-website-profanity/</link>
		<comments>http://www.skipcares.org/1191/management/marketing/eliminate-website-profanity/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 21:32:34 +0000</pubDate>
		<dc:creator>Skip</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[censored words list]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[offensive words]]></category>
		<category><![CDATA[profanity list]]></category>
		<category><![CDATA[swear words list]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1191</guid>
		<description><![CDATA[You might be wondering why I decided to include this article under &#8220;marketing.&#8221; Allow me a paragraph to explain. The use of profanity on your website looks unprofessional, is unprofessional and can cause readers to abandon your website all together. What I&#8217;m saying is that if you want to market yourself, your charity and your &#8230; <a href="http://www.skipcares.org/1191/management/marketing/eliminate-website-profanity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You might be wondering why I decided to include this article under &#8220;marketing.&#8221; Allow me a paragraph to explain.</p>
<p>The use of profanity on your website looks unprofessional, is unprofessional and can cause readers to abandon your website all together. What I&#8217;m saying is that if you want to market yourself, your charity and your mission in the best light (you always should), then you need to eliminate the use of profanity by you and website visitors. I know what you&#8217;re thinking, &#8220;I can&#8217;t control what website visitors post as comments.&#8221; Yes, you can.</p>
<p>Every Website Content Management System (CMS) that I&#8217;ve ever played with, such as WordPress, Drupal and Joomla offer ways to filter offensive words. And I recommend using a CMS if you&#8217;re not 100% confident in knowledge and implementation of various coding languages. Choosing the words to filter however, can be a very hit or miss operation. Using a search engine you can find numerous lists of words to censor and various CMS plugins to help you make sure those words don&#8217;t appear on your website.</p>
<div id="attachment_1192" class="wp-caption alignright" style="width: 310px"><img src="http://www.skipcares.org/wp-content/uploads/2011/11/noswearing.png" alt="No Swearing" title="No Swearing" width="300" height="300" class="size-full wp-image-1192" /><p class="wp-caption-text">Professionalism starts with the words you choose.</p></div>
<p>One list that I really like is Google&#8217;s censored word list containing more than 400 words. I use modified versions of this list on a few websites that I&#8217;ve designed CMS themes for, including the SKIP website. On these websites I use plugins such as the <a href="http://wordpress.org/extend/plugins/wp-content-filter/" title="WP Content Filter">WP Content Filter</a> (for WordPress) to disguise profanity used by website visitors and article authors. Download the comma-separated list: <a href='http://www.skipcares.org/wp-content/uploads/2011/11/Censored.txt' target="_blank">Censored.txt</a> or <a href='http://www.skipcares.org/wp-content/uploads/2011/11/Censored.csv' target="_blank">Censored.csv</a></p>
<p>Here&#8217;s what the plugin does for a few swear words from the list.</p>
<ul>
<li>s***</li>
<li>f***</li>
<li>a******</li>
<li>b****</li>
</ul>
<p>No matter how great you think your list is, it&#8217;s important to read each and every comment a user posts to your website as soon as possible. If you find a word that was missed by your filter, add it to the list and if necessary, edit the comment to remove or disguise the word. That&#8217;s one easy way to keep your website looking professional and inviting for visitors of all ages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1191/management/marketing/eliminate-website-profanity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>November 11th A Time To Say Thank You</title>
		<link>http://www.skipcares.org/1156/patriotism/november-11th-a-time-to-say-thank-you/</link>
		<comments>http://www.skipcares.org/1156/patriotism/november-11th-a-time-to-say-thank-you/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 03:17:28 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Displaying Patriotism]]></category>
		<category><![CDATA[11-11-11]]></category>
		<category><![CDATA[Veterans Day]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1156</guid>
		<description><![CDATA[Veterans Day, Nov. 11th, it is not just a day off work, it is a day to remember that our freedoms come at a cost. It is a day to honor those that have fought and protected our country. Though many have died throughout history while fighting, others have returned home to tell or teach &#8230; <a href="http://www.skipcares.org/1156/patriotism/november-11th-a-time-to-say-thank-you/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://1.bp.blogspot.com/-ZHq_iJoWdik/Tc_fvDxtpRI/AAAAAAAAAnQ/tmi3b13UErk/s1600/Animated+American+Flag.gif" alt="waving flag" width="132" height="99" /></p>
<div>Veterans Day, Nov. 11th, it is not just a day off work, it is a day to remember that our freedoms come at a cost. It is a day to honor those that have fought and protected our country. Though many have died throughout history while fighting, others have returned home to tell or teach of their experience. Some veterans continue to carry wounds, some we can visibly see such as scars or missing limbs, while others carry invisible wounds such as Agent Orange, TBI, PTSD, Gulf War Syndrome or shrapnel within their body.</p>
<p>Many veterans were shot at while serving, some have been spit at, but no matter where or when they served they will never forget their years serving in the military. They are proud and we should always let them know we are proud of them.</p></div>
<div>
<p>You cannot tell who is a military veteran by looking at them, unless they are in uniform or wear something that states they have served. A veteran may stand a bit prouder as the flag goes by or they may be the only one to stand as it goes by out of respect for the country. They are ordinary men and women that offered to die for our country. If they talk of their experience listen to them, once they are gone you will never hear their tale again.</p>
<p>Some history:</p>
<ul>
<li>The armistice was signed on the 11th hour on November 11th in 1918 to end WWI.</li>
<li>In 1919 November this date became known as Armistice Day, to acknowledge the end of &#8220;the war to end all wars&#8221;.</li>
<li>Armistice Day became a federal holiday in 1938 and then the name changed to Veterans Day in 1954 , so all veterans could be honored no matter when or where they served.</li>
<li>This year Veterans Day is unique if we put it into numbers it reads 11-11-11.</li>
</ul>
</div>
<div>
<p><img class="alignleft" src="http://i3.tinypic.com/4d4h6hd.jpg" alt="poppy field" width="109" height="73" /></p>
</div>
<div>
<p>&nbsp;</p>
<p>What can you do to honor Veterans Day?</p>
<ul>
<li> <span style="color: #000000">fly the US flag</span></li>
<li><span style="color: #000000">attend or participate in a parade or assembly</span></li>
<li><span style="color: #000000">stop for a moment of silence at 11 AM, remembering those that have fought for you and your family.</span></li>
<li><span style="color: #000000">purchase a poppy, the symbol of WWI.</span></li>
<li><span style="color: #000000">Release a balloon in honor/memory of those suffering or have suffered from the Rainbow Agents (Agent Orange, etc)</span></li>
<li><span style="color: #000000">share stories of how our country is free because of the military veterans</span></li>
<li><span style="color: #000000">remind the youth it is the veterans that protect their freedoms that they will enjoy throughout their lives</span></li>
<li><span style="color: #000000">send cards to local VA hospital, or other facility, veteran patients</span></li>
<li><span style="color: #000000">Just offer two simple words to all veterans: Thank You.</span></li>
</ul>
</div>
<p style="text-align: center"><span>We send out a huge THANK YOU to every military veteran.</span></p>
<p style="text-align: center"><img class="alignleft" src="http://johnstagner.com/wp-content/uploads/2009/11/Orange_balloons_photo.jpg" alt="balloon release" width="216" height="145" /><img class="aligncenter size-medium wp-image-1157" src="http://www.skipcares.org/wp-content/uploads/2011/11/e938bf6199d36cb264288003ee638661-300x205.jpg" alt="SRR balloon release" width="210" height="144" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1156/patriotism/november-11th-a-time-to-say-thank-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advertising for Your Charity</title>
		<link>http://www.skipcares.org/1134/management/marketing/advertising/</link>
		<comments>http://www.skipcares.org/1134/management/marketing/advertising/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 16:32:26 +0000</pubDate>
		<dc:creator>Skip</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[infomercial]]></category>
		<category><![CDATA[marketing plan]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1134</guid>
		<description><![CDATA[I have a magical solution to keep you from working hard while still raising tons of money for your charity. My magical solution is called advertising. How many infomercials have you seen that pretty much said that same thing? I have the perfect solution to your problem. It works like magic. Yeah, right&#8230; but, then &#8230; <a href="http://www.skipcares.org/1134/management/marketing/advertising/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1147" class="wp-caption alignright" style="width: 310px"><img src="http://www.skipcares.org/wp-content/uploads/2011/11/announcement-300x289.jpg" alt="Announce it to the world" title="Announce it to the world" width="300" height="289" class="size-medium wp-image-1147" /><p class="wp-caption-text">Sharing your personal connection with other people may inspire personal connections for them, too.</p></div>
<p>I have a magical solution to keep you from working hard while still raising tons of money for your charity. My magical solution is called <strong>advertising</strong>.</p>
<p>How many infomercials have you seen that pretty much said that same thing? <q>I have the perfect solution to your problem. It works like magic.</q> Yeah, right&#8230; but, then the product is demonstrated and you see how it <q>works like magic</q> right before your own eyes. This makes a lot of people interested in the product. Then they throw in a <q>crappy FREE gift if you order within the next 500 years</q> and suddenly some of those people who were interested are now customers.</p>
<p>In the world of charities especially, life is rarely that easy. You probably can&#8217;t host an infomercial and expect people to suddenly want to donate, even by offering a <q>free gift.</q> PBS and the MDA telethon have some of the most charitable success on TV and it will most likely stay that way for a while. But, look at the huge productions they need just to maintain that level of success. Your small, in comparison, charity cannot compete with the giants, so don&#8217;t waste time, money and energy trying. Instead, here&#8217;s what you should do.</p>
<h2>Step One: Believe in Your Cause</h2>
<p>It sounds simple enough, like a no-brainer, but many times charity leaders don&#8217;t believe that what their charity offers is in high demand or impacts enough people that the general population should care. That type of thinking will get you nowhere. You have to believe in your cause. You have to believe that your cause is worthy enough that everyone should want to donate. If you can&#8217;t believe that, maybe you should find someone else to handle your charity&#8217;s marketing efforts. Learning to believe in your cause is easy to do.</p>
<p>Before you can believe in any cause, you first have to feel personally connected to it. Your personal connection must reach beyond statements like, <q>it helps my friends,</q> or <q>I never turn my back on family.</q> Those are great reasons to donate to a cause one time, but are not reasons to stick with a cause. Your personal connection to the cause must be about <strong>you</strong>, nobody else. What about this cause makes you feel good? That good feeling is your personal connection. Relish that every chance you get and you will ultimately strengthen your personal connection to the cause.</p>
<p>As your personal connection grows stronger, so will your belief that this cause is worthy of another person&#8217;s time, money and energy. Sharing your personal connection with other people may inspire personal connections for them, too. Knowing what makes this cause personal to you might even make some of the boringly repetitive work a little happier. Bit by bit, piece by piece you will learn to fully believe in your cause &#8211; and not just a little.</p>
<h2>Step Two: Create Positive Experiences</h2>
<p>The truth is, when people are happy, they are more willing to spread happiness to others. By creating positive experiences for yourself and other people supporting the cause, the need for barking orders vanishes. Here&#8217;s an example of creating a positive experience.</p>
<blockquote><p>In 2008, SKIP was holding its first and last benefit concert. We had four volunteers who did all of the planning and execution for the event. These volunteers had an established leader, but when it came time for planning the next stage, all four volunteers volunteered to get it done because it was fun. The goal was to raise at least $1,000 in one night for SKIP.</p>
<p>On the night of the event, guests who didn&#8217;t know anything about SKIP until they walked through the doors were highly impressed with the cause. Guests who did know something about SKIP were completely blown away. We exceeded our goal of $1,000 significantly for SKIP that night, and just a few months ago I was asked by someone who attended the benefit concert if we were going to plan another one. That event was more than three years ago!</p>
</blockquote>
<p>From the example above, it&#8217;s clear to see that one positive experience can have a lasting affect on everyone involved. Deciding what that positive experience might be is not in your control, so don&#8217;t let everything ride on one big plan. Create as many positive experiences every day as you possibly can. Even the little ones count. Here&#8217;s an example from SKIP&#8217;s Twitter experience.</p>
<blockquote><p>We didn&#8217;t utilize Twitter until 2009. By then a lot of other charities had already gained a significant amount of followers, so we had to play hard and we had to play well just to catch up.</p>
<p>It was decided early one morning to post care package ideas every minute for an hour. As the minutes passed, the number of followers increased by a couple. Then, about 30 minutes into it new followers were coming in by the truckload. Within one hour we had increased the number of followers we had by about 400. Ah-hah! There&#8217;s an idea.</p>
<p>The next several days were spent compiling all kinds of interesting military quotes, facts and stories that we could share with our Twitter followers. Every 23 minutes past the hour another quote, fact or story was shared (with the help of 3rd party software to delay tweets). Our followers grew consistently for weeks at this pace. Then, we changed it up by asking for questions about sending care packages. Our followers responded and the number continued growing. SKIP had earned its way into the hearts and minds of thousands of people all around the world.</p>
</blockquote>
<p>SKIP&#8217;s positive experience on Twitter, breaking the trend of advertising by numerous other charities, made a difference to a lot of military supporters. Yeah, there were some people who didn&#8217;t agree with supporting the troops and felt it necessary to tell us that, but most of the people who followed SKIP did so because we were giving them something fresh to look forward to every hour of every day. We were sharing useful knowledge. It was a very positive experience for SKIP and everyone who followed SKIP.</p>
<h2>Step Three: Determine Your Niche</h2>
<p>In step two I told you about two things SKIP did that turned out to be positive experiences. Let&#8217;s take a closer look at SKIP&#8217;s Twitter account.</p>
<p>Eventually, the Twitter account was abandoned. It was abandoned for all the wrong reasons; <q>nobody had time to keep it going.</q> SKIP missed a great opportunity to utilize this perfectly primed niche to continue expanding its support-base and ultimately garner more support for the future. Sad, but true. Don&#8217;t make the same mistake.</p>
<p>When you find something that helps you build relationships with other people, don&#8217;t lose sight of its greater purpose &#8211; to help your cause continue growing. An advertising niche doesn&#8217;t have to be traditional paid advertising. In fact, for charities, paid advertising can actually harm your reputation if used too often or for the wrong things. So, let&#8217;s not even discuss paid advertising here. Instead, we&#8217;ll talk about finding an advertising niche that&#8217;s not traditional. We&#8217;ll call it free advertising, even though sometimes it isn&#8217;t 100% free.</p>
<p>While trying to find your advertising niche, try as many different avenues as possible (including paid advertising). You&#8217;ll want to follow the social networking trends. You&#8217;ll want to try posters, brochures and business cards. You&#8217;ll want to try planning events and participating with other charities&#8217; events. You&#8217;ll want to try sending press releases to local newspapers, and television and radio stations. You&#8217;ll want to try electronic newsletters. You&#8217;ll want to look for that one thing that makes your charity something refreshing and fun for other people.</p>
<p>Once you&#8217;ve narrowed down the massive field to the top three for your charity, you&#8217;re ready to move to step four.</p>
<h2>Step Four: Create a Marketing Plan</h2>
<p>Creating a marketing plan is hard work. I won&#8217;t get into much detail here about the process. There are plenty of resources online to get you started and I might write another article later using my personal experience as examples. What I will cover today, however, are the reasons for creating a marketing plan.</p>
<p>Your marketing plan should outline what you plan to do, how you plan to do it, who will be doing it, what it should cost, how long it will take, and what results you expect to see from doing it. Using your three advertising niches, you need to pay special attention to ensure each of them receives equal playing time and are as consistent as possible. Without a marketing plan, you&#8217;ll never be able to stay on track and you won&#8217;t be giving each niche a fair chance to be successful.</p>
<p>It&#8217;s important to note that marketing plans are subject to change any given day. They should never be etched in stone and you should never expect one marketing plan to solve every problem. But, what they can do for you is make life a whole lot easier, realistic and more streamlined. Here are a few tips to help you.</p>
<ul>
<li>Consistency is key to any element in marketing. In other words, be very decisive and extremely predictable.</li>
<li>If something&#8217;s not working as expected, try revamping on the fly or eliminate it all together. In other words, always be willing to modify your plan.</li>
<li>When uncertain of marketing costs, aim higher rather than lower. In other words, financially plan on the high side and try to stay on the low side.</li>
<li>Look at your marketing plan every day to make sure you&#8217;re on the right track. In other words, don&#8217;t miss being predictable because you forgot to be predictable.</li>
<li>When all else fails, start over. In other words, if your plan is falling apart don&#8217;t be afraid to trash it and start fresh.</li>
</ul>
<p>One of my pet peeves when it comes to drafting a marketing plan is having someone shoot it down before it even gets off the ground. No matter how many times I say, <q>this isn&#8217;t set in stone; let&#8217;s just try it for a month and see what&#8217;s working before trashing the whole thing,</q> occasionally I run into people who absolutely refuse to try anything new. I call them &#8220;last place people.&#8221; If you are a last place person, I apologize in advance for this next statement.</p>
<p>Last place people are usually among the last to do anything because they need a guarantee that it will work and if you&#8217;re surrounded by them today, do your best to go around them and team up with people who aren&#8217;t afraid of new experiences. You have to be willing to try new things, even if those things are not free and will require some work. Don&#8217;t let last place people hold you or the charity back any longer.</p>
<p>Before you get too excited about new experiences, I&#8217;ll remind you that you have to remain predictable. Don&#8217;t take risks that leave you stuck at a dead end if they don&#8217;t work out. Always carefully calculate the risk and plan the quickest route back to the starting point in case the risk quickly outgrows the potential. That&#8217;s hard to do sometimes, but worth the trouble every time.</p>
<h2>Step Five: Form Relationships</h2>
<p>With your marketing plan ready for action and you eager to try it out, it&#8217;s time to build relationships with people so you can measure the success and seamlessly adjust each marketing element as necessary. I&#8217;ll put it like this, if the board of directors agrees that the latest newsletter is the best newsletter they&#8217;ve ever read, gaining permission to send it is easy. But, if you send it out and only the board of directors are signed up for the newsletter&#8230; well, I&#8217;ll stop there to save myself the embarrassment. Instead I&#8217;ll just say that you need more people to hear you than those who always hear you. Forming relationships with other people is how you do that.</p>
<p>I&#8217;ll use social networking as an example for how you might form relationships with other people. SKIP has a Facebook page. We were using it similar to how we used Twitter. What I didn&#8217;t tell you earlier is that mixed in with all of the wonderful facts, questions, answers to questions, quotes, stories and other interesting tidbits of information, we also used both of them for blatant advertising. Yep, that&#8217;s right, we were always trying to raise money and support for the cause and sometimes that meant sharing something that looked, smelled and tasted exactly like a paid advertisement without the price tag. One advertisement was entirely about signing up for the free monthly newsletter, where we always provided a care package tip, and also tried to raise money and support for the cause. The newsletter reached more than 400 subscribers at its peak, growing from only 100 or so a year before.</p>
<p>Using social networking to build relationships with people all over the world also helped ensure that they found out all of the great things happening with the organization the same day. In very simple language, we were using our 100% free advertising niche to keep SKIP very much alive. We weren&#8217;t the first to use social networking in this manner by any means, but it was working for us all the way up until we quit using it as much. That goes back to consistency. When we were consistently trying to improve, just about everything was good. When we stopped being consistent, more and more fell apart.</p>
<h2>Step Six: Realize When Enough Is Enough</h2>
<p>I&#8217;ve harped about being consistent for just about the entire article. Sometimes though, being consistent still doesn&#8217;t help you achieve your marketing goal. That&#8217;s when you need to realize that maybe it&#8217;s not inconsistency that&#8217;s killing your motivation. Maybe it&#8217;s that you&#8217;re doing something that you&#8217;re out of ideas for or otherwise just isn&#8217;t working. Again, I&#8217;ll return to social networking as the example.</p>
<blockquote><p>SKIP has a YouTube account. A few videos were uploaded, but not one received a significant number of views. None of them went viral, which sucks knowing how much work went into each one. But, rather than quit wasting time with YouTube when we noticed it wasn&#8217;t making the slightest impact, we (well okay, I) continued editing and uploading videos until one day I just got bored doing that. Probably not the most useful way I could have spent my time, but I didn&#8217;t see that until much later.</p>
</blockquote>
<p>You need to know when to say, <q>enough is enough.</q> Saying it too late may result in backtracking for a very long time. Saying it too early may result in many missed opportunities. The best time to say it is when you feel that there really is no reason to continue despite your efforts thus far, whether that&#8217;s because of no ideas, poor results, risk outweighing potential, time constraints or financial limitations. After the YouTube swing and miss, swing and miss, swing and miss I finally realized that I really should have moved on after the third video. But, I hoped things would get better. Sometimes you just have to accept that maybe this particular direction isn&#8217;t the best fit for you. Luckily for SKIP, my multiple YouTube strikeouts didn&#8217;t cost any money.</p>
<p>With that, enough is enough. Feel free to use the comment section below to ask any questions or say something nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1134/management/marketing/advertising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APO/FPO Addresses Explained</title>
		<link>http://www.skipcares.org/1110/care-packages/apofpo-addresses-explained/</link>
		<comments>http://www.skipcares.org/1110/care-packages/apofpo-addresses-explained/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 22:28:36 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Sending Care Packages]]></category>
		<category><![CDATA[APO]]></category>
		<category><![CDATA[deployed mail]]></category>
		<category><![CDATA[FPO]]></category>
		<category><![CDATA[military addresses]]></category>
		<category><![CDATA[military mail]]></category>
		<category><![CDATA[soldier’s letters]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1110</guid>
		<description><![CDATA[You receive an address from a deployed military member that would like you to send mail, but it looks something like this: *Sgt Joe Smoe 535th hmc 3bct Fob Mickey APO, AE 09300 The first thing that comes to your attention is that it looks to be of foreign origin as there is no city &#8230; <a href="http://www.skipcares.org/1110/care-packages/apofpo-addresses-explained/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You receive an address from a deployed military member that would like you to send mail, but it looks something like this:</p>
<p>*Sgt Joe Smoe<br />
535<sup>th</sup> hmc 3bct<br />
Fob Mickey<br />
APO, AE 09300</p>
<p>The first thing that comes to your attention is that it looks to be of foreign origin as there is no city or state listed. Instead you see the letters APO or FPO followed by either AE or AP. The normal reaction is to question what this means and wonder how the person will ever receive anything sent to them.</p>
<p><strong> <img class="alignleft" src="http://site.kleargear.com/images/apo_fpo.jpg" alt="APO FPO" width="130" height="36" /> </strong></p>
<p><strong>   What Do These Acronyms Stand For? </strong></p>
<p>Mail addresses that contain APO or FPO are sent to military installations outside the United States.</p>
<p>APO stands for Army Post Office it goes to Army or Air Force installations.</p>
<p>FPO stands for Fleet Post Office and this mail goes to Navy, Marine Corps and Coast Guard installations and ships.</p>
<p>(Occasionally a single installation will receive both APO and FPO mail. It depends on whether or not that installation has been segregated by branch of service &#8211; a section for Army, a section for Marine Corps, etc.)</p>
<p>The acronyms that follow these tell which state they will be sent to from your home or post office. There are three locations (Military Gateways) that handle mail of this type:</p>
<p>AA is sent to Miami, FL. AA stands for Armed Forces (the) Americas</p>
<p>AE is sent to New York, NY. AE stands for Armed Forces Europe</p>
<p>AP is sent to San Francisco, CA. AP stands for Armed Forces Pacific</p>
<p>At these facility locations the mail is sorted further by zip code and then all responsibility is handed to the military to transport overseas.</p>
<p>Each postcode has its own destination. The codes are corresponded closely to the Gateway’s city zip code:</p>
<p>The first two numbers indicate the routing center.</p>
<p>The next number indicates the APO/FPO country or region.</p>
<p>The last two numbers help isolate the exact destination for the package.</p>
<p>The rules of the USPS are still followed, along with all federal and appropriate international laws.</p>
<p>As the mail arrives in the correct country it is transported to the correct camp by the Post Office there. It is then sorted into units or placed in the correct military member’s mail slot, depending on which country they are stationed at.</p>
<p>This is the process taken to deliver military mail to over 85 countries.</p>
<p style="text-align: center"><img class="aligncenter" src="http://www.aperfectworld.org/clipart/communications/letter.png" alt="letter" width="91" height="73" /></p>
<p>* For safety reasons, do not place the deployed military member’s rank on the address label or custom sheet. Also, do not place the country of its destination even if they state Iraq or Afghanistan in the address when they send it to you, again for safety reasons. The Post Office knows where to send it even if the country is not listed by looking at the remainder of the address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1110/care-packages/apofpo-addresses-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>send cards to the wounded</title>
		<link>http://www.skipcares.org/1075/care-packages/send-cards-to-the-wounded/</link>
		<comments>http://www.skipcares.org/1075/care-packages/send-cards-to-the-wounded/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 02:14:06 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Sending Care Packages]]></category>
		<category><![CDATA[American Red Cross]]></category>
		<category><![CDATA[cards for wounded]]></category>
		<category><![CDATA[disabled veterans]]></category>
		<category><![CDATA[holiday mail]]></category>
		<category><![CDATA[VA Hospitals]]></category>
		<category><![CDATA[wounded military]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1075</guid>
		<description><![CDATA[How do I send a card to a wounded service member? Many people want to show support to our military members or veterans that are wounded or ill, especially during the holiday season to offer some cheer and thanks. Why does the post office not allow the delivery of mail addressed to &#8220;Any Service Member&#8221;, &#8230; <a href="http://www.skipcares.org/1075/care-packages/send-cards-to-the-wounded/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://farm4.static.flickr.com/3212/3116495618_d6971a36b7.jpg" alt="Holiday Cards" width="134" height="90" /></p>
<p><strong>How do I send a card to a wounded service member?</strong></p>
<p>Many people want to show support to our military members or veterans that are wounded or ill, especially during the holiday season to offer some cheer and thanks.</p>
<p>Why does the post office not allow the delivery of mail addressed to &#8220;Any Service Member&#8221;, &#8220;A Recovering American Soldier&#8221; or &#8220;Any Wounded Soldier&#8221;?</p>
<p>Due to the attacks on our country on 9-11-01 things need to be screened for hazardous materials, due to this fact the U.S. Postal Service stopped delivering mail that is not addressed to a specific person.</p>
<h3>A Simple Solution:</h3>
<p>You can deliver well wishes all year long to patients at your local VA Hospital and bring a smile to a patient&#8217;s face. We should never forget those that have served, no matter when they served.</p>
<h3>American Red Cross Holiday Mail for Heroes</h3>
<p>From October until 10th of December you can send cards to the American Red Cross Holiday Mail for Heroes. The American Red Cross partners up with Pitney Bowes, a mail stream technology company, to allow you the opportunity to send a message to members of our U.S. military, veterans and their families.</p>
<p>The cards must be received by December 10th. After they are received they are sorted and distribute before the holidays, cards arriving after the 10th will be returned to the sender.</p>
<p>Their Guidelines, these guidlines also apply for the VA Hospitals:</p>
<ul>
<li>sign all cards and include a message for whoever receives it</li>
<li>do not address for specific individuals, keep them generic such as “Dear Service Member.”</li>
<li>send cards only, no letters</li>
<li>this is not a pen pal program, do not send contact information</li>
<li>no inserts allowed, no glitter allowed</li>
<li>each card does not need its own envelope, mail in groups up to 25 in large mailing envelopes. Envelopes, even for individual cards, will be removed before distribution.</li>
</ul>
<p>*The 2011 address is as follows:</p>
<p style="text-align: center">Holiday Mail For Heroes<br />
P.O. Box 5456<br />
Capitol Heights, MD 20791-5456</p>
<p>Many service members and veterans will be spending the holidays in the hospital. Send a card to thank those who have made sacrifices for their country.</p>
<div style="width: 640px; margin: 0 auto 3em auto;"><iframe width="640" height="360" src="http://www.youtube.com/embed/HPD1quy5mIw?rel=0" frameborder="0" allowfullscreen></iframe></div>
<p>* This address is only for 2011, we encourage you to check the Red Cross website each October to see if the program is continued and also the address for that year will be on the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1075/care-packages/send-cards-to-the-wounded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Promotional Copy</title>
		<link>http://www.skipcares.org/1055/management/marketing/promotional-copy/</link>
		<comments>http://www.skipcares.org/1055/management/marketing/promotional-copy/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 01:43:42 +0000</pubDate>
		<dc:creator>Skip</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[copy writing]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[marketing copy]]></category>
		<category><![CDATA[promotional copy]]></category>
		<category><![CDATA[website content]]></category>
		<category><![CDATA[write marketing]]></category>
		<category><![CDATA[writing copy]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1055</guid>
		<description><![CDATA[Promotional copy could be anything from describing merchandise to explaining what you do. The word copy means nothing more than words or writing. The keyword is promotional. pro&#8226;mo&#8226;tion&#8226;al &#124;prəˈmōSHənl&#124; adjective of or relating to the publicizing of a product, organization, or venture so as to increase sales or public awareness: she was on a promotional &#8230; <a href="http://www.skipcares.org/1055/management/marketing/promotional-copy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_1048" class="wp-caption alignright" style="width: 310px"><img src="http://www.skipcares.org/wp-content/uploads/2011/10/11002000962-300x239.jpg" alt="Writing Promotional Copy" title="Writing Promotional Copy" width="300" height="239" class="size-medium wp-image-1048" /><p class="wp-caption-text">Write like a trusted friend with answers</p></div>
<p>Promotional copy could be anything from describing merchandise to explaining what you do. The word copy means nothing more than words or writing. The keyword is promotional.</p>
<p>pro&bull;mo&bull;tion&bull;al <span style="color:#999;">|prəˈmōSHənl|</span><br />
<span style="color:#999;"><em>adjective</em></span><br />
of or relating to the publicizing of a product, organization, or venture so as to increase sales or public awareness: <em>she was on a promotional tour for her books.</em></p>
<h2>Examples of Promotional Copy</h2>
<ul>
<li>This is a hot rod, a wonderfully civilized one. What makes it really tick, of course, is the engine tucked between the front fenders — an all-new 3.7-liter, four-valves-per-cylinder V6 that includes considerable high-tech hardware. ~ automedia.com</li>
<li>Kindle Touch is ready to use right out of the box &#8211; no setup, no software to install, no computer required to download content. ~ amazon.com</li>
<li>Each year, in communities large and small, victims of some 70,000 disasters turn to neighbors familiar and new — the more than half a million volunteers and 35,000 employees of the Red Cross. ~ redcross.org</li>
</ul>
<p>The examples above contain some very important similarities. I&#8217;ll explain those now.</p>
<ol>
<li>You can read and understand every word
<p>Your readers will come from many social and educational backgrounds. Using words like transcend, commendatory, or destitute may leave your reader feeling like you are trying to impress them. Here&#8217;s a tip: it doesn&#8217;t work that way. Instead, use words that you might use in a normal conversation like exceed, favorable, or poor. You&#8217;ll have plenty of opportunity to impress them.</p>
</li>
<li>Descriptive phrases paint a picture
<p>In the first example, you want to see that civilized hot rod. In the second, it sounds easy enough for the most non-technical person to use. In the third, 70,000 victims each year makes visualizing the need for the American Red Cross almost too easy. These are the descriptions that you need to create in your promotional copy.</p>
</li>
<li>It&#8217;s easy to fall into a pattern
<p>Readers like patterns. Always try to setup a pattern for them to follow. Then, break the pattern when you need to for effect. Patterns keep your copy entertaining, stimulating and most importantly, legible.</p>
</li>
<li>The words &#8220;we are the best&#8221; are nowhere to be found
<p>Despite the knowledge that your readers will come from many social and educational backgrounds, your readers aren&#8217;t dumb. They won&#8217;t buy into your pick-up lines. So, it&#8217;s always best practice to let the reader decide for himself if you are the best or not. If you write great copy, how could they not think you&#8217;re the best?</p>
</li>
</ol>
<h2>A Friend With Answers</h2>
<p>When you read your &#8220;About Us&#8221; webpage does it feel like your personal bragging station, like an encyclopedia or more like a conversation between a couple of friends? When you read the description of merchandise that you carry, does it feel like you&#8217;re pressuring the sale, highlighting the best features or avoiding everything negative?</p>
<p>What you say in your promotional copy is completely up to you. But, if I don&#8217;t like it, don&#8217;t expect me to stick around reading it. I&#8217;ll simply go somewhere else to get the information I need. So will most readers. My advice, be as transparent as possible.</p>
<p>Share your story like a conversation between friends. Highlight the best features of your merchandise, but you can also point out the flaws. Be daring. Be bold. Be a friend to your supporters.</p>
<p>Say we&#8217;ve known each other for years, I&#8217;ve owned a Mac for 4 years and you&#8217;re interested in buying one. Would you only ask me, &#8220;how much is a Mac and can I get it in black?&#8221; Probably not. You would most likely have a laundry list of questions and I would be expected to give you the answers, as your trusted friend. That&#8217;s what you should do for everyone. Be a trusted friend who has the answers. Your promotional copy should spark that friendship.</p>
<h2>Limited Space</h2>
<p>Of all the problems you might have when it comes to promotional copy, the amount of allowed space is probably the biggest hurdle you&#8217;ll ever face. On a website you can usually get around space constraints, but on paper you really can&#8217;t. It either fits or it doesn&#8217;t.</p>
<p>What I suggest in limited spaces is that you forget about writing a descriptive story and just focus on the facts. A sentence may be reduced to a fragment, the font may be smaller, you may not want any graphics. All of that is okay. Just stick to the facts. Here&#8217;s an example of a very popular newspaper advertisement.</p>
<blockquote><p>Men wanted for hazardous journey. Low wages, bitter cold, long hours of complete darkness. Safe return doubtful. Honour and recognition in event of success.</p></blockquote>
<h2>Becoming Transparent</h2>
<p>A few paragraphs ago I said, &#8220;be as transparent as possible.&#8221; I meant it. The days of hiding behind a large rock and making as much noise as possible to scare your enemies away are long over. Everyone has seen that tactic. It doesn&#8217;t work anymore. So, saying that your charity is the best or your merchandise is the best is only impressing you. Nobody else believes it until they say it, too. They&#8217;ll only say it if they actually believe it. Your job is to give them a reason to believe it.</p>
<p>When you sit down to write for your charity, think about what you want to accomplish. Think about who you want to accomplish it for. Think about how you are going to accomplish that. Don&#8217;t think of some creative ploy to use. Don&#8217;t think of how great your charity is. Only think of what, who and how.</p>
<p>Transparency is about a lot of things. Most important to your charity though, it means allowing your supporters to decide for themselves that your charity is the best. You should help them along the path but never, ever tell them that they have to think that way.</p>
<h2>Practice Writing</h2>
<p>Writing good promotional copy isn&#8217;t that difficult, but if you don&#8217;t practice you won&#8217;t get better. Reading what you&#8217;ve written aloud sometimes helps pick out the obvious mistakes. Letting someone else read what you&#8217;ve written will definitely pick out those mistakes.</p>
<p>Check your spelling. Use your dictionary and thesaurus. Tell stories. Just write. Before long, you&#8217;ll be good at promotional copy. Then, you&#8217;ll be great. Just keep practicing and remember to be transparent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1055/management/marketing/promotional-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing the Perfect Headline</title>
		<link>http://www.skipcares.org/1045/management/marketing/perfect-headlines/</link>
		<comments>http://www.skipcares.org/1045/management/marketing/perfect-headlines/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 02:39:54 +0000</pubDate>
		<dc:creator>Skip</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[good headline]]></category>
		<category><![CDATA[great headline]]></category>
		<category><![CDATA[headline myths]]></category>
		<category><![CDATA[perfect headline]]></category>
		<category><![CDATA[write headline]]></category>
		<category><![CDATA[writing headlines]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1045</guid>
		<description><![CDATA[You have a good idea what you want to say, but no idea how to get the reader&#8217;s attention. A solid headline can really help. Writing a powerful headline is a lot like choosing the right photo. You need it to do more than grab the reader&#8217;s attention. You need it to help you setup &#8230; <a href="http://www.skipcares.org/1045/management/marketing/perfect-headlines/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1048" class="wp-caption alignright" style="width: 310px"><img src="http://www.skipcares.org/wp-content/uploads/2011/10/11002000962-300x239.jpg" alt="Writing Headlines" title="Writing Headlines" width="300" height="239" class="size-medium wp-image-1048" /><p class="wp-caption-text">Writing the perfect headline is easier than you might think.</p></div>
<p>You have a good idea what you want to say, but no idea how to get the reader&#8217;s attention. A solid headline can really help.</p>
<p>Writing a powerful headline is a lot like <a href="http://www.skipcares.org/1007/management/marketing/using-photos/" title="Using Photos and Other Images">choosing the right photo</a>. You need it to do more than grab the reader&#8217;s attention. You need it to help you setup the story you&#8217;re about to share. Let&#8217;s get started.</p>
<h2>Headline Myths</h2>
<ul>
<li>A headline&#8217;s only job is to get the reader&#8217;s attention</li>
<li>A headline shouldn&#8217;t be a sentence</li>
<li>A question isn&#8217;t a headline</li>
<li>A headline shouldn&#8217;t be longer than 5 words</li>
<li>A headline doesn&#8217;t matter</li>
<li>A headline should be in ALL CAPS</li>
</ul>
<p>The truth is, a headline should be the start to your story, can be a sentence, a question and longer than 5 words, it does matter (a lot actually), and it should never be in all capital letters. Myths busted.</p>
<h2>First, A Few Tips</h2>
<ul>
<li>Don&#8217;t think too hard, just write</li>
<li>You don&#8217;t have to write your headline first</li>
<li>Some of the best headlines are several words long</li>
<li>Remember, don&#8217;t type headlines in all capital letters</li>
<li>Your headline doesn&#8217;t have to shock the reader</li>
<li>Words like free, cheap and best often have a lot of pull</li>
</ul>
<p>Let&#8217;s create a headline for a charity that sends care packages overseas. The story this headline leads is about personalizing each care package to the individual military member.</p>
<h2>From Rough to Final Draft</h2>
<p>Creating a rough draft is a necessity. Don&#8217;t expect the first headline you write to be the final copy that you publish to the world. Instead, use it as a base from which you&#8217;ll create the perfect headline. Here&#8217;s our rough draft for this exercise.</p>
<p><strong>Personalizing Care Packages for Every Deployed Service Member</strong></p>
<p>No, it&#8217;s not very compelling. It also lacks several other qualities that make up a great headline.</p>
<p>First, it doesn&#8217;t really say anything. In fact, all it says to me is, &#8220;dribble, dribble, blah, blah.&#8221; Let&#8217;s start fixing it by removing any words that are completely unnecessary.</p>
<p>Personalizing Care Packages for Every <strike>Deployed</strike> Service Member<br />
New: <strong>Personalizing Care Packages for Every Service Member</strong></p>
<p>I completely removed one word. Not bad, but the headline still doesn&#8217;t really grab my attention, nor does it make me want to read the first sentence that follows. So, let&#8217;s change a couple of words.</p>
<p><strike>Personalizing</strike> Personalized Care Packages for <strike>Every Service Member</strike> the Troops<br />
New: <strong>Personalized Care Packages for the Troops</strong></p>
<p>That&#8217;s better and it could work, but is it the best we can come up with? We can&#8217;t know until we try. So, let&#8217;s start again.</p>
<p><strong>Free Personalized Care Packages for our Military</strong></p>
<p>The weak points are not in the words being used. Instead, the weak points are in the order of the words. We&#8217;ll move one word.</p>
<p>Free <strike>Personalized</strike> Care Packages, Personalized for our Military<br />
<strong>Free Care Packages, Personalized for our Military</strong></p>
<p>Now that seems like a good headline to me. And yes, I would read the first sentence. But, do we leave it as &#8220;our military,&#8221; or change it to &#8220;the troops?&#8221; Let&#8217;s try them both.</p>
<p><strong>Free Care Packages, Personalized for our Military</strong><br />
<strong>Free Care Packages, Personalized for the Troops</strong></p>
<p>What about this? <strong>Free Care Packages, Personalized for our Troops</strong></p>
<p>Yeah, I like it too. That&#8217;s a strong headline and it pretty much disregards every myth mentioned above. Ready to try your own? Here&#8217;s one for you to practice with.</p>
<h2>Your Mission</h2>
<p>Your mission, if you choose to accept it, is to write a headline for a story about a care package that got returned to the sender two years after shipping. As far as I know, it&#8217;s fiction, but what a great story it could be. Share your headline as a comment if you want. I&#8217;d love to see what you come up with.</p>
<p>I hope this article helps you write the perfect headline. If you have any questions or comments, feel free to use the comment form below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1045/management/marketing/perfect-headlines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Photos and Other Images</title>
		<link>http://www.skipcares.org/1007/management/marketing/using-photos/</link>
		<comments>http://www.skipcares.org/1007/management/marketing/using-photos/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 23:40:47 +0000</pubDate>
		<dc:creator>Skip</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[charity photos]]></category>
		<category><![CDATA[marketing photos]]></category>
		<category><![CDATA[nonprofit photos]]></category>
		<category><![CDATA[stock photography]]></category>
		<category><![CDATA[website images]]></category>
		<category><![CDATA[website photos]]></category>

		<guid isPermaLink="false">http://www.skipcares.org/?p=1007</guid>
		<description><![CDATA[The right photo or image can help you tell a wonderful story that truly affects the reader. For instance, featuring a photo on your website of a group of military members smiling and holding the packages you sent visually demonstrates the impact your packages have. Partnered with the right caption, headline and copy, that photo &#8230; <a href="http://www.skipcares.org/1007/management/marketing/using-photos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The right photo or image can help you tell a wonderful story that truly affects the reader. For instance, featuring a photo on your website of a group of military members smiling and holding the packages you sent visually demonstrates the impact your packages have. Partnered with the right caption, headline and copy, that photo may be all a person needs to see before they donate to your charity.</p>
<p>Special Kindness In Packages learned this the hard way. We tried not having photos. Then we tried having too many photos. Then we tried randomly placing photos. Then we tried sharing the newest photos on the homepage without any rhyme or reason. The list of attempts could go on for days. It was by chance that we found a strong balance. When we did, everything picked up speed &#8211; care package requests, donations, merchandise sales, everything.</p>
<p>I&#8217;ll save you the trial and error. This article is about images. I&#8217;ll write another article about writing copy. Maybe even two articles.</p>
<h2>Choosing the Right Image</h2>
<p>Choosing what photo or graphic you want to use is a personal decision. However, it should match what you want people to believe about your charity.</p>
<p>Say, for example, you&#8217;re torn between featuring a photo of a military member with a care package from you and a photo of several military members with multiple care packages. What do you want people to believe about your charity? What story does each photo help you tell? I&#8217;ll show you a couple examples.</p>
<div id="attachment_1011" class="wp-caption alignright" style="width: 210px"><img src="http://www.skipcares.org/wp-content/uploads/2011/10/single_cp.jpg" alt="John with care package" title="John with care package" width="200" height="300" class="size-full wp-image-1011" /><p class="wp-caption-text">Every care package we send is as unique as the military member we send it to.</p></div>
<h3>Headline:<br />We Personalize Every Care Package</h3>
<p>Care packages are still being requested every day by our troops serving overseas. Our care packages are carefully personalized and packed for each military member we send to. We believe it&#8217;s important to care for each military member individually, just like we did for John in the photo to the right. Here&#8217;s how you can help extend this personalized care to more deployed troops.</p>
<p>(List of ways people can help)</p>
<div class="clear"></div>
<div id="attachment_1009" class="wp-caption alignright" style="width: 310px"><img src="http://www.skipcares.org/wp-content/uploads/2011/10/group_cp.jpg" alt="3rd Squad B Company" title="3rd Squad B Company" width="300" height="200" class="size-full wp-image-1009" /><p class="wp-caption-text">One care package request is all it takes to get packages for the entire squad.</p></div>
<h3>Headline:<br />Care Packages for All of Our Troops</h3>
<p>Care packages are still being requested every day by our troops serving overseas. We&#8217;re eager to send care packages to as many of them as humanly possible each month. When requesting care packages from us, military members are asked to provide us with the number of personnel in their squad. We send every member of that squad his own care package the following month, just like we did for 3rd Squad, B Company in the photo to the right. Here&#8217;s how you can help send more care packages.</p>
<p>(List of ways people can help)</p>
<div class="clear"></div>
<p>As you can see from the examples above, two photos were used to convey two similar, but different, ideas. Using the photo in each idea to help tell the story, makes it believable and visually entertaining for your readers. If they can see it, they&#8217;re more likely to believe it; whatever &#8220;it&#8221; may be.</p>
<h2>Placement of Your Image</h2>
<p>You can place an image wherever you want, but there are a few things you might want to keep in mind.</p>
<p>Your image should not change the natural reading flow. Readers follow patterns. If your image disrupts that pattern, your reader may walk (or run) away and never look back. So, write your copy first, then only use images where they make absolute sense. Your goal should be to make the image a part of the natural reading flow. If you can do that, you&#8217;ve selected the right image and placed it in the right spot.</p>
<p>I generally recommend against centering an image unless you absolutely have to. If you can, try to resize the image so it fits next to some text. If you can&#8217;t successfully resize it and really want or need it to be on that promotional material, center it. However, remember that if you break up the natural reading pattern you may lose readers. Centering an image often times breaks the pattern. The only time I like to center an image is when I want the natural reading pattern to break (i.e. before a new heading).</p>
<div id="attachment_1021" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.skipcares.org/wp-content/uploads/2011/10/centered.jpg" alt="I&#039;m Centered" title="I&#039;m Centered" width="500" height="100" class="size-full wp-image-1021" /><p class="wp-caption-text">A centered image positioned before a new headline</p></div>
<h2>Permission to Use an Image</h2>
<p>When you take a photo or design a graphic, you own the rights to that image. You can usually use it however you like.</p>
<p>When you do not take the photo or design the graphic, you <strong>do not</strong> own the rights to that image. You <strong>cannot</strong> use it however you like.</p>
<p>Stock photography is a great resource for charities and individuals. You can legally use most stock photography in your personal or charitable promotional materials. However, I don&#8217;t advise making a habit out of relying on stock images.</p>
<p>Stock images are just as their name suggests, stock. That means anyone can use them and a lot of people do use them. They won&#8217;t make a compelling argument for what makes you stand out from the crowd. That being said, using them occasionally is perfectly fine &#8211; especially if you plan to replace them with another image soon.</p>
<p>Model releases are another hot topic for charities. Do you need one for each and every photo? Simply stated, no because most nonprofit material is considered informational/educational not commercial. Before taking that to the bank though, here&#8217;s what you should know.</p>
<ol>
<li>If the photo is used to advertise a product or service, you do need permission from the model (person in the photo).</li>
<li>If the photo was given to you by someone and there is another person in the photo, it&#8217;s best to get permission from the other model.</li>
<li>If the photo was taken by you at a fundraising event and will not be used to advertise, you do not need permission from the model.</li>
<li>If the photo was taken by someone other than you at a fundraising event and will not be used to advertise, you do not need permission from the model.</li>
<li>If the photo is stock photography (you cannot legally use it for advertising), you already have permission from the model.</li>
<li>If the photo shows a minor (under 18 years of age), parental consent is required before using that photo.</li>
</ol>
<p>My recommendation for photos with people in them is to always ask before using. You can do that in the form of an email, a model release form, or as a notice on your website that lets everyone know that by uploading photos they are granting you permission to use the photos in your marketing materials. Just make sure everyone knows what you have planned for the photo(s) of them.</p>
<h2>Out With the Old</h2>
<p>Your marketing materials should never become stale. That especially applies to your photos. It&#8217;s recommended that you replace old photos with new ones at least once a year. That goes for all of your marketing materials, not just your website. The Better Business Bureau (BBB) Wise Giving Alliance says that photos more than 3 years old are no longer current. Taking the time to keep your marketing materials fresh helps keep your supporters interested and your charity in good standing with the BBB. It&#8217;s a win-win.</p>
<h2>Editing and More Editing</h2>
<p>It doesn&#8217;t matter what image editing software you like to use. All that matters is that you use it.</p>
<div id="attachment_1026" class="wp-caption alignright" style="width: 203px"><a href="http://www.skipcares.org/wp-content/uploads/2011/10/original-edited.jpg" rel="lightbox[1007]"><img src="http://www.skipcares.org/wp-content/uploads/2011/10/original-edited-193x300.jpg" alt="Niagara Falls - original and edited" title="Niagara Falls - original and edited" width="193" height="300" class="size-medium wp-image-1026" /></a><p class="wp-caption-text">Niagara Falls. Click the photo to see it larger.</p></div>
<p>When you get a photo that looks like it was taken through a pair of sunglasses, the best thing you can do is clean it up. Again, what do you want people to believe about your charity? A nice looking photo says, &#8220;Hey there reader, we have pride in everything we do.&#8221; I don&#8217;t need to say what a not-so-nice looking photo says. The photos of Niagara Falls to the right show what the original looked like versus the edited. The edited version is lighter, brighter and better. And, it only took me a few seconds to edit by adjusting the color, levels and contrast in Photoshop. Click on the photo to view it a little larger.</p>
<p>Editing a photo can take a while. I got lucky with the Niagara Falls photo. And if you want it to look its best, taking your time is the best advice I can offer. I&#8217;ve spent countless hours editing photos, sometimes multiple hours on one photo, so I know what works for me and what doesn&#8217;t. If you don&#8217;t know what works for you, keep practicing and soon you will.</p>
<div class="clear"></div>
<h2>Captions, Alternate Text and Titles</h2>
<p>Best Internet practice is to include all three, a caption, alternate text and a title for each image. For your printed materials all you need is the caption. Let&#8217;s start with the two specifically for the Internet &#8211; alternate text and title.</p>
<p><strong>Alternate text:</strong> In some web browsers like Internet Explorer, when you hover your cursor over an image that has alternate text you can read it. That&#8217;s the purpose of alternate text, so keep it brief but descriptive of the photo. For instance, if you have a photo of John with a care package, your alternate text could be, &#8220;John with his care package.&#8221; To define the alternate text the HTML would something look like this: <code>&lt;img src="route-to-your-image" height="150" width="100" alt="John with his care package" /&gt;</code> (height and width are in pixels)</p>
<p><strong>Title:</strong> Search engines and other web browsers like Firefox don&#8217;t use the alternate text. Instead, they use the title text. More often than not, I use the same text for the title as I do with the alternate text. That way, regardless of what browser the reader is using, they see the same thing when hovering over the image. For the best search engine optimization however, make sure each image is titled something different. To define the title the HTML would look something like this: <code>&lt;img src="route-to-your-image" height="150" width="100" alt="John with his care package" title="John with his care package" /&gt;</code> (height and width are in pixels)</p>
<p>Let&#8217;s look at the caption.</p>
<p>The caption is singlehandedly the most important text you include with your image. It provides information to the reader that the photo itself may leave to imagination. Basically, it helps the photo with its role in your story. A good example is the caption I used under the Niagara Falls photos. Without me telling you that it was Niagara Falls, you may not have known what waterfall you were looking at.</p>
<p>To use a caption on your website, you&#8217;ll need to establish specific CSS rules for the caption. WordPress handles captions very nicely, but you can create rules for non-Wordpress sites, too.</p>
<p>I recommend using captions everywhere you possibly can. Think of a newspaper or magazine. Without captions I wouldn&#8217;t know what half the photos are.</p>
<h2>Photos Are Your Friend</h2>
<p>In the nonprofit world photos are one of the best marketing tools at your disposal. They can help tell the story you want to share. They can help keep your marketing content fresh. They can increase your chances of gaining dedicated support. So use them often and use them well.</p>
<p>As always, if you have any questions or comments, please use the comment form below. Thanks for reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skipcares.org/1007/management/marketing/using-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1160/1317 objects using disk: basic

Served from: www.skipcares.org @ 2012-02-22 21:56:22 -->
