<?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>Ian Hoar – Passion for Technology – Geeking Out &#187; Freebies</title>
	<atom:link href="http://www.ianhoar.com/category/freebies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ianhoar.com</link>
	<description>Technology, Web, Toys, Games, Design, Entertainment, Gadgets, &#38; Geeking Out</description>
	<lastBuildDate>Mon, 16 Jan 2012 03:51:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The secrets to using custom web fonts</title>
		<link>http://www.ianhoar.com/2011/04/02/the-secrets-to-using-custom-web-fonts/</link>
		<comments>http://www.ianhoar.com/2011/04/02/the-secrets-to-using-custom-web-fonts/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 23:03:00 +0000</pubDate>
		<dc:creator>Ian Hoar</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ianhoar.com/?p=4269</guid>
		<description><![CDATA[If you are a web designer then you&#8217;re already fully aware of the limitations surrounding the usage of fonts on the web. For years we have basically had two reliable options, use a standard web based font that is included on most operating systems with a few fall back fonts, or images. For headlines, custom [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4301" title="The secrets to using custom web fonts" src="http://www.ianhoar.com/wp-content/uploads/2011/04/fonts.png" alt="The secrets to using custom web fonts" width="200" height="150" />If you are a web designer then you&#8217;re already fully aware of the limitations surrounding the usage of fonts on the web. For years we have basically had two reliable options, use a standard web based font that is included on most operating systems with a few fall back fonts, or images. For headlines, custom fonts and anything fancy images were the only way to go, but that&#8217;s all about to change.</p>
<p><span id="more-4269"></span></p>
<p><span class="pacifico" style="color: #2d6fb4;">Start using awesome custom web fonts today!</span></p>
<h2>A quick recap</h2>
<p>Several older embedding options exist that have been around for awhile. Scalable Inman Flash Replacement (sIFR) which requires the Flash plugin and is thus in my opinion less desirable option, is one of them. There are also server side font replacement implementations where graphics are generated and then served to the web browser, but again this requires multiple technologies to work and has many limitations.</p>
<h2>Cufón, a Javascript solution</h2>
<p>A more recent technology advance in fonts is <a href="http://cufon.shoqolate.com/generate/">Cufón</a>. Cufón requires no flash install and no extra software on the server side. It&#8217;s a pure JavaScript implementation and converts fonts into inline graphics. To a screen reader or web crawler the text looks like plain HTML text as you apply Cufón to the HTML text elements you wish to replace. This is one of the best font implementations yet, but it still has several limitations and caveats.</p>
<ol>
<li>You cannot select or copy any of the text that has been replaced with Cufón. This is minor, but still a usability issue since the user expects to be able to copy and paste text if they want.</li>
<li>You cannot user your browsers page search for Cufón replaced text.</li>
<li>Cufón does not support rollovers, so you cannot apply a hover to your links. This is a little more of a deal breaker since many navigation toolbars require rollovers.</li>
<li>It is illegal to embed many fonts with Cufón since you are distributing the actual font data in a javascript file. This is not an issue with Flash since the actual font data is not being distributed. Cufón can encrypt the font data, but you will still be in violation of many font license agreements.</li>
<li>Knowing which fonts you can legally embed is a bit of a nightmare since the legal jargon on many font foundries will just leave you confused.</li>
<li>You must upload your fonts to the <a href="http://cufon.shoqolate.com/generate/">Cufón site</a> and generate a JavaScript version of your font. This is time consuming and one extra step.</li>
</ol>
<h2 class="google">Welcome to Google web fonts</h2>
<p>Google web fonts solves five of the six issues listed above.</p>
<ol>
<li>You can select and copy / paste any of the fonts.</li>
<li>You can search for the fonts with your browsers page search.</li>
<li>Hover link rollovers are fully supported.</li>
<li>All of the fonts in Google web fonts are free to use and eliminate the research or guesswork needed.</li>
<li>Once you choose the font you would like all you have to do is copy and paste the generated code into your HTML document.</li>
</ol>
<p>The fonts are CSS based, and the concept of CSS linked fonts has been around since 1998, but it hasn&#8217;t been until recently that you could guarantee most users would have browsers that could see these linked fonts.</p>
<h2>Why Google Fonts? It&#8217;s fast and super easy!</h2>
<p>Go to <a href="http://www.google.com/webfonts">Google web fonts</a> and browse the many fonts until you find one you like. Select it and launch the Google font previewer, here you can tweak the font and even add CSS text shadows. At the bottom of your previewer you will see a CSS snippet. Copy that and past it into your style sheet and you&#8217;re done, all your fonts will be like the one in the previewer.</p>
<p><img title="Google Font Previewer" src="http://www.ianhoar.com/wp-content/uploads/2011/04/google_font_previewer-710x524.png" alt="Google Font Previewer" width="710" height="524" /></p>
<p>Of course you probably don&#8217;t want to apply it to your entire site. In the case above it would probably be best to apply the style only to HTML header tags, so you could change the <strong>body</strong> tag to <strong>h1</strong> or even use a class. For the example below I just created a <strong>google</strong> class.</p>
<p><span class="google" style="color: #2d6fb4; font-size: 18px; text-shadow: 2px 2px 2px #aaa !important;">Josefin Sans is just one of the many great fonts available at Google web fonts.</span></p>
<pre class="brush: css; title: ; notranslate">
&lt;link href=&quot;http://fonts.googleapis.com/css?family=Josefin+Sans:100,100italic,300,300italic,400,400italic,600,600italic,700,700italic&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;style type=&quot;text/css&quot;&gt;
.google {
     font-family: 'Josefin Sans', serif;
     font-size: 36px;
     font-style: normal;
     font-weight: 400;
     text-shadow: none;
     text-decoration: none;
     text-transform: none;
     letter-spacing: 0em;
     word-spacing: 0em;
     line-height: 1.2;
}
&lt;/style&gt;
</pre>
<p>And that&#8217;s about all there is to using Google fonts, it&#8217;s quick and easy.</p>
<h2>What platforms does Google fonts support?</h2>
<p>Going forward pretty much everything is going to support CSS based fonts, but here are the versions that support Googles method.</p>
<ul>
<li>Google Chrome: version 4.249.4+</li>
<li>Mozilla Firefox: version: 3.5+</li>
<li>Apple Safari: version 3.1+</li>
<li>Opera: version 10.5+</li>
<li>Microsoft Internet Explorer: version 6+</li>
</ul>
<h2>Can I download them and use them in a graphic applications like Photoshop?</h2>
<p>Yes, while you don&#8217;t need to actually download them in order to use them on a website, you can download all of the Google Web Fonts if you like and use them in your favourite graphics package.</p>
<h2>@font-face; another great method for using custom fonts</h2>
<p>You can use download <a href="http://www.google.com/webfonts">Google web fonts</a>, <a href="http://www.theleagueofmoveabletype.com/">The League of Movable Type fonts</a>, or any web licensed fonts and use the @font-face method. In fact this is a very viable method now that most browsers support. OTF fonts will be supported in all the browsers that Google Web fonts are supported in, and in some cases all the way back to IE4. The only real difference with Google Web fonts is the ease of use and convenient library, but feel free to download any fonts you want and use this method if you prefer. @font-face also has all the same benefits that were listed for Google web fonts.</p>
<h2>How to use @font-face</h2>
<p>Using css linked fonts is pretty easy and has been around since 1998. Today most browsers support them, so go nuts. First download a the font you like, it must be web licensed so grab one from <a href="http://www.google.com/webfonts">Google web fonts</a> or <a href="http://www.theleagueofmoveabletype.com/">The League of Movable Type</a>. Once you have done that you will need to upload the actual font to your web server.</p>
<p><span class="orbitron-black"><span style="font-size: 30px;">ORBITRON</span> A <span style="font-size: 35px;">high impact</span> <span style="font-size: 25px;">font</span> with four <span style="font-size: 30px;">4</span> styles from <span style="font-size: 30px;">The League of Movable Type</span>.</span></p>
<p><span class="orbitron-black">ORBITRON black.</span></p>
<p><span class="orbitron-bold">ORBITRON bold. </span></p>
<p><span class="orbitron-medium">ORBITRON medium.</span></p>
<p><span class="orbitron-light">ORBITRON light.</span></p>
<p>The CSS for above example although long is quite simple. <strong>@font-face</strong> declares your <strong>font-family</strong> name and <strong>src</strong> (source) path to where the font is located on your server. Once they are set up you can start creating css classes or styling any HTML elements as you normally would. The example above is shown below.</p>
<pre class="brush: css; title: ; notranslate">
@font-face {
     font-family: &quot;Orbitron-Black&quot;;
     src: url(&quot;PATH_TO_FONT/orbitron-black.otf&quot;);
}
@font-face {
     font-family: &quot;Orbitron-Bold&quot;;
     src: url(&quot;PATH_TO_FONT/orbitron-bold.otf&quot;);
}
@font-face {
     font-family: &quot;Orbitron-Medium&quot;;
     src: url(&quot;PATH_TO_FONT/orbitron-medium.otf&quot;);
}
@font-face {
     font-family: &quot;Orbitron-Light&quot;;
     src: url(&quot;PATH_TO_FONT/orbitron-light.otf&quot;);
}
.orbitron-black {
     font-family: &quot;Orbitron-Black&quot;, serif;
     font-size:18px;
}
.orbitron-bold {
     font-family: &quot;Orbitron-Bold&quot;, serif;
     font-size:18px;
}
.orbitron-medium {
     font-family: &quot;Orbitron-Medium&quot;, serif;
     font-size:18px;
}
.orbitron-light {
     font-family: &quot;Orbitron-light&quot;, serif;
     font-size:18px;
}
</pre>
<h2>Other options for web licensed fonts</h2>
<p><a href="http://typekit.com/">TypeKit</a> is one of the commercial options with yearly pricing options and a limited free option. You can find commercial fonts here, but unfortunately a lot of the big names are missing. A quick search for favourites like Gotham, Helvetica Neue and Frutiger yielded nothing, so for now I&#8217;ll be sticking with <a href="http://www.google.com/webfonts">Google web fonts</a> and <a href="http://www.theleagueofmoveabletype.com/">The League of Movable Type</a>.</p>
<h2>The future is digital</h2>
<p>It&#8217;s quite annoying that the large font foundries have locked down and prohibited the use of their fonts on the web or only allowed clunky implementations. It&#8217;s as if they believe that if they were to open up their licenses that the world would cease to buy fonts tomorrow. I think it would be quite the opposite. Individual sites that want to embed fonts regardless of whether they own the rights to them or the licensing restrictions are going to use them. Larger corporate sites and individual sites that respect the copyright of fonts will instead move to the quickly growing library of web licensed and free fonts. The future is digital, and the larger foundries really need to wake up before people just move elsewhere for their fonts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianhoar.com/2011/04/02/the-secrets-to-using-custom-web-fonts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Space Monkey for the iPhone, iTouch is free for a limited time</title>
		<link>http://www.ianhoar.com/2008/10/08/space-monkey-for-the-iphone-itouch-is-free-for-a-limited-time/</link>
		<comments>http://www.ianhoar.com/2008/10/08/space-monkey-for-the-iphone-itouch-is-free-for-a-limited-time/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 03:52:15 +0000</pubDate>
		<dc:creator>Ian Hoar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Neato]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.ianhoar.com/?p=2649</guid>
		<description><![CDATA[Tonight I was browsing the top free downloads and noticed Space Monkey in second place. This was originally a $9.99 game, but right now it is temporarily free from the Glu developers (Update: Space Monkey is no longer free, but it looks like it&#8217;s now 99 cents, still a great price). This is why it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2655 thumbRight" title="Space Monkey" src="http://www.ianhoar.com/wp-content/uploads/2008/10/space_monkey.png" alt="" width="180" height="270" />Tonight I was browsing the top free downloads and noticed Space Monkey in second place. This was originally a $9.99 game, but right now it is temporarily free from <a href="http://www.glu.com">the Glu developers</a><strong> (Update: Space Monkey is no longer free, but it looks like it&#8217;s now 99 cents, still a great price)</strong>. This is why it&#8217;s always a good idea to check out the top free apps every few days, because a lot of apps start out free and then cost money later on. Sometimes they will also go on sale or as in the case of Space Monkey go completely free.</p>
<p><span id="more-2649"></span></p>
<p>Tonight I played Space Monkey for the first time for about 30 minutes and I must say this is a really fun iPhone game. It&#8217;s a unique take on the puzzle genre and the graphics are good, the sound is great, and right now the price can&#8217;t be beat, it&#8217;s free for a limited time. <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284419048&amp;mt=8">Get Space Monkey right now</a> while you can and check out the screenshots below (Spoiler, I show one of the bosses).</p>
<p style="text-align: center;"><img class="size-full wp-image-2654 alignnone" title="Space Monkey Spin" src="http://www.ianhoar.com/wp-content/uploads/2008/10/space_monkey_spin.png" alt="" width="480" height="320" /></p>
<p style="text-align: center;"><img class="size-full wp-image-2657 alignnone" title="Space Monkey Intro" src="http://www.ianhoar.com/wp-content/uploads/2008/10/space_monkey_intro.png" alt="" width="480" height="320" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2656" title="Space Monkey Boss" src="http://www.ianhoar.com/wp-content/uploads/2008/10/space_monkey_boss.png" alt="" width="480" height="320" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2658" title="Space Monkey Screen1" src="http://www.ianhoar.com/wp-content/uploads/2008/10/space_monkey_screen1.png" alt="" width="320" height="480" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2659" title="Space Monkey Screen2" src="http://www.ianhoar.com/wp-content/uploads/2008/10/space_monkey_screen2.png" alt="" width="320" height="480" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2660" title="Space Monkey Screen3" src="http://www.ianhoar.com/wp-content/uploads/2008/10/space_monkey_screen3.png" alt="" width="320" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianhoar.com/2008/10/08/space-monkey-for-the-iphone-itouch-is-free-for-a-limited-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to transfer your itunes library to another computer</title>
		<link>http://www.ianhoar.com/2008/10/06/how-to-transfer-your-itunes-library-to-another-computer/</link>
		<comments>http://www.ianhoar.com/2008/10/06/how-to-transfer-your-itunes-library-to-another-computer/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:04:39 +0000</pubDate>
		<dc:creator>Ian Hoar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Frustration]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.ianhoar.com/?p=2580</guid>
		<description><![CDATA[I spent a good chunk of time this weekend figuring out how to transfer files from an iTouch to a new laptop. The original library was on an old computer and I wanted an easy way to transfer the files from the iTouch to the new laptop. Considering how easy most Apple products are to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2606 thumbRight" title="SharePod" src="http://www.ianhoar.com/wp-content/uploads/2008/10/sharepod.png" alt="" width="250" height="142" />I spent a good chunk of time this weekend figuring out how to transfer files from an iTouch to a new laptop. The original library was on an old computer and I wanted an easy way to transfer the files from the iTouch to the new laptop. Considering how easy most Apple products are to use it&#8217;s surprising that there is nothing easy about transferring your files from an iPod to another computer. Yes there is the quick transfer purchases option, but unless you bought every song from the iTunes store it&#8217;s a pretty useless feature. Many of us have invested a lot of time ripping our old CD collections or heaven forbid may have bought our mp3 music elsewhere. Why is it so hard to transfer YOUR music? The apple method requires burning CDs, DVDs or transferring the entire hard drive over. Maybe the record labels play into this, who knows, but it&#8217;s damn inconvenient. The locks on transferring files are obviously artificial since an iPod is a simple USB storage device.</p>
<p><span id="more-2580"></span></p>
<p>There are a lot of options out there when it comes to transferring your files. There are free solutions, paid solutions, and solutions that require hacking or <a href="http://en.wikipedia.org/wiki/Privilege_escalation">jailbreaking the device</a>. Some of the methods only work on certain firmware versions, and some of the paid transfer applications have limitations on the shareware versions. After much digging around and several failed attempts I finally found a program that will work on the newest iTouch firmware as of this writing and I also quickly tested it out on my iPhone. It&#8217;s called <a href="http://www.getsharepod.com/">SharePod, a really polished little app that is completely free</a>. This nifty little program recognized the iTouch in seconds and allowed me to copy all the mp3s on the device over to the laptop. I did have problems with some video files, but that may have been my mistake, I&#8217;m not sure, but I recommend testing out your files after copying them off your device onto a new computer before resyncing your iPod.</p>
<p>Basically SharePod lists all the albums you have and lets you select each file you want or all of them. The great thing about SharePod is that it seems to be updated on a regular basis to support the new releases. When testing it out on my iPhone it did say not all features were currently supported on my version of the phone, but I could still transfer files from the iPhone to my computer, which is really all I need. It&#8217;s nice to know that the developer is keeping this app up to date and I really hope they continue to do so.</p>
<p><img class="aligncenter size-full wp-image-2625" title="SharePod Main Window" src="http://www.ianhoar.com/wp-content/uploads/2008/10/sharepod_mainwindow.png" alt="" width="480" height="353" /></p>
<p>So if you have a massive collection to transfer over to a new computer, or even just a few songs, <a href="http://www.getsharepod.com/">try out SharePod</a>, it&#8217;s the best solution I have found for something that I think should be basic functionality built into iTunes. You can see <a href="http://www.getsharepod.com/screenshots/">screenshots of this great little app</a> on the SharePod site too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianhoar.com/2008/10/06/how-to-transfer-your-itunes-library-to-another-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free WordPress theme &#8211; Deep Red</title>
		<link>http://www.ianhoar.com/2008/07/07/free-wordpress-theme-deep-red/</link>
		<comments>http://www.ianhoar.com/2008/07/07/free-wordpress-theme-deep-red/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 02:59:48 +0000</pubDate>
		<dc:creator>Ian Hoar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.ianhoar.com/?p=296</guid>
		<description><![CDATA[I finally got around to releasing my old WordPress theme Deep Red. Anyone can download it and use it. I have included the PSD file so you can tweak it, change it, or do whatever you like. You will also find all the slices in the Photoshop file. This theme also uses Alex King&#8217;s popularity [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to releasing my old WordPress theme Deep Red. Anyone can download it and use it. I have included the PSD file so you can tweak it, change it, or do whatever you like. You will also find all the slices in the Photoshop file.</p>
<p>This theme also uses <a href="http://alexking.org/projects/wordpress">Alex King&#8217;s popularity contest plugin</a>. You can see it in the screenshot below on the sidebar; it tracks your most popular posts and displays them on the front page. You do not need to add this plugin to use the theme as there is a function check in the theme that will omit that section if you do not have the plugin activated.</p>
<p>If you like it, flip me an email so I can see how you have used it.</p>
<p><a href="http://www.ianhoar.com/wp-content/uploads/2008/07/deep-red-1-1.zip">Download WordPress theme and PSD file</a>.</p>
<p><a href="http://www.ianhoar.com/wp-content/uploads/2008/07/deep-red-1-1.zip"><img class="alignnone size-full wp-image-297" title="Deep Red WordPress Theme" src="http://www.ianhoar.com/wp-content/uploads/2008/07/deep_red_wordpress_theme.gif" alt="Deep Red WordPress Theme" width="480" height="271" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianhoar.com/2008/07/07/free-wordpress-theme-deep-red/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

