<?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 design</title>
	<atom:link href="http://blog.designojek.com/tag/web-design/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>Ars Viva Music</title>
		<link>http://blog.designojek.com/2011/02/08/ars-viva-music/</link>
		<comments>http://blog.designojek.com/2011/02/08/ars-viva-music/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 12:02:13 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Ars Viva]]></category>
		<category><![CDATA[Ars Viva Music]]></category>
		<category><![CDATA[cello]]></category>
		<category><![CDATA[chamber music ensembles]]></category>
		<category><![CDATA[classical musicians]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[private music studio]]></category>
		<category><![CDATA[semantic markup]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=1663</guid>
		<description><![CDATA[<p style="text-align: center;"></p>
<p>I just launched a new identity and web site project for a music organization in New York City called <strong><a href="http://www.arsvivamusic.com">Ars Viva Music</a></strong>. <strong>Ars Viva</strong> consists of 3 main parts, a private music studio, small chamber music ensembles&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1665 aligncenter" style="border: 0px;" title="arsvivalogo" src="http://blog.designojek.com/wp-content/uploads/2011/02/arsvivalogo.jpg" alt="" width="264" height="281" /></p>
<p>I just launched a new identity and web site project for a music organization in New York City called <strong><a href="http://www.arsvivamusic.com">Ars Viva Music</a></strong>. <strong>Ars Viva</strong> consists of 3 main parts, a private music studio, small chamber music ensembles for special events and commissions, and a larger chamber orchestra. I love doing graphic design for classical musicians, so this was right up my alley!</p>
<p><img class="alignnone size-full wp-image-1664" style="border: 0px;" title="arsviva-card" src="http://blog.designojek.com/wp-content/uploads/2011/02/arsviva-card.png" alt="" width="500" height="373" /><br />
<span id="more-1663"></span><br />
<img src="http://blog.designojek.com/wp-content/uploads/2011/02/sketch.jpg" alt="" title="sketch" width="500" height="281" class="alignnone size-full wp-image-1678" /></p>
<p>Above is just a snippet of the sketching I did before doing a few refined logo sketches on the computer.</p>
<p><img class="alignnone size-medium wp-image-1666" title="arsvivamusic" src="http://blog.designojek.com/wp-content/uploads/2011/02/arsvivamusic-500x382.png" alt="" width="500" height="382" /><br />
<small>Home Page</small></p>
<p>I&#8217;m excited about this site, in particular, because it represents my first efforts in coding in HTML5. It really just takes advantage of the new semantic markup which I really like. I think it&#8217;s going to make for a much cleaner and easier to read web someday. I also think HTML5 will be great for people who rely on assistive technology to surf the web (like screen readers and such). I&#8217;m looking forward to the audio and video portions of HTML5, too, so I hope that technology becomes more mainstream soon. For more information, I found <a href="http://diveintohtml5.org/">Dive into HTML5</a> very helpful as well as <a href="http://books.alistapart.com/products/html5-for-web-designers">HTML5 for Web Designers</a>.</p>
<p><a href="http://www.arsvivamusic.com">View the Ars Viva web site online!</a></p>
<p><img class="alignnone size-medium wp-image-1667" title="arsvivamusic2" src="http://blog.designojek.com/wp-content/uploads/2011/02/arsvivamusic2-500x435.png" alt="" width="500" height="435" /><br />
<small>Secondary Page</small></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2011/02/08/ars-viva-music/feed/</wfw:commentRss>
		<slash:comments>6</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>DESIGNOJEK Geekery</title>
		<link>http://blog.designojek.com/2008/01/17/designojek-geekery/</link>
		<comments>http://blog.designojek.com/2008/01/17/designojek-geekery/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 20:32:05 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ghosty]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Liz Gardner]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/2008/01/17/designojek-geekery/</guid>
		<description><![CDATA[<p style="text-align: center"></p>
<p>For those out there in iPhone and mobile browser land, the DESIGNOJEK blog is now iPhone accessible and has a special format when viewed on a small screen. Give it a try! Also, if you make a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://blog.designojek.com/wp-content/uploads/2008/01/dg_iphoneicon.jpg" alt="Designojek iPhone icon" /></p>
<p>For those out there in iPhone and mobile browser land, the DESIGNOJEK blog is now iPhone accessible and has a special format when viewed on a small screen. Give it a try! Also, if you make a web clip on your iPhone, there&#8217;s a special icon for that, too.</p>
<p>While I&#8217;m on a roll, I&#8217;ll just get the geek out of my system now:</p>
<ul>
<li>- <a href="http://www.suck.uk.com/product.php?rangeID=50">Sun Jar</a>: got one as a gift recently. It&#8217;s awesome!</li>
<li>- Store your <a href="http://www.apple.com/macbookair/#ad">new computer</a> with <a href="http://www.manilamac.com/">AirMail</a></li>
<li>- Some <a href="http://www.lightupyourworld.nl/en/index_en.html">light for your office</a></li>
<li>- Public domain images from the <a href="http://www.flickr.com/photos/library_of_congress/">Library of Congress</a>!</li>
<li>- <a href="http://www.sustainablegroup.net/replay.html">Recycled CD sleeves</a></li>
<li>- Cool <a href="http://www.marketcircle.com/iphoney/">iPhone emulator</a> &#8211; good for website testing</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2008/01/17/designojek-geekery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

