<?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>wehmueller.net &#187; websites</title>
	<atom:link href="http://www.wehmueller.net/blog/category/websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wehmueller.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 12 Apr 2010 22:45:01 +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>profile page addition</title>
		<link>http://www.wehmueller.net/blog/2010/02/profile-page-addition/</link>
		<comments>http://www.wehmueller.net/blog/2010/02/profile-page-addition/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 21:04:03 +0000</pubDate>
		<dc:creator>James Wehmueller</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.wehmueller.net/blog/?p=17</guid>
		<description><![CDATA[After some initial difficulty in getting the functionality and layout working across all modern browsers, I recently wrapped up and included a new profile page to my website.&#160;&#160;It&#8217;s a concise little bio for me, but the main reason I constructed it was to play around with some jQuery, specifically an accordion panel and a dynamic [...]]]></description>
			<content:encoded><![CDATA[<p>After some initial difficulty in getting the functionality and layout working across all modern browsers, I recently wrapped up and included a new profile page to my website.&nbsp;&nbsp;It&#8217;s a concise little bio for me, but the main reason I constructed it was to play around with some jQuery, specifically an accordion panel and a dynamic image gallery.</p>
<p>The difficulty lied in the accordion panel.&nbsp;&nbsp;My intent was to utilize the accordion widget from <a href="http://jqueryui.com/" target="_blank">jQuery UI</a>.&nbsp;&nbsp;I built a custom theme using jQuery UI&#8217;s ThemeRoller, then after downloading it I further tweaked the CSS to get exactly the look I was going for.&nbsp;&nbsp;The supplied CSS code was a lengthy file which included a lot of style rules I wouldn&#8217;t be needing.&nbsp;&nbsp;Bascically, I was starting with something complex and trying to trim it down to something more simple.&nbsp;&nbsp;I had it nearly perfected except the animation between panels was not smooth in most browsers [only worked fine in Firefox].&nbsp;&nbsp;The shaky / jittery effect I was seeing when it transitioned between panels was unacceptable.</p>
<p>After some research online, I saw that I was certainly not the only person to experience this behavior.&nbsp;&nbsp;My research led me to a plug-in widget called <a href="http://www.jeremymartin.name/projects.php?project=kwicks" target="_blank">Kwicks</a> that offered the accordion behavior I was after with smooth animation and less code to modify for my needs.&nbsp;&nbsp;It even supported custom easing animations in conjunction with the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plug-in</a>.&nbsp;&nbsp;This new approach, starting with something simple and adding complexity as needed, worked like a charm.</p>
<p style="text-align: center;"><img src="http://www.wehmueller.net/blog/wp-content/uploads/2010/04/profile001.jpg" alt="profile page screenshot 1" title="profile page screenshot 1" width="370" height="255" class="alignnone size-full wp-image-18" /><img src="http://www.wehmueller.net/blog/wp-content/uploads/2010/04/profile002.jpg" alt="profile page screenshot 2" title="profile page screenshot 2" width="370" height="255" class="alignnone size-full wp-image-19" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wehmueller.net/blog/2010/02/profile-page-addition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>90four.com</title>
		<link>http://www.wehmueller.net/blog/2010/02/90four-com/</link>
		<comments>http://www.wehmueller.net/blog/2010/02/90four-com/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 00:50:07 +0000</pubDate>
		<dc:creator>James Wehmueller</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.wehmueller.net/blog/?p=14</guid>
		<description><![CDATA[I&#8217;ve begun work on a website to showcase the portfolio of artist and muralist [and friend!] Frank Hammond.&#160;&#160;At the moment, the content is being gathered and fine tuned so the full site won&#8217;t be up for a while.&#160;&#160;However, we needed to establish the domain name and get some basic contact info up so Frank would [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve begun work on a website to showcase the portfolio of artist and muralist [and friend!] Frank Hammond.&nbsp;&nbsp;At the moment, the content is being gathered and fine tuned so the full site won&#8217;t be up for a while.&nbsp;&nbsp;However, we needed to establish the domain name and get some basic contact info up so Frank would be able to better market himself, perhaps including the site address with his name when he signs his mural work.&nbsp;&nbsp;The web address is <a href="http://90four.com" target="_blank">http://90four.com</a>, but since the current basic page that exists there now will likely change, I&#8217;m hosting it <a href="http://wehmueller.net/90four-1" target="_blank">here</a> for posterity.</p>
<p>I had fun creating the graphics for this.&nbsp;&nbsp;The photograph was supplied by Frank, along with what the text should read.&nbsp;&nbsp;I utilized one of my favorite Photoshop tools, the Vanishing Point command, to orient the title text along the highway overpass.&nbsp;&nbsp;For the title text I used one of my newest favorite fonts, <a href="http://yanone.de/typedesign/kaffeesatz/" target="_blank">Yanone Kaffeesatz</a>.&nbsp;&nbsp;I also put some of my jQuery knowledge to work on the site&#8217;s behavior, writing a simple <code>.toggle</code> function for the contact button.&nbsp;&nbsp;Look for 90four.com to expand in the near future!</p>
<p style="text-align: center;"><img src="http://www.wehmueller.net/blog/wp-content/uploads/2010/04/90four001.jpg" alt="90four.com splash page" title="90four.com splash page" width="370" height="255" class="alignnone size-full wp-image-15" /><img src="http://www.wehmueller.net/blog/wp-content/uploads/2010/04/90four002.jpg" alt="90four.com contact info" title="90four.com contact info" width="370" height="255" class="alignnone size-full wp-image-16" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wehmueller.net/blog/2010/02/90four-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

