<?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>Tiki:Mojo Creative Services</title>
	<atom:link href="http://tikimojo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tikimojo.com</link>
	<description>Where we make wonderful things happen</description>
	<lastBuildDate>Mon, 13 May 2013 05:50:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Art Meets Science Meets Art</title>
		<link>http://tikimojo.com/2013/05/art-meets-science-meets-art/</link>
		<comments>http://tikimojo.com/2013/05/art-meets-science-meets-art/#comments</comments>
		<pubDate>Mon, 13 May 2013 05:50:04 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=972</guid>
		<description><![CDATA[Commander Chris Hatfield performs David Bowie&#8217;s Space Oddity&#8230;  performs it from the International Space Station. This has a haunting beauty, especially if you have a fondness for space exploration.  Watch now: http://www.youtube.com/watch?v=KaOC9danxNo]]></description>
				<content:encoded><![CDATA[<p></p><p>Commander Chris Hatfield performs <a href="http://en.wikipedia.org/wiki/Space_Oddity_(song)" target="_blank">David Bowie&#8217;s Space Oddity</a>&#8230;</p>
<p style="padding-left: 30px;"><strong><em> performs it from the International Space Station.</em></strong></p>
<p>This has a haunting beauty, especially if you have a fondness for space exploration.  Watch now:</p>
<p><a href="http://www.youtube.com/watch?v=KaOC9danxNo">http://www.youtube.com/watch?v=KaOC9danxNo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/05/art-meets-science-meets-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Custom Fonts on Your Web Site</title>
		<link>http://tikimojo.com/2013/05/using-custom-fonts-on-your-web-site/</link>
		<comments>http://tikimojo.com/2013/05/using-custom-fonts-on-your-web-site/#comments</comments>
		<pubDate>Fri, 10 May 2013 17:36:36 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=968</guid>
		<description><![CDATA[Let&#8217;s say you&#8217;re bored to tears with the fonts that are available to your web browser, and you don&#8217;t want to, or can&#8217;t use a service like WebInk.  What are your options? Here&#8217;s a good article that covers the issue. So, you&#8217;ve decided to add your font in via CSS and @font-face.  Excellent choice!  The [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>Let&#8217;s say you&#8217;re bored to tears with the fonts that are available to your web browser, and you don&#8217;t want to, or can&#8217;t use a service like <a href="http://www.webink.com" target="_blank">WebInk</a>.  What are your options?</p>
<p><a href="http://webdesign.tutsplus.com/articles/typography-articles/a-web-designers-guide-to-font-replacement-methods/" target="_blank">Here&#8217;s a good article that covers the issue.</a></p>
<p>So, you&#8217;ve decided to add your font in via CSS and @font-face.  Excellent choice!  The next problem is how to convert your font file into all the different font files that are required to cover all the browsers you may encounter?  There&#8217;s some free web services out there, but if you&#8217;re font file is too big, they will reject you.</p>
<p>User Agent Man has written a command-line script that will convert your fonts for you.  <a href="http://www.useragentman.com/blog/2011/02/20/converting-font-face-fonts-quickly-in-any-os/" target="_blank">Click here to go to his site and read about it.</a></p>
<p>This script should work in Windows, Mac and Linux.  The catch?  It&#8217;s not simple to install.  It requires quite a few other things in order to run.  Here&#8217;s some additional hints on how to install this software in OSX.</p>
<ol>
<li>Installing fontforge.  To do this you&#8217;ll need to first have Apple&#8217;s Xcode developer tools and MacPorts.
<ol>
<li>Xcode: This is available for OSX going way back.  These instructions are for 10.8, which is what I have.  It may be different for older versions.
<ol>
<li>If you have a install DVD, Xcode may be on that.  Otherwise you can download it from the Apple App Store. Just search for &#8220;Xcode&#8221;.  It&#8217;s free.</li>
<li>Launch Xcode, accept the license.</li>
<li>Go Xcode -&gt; preferences -&gt; downloads -&gt; components</li>
<li>Click the button and install the Command Line Tools</li>
<li>Yay!  Now you can compile programs from the command line.  You&#8217;ll be doing that later.</li>
</ol>
</li>
<li>MacPorts.  This allows simple installation of unix programs on your mac.  It&#8217;s easy to install, go here and follow the instructions:<a href="http://www.macports.org/" target="_blank"> http://www.macports.org/</a></li>
<li>Ok, now you can install fontforge with this command:
<ol>
<li><strong>sudo port install fontforge</strong></li>
<li>enter your password when prompted, then wait until it&#8217;s done.</li>
</ol>
</li>
</ol>
</li>
<li>If you don&#8217;t already have it, install Java.  <a href="http://www.java.com/en/download/help/mac_install.xml" target="_blank">Instructions here.</a></li>
<li>Install a piece of Java software called Batik.
<ol>
<li><a href="http://xmlgraphics.apache.org/batik/install.html" target="_blank">Instructions start here</a></li>
<li><a href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/batik" target="_blank">The available places to download the software are here</a></li>
<li>The file you want will be called <strong>&#8220;batik-1.7.zip&#8221;</strong> (at least until there&#8217;s a new version)</li>
<li>You&#8217;re supposed to verify the integrity of the batik install files, but if you&#8217;re walking through these instructions you probably won&#8217;t bother.  <em><strong>However</strong></em>, do note that skipping the verify is a potential security issue for your computer.</li>
<li>Copy <strong>batik-1.7.zip</strong> to where you&#8217;d like it to live that&#8217;s convenient to your command line.</li>
<li>Open a terminal window, move to that directory and give this command:
<ol>
<li><strong>jar xvf batik-1.7.zip</strong></li>
<li>NOTE: you must use &#8220;jar&#8221; to unzip this.  Other utilities won&#8217;t set the preferences correctly.</li>
</ol>
</li>
<li>Ok, that&#8217;s done and ready</li>
</ol>
</li>
<li>Use macports to add ttf2eot.  In your terminal give this command:
<ol>
<li><strong>sudo port install ttf2eot</strong></li>
</ol>
</li>
<li>Install sfnt2woff
<ol>
<li>Download the software from here: <a href="http://people.mozilla.com/~jkew/woff/" target="_blank">http://people.mozilla.com/~jkew/woff/</a></li>
<li>Make sure you&#8217;ve saved it as a file.</li>
<li>We need to copy it somewhere where it will run properly.  There&#8217;s all kinds of places it could go, I just decided to put it here with this command:
<ol>
<li><strong>sudo cp sfnt2woff /usr/sbin/sfnt2woff</strong></li>
</ol>
</li>
<li>Now make it executable:
<ol>
<li><strong>sudo chmod +x sfnt2woff</strong></li>
</ol>
</li>
<li>Yay!  Almost done!</li>
</ol>
</li>
<li>Download the CSS3 Font Converter <a href="http://www.useragentman.com/downloads/css3FontConverter.zip" target="_blank">from here</a>.
<ol>
<li>Unzip the files, place them in a directory you like</li>
<li>Make the script executable:
<ol>
<li><strong>sudo chmod +x convertFonts.sh</strong></li>
</ol>
</li>
<li>Edit the script and set this:
<ol>
<li>BATIK_DIR=&#8217;c:\Program Files\Batik\batik-1.7&#8242;</li>
</ol>
</li>
<li>To wherever you&#8217;ve put the batik software</li>
</ol>
</li>
<li><em>If you&#8217;ve done all that correctly then you&#8217;re ready to convert fonts!</em></li>
</ol>
<p>Now what you do is move your truetype fonts into the directory with the font converter script and run this command:</p>
<p style="padding-left: 30px;"><strong>./convertFonts.sh *.ttf</strong></p>
<p>The script converts the .ttf files to the additional formats you need and also creates a CSS stylesheet!</p>
<p>Thanks to User Agent Man for this handy tool. <a href="http://www.useragentman.com/blog/2011/02/20/converting-font-face-fonts-quickly-in-any-os/" target="_blank"> Remember, you can read more here!</a></p>
<h2> How to make the font show up in your web site</h2>
<p>You&#8217;ll notice that in addition to the font files the script has produced a file called &#8220;stylesheet.css&#8221;.  That file will contain text that looks something like this:</p>
<pre style="padding-left: 30px;">@font-face {
 font-family: 'NanumPen';
 src: url('NanumPenScript.eot') format('eot'), 
 url('NanumPenScript.woff') format('woff'), 
 url('NanumPenScript.ttf') format('truetype'),
 url('NanumPenScript.svg#NanumPenScript') format('svg');
}</pre>
<p>You need to place this in your site&#8217;s CSS somewhere.  The URL is the location of the font files <strong><em>relative</em></strong> to where the css file is.  That is, if:</p>
<ul>
<li><span style="line-height: 13px;">The css file you added that @font-face to is at /user/foobar/site/css</span></li>
<li><strong>AND</strong> the font files are in /user/foobar/site/css/fonts</li>
<li><strong>THEN</strong> you want to edit those URL lines to read like so:
<ul>
<li>
<pre>url('fonts/NanumPenScript.woff')</pre>
</li>
</ul>
</li>
</ul>
<p>Ok, now you need to tell which elements of your web site to use the font.  There&#8217;s a million ways to do this.  In my case, I wanted to use the font in the menu.  My menu has a CSS ID of  &#8221;#menu-main-menu&#8221;, so I entered this into my CSS:</p>
<pre style="padding-left: 30px;">#menu-main-menu { font-family: 'NanumPen',Helvetica,sans-serif; }</pre>
<p>This tells the menu to use my custom font &#8220;NanumPen&#8221;, and if that&#8217;s not available use Helvetica, or whatever sans-serif the browser has.</p>
<p>Hopefully this post helps you take control of your web site.  Let us know how it goes!</p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/05/using-custom-fonts-on-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chanel #4</title>
		<link>http://tikimojo.com/2013/05/chanel-4/</link>
		<comments>http://tikimojo.com/2013/05/chanel-4/#comments</comments>
		<pubDate>Mon, 06 May 2013 06:05:53 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Idea Hose]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=964</guid>
		<description><![CDATA[Whatever happened to Chanel #4?  Was it murder????]]></description>
				<content:encoded><![CDATA[<p></p><p>Whatever happened to Chanel #4?  Was it <strong><em>murder????</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/05/chanel-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mind Management, Not Time Management</title>
		<link>http://tikimojo.com/2013/05/mind-management-not-time-management/</link>
		<comments>http://tikimojo.com/2013/05/mind-management-not-time-management/#comments</comments>
		<pubDate>Fri, 03 May 2013 18:02:40 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=962</guid>
		<description><![CDATA[Productivity is less about time management than it is about mind management. We all have the same number of hours during the day. How effectively we spend those hours really depends upon how well we can manage and harness our fragile mental energy. So starts this excellent blog post: Mind Management, Not Time Management The goal [...]]]></description>
				<content:encoded><![CDATA[<p></p><blockquote><p><a href="https://twitter.com/kadavy/statuses/197347632195182592" target="_blank">Productivity is less about time management than it is about mind management</a>. We all have the same number of hours during the day. How effectively we spend those hours really depends upon how well we can manage and harness our fragile mental energy.</p></blockquote>
<p>So starts this excellent blog post: <a href="http://kadavy.net/blog/posts/mind-management-intro/" target="_blank">Mind Management, Not Time Management</a></p>
<blockquote><p>The goal of mind management is to align your mental state with work that <em>needs</em> to be done, while also allowing your mind to do the work that it <em>wants</em> to do.</p></blockquote>
<p>If you&#8217;re like me, you&#8217;re constantly wrestling with and employing mental hacks to convince the brain and body to do what needs to be done now.  <a href="http://kadavy.net/blog/posts/mind-management-intro/" target="_blank">So read on&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/05/mind-management-not-time-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raspberry Pi – Big Fun in a Little Package!</title>
		<link>http://tikimojo.com/2013/05/raspberry-pi-big-fun-in-a-little-package/</link>
		<comments>http://tikimojo.com/2013/05/raspberry-pi-big-fun-in-a-little-package/#comments</comments>
		<pubDate>Fri, 03 May 2013 05:20:59 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=921</guid>
		<description><![CDATA[Recently I won a Raspberry Pi at a conference.  What is it?  In brief – a $25 dollar computer the size of a credit card intentioned to get school kids excited about what they can do with an ultra-cheap computer. Of course, the geeky adults have been snapping them up and making them into all [...]]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://tikimojo.com/wp-content/uploads/2013/05/raspberry_pi.png"><img class="alignright  wp-image-940" title="raspberry_pi" src="http://tikimojo.com/wp-content/uploads/2013/05/raspberry_pi.png" alt="logo" width="209" height="154" /></a>Recently I won a <a href="http://en.wikipedia.org/wiki/Raspberry_pi" target="_blank">Raspberry Pi</a> at a conference.  What is it?  In brief – a $25 dollar computer the size of a credit card intentioned to get school kids excited about what they can do with an ultra-cheap computer.</p>
<p>Of course, the geeky adults have been snapping them up and making them into all kinds of fun devices.  <a href="http://www.raspberrypi.org" target="_blank">See more here.</a></p>
<p>For $25 you get a very stripped down computer.  You&#8217;ll need to add a few things:</p>
<ol>
<li>power supply</li>
<li>SD card (it&#8217;s like an itty-bitty hard drive)</li>
<li>USB mouse</li>
<li>USB keyboard</li>
<li>some kind of monitor or an old TV</li>
<li>an ethernet cable</li>
</ol>
<p>The hope is that someone can get this in a nerdy kid&#8217;s hands and they can assemble a working computer out of junk lying around at home and they can learn and experiment on a real functioning computer like we did in the 80&#8242;s!</p>
<p>Some clues:</p>
<ul>
<ul>
<ul>
<li>USB keyboard and mouse.  Those are easy.  However, by default the computer thinks it&#8217;s in the UK, which isn&#8217;t so bad if you&#8217;re like me and have muscle memory of your old Comodore-64 keyboard.  For practical reasons you&#8217;ll want to run the <a href="http://www.robertawood.com/writer-s-resources/entry/raspberry-pi-initial-setup-headless-no-monitor-or-keyboard-needed/raspberry-pi-initial-setup-part-9-raspi-config.html" target="_blank">raspi-config</a> and tell it more about your keyboard, your local time and whatnot.</li>
<li>Power supply.  <a href="http://tikimojo.com/wp-content/uploads/2013/04/images.jpeg"><img class="size-thumbnail wp-image-922 alignright" title="USB power" src="http://tikimojo.com/wp-content/uploads/2013/04/images-150x150.jpeg" alt="what they look like" width="150" height="150" /></a> The hope is you&#8217;ve got an old cell phone charger lying around that will do the trick.  The catch is you need to make sure it&#8217;s at least 800ma and has a &#8220;micro&#8221; not &#8220;mini&#8221; usb connector.  (see photo &#8211; you want a connector like the one on the right.).  I ordered one of these and it works great: <a href="http://www.amazon.com/gp/product/B005LFXBJG/ref=oh_details_o00_s00_i01?ie=UTF8&amp;psc=1">Motorola USB Wall Charger with Micro USB Data Cable &#8211; Bulk Packaging (Black)  </a></li>
<li>Video.  The Raspberry Pi comes ready to connect to and old TV via RCA cable or a new TV via HDMI.  If you want to connect to a VGA monitor, you need a special cable that converts the digital HDMI signal to an analog VGA signal.  Careful about which one you buy – some of the cheap ones are known to not work.  Here&#8217;s one that&#8217;s worked for me: <a href="http://www.amazon.com/gp/product/B007SM7O2U/ref=oh_details_o01_s00_i02?ie=UTF8&amp;psc=1" target="_blank">Cable Matters Gold Plated Premium HDMI to VGA M/F Active Adapter in White  </a></li>
<li>SD Card.  The hope is you&#8217;ve got one lying around from an old digital camera.  Currently accepted wisdom says that a 4 gig card is plenty big enough, but since I had to buy one and they are plenty cheap I got an 8 gig card.  Two things to know.  SD cards have a &#8220;class&#8221; which refers to their speed.  Class 1 is the slowest, class 10 is the fastest.  The speed won&#8217;t matter too much to your Raspberry Pi (plus you can also put files on a regular USB drive) so let your wallet be your guide.  The second thing to know is some SD cards are known not to work.  You can check here to see about yours: <a href="http://elinux.org/RPi_SD_cards" target="_blank">http://elinux.org/RPi_SD_cards</a></li>
<li>What if you don&#8217;t have a wired ethernet network to plug into? No problem.  Lots of people are using a <a href="http://www.amazon.com/Edimax-EW-7811Un-Wireless-Adapter-Wizard/dp/B003MTTJOY/ref=sr_1_1?ie=UTF8&amp;qid=1367557956&amp;sr=8-1&amp;keywords=nano+wireless+802" target="_blank">USB wifi network gizmo like this one</a>.</li>
</ul>
</ul>
</ul>
<p>You can find plenty more info online, but this is the wisdom I have to share.  I&#8217;m setting my Raspy up as a web cam to watch what&#8217;s happening in my garden.  I&#8217;ve got the basic setup working, now some tweaking and an install&#8230; <a href="http://pingbin.com/2012/12/raspberry-pi-web-cam-server-motion/" target="_blank">Here&#8217;s more info on setting up a web cam</a>.</p>
<p>Get out there, make something neat and tell the world!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/05/raspberry-pi-big-fun-in-a-little-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Criminal Sexual Misconduct</title>
		<link>http://tikimojo.com/2013/05/criminal-sexual-misconduct/</link>
		<comments>http://tikimojo.com/2013/05/criminal-sexual-misconduct/#comments</comments>
		<pubDate>Fri, 03 May 2013 00:49:02 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=930</guid>
		<description><![CDATA[I&#8217;m on-site with a client.   On their calendar: Stabbing Vehicular Homicide Criminal Sexual Misconduct Shooting Burglary It&#8217;s not what it seems.  Dawson Media Group is doing a CSI-style educational series and this is just their video production schedule. I&#8217;m working on a completely different web site project for them.  No stabbing required. Welcome to [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>I&#8217;m on-site with a client.  <a href="http://tikimojo.com/wp-content/uploads/2013/05/DMG-Card-Logo-for-Hot-Pepper.png"><img class="alignright  wp-image-931" title="DMG-Card-Logo-for-Hot-Pepper" src="http://tikimojo.com/wp-content/uploads/2013/05/DMG-Card-Logo-for-Hot-Pepper-300x200.png" alt="" width="240" height="160" /></a></p>
<p>On their calendar:</p>
<ol>
<li><strong>Stabbing</strong></li>
<li><strong>Vehicular Homicide</strong></li>
<li><strong>Criminal Sexual Misconduct</strong></li>
<li><strong>Shooting</strong></li>
<li><strong>Burglary</strong></li>
</ol>
<p>It&#8217;s not what it seems.  <a href="http://www.dawsonmediagroup.com" target="_blank">Dawson Media Group</a> is doing a CSI-style educational series and this is just their video production schedule.</p>
<p>I&#8217;m working on a completely different web site project for them.  No stabbing required.</p>
<p>Welcome to my world. <img src='http://tikimojo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/05/criminal-sexual-misconduct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Why help other people? What&#8217;s in it for you?&#8221;</title>
		<link>http://tikimojo.com/2013/04/why-help-other-people-whats-in-it-for-you/</link>
		<comments>http://tikimojo.com/2013/04/why-help-other-people-whats-in-it-for-you/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 06:01:05 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=914</guid>
		<description><![CDATA[&#8220;Why help other people? What&#8217;s in it for you?&#8221; excellent question. http://www.colbertnation.com/full-episodes/mon-april-8-2013-bill-clinton]]></description>
				<content:encoded><![CDATA[<p></p><p>&#8220;Why help other people? What&#8217;s in it for you?&#8221;</p>
<p>excellent question.</p>
<p><a href="&quot;Why help other people?  What's in it for you?&quot; excellent question. http://www.colbertnation.com/full-episodes/mon-april-8-2013-bill-clinton" target="_blank">http://www.colbertnation.com/full-episodes/mon-april-8-2013-bill-clinton</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/04/why-help-other-people-whats-in-it-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benchmarking Web Frameworks</title>
		<link>http://tikimojo.com/2013/04/benchmarking-web-frameworks/</link>
		<comments>http://tikimojo.com/2013/04/benchmarking-web-frameworks/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 21:27:35 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=912</guid>
		<description><![CDATA[If you&#8217;re building web applications, you quite possibly are using a web framework.  If you&#8217;re hoping a lot of concurrent users will be on your platform, you care about performance and scalability. I just ran across this set of benchmarks of popular web frameworks: http://www.techempower.com/blog/2013/04/05/frameworks-round-2/ Take any benchmark with a grain of salt, of course, [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>If you&#8217;re building web applications, you quite possibly are using a web framework.  If you&#8217;re hoping a lot of concurrent users will be on your platform, you care about performance and scalability.</p>
<p>I just ran across this set of benchmarks of popular web frameworks:</p>
<p><a href="http://www.techempower.com/blog/2013/04/05/frameworks-round-2/" target="_blank">http://www.techempower.com/blog/2013/04/05/frameworks-round-2/</a></p>
<p>Take any benchmark with a grain of salt, of course, and there&#8217;s more to a framework choice than speed.  However I do see two interesting things going on there:</p>
<ol>
<li>The java-based frameworks seem to be performing well</li>
<li>Wow, Ruby on Rails is just about the slowest thing you can use</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/04/benchmarking-web-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burn Charts and Project Management</title>
		<link>http://tikimojo.com/2013/04/burn-charts-and-project-management/</link>
		<comments>http://tikimojo.com/2013/04/burn-charts-and-project-management/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 22:57:10 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=909</guid>
		<description><![CDATA[I just ran across the concept of &#8220;burn charts&#8221;.  Seems a clever way to chart project progress vs. project scope and time. Check it out! http://spin.atomicobject.com/2011/07/27/atomic-burn-charts/]]></description>
				<content:encoded><![CDATA[<p></p><p>I just ran across the concept of &#8220;burn charts&#8221;.  Seems a clever way to chart project progress vs. project scope and time.</p>
<p>Check it out!</p>
<p><a href="http://spin.atomicobject.com/2011/07/27/atomic-burn-charts/" target="_blank">http://spin.atomicobject.com/2011/07/27/atomic-burn-charts/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/04/burn-charts-and-project-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time for Your WiFi Not-Work to Network</title>
		<link>http://tikimojo.com/2013/03/time-for-your-wifi-not-work-to-network/</link>
		<comments>http://tikimojo.com/2013/03/time-for-your-wifi-not-work-to-network/#comments</comments>
		<pubDate>Sun, 31 Mar 2013 04:01:56 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tikimojo.com/?p=926</guid>
		<description><![CDATA[Chances are that at some point you have relied on a less-than-perfect WiFi network connection.  This happens all the time at your local coffee shop, but what do you do when it&#8217;s your home WiFi?  So many people have been suckered into the low cost of Dlink and Linksys hardware which works, well &#8220;OK&#8221; most [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>Chances are that at some point you have relied on a less-than-perfect WiFi network connection.  This happens all the time at your local coffee shop, but what do you do when it&#8217;s your home WiFi?  So many people have been suckered into the low cost of Dlink and Linksys hardware which works, well &#8220;OK&#8221; most or some of the time.  Maybe that works well enough for Gramma, but what if you work from your home office <strong><em>and you need your network not to suck???</em></strong></p>
<p>We are finally in luck.  Check out <a href="http://www.open-mesh.com" target="_blank">http://www.open-mesh.com</a></p>
<p>If your eyes haven&#8217;t already glazed over from too much techno-speak you are in luck. Open Mesh provides a low cost, plug-and-play wireless &#8220;mesh&#8221; network that will spread your internet wifi connection across your apartment, home or giant apartment complex.</p>
<p>If your Comcast or DSL or fiber-optic connection to your current wifi hub is working good, then you don&#8217;t need this.  However, if you are having network dropouts, dead areas with no reception, or you want to start charging your free-loading neighbors for network access&#8230; then this is your baby.</p>
<p>Hard to believe, but configuration is actually &#8220;plug and play&#8221;.  Should you want to play with the options everything is available via your web browser.  I&#8217;ve been building Wifi networks since 2000 and this is by far the most powerful <em>and</em> simple to use.</p>
<p>Don&#8217;t delay – check it out today!</p>
<p><a href="http://www.open-mesh.com" target="_blank">http://www.open-mesh.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tikimojo.com/2013/03/time-for-your-wifi-not-work-to-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
