<?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>Ochre Labs</title>
	<atom:link href="http://www.ochrelabs.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ochrelabs.com</link>
	<description>Web Site Development &#124; Content Management</description>
	<lastBuildDate>Tue, 22 May 2012 23:43:26 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.3</generator>
	<item>
		<title>Map Quest changes licensing terms &#8211; no limits on community map licensing</title>
		<link>http://www.ochrelabs.com/api/map-quest-changes-licensing-terms-no-limits-on-community-map-licensing?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=map-quest-changes-licensing-terms-no-limits-on-community-map-licensing</link>
		<comments>http://www.ochrelabs.com/api/map-quest-changes-licensing-terms-no-limits-on-community-map-licensing#comments</comments>
		<pubDate>Thu, 08 Mar 2012 12:58:04 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=761</guid>
		<description><![CDATA[MapQuest has announced that transaction limits for their free Community licensing for mapping APIs have been removed! MapQuest has also clarified that the Community Edition license can be used for paid mobile applications. This is great news for anyone concerned about Google&#8217;s recent pricing changes for Google Maps API.  In addition, MapQuest supports OpenStreetMaps &#8211; <a href='http://www.ochrelabs.com/api/map-quest-changes-licensing-terms-no-limits-on-community-map-licensing'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://devblog.mapquest.com/2011/11/17/no-preset-limit-on-free-map-api-transactions/" target="_blank">MapQuest has announced that transaction limits for their free Community licensing for mapping APIs have been removed!</a> MapQuest has also clarified that the Community Edition license can be used for paid mobile applications.</p>
<p>This is great news for anyone concerned about Google&#8217;s recent pricing changes for Google Maps API.  In addition, MapQuest supports <a href="http://www.openstreetmaps.com/" target="_blank">OpenStreetMaps</a> &#8211; an awesome crowdsourced mapping platform that is extremely worthy of support.</p>
<p>We haven&#8217;t yet looked into converting web maps using the Google Maps API over to Mapquests, but we were able to switch over to using MapQuest for Android with very little difficulty (it was pretty much a straight drop in <img src='http://www.ochrelabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/api/map-quest-changes-licensing-terms-no-limits-on-community-map-licensing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel logrotate.d for munin on CentOS</title>
		<link>http://www.ochrelabs.com/system-administration/cpanel-logrotate-d-for-munin-on-centos?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cpanel-logrotate-d-for-munin-on-centos</link>
		<comments>http://www.ochrelabs.com/system-administration/cpanel-logrotate-d-for-munin-on-centos#comments</comments>
		<pubDate>Sun, 19 Feb 2012 19:05:27 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[logrotate.d]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=751</guid>
		<description><![CDATA[This is a logrotate recipe for the Munin resource monitoring tool, as was needed on a CentOS 5 server running cPanel with the cPanel Munin plugin.  Current versions of the cPanel Munin plugin may include this (and we haven&#8217;t checked yet).  Plop it as /etc/logrotate.d/munin and wait for logrotate.d to do its thing, or run <a href='http://www.ochrelabs.com/system-administration/cpanel-logrotate-d-for-munin-on-centos'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>This is a logrotate recipe for the <a title="Munin" href="http://munin-monitoring.org/" target="_blank">Munin resource monitoring tool</a>, as was needed on a CentOS 5 server running cPanel with the cPanel Munin plugin.  Current versions of the cPanel Munin plugin may include this (and we haven&#8217;t checked yet).  Plop it as /etc/logrotate.d/munin and wait for logrotate.d to do its thing, or run logrotate manually.</p>
<pre>/var/log/munin/munin-node.log {
        daily
        missingok
        rotate 7
        compress
        notifempty
        create 640 root wheel
        postrotate
        /etc/init.d/munin-node restart
        endscript
}

/var/log/munin/munin-update.log {
        daily
        missingok
        rotate 7
        compress
        notifempty
        create 640 munin munin
}

/var/log/munin/munin-graph.log {
        daily
        missingok
        rotate 7
        compress
        notifempty
        create 640 munin munin
}

/var/log/munin/munin-html.log {
        daily
        missingok
        rotate 7
        compress
        notifempty
        create 640 munin munin
}

/var/log/munin/munin-limits.log {
        daily
        missingok
        rotate 7
        compress
        notifempty
        create 640 munin munin
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/system-administration/cpanel-logrotate-d-for-munin-on-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canvas &#8211; Mobile Business Apps Take you Beyond Paper</title>
		<link>http://www.ochrelabs.com/business-productivity/canvas-mobile-business-apps-take-you-beyond-paper?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=canvas-mobile-business-apps-take-you-beyond-paper</link>
		<comments>http://www.ochrelabs.com/business-productivity/canvas-mobile-business-apps-take-you-beyond-paper#comments</comments>
		<pubDate>Sun, 12 Feb 2012 10:16:52 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[business productivity]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=742</guid>
		<description><![CDATA[Canvas is a paperless solution that enables businesses to replace paper forms with smart form Application Forms that run on iPhone, iPad, Android, Windows Mobile, Blackberry and regular desktop computers.   Using a Canvas Application, you can reduce paper costs, waste and data entry needs, consolidate your data while optimizing  your regular business work flow and <a href='http://www.ochrelabs.com/business-productivity/canvas-mobile-business-apps-take-you-beyond-paper'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><a title="GoCanvas" href="http://www.gocanvas.com/" target="_blank">Canvas</a> is a paperless solution that enables businesses to replace paper forms with smart form Application Forms that run on iPhone, iPad, Android, Windows Mobile, Blackberry and regular desktop computers.   Using a Canvas Application, you can reduce paper costs, waste and data entry needs, consolidate your data while optimizing  your regular business work flow and integrate and automate your business data with third party billing and CRM systems!</p>
<p>We first encountered Canvas when we were asked to write a tool that would synchronize contact information from a client&#8217;s Canvas application with their Google Contacts.  Using Canvas&#8217;s web API we were able to easily write the synchronizer and are now suffering from idea overload of all the ways business data could be linked into the cloud! <img src='http://www.ochrelabs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>But seriously - we found the idea of electronic business forms to be pretty intriguing and we think Canvas has done an awesome job at helping business move away from paper.</p>
<p style="text-align: center;"><iframe src="http://www.youtube.com/embed/Oh5t5FP6PHM?version=3&amp;hd=1&amp;wmode=transparent" width="560" height="340" style="background-color:#000;display:block;margin-bottom:0;max-width:100%;" title="YouTube video player" frameborder="0" allowfullscreen></iframe><p style="font-size:11px;margin-top:0;"><a href="http://www.youtube.com/watch?v=Oh5t5FP6PHM" target="_blank" title="Watch on YouTube">Watch this video on YouTube</a>.</p></p>
<p>Canvas has a myriad of pre-existing applications for all sorts of industry available in the <a href="http://www.gocanvas.com/mobile-forms-apps" target="_blank">Canvas Application store</a>.  Some of the industries Canvas already has pre-made applications for include <a href="http://www.gocanvas.com/mobile-forms-apps/36-Agriculture-Forestry-Fishing/show_category" target="_blank">Agriculture/Forestry/Fishing</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/37-Construction-Contractors/show_category" target="_blank">Construction and Contracting</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/38-Education/show_category" target="_blank">Education</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/39-Finance-Insurance-Real-Estate/show_category" target="_blank">Finance</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/40-Government-and-NGO/show_category" target="_blank">Government/NGO</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/41-Healthcare-Life-Sciences/show_category" target="_blank">Healthcare and Life Sciences</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/42-Hospitality/show_category" target="_blank">Hospitality</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/43-Manufacturing/show_category" target="_blank">Manufacturing</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/44-Oil-Gas-Mining-Chemicals/show_category" target="_blank">Oil/Gas/Mining</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/45-Professional-Services/show_category" target="_blank">Professional Services</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/46-Retail-Wholesale-Distribution/show_category" target="_blank">Retail &amp; Wholesale Distribution</a>,  <a href="http://www.gocanvas.com/mobile-forms-apps/52-Service-Industry/show_category" target="_blank">Service Industry</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/47-Telco-Cable-Media/show_category" target="_blank">Telecom and Media</a>, <a href="http://www.gocanvas.com/mobile-forms-apps/48-Transportation-Logistics/show_category" target="_blank">Transporation &amp; Logistics</a>, and <a href="http://www.gocanvas.com/mobile-forms-apps/49-Utilities-Energy/show_category" target="_blank">Utilities and Energy</a>.</p>
<p>If an application doesn&#8217;t already exist, you can easily build a custom application using Canvas&#8217;s easy to use application builder.  You can even take a pre-made application from the Canvas Application store and tweak it to suit your needs!</p>
<p>Canvas offers a <a href="https://www.gocanvas.com/signup" target="_blank">30 day free trial</a>, and <a href="http://www.gocanvas.com/content/faq/post/how-is-canvas-priced" target="_blank">pretty reasonable Pay as you Go, and unlimited monthly and annual plans</a>.</p>
<p style="text-align: center;"><iframe src="http://www.youtube.com/embed/EQxgKSxV5JE?version=3&amp;hd=1&amp;wmode=transparent" width="560" height="340" style="background-color:#000;display:block;margin-bottom:0;max-width:100%;" title="YouTube video player" frameborder="0" allowfullscreen></iframe><p style="font-size:11px;margin-top:0;"><a href="http://www.youtube.com/watch?v=EQxgKSxV5JE" target="_blank" title="Watch on YouTube">Watch this video on YouTube</a>.</p></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/business-productivity/canvas-mobile-business-apps-take-you-beyond-paper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First version of Ochre&#8217;s Geolocation Service plugin for WordPress posted!</title>
		<link>http://www.ochrelabs.com/wordpress/first-version-of-ochres-geolocation-service-plugin-for-wordpress-posted?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-version-of-ochres-geolocation-service-plugin-for-wordpress-posted</link>
		<comments>http://www.ochrelabs.com/wordpress/first-version-of-ochres-geolocation-service-plugin-for-wordpress-posted#comments</comments>
		<pubDate>Mon, 09 Jan 2012 04:50:27 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=707</guid>
		<description><![CDATA[We&#8217;re working on yet-another-project that needs Geolocation support, and consequently have put together a simple plugin for WordPress that makes it easier to develop &#8220;geolocation aware&#8221; WordPress pages.  If you&#8217;re not familiar with &#8220;Geolocation&#8221;, or know about things like mapping a visitors IP address to a city/province/country, you might find this of interest! Modern web <a href='http://www.ochrelabs.com/wordpress/first-version-of-ochres-geolocation-service-plugin-for-wordpress-posted'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re working on yet-another-project that needs Geolocation support, and consequently have put together a simple plugin for WordPress that makes it easier to develop &#8220;geolocation aware&#8221; WordPress pages.  If you&#8217;re not familiar with &#8220;Geolocation&#8221;, or know about things like mapping a visitors IP address to a city/province/country, you might find this of interest!</p>
<p>Modern web browsers and mobile phones  include support for providing a website with a user&#8217;s physical location based on their GPS coordinates, nearby WiFi access points and maybe other criteria.  This is great for mobile users because it lets us do things like create a page called &#8220;Find your nearest store&#8221; that automatically shows where the visitors nearest store is &#8211; based on where they actually are.  And unlike traditional &#8220;GeoIP&#8221; solutions, Geolocation can use the visitor&#8217;s actual GPS, so they don&#8217;t end up appearing as though they are in Calgary, Edmonton or Toronto if they happen to be TELUS Mobility, Rogers or Bell subscribers!</p>
<p>We have used this technology in a few projects before including our now defunct <a href="http://www.bcwireless.net/moin.cgi/WebAPRS" target="_blank">WebAPRS Web Position Reporting system</a> (it let us broadcast real time updates of where amateur radio operators were and send/receive messages via <a title="The home of the Automatic Packet Reporting System" href="http://www.aprs.org/" target="_blank">APRS</a>), and our <a title="oQR provides real-time QR Code tracking" href="http://oqrcode.com" target="_blank">QR Code tracking service</a>.</p>
<p>Ochre&#8217;s <strong>Geolocation Service for Wordpress Plugin</strong> makes it simple to have individual WordPress pages or posts query the visitor&#8217;s web browser for their true location, and if found, can execute javascript to do some nifty AJAXy things (like showing them on a map with directions to their nearest store), and redirect to a new web page and specify their location information that way.  We&#8217;ve also added some do_action() hooks for plugin and theme developers to use too.</p>
<p>For the plugin&#8217;s home page, visit <a href="http://www.ochrelabs.com/wordpress-plugins/ochre-geolocation" target="_blank">Ochre&#8217;s Geolocation Service for WordPress Plugin page</a> or go directly to the <a title="Ochre's W3C Geolocation Service Plugin for WordPress " href="http://wordpress.org/extend/plugins/ochre-w3c-geolocation-services/" target="_blank">Geolocation Service for WordPress extend entry</a> for the plugin to get started right away!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/wordpress/first-version-of-ochres-geolocation-service-plugin-for-wordpress-posted/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Hosted Seo Panel</title>
		<link>http://www.ochrelabs.com/marketing-tools/free-hosted-seo-panel?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-hosted-seo-panel</link>
		<comments>http://www.ochrelabs.com/marketing-tools/free-hosted-seo-panel#comments</comments>
		<pubDate>Fri, 30 Dec 2011 06:50:51 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[marketing tools]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=668</guid>
		<description><![CDATA[We&#8217;ve been playing around with Seo Panel for the past couple of months and are pretty interested in its simple but easy to use tools.  If you haven&#8217;t heard of it, Seo Panel is a multi-website Search Engine Optimization web application that supports: Keyword Position Checking Site Auditing Google and Alexa rank checking Backlink checking <a href='http://www.ochrelabs.com/marketing-tools/free-hosted-seo-panel'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve been playing around with <a href="http://seo.ochrelabs.com/">Seo Panel</a> for the past couple of months and are pretty interested in its simple but easy to use tools.  If you haven&#8217;t heard of it, Seo Panel is a multi-website Search Engine Optimization web application that supports:</p>
<ul>
<li>Keyword Position Checking</li>
<li>Site Auditing</li>
<li>Google and Alexa rank checking</li>
<li>Backlink checking</li>
<li>Search Engine saturation checking</li>
<li>Meta Tag generation</li>
<li>Various other plugins</li>
</ul>
<div><a href="http://blog.seopanel.in/2011/11/seo-panel-1st-runner-up-in-2011-open-source-awards-as-most-promising-project/">Seo Panel was selected as the 1st Runner Up in the 2001 Open Source Awards as<em> Most Promising Open Source Project</em>.</a></div>
<p>We are using Seo panel as one of several tools in our SEO tool chest and like it so much, we&#8217;ve opened up a free Seo Panel for you to use!  No strings attached! (except that we can only provide limited technical support and basic Q&amp;A &#8211; <a href="/contact/">for more indepth Search Engine Optimization or Search Engine Marketing you should inquire within</a>)!</p>
<p><strong>Check out <a title="Ochre's free hosted Seo Panel" href="http://seo.ochrelabs.com/">Ochre Labs&#8217; free hosted Seo Panel</a> from <a href="http://seo.ochrelabs.com/">http://seo.ochrelabs.com/</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/marketing-tools/free-hosted-seo-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft to start automatically upgrading old versions of Internet Explorer on Windows XP, Vista and 7</title>
		<link>http://www.ochrelabs.com/security/microsoft-to-start-automatically-upgrading-old-versions-of-internet-explorer-on-windows-xp-vista-and-7?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-to-start-automatically-upgrading-old-versions-of-internet-explorer-on-windows-xp-vista-and-7</link>
		<comments>http://www.ochrelabs.com/security/microsoft-to-start-automatically-upgrading-old-versions-of-internet-explorer-on-windows-xp-vista-and-7#comments</comments>
		<pubDate>Thu, 15 Dec 2011 19:14:19 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[html5]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=580</guid>
		<description><![CDATA[Microsoft has announced that Internet Explorer is set to be automatically upgraded on Windows XP, Vista and 7. Quoteth Ryan Gaven, GM of IE Business &#38; Marketing: The Web overall is better – and safer – when more people run the most up-to-date browser. Our goal is to make sure that Windows customers have the <a href='http://www.ochrelabs.com/security/microsoft-to-start-automatically-upgrading-old-versions-of-internet-explorer-on-windows-xp-vista-and-7'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>Microsoft has announced that <a title="IE to receive automatic upgrades" href="http://windowsteamblog.com/ie/b/ie/archive/2011/12/15/ie-to-start-automatic-upgrades-across-windows-xp-windows-vista-and-windows-7.aspx">Internet Explorer is set to be automatically upgraded on Windows XP, Vista and 7</a>.</p>
<p>Quoteth Ryan Gaven, GM of IE Business &amp; Marketing:</p>
<blockquote><p>The Web overall is better – and safer – when more people run the most up-to-date browser. Our goal is to make sure that Windows customers have the most up-to-date and safest browsing experience possible, with the best protections against malicious software such as malware.</p></blockquote>
<p>Yes, yes it is.  We are very happy to see Microsoft taking this step.  Older versions of IE hold back the Web in many ways.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/security/microsoft-to-start-automatically-upgrading-old-versions-of-internet-explorer-on-windows-xp-vista-and-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get started advertising on Google with a $100 AdWords Credit from Ochre Labs</title>
		<link>http://www.ochrelabs.com/marketing-tools/get-started-advertising-on-google-with-a-100-adwords-credit-from-ochre-labs?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-started-advertising-on-google-with-a-100-adwords-credit-from-ochre-labs</link>
		<comments>http://www.ochrelabs.com/marketing-tools/get-started-advertising-on-google-with-a-100-adwords-credit-from-ochre-labs#comments</comments>
		<pubDate>Wed, 14 Dec 2011 10:44:24 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[marketing tools]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=572</guid>
		<description><![CDATA[Ochre Labs is offering $100 AdWords credits to businesses who are new to Google&#8217;s AdWords advertising service.  Google AdWords presents your ads next to search results on the Google search engine when potential buyers are actively looking for your products and services.  It&#8217;s a great way to reach thousands of new potential clients! Some of <a href='http://www.ochrelabs.com/marketing-tools/get-started-advertising-on-google-with-a-100-adwords-credit-from-ochre-labs'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>Ochre Labs is offering $100 AdWords credits to businesses who are new to Google&#8217;s AdWords advertising service.  Google AdWords presents your ads next to search results on the Google search engine when potential buyers are actively looking for your products and services.  It&#8217;s a great way to reach thousands of new potential clients!</p>
<p>Some of the key benefits to AdWords:</p>
<ol>
<li>AdWords are Quick and easy to setup.</li>
<li>Ads can be targeted by key words potential buyers search for, and by geographical location.</li>
<li>Costs are easily managed by setting budgets and paying only when potential buyers click on your advertisement.</li>
<li>Reporting in both AdWords and Analytics lets you see measurable results, all the time.</li>
</ol>
<div><a title="Advertise on Google with a $100 AdWords Credit from Ochre Labs" href="http://www.ochrelabs.com/100-google-adwords-credit">Check out our AdWords offer</a>!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/marketing-tools/get-started-advertising-on-google-with-a-100-adwords-credit-from-ochre-labs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video for Everyone &#8211; embedding videos that play everywhere</title>
		<link>http://www.ochrelabs.com/wordpress/video-for-everyone-embedding-videos-that-play-everywhere?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=video-for-everyone-embedding-videos-that-play-everywhere</link>
		<comments>http://www.ochrelabs.com/wordpress/video-for-everyone-embedding-videos-that-play-everywhere#comments</comments>
		<pubDate>Wed, 07 Dec 2011 00:59:44 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[umbraco]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=479</guid>
		<description><![CDATA[We recently worked on a project needing embedded Video support on a variety of modern platforms including iPad/iPhone, Android,  Chrome and IE9 as well as legacy browsers such as Internet Explorer 6 and Firefox.  We decided the best way to approach this was to support native HTML5 video support, and fall back to Adobe Flash <a href='http://www.ochrelabs.com/wordpress/video-for-everyone-embedding-videos-that-play-everywhere'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>We recently worked on a project needing embedded Video support on a variety of modern platforms including iPad/iPhone, Android,  Chrome and IE9 as well as legacy browsers such as Internet Explorer 6 and Firefox.  We decided the best way to approach this was to support native HTML5 video support, and fall back to Adobe Flash for older browsers.</p>
<p>We were particularly concerned about ease of use for updating the videos, and having good performance on iPad and Android platforms.  Flash isn&#8217;t really an option for mobile, it&#8217;s either not supported or suffers performance problems.  Luckily modern Webkit based browsers support HTML5 video natively.</p>
<p>We decided to use <a href="http://videojs.com/" target="_blank">VideoJS</a> to handle video playback.  VideoJS is an open source, light weight javascript library that supports the major web browsers, IE 6-8 and our favorite mobile platforms.  VideoJS includes the <a href="http://en.wikipedia.org/wiki/HTML5_video#Browser_support" target="_blank">major HTML5 supported video formats</a> (H.264, Ogg and WebM)  and was a breeze to implement into our custom solution.</p>
<p>There are also plugins available for a number of Content Management Systems, including <a href="http://videojs.com/wordpress/" target="_blank">WordPress</a>, <a href="http://drupal.org/project/videojs" target="_blank">Drupal</a>, <a href="http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/14836" target="_blank">Joomla</a>, <a href="http://our.umbraco.org/projects/website-utilities/html5-video" target="_blank">Umbraco</a> and a <a href="http://videojs.com/jquery/" target="_blank">jQuery</a> plugin.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/wordpress/video-for-everyone-embedding-videos-that-play-everywhere/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bring your blog to Email</title>
		<link>http://www.ochrelabs.com/marketing-tools/bring-your-blog-to-email?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bring-your-blog-to-email</link>
		<comments>http://www.ochrelabs.com/marketing-tools/bring-your-blog-to-email#comments</comments>
		<pubDate>Sun, 27 Nov 2011 17:32:03 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[marketing tools]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=468</guid>
		<description><![CDATA[Feedburner is a free service that enhances RSS feeds such as the feed provided by your blog, discussion forums, news announcers and websites.  One of Feedburner&#8217;s best features (IOO) is the ability to offer nicely layed out Email subscriptions to your audience. To setup a Feedburner feed, go to feedburner.com and login with your Google or <a href='http://www.ochrelabs.com/marketing-tools/bring-your-blog-to-email'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ochrelabs.com/wp-content/uploads/2011/11/feedburner2.png"><img class="alignright size-full wp-image-470" title="Feed Burner Publicize Options" src="http://www.ochrelabs.com/wp-content/uploads/2011/11/feedburner2.png" alt="" width="259" height="343" /></a></p>
<p style="text-align: justify;">Feedburner is a free service that enhances RSS feeds such as the feed provided by your blog, discussion forums, news announcers and websites.  One of Feedburner&#8217;s best features (IOO) is the ability to offer nicely layed out Email subscriptions to your audience.</p>
<p style="text-align: justify;">To setup a Feedburner feed, go to <a href="http://www.feedburner.com">feedburner.com</a> and login with your Google or Gapps account.  Once logged in you should see a list of your feeds, and an option to <strong>Burn a feed right this instant.</strong></p>
<p style="text-align: justify;">After adding the feed head on over to the &#8220;Publicize&#8221; tab in your Feedburner console and enable Email subscriptions.  You can set how often updates are Emailed, brand your Email with your logo and obtain widgets for embedding a subscription link into your various web presences.</p>
<p style="text-align: justify;">In addition to Email subscriptions &#8211; Feedburner also includes analytics, optimizations such as &#8220;Web Friendly&#8221; feeds, SmartFeed to ensure your feed is compatible with all major,  options to monetize your feed through Google Adsense and much more.</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/marketing-tools/bring-your-blog-to-email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If Custer was on Facebook in 1876..</title>
		<link>http://www.ochrelabs.com/amoosement/if-custer-was-on-facebook-in-1874?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=if-custer-was-on-facebook-in-1874</link>
		<comments>http://www.ochrelabs.com/amoosement/if-custer-was-on-facebook-in-1874#comments</comments>
		<pubDate>Thu, 24 Nov 2011 07:19:13 +0000</pubDate>
		<dc:creator><![CDATA[ochre]]></dc:creator>
				<category><![CDATA[amoosement]]></category>

		<guid isPermaLink="false">http://www.ochrelabs.com/?p=457</guid>
		<description><![CDATA[From Steven Paul Judd&#8216;s Art gallery on Facebook:]]></description>
				<content:encoded><![CDATA[<p>From <a href="http://www.facebook.com/steven.judd2?sk=photos">Steven Paul Judd</a>&#8216;s <a href="http://www.facebook.com/media/set/?set=a.1308881763876.46150.1285538957&amp;type=3">Art</a> gallery on Facebook:</p>
<p><a href="http://www.ochrelabs.com/wp-content/uploads/2011/11/308245_2673815966378_1285538957_3111281_1765732004_n.jpg"><img class="alignleft size-full wp-image-456" title="If Custer was on Facebook in 1874.." src="http://www.ochrelabs.com/wp-content/uploads/2011/11/308245_2673815966378_1285538957_3111281_1765732004_n.jpg" alt="" width="576" height="477" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ochrelabs.com/amoosement/if-custer-was-on-facebook-in-1874/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
