<?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>Muloka.com - Code, Creativity, and Bermuda</title>
	<atom:link href="http://muloka.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://muloka.com</link>
	<description>Code, Creativity, and Bermuda</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:28:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Social Media Contests</title>
		<link>http://muloka.com/2010/06/simple-social-media-contests/</link>
		<comments>http://muloka.com/2010/06/simple-social-media-contests/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:28:48 +0000</pubDate>
		<dc:creator>Louis Galipeau</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[contests]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://muloka.com/?p=80</guid>
		<description><![CDATA[Introduction
In the last year or so I&#8217;ve seen a rise in the popularity of social media contests that go a little something like this:
The Nth person to like (or follow) X page wins Y prize.
Problem
This sort of social media strategy for amassing fans or followers is flawed:

The rule for winning said prize is far too [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>In the last year or so I&#8217;ve seen a rise in the popularity of social media contests that go a <a href="http://www.youtube.com/watch?v=ZsBfPhtSWl8" target="_blank">little something like this</a>:</p>
<blockquote><p>The Nth person to like (or follow) X page wins Y prize.</p></blockquote>
<p><strong>Problem</strong></p>
<p><span style="font-size: 13.1944px;">This sort of social media strategy for amassing fans or followers is flawed:</span></p>
<ol>
<li><span style="font-size: 13.1944px;">The rule for winning said prize is far </span>too simple.</li>
<li>Has the potential to alienate some of the fans who did not win.</li>
</ol>
<p>Also as a result of the popularity of these simple schemes its probable that some people have written scripts that automatically determine when the ideal moment is to register and win the contest without requiring any active participation from its author.</p>
<p><strong>Solution</strong></p>
<p>Here is an example of a much better strategy:</p>
<blockquote><p>First N persons to like (or follow) X page will be automatically added to the draw for their chance to win Y prize.</p>
<p>(optional) If N number is reached by X time/date all fans receive a token prize.</p></blockquote>
<p>As a result of this:</p>
<ol>
<li><span style="font-size: 13.1944px;">You can not build a script that helps you win</span></li>
<li><span style="font-size: 13.1944px;">People have an incentive to become a fan and encourage their friends to do the same</span></li>
<li><span style="font-size: 13.1944px;">Everyone has a sense that there’s a chance they can win something.</span></li>
</ol>
<p>The only concern at this point is with weeding out people who have entered more than once.</p>
]]></content:encoded>
			<wfw:commentRss>http://muloka.com/2010/06/simple-social-media-contests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TaylorRankin.com on Bandzoogle</title>
		<link>http://muloka.com/2010/06/taylorrankin-on-bandzoogle/</link>
		<comments>http://muloka.com/2010/06/taylorrankin-on-bandzoogle/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 14:09:57 +0000</pubDate>
		<dc:creator>Louis Galipeau</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[bandzoogle]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.muloka.com/?p=17</guid>
		<description><![CDATA[My good friend Taylor recently re-launched his site TaylorRankin.com, its a lot more bold than it was previously.
After some discussion and analysis we decided to build off of Bandzoogle.com&#8217;s existing platform and that it was possible to fit it to our design needs.
By the way, Bandzoogle for those of you who do not know is [...]]]></description>
			<content:encoded><![CDATA[<p>My good friend Taylor recently re-launched his site <a title="Taylor Rankin | Official Taylor Rankin Site | Hip Hop - Reggae - Fusion | 100% Violin Drums Voice" href="http://www.taylorrankin.com/home.cfm" target="_blank">TaylorRankin.com</a>, its a lot more bold than it was previously.</p>
<p>After some discussion and analysis we decided to build off of <a title="Band websites that work - no web design skills needed" href="http://bandzoogle.com/" target="_blank">Bandzoogle.com</a>&#8217;s existing platform and that it was possible to fit it to our design needs.</p>
<p><em>By the way, Bandzoogle for those of you who do not know is a web hosting platform with a slew of features catered primarily to independent musicians.</em></p>
<p>Anyway it was challenging as there is no templating language to use at this time.  The analysis work itself was based on <a title="Corey Smith" href="http://www.coreysmith.com/" target="_blank">CoreySmith.com</a>, an atypical Bandzoogle hosted site.  After looking at the source code with Firefox&#8217;s <a title="Firebug" href="http://getfirebug.com/" target="_blank">Firebug</a> I realized the following:</p>
<ol>
<li>The custom elements on the page were being loaded in the footertext div.</li>
<li>Those extra html elements were being managed by the custom styles.css.</li>
<li>A lot of the images were being hosted on a server other than Bandzoogle&#8217;s.</li>
</ol>
<p>If you happen to use or are considering to use Bandzoogle and are looking for inspiration on how to customize it, or just curious, read on.</p>
<p>The setup:</p>
<ol>
<li>Since editing your site live on Bandzoogle can be slow and potentially aggravate your fan base in the process I recommend that you mirror the site to a local drive.  You&#8217;ll work from this local drive.</li>
<li>Open up the local html source and browse down to &lt;div id=&#8221;footertext&#8221;&gt;, this is where you will want to place all of your custom HTML elements.</li>
<li>If you don&#8217;t have a custom styles.css file yet, create one and place it after all the other CSS files.</li>
<li>Keep track of any extra images you decide to use as you&#8217;ll need to upload those to a third party hosting platform.</li>
</ol>
<p>Once you&#8217;re finished with your new design:</p>
<ol>
<li>If you do have any extra images upload them to a host of your choosing and link them appropriately into your css and html.</li>
<li>Login to your Bandzoogle account and navigate to <strong>Design &amp; Options</strong>.</li>
<li>Copy the contents of your styles.css and browse down to <strong>Custom Stylesheet</strong> and click on the <strong>here</strong> link to paste your CSS.</li>
<li>On your html page compress the footertext class down to one line and on the left hand menu of <strong>Design &amp; Options</strong> click on <strong>Footer Text</strong> and copy/paste that line into the provided field.  Make sure to omit the footertext div from that line.</li>
<li>Save and voilà!</li>
</ol>
<p>Thankfully there is no max length set for the footertext field.</p>
<p>If you&#8217;d like to hear about tips and tricks on leveraging Bandzoogle.com&#8217;s platform or have any questions please leave me a comment.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://muloka.com/2010/06/taylorrankin-on-bandzoogle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zero Sign On at the Office</title>
		<link>http://muloka.com/2010/06/zero-sign-on-at-the-office/</link>
		<comments>http://muloka.com/2010/06/zero-sign-on-at-the-office/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 04:21:26 +0000</pubDate>
		<dc:creator>Louis Galipeau</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[office]]></category>

		<guid isPermaLink="false">http://www.muloka.com/?p=22</guid>
		<description><![CDATA[
As I was looking up on ways of doing Single Sign On I discovered Dr. Nic&#8217;s article about Zero Sign On.  The premise is simple: that users have a digital certificate that they use to authenticate their session instead of a username and password.
Since I work in a corporate environment I was thinking about how [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">
<p>As I was looking up on ways of doing Single Sign On I discovered <a title="Dr Nic" href="http://drnicwilliams.com/" target="_blank">Dr. Nic&#8217;s</a> article about <a title="Zero Sign On – 1 better or Infinitely better than Single Sign On?" href="http://drnicwilliams.com/2008/02/22/zero-sign-on-with-client-certificates/" target="_blank">Zero Sign On</a>.  The premise is simple: that users have a digital certificate that they use to authenticate their session instead of a username and password.</p>
<p>Since I work in a corporate environment I was thinking about how this could possibly be implemented and came up with the following:</p>
<ol>
<li>New employees would receive both a swipe card and USB key.</li>
<li>A copy of the employee&#8217;s certificate and a copy of Firefox configured to use the certificate.</li>
<li>The user inserts the key and the Windows or Linux login screen auto-detects its presence, logging the person in in the process.</li>
<li>When the employee browses to the sites they need to access on the intranet they are also automatically authenticated by the certificate store on the key.</li>
</ol>
</div>
<p>This may not be at all possible and I am also unfamiliar with the components behind Windows or Linux&#8217;s login process.  Maybe there&#8217;s something in Active Directory&#8217;s Certificate Services?</p>
<p>Similarly some (music) software already employ a similar scheme in which you need to have a USB key plugged in to authorize your use of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://muloka.com/2010/06/zero-sign-on-at-the-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
