<?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>DESIGNOJEK&#187; Web</title>
	<atom:link href="http://blog.designojek.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.designojek.com</link>
	<description>Design, Art and Music News from Lawrence, Kansas</description>
	<lastBuildDate>Wed, 30 Nov 2011 20:46:54 +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>A new responsive design</title>
		<link>http://blog.designojek.com/2011/09/14/a-new-responsive-design/</link>
		<comments>http://blog.designojek.com/2011/09/14/a-new-responsive-design/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 06:09:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CRL Learns]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[educational technology]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=2119</guid>
		<description><![CDATA[<p>I just launched a new website that is my first venture into responsive web design. In a nutshell, responsive web design involves designing and coding a site to adjust itself to the size of the screen it&#8217;s being viewed on.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I just launched a new website that is my first venture into responsive web design. In a nutshell, responsive web design involves designing and coding a site to adjust itself to the size of the screen it&#8217;s being viewed on. To put it another way, it&#8217;s responding to the ever-changing and diverse spectrum of screen sizes and resolutions that web designers have to take into account when creating a website. So, if you have a giant monitor, an iPad or a mobile phone, the site will look and act appropriately.<br />
<span id="more-2119"></span><br />
The site I just finished is for a KU project called <a href="http://crllearns.kucrl.org/">CRL Learns</a>, a lecture series that centers around cutting edge educational research and technology. It features a flexible grid that&#8217;s all based on the screen width and switches between 1, 2 and 3 column layouts.</p>
<p>I&#8217;ll get the technical stuff out of the way first: The site is coded in HTML5 and uses the media queries in CSS3 to detect the screen size. <a href="http://expressionengine.com/">ExpressionEngine</a> is powering the backend and is actually drawing content from across multiple websites using the multi-site manager. It features a Vimeo widget on the front page to display the latest videos and a custom Google Search.</p>
<p><strong>Here is a quick rundown of the various screen sizes (click the images for larger versions):</strong></p>
<p>At the <strong>largest size</strong>, 1200+ pixels, the layout has 3 columns. The idea was to make the coming events prominent and have the featured video feature prominently in the center of the screen.</p>
<p><a href="http://blog.designojek.com/wp-content/uploads/2011/09/large.png"><img class="alignnone size-medium wp-image-2123" title="large" src="http://blog.designojek.com/wp-content/uploads/2011/09/large-600x346.png" alt="" width="600" height="346" /></a></p>
<p>The <strong>medium size</strong> is the primary size for most desktop computer screens. The thumbnails of past videos move to the bottom since they&#8217;re the third most important piece of information. The two column layout works well with the content with a submenu on the secondary pages.</p>
<p><a href="http://blog.designojek.com/wp-content/uploads/2011/09/med.png"><img class="alignnone size-medium wp-image-2120" title="med" src="http://blog.designojek.com/wp-content/uploads/2011/09/med-600x461.png" alt="" width="600" height="461" /></a></p>
<p>The <strong>iPad or tablet size</strong> takes the layout down to 1 column and boosts the text size for the smaller device. That is a main complaint I hear with websites on mobile devices &#8211; the text is too small! One of the coolest parts of CSS3 and responsive web design is being able to address and fix issues with the viewing platform with respect to the content.</p>
<p><a href="http://blog.designojek.com/wp-content/uploads/2011/09/ipad.png"><img class="size-large wp-image-2121 aligncenter" title="ipad" src="http://blog.designojek.com/wp-content/uploads/2011/09/ipad-411x1024.png" alt="" width="411" height="1024" /></a></p>
<p>The <strong>iPhone or phone size</strong> continues using the 1 column layout and larger text. However, the menu for past events and presenter bios moves down to the bottom of the page because we felt that most people that come to the site on a phone are looking for the upcoming events and we wanted that to show up first.</p>
<p><a href="http://blog.designojek.com/wp-content/uploads/2011/09/iphone.png"><img class="size-large wp-image-2122 aligncenter" title="iphone" src="http://blog.designojek.com/wp-content/uploads/2011/09/iphone-181x1024.png" alt="" width="181" height="1024" /></a></p>
<p>I&#8217;m really excited to continue working with responsive design on the web! It makes a lot of sense to me since the web is a flexible and adaptable medium to begin with. For more information on responsive web design, check out this article on <a href="http://www.alistapart.com/articles/responsive-web-design/">A List Apart</a>.</p>
<p>So, go ahead and <a href="http://crllearns.kucrl.org">try the site out</a>! On most modern browsers, you should be able to just resize your screen to see the different sizes take effect.</p>
<p>UPDATE: I wrote an <a href="http://blog.stratepedia.org/2011/09/29/a-bit-about-responsive-web-design/">overview of responsive web design over at the Stratepedia blog</a> if you&#8217;re interested in some other examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2011/09/14/a-new-responsive-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monsters!</title>
		<link>http://blog.designojek.com/2011/03/23/monsters/</link>
		<comments>http://blog.designojek.com/2011/03/23/monsters/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 12:02:20 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[For fun]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[birds]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[expressionengine]]></category>
		<category><![CDATA[Greg Aker]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[monster]]></category>
		<category><![CDATA[sketches]]></category>
		<category><![CDATA[Twitter birds]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=1880</guid>
		<description><![CDATA[<p></p>
<p>One of my best pals and programmer extraordinaire <a href="http://www.gregaker.net">Greg Aker</a> asked me to come up with some monster illustrations for the header of his web site. It was a lot of fun because it&#8217;s not the kind of&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-1881" style="border: 0px;" title="monsterheader1" src="http://blog.designojek.com/wp-content/uploads/2011/03/monsterheader1-500x117.png" alt="Monster web header" width="500" height="117" /></p>
<p>One of my best pals and programmer extraordinaire <a href="http://www.gregaker.net">Greg Aker</a> asked me to come up with some monster illustrations for the header of his web site. It was a lot of fun because it&#8217;s not the kind of thing I get to do often. We had talked a while back about doing a &#8220;seasonal&#8221; header to help keep his design fresh year-round and so I&#8217;ve been slowly cranking through them for him to use! So far, I&#8217;ve got Winter, Spring and Summer.</p>
<p>If you have an interest in web development, CodeIgniter and CMS systems like Django and ExpressionEngine, you need to check out <a href="http://www.gregaker.net">Greg&#8217;s site</a>. He&#8217;s a total master!<br />
<span id="more-1880"></span><br />
<img class="alignnone size-medium wp-image-1883" style="border: 0px;" title="monsterheader3" src="http://blog.designojek.com/wp-content/uploads/2011/03/monsterheader3-500x139.png" alt="Monster web header" width="500" height="139" /></p>
<p><img class="alignnone size-medium wp-image-1882" style="border: 0px;" title="monsterheader2" src="http://blog.designojek.com/wp-content/uploads/2011/03/monsterheader2-500x119.png" alt="Monster web header" width="500" height="119" /></p>
<p>I also did a couple of crazy monster <a href="http://twitter.com/gaker">Twitter birds for him to use</a> and he even did a mouseover animation on them!</p>
<p style="text-align: center;"><img class="size-medium wp-image-1885 aligncenter" style="border: 0px;" title="twitter-monster-birds" src="http://blog.designojek.com/wp-content/uploads/2011/03/twitter-monster-birds-380x500.jpg" alt="Monster twitter birds" width="380" height="500" /></p>
<p>When we first started out on this, we used it as an excuse to try out the now-defunct Google Wave tool for collaboration. It worked OK, but was ultimately more trouble than it was worth, mainly because it involved sending an email to let each other know there was new content up. That totally defeated the purpose, I think, so no real surprise that it didn&#8217;t work out. Below are a few of the initial sketches that we tossed around on that wave:</p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-1897" title="thumbnail1_1.1" src="http://blog.designojek.com/wp-content/uploads/2011/03/thumbnail1_1.1-295x500.jpg" alt="" width="295" height="500" /></p>
<p style="text-align: center;">Site layout ideas.</p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-1898" title="thumbnail1_1.2" src="http://blog.designojek.com/wp-content/uploads/2011/03/thumbnail1_1.2-500x316.jpg" alt="" width="500" height="316" /></p>
<p style="text-align: center;">Refined layouts.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1899" title="birds" src="http://blog.designojek.com/wp-content/uploads/2011/03/birds.jpg" alt="" width="400" height="412" /></p>
<p style="text-align: center;">Crazy ol&#8217; Twitter birds!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2011/03/23/monsters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tami Lee Hughes</title>
		<link>http://blog.designojek.com/2010/09/17/tami-lee-hughes/</link>
		<comments>http://blog.designojek.com/2010/09/17/tami-lee-hughes/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 20:33:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[classical music]]></category>
		<category><![CDATA[Tami Lee Hughes]]></category>
		<category><![CDATA[violin]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=1522</guid>
		<description><![CDATA[Web site design for classical violinist Tami Lee Hughes.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.designojek.com/wp-content/uploads/2010/09/tami-home.png"><img src="http://blog.designojek.com/wp-content/uploads/2010/09/tami-home-500x319.png" alt="" title="tami-home" width="500" height="319" class="alignnone size-medium wp-image-1526" /></a></p>
<p>I love doing graphic design for classical musicians and so I was thrilled when violinist <a href="http://www.tamileehughes.com/">Tami Lee Hughes</a> asked me to design a web site for her. She&#8217;s an extremely talented musician (look for her CD to come out soon!) and I had a lot of fun shooting her photos earlier in the year, too.<br />
<span id="more-1522"></span><br />
<a href="http://blog.designojek.com/wp-content/uploads/2010/09/tami-gallery.png"><img src="http://blog.designojek.com/wp-content/uploads/2010/09/tami-gallery-500x363.png" alt="" title="tami-gallery" width="500" height="363" class="alignnone size-medium wp-image-1525" /></a></p>
<p>The site is hand-coded and implements a custom CSS design with jQuery and BlueprintCSS running behind the scenes. The site just launched, so you can check it out at <a href="http://www.tamileehughes.com/">www.tamileehughes.com</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2010/09/17/tami-lee-hughes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MojoMotor</title>
		<link>http://blog.designojek.com/2010/07/30/mojomotor/</link>
		<comments>http://blog.designojek.com/2010/07/30/mojomotor/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 12:02:47 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[beta testing]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[EllisLab]]></category>
		<category><![CDATA[MojoMotor]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=1423</guid>
		<description><![CDATA[A look at MojoMotor, a web development product from EllisLab, from a graphic designer's perspective.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1433" title="mojomotor" src="http://blog.designojek.com/wp-content/uploads/2010/07/mojomotor.png" alt="" width="500" height="77" /></p>
<p>I was fortunate enough to be asked to work as a beta tester for the newest product from <a href="http://ellislab.com/">EllisLab</a> called <a href="http://mojomotor.com/">MojoMotor</a>! The product just launched, so I wanted to give a few thoughts on this cool new web development package.</p>
<p><strong>What is MojoMotor?</strong><br />
MojoMotor is a web publishing engine that, in my opinion, bridges the gap between a tightly hand-coded web site and a template-based CMS that&#8217;s easy for a non-programmer to update. It has a back-end interface that sits &#8220;on top&#8221; of your website so, when logged in, you can basically just type directly onto your web page and save the changes. This is particularly appealing from a designer&#8217;s standpoint because you don&#8217;t have to have a lot of web knowledge to update the content which fits the needs of a lot of clients out there. You could set up the site and hand it off pretty easily. That&#8217;s not to say that, as a programmer, you give up control. You can still edit the html/css files and can have full html source editing on every page for more exact tweaking. Here&#8217;s a <a href="http://mojomotor.com/user_guide/overview.html">link to their overview</a> for more information.<br />
<span id="more-1423"></span><br />
<strong>What is MojoMotor not?</strong><br />
MojoMotor is a great tool for setting up small to mid-sized brochure web sites. It does have a database running behind the scenes, but it doesn&#8217;t work as a blogging engine. That being said, it would probably handle a large percent of the web sites out there. You could also easily integrate it with a service like <a href="http://www.tumblr.com/">Tumblr</a> to add a blog. They&#8217;ve also provided an export function to migrate the site over to <a href="http://expressionengine.com/">ExpressionEngine</a> if the site grows beyond what MojoMotor is capable of. In <a href="http://mojomotor.com/user_guide/overview.html">their words</a>:</p>
<blockquote><p>MojoMotor does not strive to be a full-powered, high-end Content Management System such as ExpressionEngine. It does not have categories, dynamic entries, conditionals. It does not have search, date-based input or logic. MojoMotor is simple, clean, and straightforward. It is not ExpressionEngine lite, it is ExpressionEngine junior.</p></blockquote>
<p><strong>What does MojoMotor look like?</strong><br />
For the sake of beta testing, I started up a website for my wife, <a href="http://www.anniegnojek.com">www.anniegnojek.com</a> (still in progress) who is a musician and flute educator. She had been wanting a site that was a few simple pages, contained some audio clips and that she could go in and edit when needed.</p>
<p>After mocking up the site in Adobe Illustrator, I started coding the site like I would with any other hand-coded website. Basically, I created a one-page template and got the CSS on solid footing. From there, I added a few CSS tags to the content areas which tell the program what to make editable. Then, I used the import feature to pull the template into MojoMotor. It was really that easy. I then added some pages (which can be ordered by dragging and dropping) and started plugging in content all within the user interface. You can also have separate templates for different pages, so it&#8217;s pretty flexible.</p>
<p style="text-align: center;"><a href="http://blog.designojek.com/wp-content/uploads/2010/07/site.jpg"><img class="size-medium wp-image-1474 aligncenter" title="site" src="http://blog.designojek.com/wp-content/uploads/2010/07/site-417x500.jpg" alt="" width="417" height="500" /></a></p>
<p style="text-align: center;"><small><em>click to enlarge</em></small></p>
<p>Once you log in to your site, you&#8217;ll be looking at . . . your site, with the exception of a <a href="http://blog.designojek.com/wp-content/uploads/2010/07/pulldown2.png">small pull down tab at the top</a>. This lets you toggle the editing mode on and off, so if you navigate to a page and pull the tab down, you will see the content area highlight allowing you to go in and edit the content. Hit save and the content is permenantly changed and shows up live on the site. You can also set up different users so certain people can only edit content while others can update the admin settings.</p>
<p><a href="http://blog.designojek.com/wp-content/uploads/2010/07/editing1.jpg"><img class="alignnone size-medium wp-image-1464" title="editing1" src="http://blog.designojek.com/wp-content/uploads/2010/07/editing1-500x299.jpg" alt="" width="500" height="299" /></a></p>
<p style="text-align: center;"><em>This is the content area highlighted and ready for editing.</em></p>
<p><a href="http://blog.designojek.com/wp-content/uploads/2010/07/editing2.jpg"><img class="alignnone size-medium wp-image-1465" title="editing2" src="http://blog.designojek.com/wp-content/uploads/2010/07/editing2-500x432.jpg" alt="" width="500" height="432" /></a></p>
<p style="text-align: center;"><em>Here, the content area has been made editable and it&#8217;s just a plain WYSIWYG editor with the option to view the source. Once I hit &#8220;save&#8221; the edits are made straight onto the live website.</em></p>
<p><strong>Final Thoughts</strong><br />
As a designer, I think that <a href="http://mojomotor.com/">MojoMotor</a> fits the needs of a large portion of my clients. It&#8217;s simple, clean, easy to update and operate, yet flexible enough that I can make something unique and meaningful. It&#8217;s a great product that I think deserves a look if you&#8217;re a designer and content provider on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2010/07/30/mojomotor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steven Spooner website</title>
		<link>http://blog.designojek.com/2008/10/08/steven-spooner-website/</link>
		<comments>http://blog.designojek.com/2008/10/08/steven-spooner-website/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:02:44 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[piano]]></category>
		<category><![CDATA[Steve Spooner]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=570</guid>
		<description><![CDATA[<p>I just recently finished a redesign of a website for classical pianist Steven Spooner. Check out <a href="http://www.stevenspooner.com/">the site</a> and listen to some of his <a href="http://www.stevenspooner.com/media/">excellent recordings</a>.</p>
<p><a href="http://www.stevenspooner.com/"></a></p>
]]></description>
			<content:encoded><![CDATA[<p>I just recently finished a redesign of a website for classical pianist Steven Spooner. Check out <a href="http://www.stevenspooner.com/">the site</a> and listen to some of his <a href="http://www.stevenspooner.com/media/">excellent recordings</a>.</p>
<p><a href="http://www.stevenspooner.com/"><img class="size-full wp-image-571" title="Steve Spooner website" src="http://blog.designojek.com/wp-content/uploads/2008/09/spooner.jpg" alt="Steve Spooner website" width="500" height="448" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2008/10/08/steven-spooner-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matt Wilson website</title>
		<link>http://blog.designojek.com/2008/05/29/matt-wilson-website/</link>
		<comments>http://blog.designojek.com/2008/05/29/matt-wilson-website/#comments</comments>
		<pubDate>Fri, 30 May 2008 00:02:38 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Jazz]]></category>
		<category><![CDATA[Matt Wilson]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=378</guid>
		<description><![CDATA[<p></p>
<p style="text-align: center;"><a href="http://www.mattwilsonjazz.com/">www.mattwilsonjazz.com</a></p>
<p>I&#8217;m extremely excited to announce the launch of a new website that I&#8217;ve been working on for jazz drummer, <a href="http://www.mattwilsonjazz.com">Matt Wilson</a>! Matt is an educator/drummer/composer &#38; band leader and a winner of several Downbeat and&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-379" style="border: 0px;" title="Matt Wilsons Frontpage" src="http://blog.designojek.com/wp-content/uploads/2008/05/front.jpg" alt="Matt Wilsons Frontpage" width="500" height="349" /></p>
<p style="text-align: center;"><a href="http://www.mattwilsonjazz.com/">www.mattwilsonjazz.com</a></p>
<p>I&#8217;m extremely excited to announce the launch of a new website that I&#8217;ve been working on for jazz drummer, <a href="http://www.mattwilsonjazz.com">Matt Wilson</a>! Matt is an educator/drummer/composer &amp; band leader and a winner of several Downbeat and Jazz Journalists Assn. awards.</p>
<p>Over the past month or so I&#8217;ve been working along side my good friend, fellow sax player and web programmer/designer <a href="http://oh.wow-ee.com/">Greg</a> to design this site. I first saw Matt perform live with his group Arts and Crafts in 2007 at the IAJE conference in New York and was blown away, so when Greg approached me about working on his website, it was a total no brainer. Matt&#8217;s a great guy and an incredible musician, so if you ever have the chance to hear him perform, be sure and check it out.<br />
<span id="more-378"></span></p>
<p style="text-align: center;">(Here&#8217;s a shot of a secondary page from the site)</p>
<p><img class="alignnone size-full wp-image-380 alignleft" style="border: 0px;" title="Matt Wilsons Secondary Page" src="http://blog.designojek.com/wp-content/uploads/2008/05/secondary.jpg" alt="Matt Wilsons Secondary Page" width="500" height="812" /></p>
<p>Here&#8217;s a video of Arts and Crafts performing <em>The Scenic Route</em> live at the 2007 Elmhurst Jazz Festival. Also of note is the phenomenal organist/pianist of the group, <a href="http://www.garyversace.com/">Gary Versace</a>, who taught here at the KU Jazz Workshop for a number of years.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/2Ow_CeiFOB0&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/2Ow_CeiFOB0&amp;hl=en" wmode="transparent"></embed></object></p>
<p>UPDATE: Matt&#8217;s site was recently featured on the web-design blog, <a href="http://www.mostinspired.com/blog/2008/06/04/weekly-top-standards-10/">Most Inspired</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2008/05/29/matt-wilson-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kansas Summer Flute Festival</title>
		<link>http://blog.designojek.com/2008/04/19/kansas-summer-flute-festival/</link>
		<comments>http://blog.designojek.com/2008/04/19/kansas-summer-flute-festival/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:07:11 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Flute]]></category>
		<category><![CDATA[KSFF]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=328</guid>
		<description><![CDATA[<p>I just wrapped up a new website for the <a href="http://www.kansasflutefestival.com/">Kansas Summer Flute Festival</a>, a new summer flute camp for all ages from beginning flute students to experienced high school musicians. The festival organizers <a href="http://www.allegresse.org/">Annie</a> and <a href="http://web.mac.com/maryfukushima/">Mary</a> wanted&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I just wrapped up a new website for the <a href="http://www.kansasflutefestival.com/">Kansas Summer Flute Festival</a>, a new summer flute camp for all ages from beginning flute students to experienced high school musicians. The festival organizers <a href="http://www.allegresse.org/">Annie</a> and <a href="http://web.mac.com/maryfukushima/">Mary</a> wanted a very direct and clear website that was eye catching, yet easy to navigate.</p>
<p>Rather than have a bunch of columns or unnecessary information, I decided to try out a skinny design (440px!) to see how it works and I think it&#8217;ll be just what they&#8217;re needing. I also utilized some <a href="http://mootools.net/">MooTools</a> on the front page which are some cool javascripts that fail very elegantly if the viewer doesn&#8217;t have javascript running. Always important for accessible websites!</p>
<p>Check it out at <a href="http://www.kansasflutefestival.com/">www.kansasflutefestival.com</a>!</p>
<p><img class="alignnone size-full wp-image-329" src="http://blog.designojek.com/wp-content/uploads/2008/04/ksff.jpg" alt="Kansas Summer Flute Festival" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2008/04/19/kansas-summer-flute-festival/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

