<?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>Tech4Him - Technology with Integrity</title>
	<atom:link href="http://blog.tech4him.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tech4him.com</link>
	<description>A Christian technology chaos wrangler and his thoughts</description>
	<lastBuildDate>Sat, 19 May 2012 01:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Event ID 11 &#8211; Service Principal Name Configuration</title>
		<link>http://blog.tech4him.com/2012/05/event-id-11-service-principal-name-configuration/</link>
		<comments>http://blog.tech4him.com/2012/05/event-id-11-service-principal-name-configuration/#comments</comments>
		<pubDate>Fri, 18 May 2012 22:08:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1663</guid>
		<description><![CDATA[Unable to log into a domain controller getting error message "The security database on the server does not have a computer account for this workstation trust relationship". We found our issue was related to an SPN problem we inadvertently created in ]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 510px"><a href="http://www.flickr.com/photos/martinlatter/119344298/"><img title="Double Vision" src="http://farm1.staticflickr.com/44/119344298_407445ffca_d.jpg" alt="" width="500" height="212" /></a><p class="wp-caption-text">Photo by Stinging Eyes via Flickr Creative Commons</p></div>
<p>In the wee hours of the morning, a colleague and I set to changing out administrative passwords and migrating some admin accounts to service accounts to better reduce our security risk footprint. We completed the task and began double checking services and applications. It quickly became clear that we were no longer able to log into one of our domain controllers, a Windows Server 2008 R2 machine. Red Alert! We began receiving the following message when attempting to log into the DC.</p>
<blockquote><p>The security database on the server does not have a computer account for this workstation trust relationship.</p></blockquote>
<p>After a lot of odd looks and log reviews, we decided to restart the DC into safe mode WITHOUT networking. Doing so allowed us to log into the DC with the previous administrator password. (Remember we had just changed the master admin password from one of the other DC&#8217;s). Now that we were in the problem DC, we could see the event logs. Two sets or errors peaked our interest.</p>
<blockquote><p>Provider: Microsoft-Windows-Security-Kerberos<br />
Event ID: 3<br />
Error Message: KDC_ERR_S_PRINCIPAL_UNKNOWN</p>
<p>Provider: Microsoft-Windows-Kerberos-Key-Distribution-Center<br />
Event ID: 11<br />
Error Message: The KDC encountered duplicate names while processing a Kerberos authentication request. The duplicate name is ProtectedStorage/servername.example.com (of type DS_SERVICE_PRINCIPAL_NAME). This may result in authentication failures or downgrades to NTLM. In order to prevent this from occuring remove the duplicate entries for ProtectedStorage/servername.example.com in Active Directory.</p></blockquote>
<p>A bit of Googling found us narrowing things down to what seemed to be a problem with an SPN (Server Principal Name) entry somewhere.</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc733945(v=ws.10).aspx" target="_blank">http://technet.microsoft.com/en-us/library/cc733945(v=ws.10).aspx</a></p>
<p><a href="http://support.microsoft.com/kb/321044" target="_blank">http://support.microsoft.com/kb/321044</a></p>
<p>All of the recommended means of finding the missing or duplicate SPN were failing to show us exactly where to resolve the issue. Finally, a simple ping from the MacBook Pro terminal window gave the answer. Pinging the IP address of the problem DC showed a round robin effect with each ping response resolving to two DNS host names.</p>
<p>Recently we had created a CNAME entry that pointed to a specific DC for use by all of our applications need Active Directory integration of LDAP authentication. Our thought was that doing so would mean no application configuration changes when we rebuilt/renamed our DC&#8217;s over the next month. Doh! Since we created a CNAME in the Active Directory DNS zone, it actually registered the SPN entries resolving both to this particular DC. This was the cause of the problem</p>
<p>Removing the CNAME record and replacing with an A host record solved the problem.</p>
<p>Thanks be to God for that solution without ill effect. <img src='http://blog.tech4him.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1663&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/05/event-id-11-service-principal-name-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot Edit LDAP User Directory in Confluence</title>
		<link>http://blog.tech4him.com/2012/05/cannot-edit-ldap-user-directory-in-confluence/</link>
		<comments>http://blog.tech4him.com/2012/05/cannot-edit-ldap-user-directory-in-confluence/#comments</comments>
		<pubDate>Tue, 15 May 2012 14:59:37 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[confluence]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[ldap]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1658</guid>
		<description><![CDATA[Trying to update an LDAP/Active Directory in Confluence or Jira but finding there is no edit link? Here's the solution and the reasoning behind it]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 427px"><a title="Lock by walknboston, on Flickr" href="http://www.flickr.com/photos/walkn/3859852351/"><img title="How to unlock Confluence/Jira User Directories editing" src="http://farm3.staticflickr.com/2441/3859852351_d65f71267b.jpg" alt="" width="417" height="500" /></a><p class="wp-caption-text">Image Courtesy of walknboston via Flickr CC</p></div>
<p>While working to migrate several web applications and update infrastructure, we also wanted to make some changes to the settings for our LDAP/Active Directory authentication for both Atlassian Confluence and Jira. Before Confluence 3.5, the custom authentication configurations we set in the atlassian-user.xml file. Starting with Confluence 3.5, these settings were automatically upgraded into a database stored and Confluence UI managed User Directory.</p>
<p>To my amazement, we went into Confluence &#8211;&gt; Confluence Admin &#8211;&gt; User Directories. Wow, there was not ability to edit the user directory configured for our Active Directory/LDAP authentication. After a bit of searching, <a href="https://answers.atlassian.com/questions/15352/confluence-3-5-13-ldap-migration-from-confluence-3-4-9" target="_blank">the answer was simple</a>, although i think this is a simple UX opportunity, i.e. notification box.</p>
<p>See, I was logged into my Active Directory account in Confluence. Doing so, I was authenticated against this user directory. Therefore, I was not allowed to edit the user directory since doing so might lock me out. The solution was to create an admin account that used the internal user database. Be sure to give the admin user the correct group permissions to be able to administer Confluence. Then it was just a matter of logging out of Confluence as myself, logging back in as the locally created admin user and easy as pie we could edit the user directory configuration.</p>
<p>Go figure.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1658&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/05/cannot-edit-ldap-user-directory-in-confluence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Leads Non-Email Nonprofit Communications</title>
		<link>http://blog.tech4him.com/2012/05/facebook-leads-non-email-nonprofit-communications/</link>
		<comments>http://blog.tech4him.com/2012/05/facebook-leads-non-email-nonprofit-communications/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:55:32 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[nten]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1640</guid>
		<description><![CDATA[The 2012 eNonprofit Benchmark Survey has some good metrics and information for non-profits and their email messaging, email list size, fundraising, online advocacy, Facebook, Twitter and mobile programs as compared to 44 U.S.-based national nonprofits]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-05-12-at-6.58.58-AM.png"><img class="alignright size-full wp-image-1641" title="2012 eNonprofit Benchmark Study callout" src="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-05-12-at-6.58.58-AM.png" alt="For every 1,000 email subscribers, nonprofits have 103 facebook fans, 29 twitter followers and 12 mobile subscribers. Visual story telling." width="561" height="384" /></a>According to the <a href="http://e-benchmarksstudy.com/" target="_blank">2012 eNonprofit Benchmark Study</a>, Facebook continue to be the leading non-email communication method for nonprofits. The study was written by Sara Wolfson and Cameron Lefevre of M+R Strategic Services and Holly Ross and Annaliese Hoehling of the Nonprofit Technology Network (NTEN). It has a wealth of analyzed data about email messaging, email list size, fundraising, online advocacy, Facebook, Twitter and mobile programs from 44 U.S.-based national nonprofits for the calendar year of 2011.</p>
<p>Now, from our earlier posts about <a title="Tips – Infographics for Non-Profits" href="http://blog.tech4him.com/2012/04/tips-infographics-for-non-profits/" target="_blank">nonprofit infographic tips</a> and <a title="40 Infographic Story Telling Resources" href="http://blog.tech4him.com/2012/05/40-infographic-story-telling-resources/" target="_blank">40 infographic online resources</a>, you already know we are big fans of visual story telling. Kudos to NTEN and M+R Strategic Services for having created a <a href="http://www.e-benchmarksstudy.com/2012infographic/" target="_blank">short infographic</a> providing a high level glimpse of the study results.</p>
<blockquote><p>Did you know? As of November 2011, 89.6 million Americans use their mobile phone to access either work or personal email – an increase of 28% in the last year alone.</p></blockquote>
<p>We&#8217;ve culled out some key take-aways below but be sure to download your free copy of the full <a href="http://e-benchmarksstudy.com/" target="_blank">2012 eNonprofit Benchmark Study</a>.</p>
<h1>Key Findings</h1>
<ul>
<li>For every 1,000 members of an email list, the average nonprofit had 103 Facebook fans, 29 Twitter followers and 12 mobile subscribers.</li>
<li>While one-time gifts remained the largest source of online revenue for participants, online revenue from monthly giving is growing at a much faster rate.</li>
<li>On average, 35% of online revenue was sourced to direct email appeals. The remaining 65% came from other sources, such as unsolicited web giving and peer referrals.</li>
<li>Between 2010 and 2011, the fundraising response rate held steady at 0.08%</li>
<li>Most organizations send 3-5 messages per month to subscribers.</li>
</ul>
<div><a href="http://www.e-benchmarksstudy.com/"><img class="size-full wp-image-1647 aligncenter" title="Download your Free copy of the 2012 eNonprofit Benchmark Survey" src="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-05-12-at-10.38.57-AM.png" alt="" width="751" height="80" /></a></div>
<div></div>
<div><em>The Did you know statistic comes from: <a href="http://www.comscoredatamine.com/2012/01/u-s-mobile-email-audience-grows-by-nearly-20-million-users-in-the-past-year/" target="_blank">U.S. Mobile Email Audience Grows by Nearly 20 Million Users in the Past Year</a> </em></div>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1640&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/05/facebook-leads-non-email-nonprofit-communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>40 Infographic Story Telling Resources</title>
		<link>http://blog.tech4him.com/2012/05/40-infographic-story-telling-resources/</link>
		<comments>http://blog.tech4him.com/2012/05/40-infographic-story-telling-resources/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:00:25 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[#nptech]]></category>
		<category><![CDATA[fundraising]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[nonprofit]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1621</guid>
		<description><![CDATA[Whether you are a nonprofit or commercial organization, Tech4Him presents 40 great resources to make your infographic creation and graphical story telling better, leveraging nonprofit tech]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tech4him.com/wp-content/uploads/infogram.jpg"><img class="alignright size-full wp-image-1633" title="infogr.am" src="http://blog.tech4him.com/wp-content/uploads/infogram.jpg" alt="" width="492" height="332" /></a>Whether you are a nonprofit or a small business, you can&#8217;t deny that infographics are a hot item. <a title="Tips – Infographics for Non-Profits" href="http://blog.tech4him.com/2012/04/tips-infographics-for-non-profits/">Used the right way</a>, they can help tell compelling stories to generate interest or action on topics, for fundraising or organizational mission awareness. We have gathered 40 resources from around the web to help you in creating infographics or displaying compelling data in interesting ways.</p>
<h3>Infographics</h3>
<ol>
<li><a href="http://visual.ly/" target="_blank">Visual.ly</a> -  Quickly and easily create professional quality designs with your own data</li>
<li><a href="http://www.infogr.am/" target="_blank">Infogr.am</a> &#8211; Online tool to create stunning infographics</li>
<li><a href="http://inkscape.org/" target="_blank">Inkscape</a> &#8211; Desktop vector graphics program. Can be used for putting together infographics</li>
<li><a href="http://visualizefree.com/index.jsp" target="_blank">Visualize Free</a> &#8211; By Inetsoft. Online data visualization and story telling tool</li>
<li><a href="http://re.vu/" target="_blank">Re.Vu</a> &#8211; Online personal infographic resume&#8217;s (Create a resume for your organization?)</li>
<li><a href="http://vizualize.me/" target="_blank">Visualize.me</a> &#8211; Another online personal infographic resume tool</li>
</ol>
<h3>Diagrams</h3>
<ol>
<li><a href="https://cacoo.com/" target="_blank">Cacoo</a>- Online diagram creation and collaboration tool</li>
<li><a href="https://creately.com" target="_blank">Creately</a> - Online or desktop Mockup/Diagram/Infographic creation tool</li>
<li><a href="http://www.balsamiq.com/" target="_blank">Balsamiq</a> - Online or desktop Mockup/Diagram/Infographic creation tool</li>
<li><a href="http://www.gliffy.com/" target="_blank">Gliffy </a>- Online diagram creation tool</li>
</ol>
<h3>Text Analysis / Display</h3>
<ol>
<li><a href="http://www-958.ibm.com/software/data/cognos/manyeyes/" target="_blank">ManyEyes</a> &#8211; IBM visualizations including text tree, word clouds and more</li>
<li><a href="http://www.wordle.net/" target="_blank">Wordle</a> &#8211; Text analysis and display.</li>
<li><a href="http://www.tagxedo.com/app.html" target="_blank">Tagxedo</a> &#8211; Online text display tools</li>
</ol>
<h3>Charts and Graphs</h3>
<ol>
<li><a href="http://charts.hohli.com/" target="_blank">Hohli Charts</a> &#8211; Online chart creation tool. Bar/chart/Venn diagrams and more. Ad supported</li>
<li><a href="http://chartsbin.com/" target="_blank">ChartsBin</a> &#8211; Online interactive charts gallery and creation tool</li>
<li><a href="http://gephi.org/" target="_blank">Gephi</a> &#8211; Desktop data analysis and visualization studio</li>
<li><a href="http://www-958.ibm.com/software/data/cognos/manyeyes/">ManyEyes</a> &#8211; IBM Datasets and visualization tool. Charts and graphs</li>
<li><a href="http://www.google.com/publicdata/directory" target="_blank">Google Public Data</a> &#8211; Existing or upload datasets and explorer with visualization tools</li>
<li><a href="http://www.gapminder.org/" target="_blank">GapMinder</a> &#8211; Desktop application for analyzing and visualizing statistical data</li>
<li><a href="http://www.chartle.net/" target="_blank">Chartle</a> &#8211; Simple and interactive online charts tool</li>
<li><a href="http://www.tableausoftware.com/solutions/data-visualization" target="_blank">Tableau</a> &#8211; Desktop visualization toolbox</li>
</ol>
<h3>Maps and Geospatial</h3>
<ol>
<li><a href="http://www.statsilk.com/software/statplanet" target="_blank">StatPlanet</a> &#8211; Interactive map maker in free and commercial versions. Part of StatSilk</li>
<li><a href="http://www.statsilk.com/maps/world-stats-open-data" target="_blank">StatWorld</a> &#8211; Interactive online data map creator. Part of StatSilk</li>
<li><a href="http://www-958.ibm.com/software/data/cognos/manyeyes/">ManyEyes</a> &#8211; IBM Datasets and visualizations fits under mapping as well.</li>
<li><a href="http://www.google.com/publicdata/directory" target="_blank">Google Public Data</a> - Existing or upload datasets and explorer with visualization tools</li>
<li><a href="http://www.gapminder.org/" target="_blank">GapMinder</a> - Desktop application for analyzing and visualizing statistical data</li>
<li><a href="http://lert.co.nz/map/" target="_blank">Gunn Map 2</a> &#8211; Online map data display tool</li>
<li><a href="https://bubbl.us/">Bubbl.us</a> &#8211; Online Mind mapping tool</li>
</ol>
<h3>Templates</h3>
<ol>
<li><a href="http://graphicriver.net/item/advanced-infographic-charts-and-templates/224511?ref=tech4him" target="_blank">Advanced Infographic Charts and Templates</a></li>
<li><a href="http://graphicriver.net/item/infographic-elements/1265405?ref=tech4him" target="_blank">Infographic Elements</a> &#8211; By BitGorilla</li>
<li><a href="http://www.freewebelements.com/free-infographics-template-to-download/" target="_blank">Vector Infographic Elements</a> &#8211; Free SVG, EPS and PDF</li>
<li><a href="http://graphicriver.net/item/world-infographic-elements-visual-information/124461?ref=tech4him" target="_blank">World Infographic Elements</a> - From GraphicRiver</li>
<li><a href="http://www.searchenginejournal.com/wp-content/uploads/2011/01/blank-periodic-table.jpg" target="_blank">Periodic Table of X</a> - Here&#8217;s an <a href="http://www.designfreebies.org/typography/typographic-ingenuity-periodic-table-of-typefaces/" target="_blank">example</a> of how this can be used.</li>
<li><a href="http://graphicriver.net/item/infographic-template-and-charts-v5/1844947?ref=tech4him" target="_blank">Infographic template and charts V5</a> &#8211; By Cursive Q Designs</li>
<li><a href="http://wegraphics.net/downloads/free-vector-infographic-kit/">Free Vector Infographic Kit</a> &#8211; Nathan Brown</li>
<li><a href="http://graphicriver.net/item/infographic-elements-template/113554?ref=tech4him" target="_blank">Infographic elements + template</a> &#8211; By Cursive Q Designs</li>
</ol>
<h3>Tutorials and Resources</h3>
<ol>
<li><a href="http://www.digitalartsonline.co.uk/tutorials/?featureid=1823" target="_blank">Create Cool Infographics Tutorial</a> &#8211; From Digital Arts Online</li>
<li><a href="http://www.fastcompany.com/1749283/nicholas-felton-infographics">Nicholas Felton Guides us through worlds of data</a> &#8211; [Video]</li>
<li><a href="http://infographr.tumblr.com/" target="_blank">Infographr</a> &#8211; Great tumblr account wich new infographic examples posted frequently</li>
<li><a href="http://dailyinfographic.com/" target="_blank">Daily Infographic</a> &#8211; A new infographic daily for inspiration</li>
<li><a href="http://www.visualizing.org/" target="_blank">Visualizing.org</a> &#8211; A community and gallery of infographics and data visualizations</li>
<li><a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-outstanding-modern-infographics/" target="_blank">How to create outstanding modern infographics</a></li>
<li><a href="http://visualjournalism.com/" target="_blank">Visual Journalism</a> &#8211; &#8220;80% of the news in infographics&#8221;</li>
<li><a href="http://bigthink.com/blogs/strange-maps" target="_blank">StrangeMaps</a> &#8211; Cartographic curiosities for inspiration</li>
</ol>
<p>Did we miss a tool you use or found? Let us know below.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1621&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/05/40-infographic-story-telling-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 5 Most Used Apache mod_rewrite Tricks</title>
		<link>http://blog.tech4him.com/2012/05/top-5-most-used-apache-mod_rewrite-tricks/</link>
		<comments>http://blog.tech4him.com/2012/05/top-5-most-used-apache-mod_rewrite-tricks/#comments</comments>
		<pubDate>Sat, 05 May 2012 14:45:02 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1598</guid>
		<description><![CDATA[Apache and mod_rewrite area powerful combination. Here are our top 5 most used mod_rewrite snippets]]></description>
			<content:encoded><![CDATA[<p>Whether you use Drupal, WordPress, Concrete 5, CMS Made Simple or another CMS or custom application, chances are you are using Apache as your webserver. The .htaccess file is your friend if you learn how to control it. Coupled with the Apache mod_rewrite module you can rewrite URL&#8217;s to your advantage.</p>
<p>Here is a list of our top 5 most used mod_rewrite snippets.</p>
<h2>Force HTTPS on all HTTP requests</h2>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}</pre></div></div>

<h2>Force WWW as hostname</h2>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule .* &lt;a title=&quot;http://www.example.com/&quot; href=&quot;http://www.example.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.example.com/&lt;/a&gt; [L,R=301]</pre></div></div>

<h2>Force no WWW in front of domain name</h2>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
RewriteRule .* &lt;a title=&quot;http://example.com/&quot; href=&quot;http://example.com/&quot; rel=&quot;nofollow&quot;&gt;http://example.com/&lt;/a&gt; [L,R=301]</pre></div></div>

<h2>Prevent Image Hotlinking</h2>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example.com/.*$ [NC]
RewriteRule \.(gif|jpg|swf|flv|png)$ /feed/ [R=302,L]</pre></div></div>

<h2>SEO Friendly .php to .html</h2>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">RewriteRule ^(.*)\.php$ /$1.html [R=301,L]</pre></div></div>

<p>or</p>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">RewriteRule ^(.*)\.html$ $1.php [R=301,L]</pre></div></div>

<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1598&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/05/top-5-most-used-apache-mod_rewrite-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Canary &#8211; Quick Take</title>
		<link>http://blog.tech4him.com/2012/05/google-canary-quick-take/</link>
		<comments>http://blog.tech4him.com/2012/05/google-canary-quick-take/#comments</comments>
		<pubDate>Wed, 02 May 2012 12:30:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[canary]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1567</guid>
		<description><![CDATA[While we enjoy Google Chrome, the newest version is in testing. Google Canary gets a quick look in this article]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tech4him.com/wp-content/uploads/chrome-canary-logo.png"><img class="alignleft size-full wp-image-1571" style="margin-left: 10px; margin-right: 10px;" title="Google Chrome Canary Logo" src="http://blog.tech4him.com/wp-content/uploads/chrome-canary-logo.png" alt="" width="143" height="43" /></a>Hey! Have you heard about that cool new browser, Canary? Uhhhh&#8230;just kidding, sort of. Yes, the next generation of Google browser is in beta. <a href="http://tools.google.com/dlpage/chromesxs" target="_blank">Google Canary</a> is Chrome with all the latest features but beware, it is still in testing so be prepared.</p>
<blockquote><p><strong>Not for the faint of heart</strong><br />
Canary is designed for developers and early adopters, and can sometimes break down completely.</p></blockquote>
<p>One of the smart things Google has done is allowed for side-by-side installs. That means you can install Google Canary right along side Google Chrome and go back and forth between them. (See the preferences screenshot below. Both running at the same time) I believe this is a good fore-thought and will allow more folks to test Canary because they won&#8217;t be afraid of what they will do if something doesn&#8217;t work.</p>
<h3>Sign-In and Sync</h3>
<p>Upon installing Google Canary and firing it up for the first time, I logged into my Google account and the synchronization of apps, bookmarks, settings, extensions, etc&#8230; all began automatically. After the first sync completed, I must say that the surfing experience does seem to be a little bit snappier than Chrome albeit just slightly and without empirical results to prove one way or the other.</p>
<h3>Monotonous Button Clicking</h3>
<p><a href="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-04-30-at-7.57.27-PM.png"><img class="alignright size-medium wp-image-1569" style="margin: 10px;" title="Google Canary keychain monotony." src="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-04-30-at-7.57.27-PM-300x128.png" alt="" width="300" height="128" /></a>The one pain point I found was after I shut down Canary and then restarted it for the first time. On the Mac, it was a laborious and painful process to allow each and every site that I have saved a username/password in Chrome to save to the keychain. (Guessing that to allow for the side-by-side install that Canary and Chrome use different keychain entries.) Why isn&#8217;t there a one-time accept all button. I know, this is not necessarily a Google Canary specific issue but I would think the brilliant minds at Google would find a way to keep us from having to click Allow or Allow All a gazillion times. Thankfully this is a one-time process.</p>
<h3>Preferences</h3>
<p>Most of the improvements are ones that might go a bit unnoticed if you are already running the latest Google Chrome versions. One that you will see is in the way the preference settings are laid out. A more clean, and sparse experience with less tabs is what we saw during our initial wanderings. Browser history is easily accessible in its own tab and navigable in descending date order.</p>
<div id="attachment_1576" class="wp-caption aligncenter" style="width: 630px"><a href="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-05-01-at-7.16.18-AM.png"><img class="size-large wp-image-1576" title="Side-By-Side Canary vs Chrome preferences" src="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-05-01-at-7.16.18-AM-1024x575.png" alt="" width="620" height="348" /></a><p class="wp-caption-text">Side by side Canary vs Chrome preferences layout.</p></div>
<p>&nbsp;</p>
<h3>User Profiles</h3>
<p>Support for user profiles &#8211; Canary supports multiple user profiles with different bookmarks and settings per user. Add and remove user profiles in the preferences pane. You can then change the profile in use from the &#8220;wrench&#8221; icon and clicking the name of the user you are current signed in as. On Windows, there is a profile dropdown in the top right window area.</p>
<p>&nbsp;</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1567&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/05/google-canary-quick-take/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips &#8211; Infographics for Non-Profits</title>
		<link>http://blog.tech4him.com/2012/04/tips-infographics-for-non-profits/</link>
		<comments>http://blog.tech4him.com/2012/04/tips-infographics-for-non-profits/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 22:25:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[non-profit]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1545</guid>
		<description><![CDATA[Infographics are a great way to tell your organization's story, call people to action or explain the impact of the services you provide. But should you use infographics? This article will provide you tools to help decide]]></description>
			<content:encoded><![CDATA[<p>There has been an up-tick in activity around infographics, but does it mean your non-profit needs to jump on board? That certainly depends upon your organization. Make a quick read of some the resources below and then take stock of what your organization does and whether this might be a fit. Infographics are but another way to communicate a story. Done poorly, they can reflect poorly on your organization. Do you fit the niche?</p>
<h3><a href="http://blog.tech4him.com/wp-content/uploads/infographic20120430171254.jpeg"><img class="alignright  wp-image-1548" title="Life of a hashtag #nptech" src="http://blog.tech4him.com/wp-content/uploads/infographic20120430171254-263x1024.jpg" alt="" width="158" height="614" /></a>Think First</h3>
<p>Here are a couple of points we&#8217;ve distilled:</p>
<ul>
<li>Define a goal for the infographic. Absolutely do not create one just to create one. Are you wanting to incite an action? What is it? Do you want the reader learn more? Where?</li>
<li>It needs to tell a story that includes how your organization is impacting a positive outcome or goal.</li>
<li>Strong visual appeal is critical. Do not skimp on this, get a professional designer if you don&#8217;t have the skills.</li>
<li>It is tough to visualize data and tell the story without information. Find out what story you want to tell in the future but are not yet tracking the corresponding data. Start tracking it.</li>
<li>Simple colors. Two to three colors only and stick with it. If you end of printing these as posters, it&#8217;ll save your print costs as well.</li>
</ul>
<blockquote>
<h4>Creating an Infographic: Tips for Nonprofits</h4>
<pre><a title="Source: Philanthropy.com" href="http://philanthropy.com/article/Visualizing-Data-Helps/130990/" target="_blank">Source: Philanthropy.com</a></pre>
<ul>
<li>Look at a wide variety of infographics, from nonprofits, businesses, and other sources, to get ideas.</li>
<li>Decide what the charity wants the infographic to achieve. Don’t create one just because it’s a trendy approach.</li>
<li>Identify what data the organization has collected, but also look for outside sources, such as Census figures, that could bolster the message or help put the group’s data in context.</li>
<li>Follow the organization’s style guidelines on fonts, color schemes, and tone to maintain the group’s brand.</li>
<li>Keep it simple. Convey the message quickly and clearly. Too many numbers or ideas can confuse or overwhelm viewers.</li>
<li>Balance esthetics and substance. An infographic needs to be useful as well as visually appealing.</li>
<li>Credit sources of data.</li>
<li>Experiment. Try free and low-cost software to see what’s possible.</li>
</ul>
</blockquote>
<h3>Informational Resources</h3>
<ul>
<li><a href="http://philanthropy.com/article/Visualizing-Data-Helps/130990/" target="_blank">Excellent Article on visualizing data</a></li>
<li><a href="http://philanthropy.com/blogs/innovation/nonprofit-data-visualization-a-gallery/667" target="_blank">Examples of non-profit infographics</a></li>
<li><a href="http://www.smashingmagazine.com/2011/10/21/the-do%E2%80%99s-and-don%E2%80%99ts-of-infographic-design-revisited/" target="_blank">Do&#8217;s and Dont&#8217;s from Smashing Magazine</a></li>
<li><a href="http://www.communityorganizer20.com/2011/09/06/infographics-for-nonprofits-the-new-storytelling/" target="_blank">The new storytelling</a></li>
</ul>

<h3>Tools</h3>
<ul>
<li><a href="http://docs.google.com" target="_blank">Google Docs Templates</a> &#8211; has templates for charts and maps</li>
<li><a href="http://www.tagxedo.com/" target="_blank">Tegxedo</a> - allows you to create infographics of the tag or word cloud variety</li>
<li><a href="http://www.gapminder.org/" target="_blank">Gapminder.org</a> - a fact based view of the world. See trends and data</li>
<li><a href="http://visual.ly/" target="_blank">Visual.ly</a> &#8211; still beta but will allow you to create online visuals for sharing.</li>
<li><a href="http://www.balsamiq.com/" target="_blank">Balsamiq</a> &#8211; mockup and diagramming tool. Non-profit friendly with their licensing. Friendly folks.</li>
<li><a href="http://creately.com/" target="_blank">Creately.com</a> &#8211; makes creating online diagrams a breeze</li>
</ul>
<p>&nbsp;</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1545&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/04/tips-infographics-for-non-profits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel and Custom PHP.ini</title>
		<link>http://blog.tech4him.com/2012/04/cpanel-and-custom-php-ini/</link>
		<comments>http://blog.tech4him.com/2012/04/cpanel-and-custom-php-ini/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 22:22:05 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[a2hosting]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[fopen]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1534</guid>
		<description><![CDATA[Getting some Drupal modules to work on shared hosting can be a trouble. In this post we show you how we enabled a custom php.ini on an A2Hosting reseller account to allow fopen temporarily for a Wordpress to Drupal import]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-04-24-at-5.18.11-PM.png"><img class="alignleft size-medium wp-image-1535" style="margin: 10px;" title="Editing php.ini" src="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-04-24-at-5.18.11-PM-300x195.png" alt="" width="300" height="195" /></a>I was working on helping someone migrate a WordPress blog to Drupal. It began with a review of of a couple of modules to do the trick including wordpress_import and wordpress_migrate. To sum it up, we went with wordpress_migrate for its handling of attachments and leveraging of existing infrastructure including the migrate module. The problem we ran into was when dealing with attachments. The content created by the import still referenced images from the WP blog rather than grabbing them and saving them as files in the Drupal site and modifying the post image source tags.</p>
<p>After review a few things, it became apparent that the host being used, A2Hosting.com, correctly has PHP&#8217;s fopen function disabled. Kudos to A2Hosting for that. Now, they offer a form that the customer can request this to be enabled with the caveat of security blah blah blah. We didn&#8217;t want to enable this permanently, only for the duration of the import. Again, some quick searches regarding Cpanel and custom php.ini&#8217;s led to the following solution.</p>
<h4>Copy PHP.Ini and Force reading in .htaccess</h4>
<p>Make a copy of the existing php.ini that the server uses and place it in your account home directory.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>php.ini <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>username<span style="color: #000000; font-weight: bold;">/</span>php.ini</pre></div></div>

<p>Next, edit the PHP.ini to set allow_url_fopen = On</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>username<span style="color: #000000; font-weight: bold;">/</span>php.ini
allow_url_fopen = On</pre></div></div>

<p>Finally, edit the .htaccess file in the root of the Drupal installation directory and add the following:</p>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">SetEnv PHPRC /home/username/php.ini</pre></div></div>

<p>Save. This now allowed our Drupal installation to run php with the directives in our custom php.ini with fopen allowed. The migration took all of maybe 30 seconds and we were done.</p>
<p>When we finished, we just reversed the process so we didn&#8217;t stay on our special php.ini and complicate life later down the road with the host.</p>
<p>Hope it helps.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1534&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/04/cpanel-and-custom-php-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poor Battery Life &#8211; MacBook Pro OSX Lion</title>
		<link>http://blog.tech4him.com/2012/04/poor-battery-life-macbook-pro-osx-lion/</link>
		<comments>http://blog.tech4him.com/2012/04/poor-battery-life-macbook-pro-osx-lion/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 16:00:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1521</guid>
		<description><![CDATA[After getting fed up with only a couple of hours of battery life on a new MacBook Pro we found one culprit and a workable solution to this problem. We are now getting 6-7 hours from a charge. Skype users beware]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1522" style="margin: 10px;" title="gfxCardStatus App - Discrete vs. Integrated mode" src="http://blog.tech4him.com/wp-content/uploads/Screen-Shot-2012-04-20-at-8.01.47-AM.png" alt="" width="303" height="292" /></p>
<p>I know what you&#8217;re thinking. It is one of two things. Either, it is going to be something like &#8220;Dude, battery life depends on how you use your system.&#8221; or you may be in the &#8220;Please, I hope he has something that will really help.&#8221;. You are both in luck.</p>
<p>I completely agree that battery life is quite dependent upon how you use your system. High processing power, high disk activity, CD/DVD spinning away, etc&#8230; all contribute to a reduction in the amount of time you will be able to squeeze out of a battery charge. However, since moving from Snow Leopard to Lion on a Late 2011 MacBook Pro, I have indeed noticed a 25-30% drop in the amount of time I can run per battery charge. Sure, I run a few different settings and applications since moving to Lion, but overall I have noticed a general drop in battery life.</p>
<p>Recently, I got fed up and went to do a bit of quick searching. I came across <a href="http://www.thepunditreport.com/2011/08/revealed-mac-os-x-lion-battery-drain.html" target="_blank">this post from the Pundit Reporter</a>. It indicated that they noticed that the built-in graphics switching was staying in discrete mode only (higher power consumption mode) rather than switching down to integrated mode (lower power consumption) when the higher graphics capability was not needed. They reference the <a href="http://codykrieger.com/gfxCardStatus">gfxCardStatus</a> app by Cody Krieger.</p>
<p>So I installed the app and saw that in fact, even with all my normal apps closed, the system was still running in discrete graphics mode. After using the status bar app to switch to integrated mode only, I immediately noticed the time remaining  for my battery began to increase. This got my thinking that there must be an app or service that was causing the system to never switch back to integrate graphics mode. Let the testing begin.</p>
<blockquote><p>Skype 5.7.0 is causing the system to remain in discrete graphics mode even when not in a call!</p></blockquote>
<p>I set the gfxCardStatus setting back the dynamic switching. Instantly the mode went back into discrete mode. Quickly, the culprit was found. Skype. Boy, Skype has really been a bane for me on Lion already. When doing video chat, which we use extensively in our daily work, CPU goes high, the twin turbines on the MacBook go into high gear and  it sounds like a 747 taking off. Now, I noticed that as soon I killed Skype, the system switch to integrated mode and battery drain significantly decreased.</p>
<blockquote><p>If you use gfxCardStatus, <a href="http://codykrieger.com/gfxCardStatus" target="_blank">toss a donation Cody&#8217;s way</a>. Heck, he just gave you back 2 hours of untethered life back and is pursuing Software Engineering at the <a href="http://rit.edu/">Rochester Institute of Technology</a></p></blockquote>
<p>Well at least the culprit in my case was found. Now unfortunately I need Skype daily for work so it appears the only option is to live with the gfxCardStatus app forcing the system into integrated graphics mode in order to get  my 6+ hours of battery life versus my previous 3-4 hours, or&#8230;.plug in more often. Someday I hope Skype will really listen to the Mac community and address the silliness their product is causing. If it wasn&#8217;t for needing Skype to communicate with our organizations staff, I&#8217;d use an alternative. Time for change management to kick in perhaps.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1521&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/04/poor-battery-life-macbook-pro-osx-lion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nonprofit Technology Conference Rally Notes</title>
		<link>http://blog.tech4him.com/2012/04/nonprofit-technology-conference-rally-notes/</link>
		<comments>http://blog.tech4him.com/2012/04/nonprofit-technology-conference-rally-notes/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 12:30:16 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[downloadable]]></category>
		<category><![CDATA[non-profit]]></category>
		<category><![CDATA[ntc]]></category>
		<category><![CDATA[nten]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=1515</guid>
		<description><![CDATA[The folks from Rally.org, a social fundraising tool, were there and captured session notes in a unique way. Take a look at these drawings...notes...artwork]]></description>
			<content:encoded><![CDATA[<p>Many of us know that the 2012 Nonprofit Technology Conference was recently held in San Francisco. The folks from <a href="http://rally.org">Rally.org</a>, a social fundraising tool, were there and captured session notes in a unique way. They brought in two artists to capture the gist of sessions, live, by hand. Brilliant! So, without further adieux, let me list the sessions with links back to their posts that have the images. [Out of respect, we are not hot linking directly to the images]</p>
<div id="attachment_1516" class="wp-caption alignright" style="width: 630px"><a href="http://blog.rally.org/100-trends-in-nonprofit-tech-an-illustrated-poster/"><img class="size-large wp-image-1516" title="What's on the horizon? Rally notes from Rally.org" src="http://blog.tech4him.com/wp-content/uploads/template_graphic_01-1024x689.jpg" alt="" width="620" height="417" /></a><p class="wp-caption-text">Example of a Rally Note from NTC 2012</p></div>
<p>Big thanks to y&#8217;all at <a href="http://rally.org" target="_blank">Rally.org</a>. Great idea. Check out these links to the sessions they posted.</p>
<ul>
<li><a href="http://blog.rally.org/100-trends-in-nonprofit-tech-an-illustrated-poster/" target="_blank">100 Trends in Nonprofit Tech – An Illustrated Poster</a></li>
<li><a href="http://blog.rally.org/rethinking-your-website/" target="_blank">Rethinking Your Website: Tips on Process and Success</a></li>
<li><a href="http://blog.rally.org/should-you-worry-about-mobile-why/" target="_blank">Should You Worry About Mobile? Why?</a></li>
<li><a href="http://blog.rally.org/dan-roam-ntc/" target="_blank">Dan Roam Believes You Can Draw—for Good</a></li>
<li><a href="http://blog.rally.org/data-for-social-change/" target="_blank">Data Visualization for Social Change</a></li>
<li><a href="http://blog.rally.org/online-engagement/" target="_blank">How to Engage with your Community—Online</a></li>
<li><a href="http://blog.rally.org/engaging-donors-with-your-story/" target="_blank">Engaging Donors with Storytelling-Beyond the Personal Story</a></li>
<li><a href="http://blog.rally.org/what-does-innovation-mean-for-nonprofits/" target="_blank">What Does Innovation Mean for Nonprofits?</a></li>
<li><a href="http://blog.rally.org/strategy-not-twitter-account/" target="_blank">You Need a Strategy, Dammit, Not a Twitter Account</a></li>
<li><a href="http://blog.rally.org/how-to-funnify-your-cause-open-the-door-to-a-massive-audience/" target="_blank">How to “Funnify” Your Cause &amp; Open the Door to a Massive Audience</a></li>
<li><a href="http://blog.rally.org/lights-camera-action-how-to-succeed-on-youtube/" target="_blank">Lights, Camera, Action: How to Succeed on YouTube</a></li>
</ul>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=1515&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2012/04/nonprofit-technology-conference-rally-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.307 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-20 06:23:49 -->
<!-- Compression = gzip -->
