<?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/"
	>

<channel>
	<title>arial8pt</title>
	<atom:link href="http://arial8pt.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://arial8pt.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 14 Dec 2008 06:07:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solving minimum height with jQuery.</title>
		<link>http://arial8pt.com/?p=53</link>
		<comments>http://arial8pt.com/?p=53#comments</comments>
		<pubDate>Sat, 13 Dec 2008 01:44:30 +0000</pubDate>
		<dc:creator>cpham</dc:creator>
		
		<category><![CDATA[UI]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[dimensions]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[min-height]]></category>

		<guid isPermaLink="false">http://arial8pt.com/?p=53</guid>
		<description><![CDATA[Let me start off by saying how much I love jQuery as a JavaScript library. It has made life so much easier, and I have been able to finish my work faster by using jQuery. 
So today I found myself wishing that setting a minimum height to an element wasn&#8217;t so damned hard, and I [...]]]></description>
			<content:encoded><![CDATA[<p>Let me start off by saying how much I love <a href="http://jquery.com" target="_blank">jQuery</a> as a JavaScript library. It has made life so much easier, and I have been able to finish my work faster by using jQuery. </p>
<p>So today I found myself wishing that setting a minimum height to an element wasn&#8217;t so damned hard, and I finally realized how easy it could be. I thought I would share, since I obviously haven&#8217;t touched this site in a while.
<p>&nbsp;</p>
<p><span id="more-53"></span></p>
<h2>Here&#8217;s how I did it:</h2>
<p>First, I downloaded <a href="http://jQuery.com" target="_blank">jQuery</a> and the <a href="http://plugins.jquery.com/project/dimensions" target="_blank">Dimensions</a> plugin.</p>
<p>Then I added both scripts to my page:</p>
<pre name="code" class="html">
      &lt;script type="text/javascript" src="path/to/jquery.js"&gt;&lt;/script&gt;
      &lt;script type="text/javascript" src="path/to/dimensions.js"&gt;&lt;/script&gt; 
</pre>
<p>&nbsp;</p>
<p>Then, using the dimensions plugin, I determined the height of my element, and created an if/then statement that says if the element has a height less than 200px, give that element a height of 200px.</p>
<pre name="code" class="javascript">
&lt;script type="text/javascript"&gt;
//&lt;![CDATA[

      $(function() {
            var contentHeight = $('div#content').height();
            if (contentHeight &lt; 200) {
                  $('div#content').css('height','200px');

            }

      });

//]]&gt;
&lt;/script&gt;

</pre>
<p>It&#8217;s really <strong>that</strong> easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://arial8pt.com/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Shikabane Hime: The Corpse Princess</title>
		<link>http://arial8pt.com/?p=35</link>
		<comments>http://arial8pt.com/?p=35#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:42:03 +0000</pubDate>
		<dc:creator>cpham</dc:creator>
		
		<category><![CDATA[Anime]]></category>

		<guid isPermaLink="false">http://arial8pt.com/?p=35</guid>
		<description><![CDATA[Sailor Moon with guns, and way more blood. Who wouldn't want to watch a schoolgirl shooting monsters with a semi-automatic rifle?]]></description>
			<content:encoded><![CDATA[<p>I first discovered this <a title="Shikabane Hime on Hulu.com" href="http://www.hulu.com/shikabane-hime?c=Animation-and-Cartoons/Anime" target="_blank">Shikabane Hime</a> on <a title="Hulu.Com" href="http://Hulu.com" target="_blank">Hulu.com</a>, which at first only had two available episodes (and now, four). I later found out that there have only been seven episodes aired in Japan, so I thought it was cool that Funimation was releasing subtitled episodes so quickly after airing.</p>
<p>While the story-line remains slightly convuluted (which can be expected from any anime, really), I thought that the action and diologue was fantastic. I immediately thought Sailor Moon with guns, and way more blood. Who wouldn&#8217;t want to watch a young girl in a uniform shooting monsters with a semi-automatic rifle?</p>
<p><object width="512" height="296"><param name="movie" value="http://www.hulu.com/embed/dGsyweOUQHrxMqU5xSaosQ"></param><embed src="http://www.hulu.com/embed/dGsyweOUQHrxMqU5xSaosQ" type="application/x-shockwave-flash" width="512" height="296"></embed></object><br />
<em>more later&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://arial8pt.com/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop CS4: Content Aware Scaling</title>
		<link>http://arial8pt.com/?p=22</link>
		<comments>http://arial8pt.com/?p=22#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:22:13 +0000</pubDate>
		<dc:creator>cpham</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://arial8pt.com/?p=22</guid>
		<description><![CDATA[Scale your pics like freakin magic.]]></description>
			<content:encoded><![CDATA[<p>After spending hours downloading the new Adobe Photoshop CS4, and another hour installing it, I had to test out some of the new features. At first glance, the only thing I found that was changed was the newly tabbed windows, and the Adjustments panel. But after further exploring, I found the wonderful new Content Aware Scaling, which allows you to scale your images while keeping the most important parts of it clear. How does this work? An algorithm that senses &#8220;dead&#8221; areas in photos, and resizes the image to avoid distorting important objects.</p>
<p><embed width="550" height="309" wmode="transparent" salign="tl" background="#000000" quality="high" name="masks-panel-movie" id="masks-panel-movie" src="http://wwwimages.adobe.com/www.adobe.com/products/photoshop/photoshop/features/include/content-aware-scaling/modal.swf" type="application/x-shockwave-flash"/></p>
]]></content:encoded>
			<wfw:commentRss>http://arial8pt.com/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>Adobe InContext Editing</title>
		<link>http://arial8pt.com/?p=15</link>
		<comments>http://arial8pt.com/?p=15#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:03:49 +0000</pubDate>
		<dc:creator>cpham</dc:creator>
		
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://arial8pt.com/?p=15</guid>
		<description><![CDATA[Give your clients the ability to update their site content, while still preserving design integrity, with the new Adobe InContext Editing]]></description>
			<content:encoded><![CDATA[<p>With the new CS4 having just been released, Adobe has announced a new service called InContext Editing, which will make it possible for designers, clients, and publishers to update and edit their websites on the fly, using their browsers.</p>
<p>For designers, this will be a huge relief considering there is minimal integration needed to create a fully editable page for our clients, while still being able to preserve design integrity. The Adobe InContext Dreamweaver menu includes options for us to specify how much freedom to give clients when editing their content. With the ability to disable font-styling, we no longer have to worry about clients adding cyan Comic Sans text on our beautifully designed sites.<br />&nbsp;</p>
<p style="text-align: center;"><img class="size-full wp-image-16 aligncenter" title="InContext Menu" src="http://arial8pt.com/wp-content/uploads/2008/11/picture-7.png" alt="Preserve design integrity, with the new Adobe InContext Editing" width="500" height="64" align="center" /></p>
<p>&nbsp;<br />
Adobe InContext Editing works in conjuction with Dreamweaver CS4 - you must have the new CS4 application in order to make InContext Editable regions. Dreamweaver CS4 is available for trial download at <a href="http://adobe.com" target="_blank">adobe.com</a>, as well as a prevew of the InContext Editing service.<br />
<br />
<center><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="253" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="incontext-editing-movie" /><param name="name" value="incontext-editing-movie" /><param name="bgcolor" value="#000000" /><param name="src" value="http://wwwimages.adobe.com/www.adobe.com/products/dreamweaver/features/include/incontext-editing/modal.swf" /><param name="wmode" value="opaque" /><embed id="incontext-editing-movie" type="application/x-shockwave-flash" width="450" height="253" src="http://wwwimages.adobe.com/www.adobe.com/products/dreamweaver/features/include/incontext-editing/modal.swf" wmode="opaque" bgcolor="#000000" name="incontext-editing-movie"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://arial8pt.com/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>Anime on Hulu</title>
		<link>http://arial8pt.com/?p=5</link>
		<comments>http://arial8pt.com/?p=5#comments</comments>
		<pubDate>Sun, 16 Nov 2008 20:40:36 +0000</pubDate>
		<dc:creator>cpham</dc:creator>
		
		<category><![CDATA[Anime]]></category>

		<guid isPermaLink="false">http://arial8pt.com/?p=5</guid>
		<description><![CDATA[Hulu.com adds 20 series to its new Anime Channel, both subtitled and dubbed, and in Hi-Res!]]></description>
			<content:encoded><![CDATA[<p>Due to popular demand, <a href="http://hulu.com" target="_blank">Hulu.com</a> has recently started adding anime to its already large collection of video. With the promise to add both subtitled and dubbed versions of every anime series currently showing on Hulu, there has been a lot of great feedback from both die-hard anime fans and the occasional watcher. There are currently twenty series available to watch on Hulu&#8217;s new <a href="http://www.hulu.com/channels/Animation-and-Cartoons/Anime" target="_blank">anime channel</a>, including popular shows like Naruto, Bleach, and Death Note.</p>
<p>To my surprise, they also had series that were still fairly new and airing in Japan, such as Shikabane Hime, with only seven episodes having aired in Japan so far. (Understandably, only four episodes are currently available on Hulu.)</p>
<p>It is still unknown if Hulu plans on showing more than 20 series on its anime channel, but I&#8217;ll keep you posted!</p>
]]></content:encoded>
			<wfw:commentRss>http://arial8pt.com/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to Arial8PT</title>
		<link>http://arial8pt.com/?p=3</link>
		<comments>http://arial8pt.com/?p=3#comments</comments>
		<pubDate>Sun, 16 Nov 2008 20:18:10 +0000</pubDate>
		<dc:creator>cpham</dc:creator>
		
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://arial8pt.com/?p=3</guid>
		<description><![CDATA[This is a site dedicated to design, anime, and movies.
]]></description>
			<content:encoded><![CDATA[<p>This is a site dedicated to design, anime, and movies.</p>
]]></content:encoded>
			<wfw:commentRss>http://arial8pt.com/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
