<?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; education</title>
	<atom:link href="http://blog.designojek.com/tag/education/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>The Belief Window</title>
		<link>http://blog.designojek.com/2011/02/23/the-belief-window/</link>
		<comments>http://blog.designojek.com/2011/02/23/the-belief-window/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 00:02:33 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Designojek]]></category>
		<category><![CDATA[belief window]]></category>
		<category><![CDATA[conceptual]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[illustration]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=1820</guid>
		<description><![CDATA[<p></p>
<p>A quick illustration I did for a presentation talking about the &#8220;Belief Window&#8221;. It&#8217;s essentially the idea that people (in this case, kids with learning disabilities) tend to view the world through their own experiences. For example, if a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.designojek.com/wp-content/uploads/2011/02/illo1-500x385.jpg" alt="" title="illo1" width="500" height="385" class="alignnone size-medium wp-image-1821" /></p>
<p>A quick illustration I did for a presentation talking about the &#8220;Belief Window&#8221;. It&#8217;s essentially the idea that people (in this case, kids with learning disabilities) tend to view the world through their own experiences. For example, if a kid sees a cat for the first time and it scratches him, he&#8217;ll think that every cat is mean and will scratch him. You have to understand that and work within that reality to help change people&#8217;s perceptions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2011/02/23/the-belief-window/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Studio Visit: Lora Jost</title>
		<link>http://blog.designojek.com/2009/01/16/lora-jost/</link>
		<comments>http://blog.designojek.com/2009/01/16/lora-jost/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 00:02:46 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Studio Visits]]></category>
		<category><![CDATA[collage]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[Lora Jost]]></category>
		<category><![CDATA[mossaic]]></category>
		<category><![CDATA[painting]]></category>
		<category><![CDATA[River City Reading Festival]]></category>
		<category><![CDATA[scratchboard]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/?p=901</guid>
		<description><![CDATA[<p></p>
<p>For the first studio tour of 2009, I visited the workspace of artist and illustrator, <a href="http://www.lorajost.org/">Lora Jost</a>. I first met Lora when we worked together on a poster for the <a href="http://blog.designojek.com/2008/09/28/2008-rcrf/">River City Reading Festival</a> and I was&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-949" title="art3" src="http://blog.designojek.com/wp-content/uploads/2009/01/art3.jpg" alt="art3" width="500" height="193" /></p>
<p>For the first studio tour of 2009, I visited the workspace of artist and illustrator, <a href="http://www.lorajost.org/">Lora Jost</a>. I first met Lora when we worked together on a poster for the <a href="http://blog.designojek.com/2008/09/28/2008-rcrf/">River City Reading Festival</a> and I was so amazed by her illustration that I asked if I could visit her studio to see her workspace and more of her beautiful art. Lora uses several unique techniques in creating her work including scratchboard, ceramic mosaic, and collage. Her pieces draw from personal experiences and collected stories which are depicted with elements of beauty, whimsy, darkness, and joy. From her <a href="http://lorajost.yachana.org/?page_id=14">artist statement</a>:</p>
<blockquote><p>&#8220;I am drawn to experiences that are mundane, whimsical, and socially urgent. I like to mix these themes, and find how they link in spirit. I hope that viewers will identify with the stories my pictures tell. I hope that my art, in some small way, deepens our collective appreciation and compassion for each other and for life itself.&#8221;</p></blockquote>
<p><span id="more-901"></span><br />
<img class="alignnone size-full wp-image-947" title="art5" src="http://blog.designojek.com/wp-content/uploads/2009/01/art5.jpg" alt="art5" width="500" height="367" /></p>
<p>Before moving to the studio, I wanted to show some of Lora&#8217;s artwork first. These black and white pieces were all done using <a href="http://en.wikipedia.org/wiki/Scratchboard">scratchboard</a> which is incredible to me! It is a very time intensive process, but Lora is able to etch extremely fine lines into the surface that create wonderful texture and a wide tonal range. I think these are fun to look at from a distance, but also very close up to appreciate the intricate detail of each line.</p>
<p><img class="alignnone size-full wp-image-945" title="art8" src="http://blog.designojek.com/wp-content/uploads/2009/01/art8.jpg" alt="art8" width="500" height="391" /></p>
<p><img class="alignnone size-full wp-image-914" title="paper_pencil" src="http://blog.designojek.com/wp-content/uploads/2009/01/paper_pencil.jpg" alt="paper_pencil" width="500" height="333" /></p>
<p>I asked Lora to show a little bit of her process on creating these. They generally start out as a pencil sketch before moving on to the scratchboard.</p>
<p style="text-align: center;"><img class="size-full wp-image-916 aligncenter" title="lora" src="http://blog.designojek.com/wp-content/uploads/2009/01/lora.jpg" alt="lora" width="333" height="500" /></p>
<p>Using a variety of sharp instruments, she slowly scratches away the dark surface to reveal the white board underneath. It takes a very steady hand and a lot of patience to carve out the final image.</p>
<p><img class="alignnone size-full wp-image-934" title="Lora Jost scratchboard" src="http://blog.designojek.com/wp-content/uploads/2009/01/scratchboard.jpg" alt="Lora Jost scratchboard" width="500" height="333" /></p>
<p><img class="alignnone size-full wp-image-917" title="art9" src="http://blog.designojek.com/wp-content/uploads/2009/01/art9.jpg" alt="art9" width="407" height="500" /></p>
<p>Some of Lora&#8217;s art is more child/family oriented and inspired by her experiences as a mother.</p>
<p><img class="alignnone size-full wp-image-944" title="art10" src="http://blog.designojek.com/wp-content/uploads/2009/01/art10.jpg" alt="art10" width="500" height="388" /></p>
<p style="text-align: center;"><img class="size-full wp-image-907 aligncenter" title="drawing_kid" src="http://blog.designojek.com/wp-content/uploads/2009/01/drawing_kid.jpg" alt="drawing_kid" width="333" height="500" /></p>
<p>Her son has gone through some phases of art making as well and there are stacks of his drawings which were a lot of fun to see.</p>
<p><img class="alignnone size-full wp-image-904" title="ku_giving" src="http://blog.designojek.com/wp-content/uploads/2009/01/ku_giving.jpg" alt="ku_giving" width="500" height="312" /></p>
<p>Lora has done a number of commissions and one that many people in Lawrence may have seen was for the KU Endowment Association. I love the colors in this piece! You can see the original art on the right and the printed version on the left.</p>
<p><img class="alignnone size-full wp-image-922" title="ku_giving2" src="http://blog.designojek.com/wp-content/uploads/2009/01/ku_giving2.jpg" alt="ku_giving2" width="500" height="333" /></p>
<p>The endowment piece shows a mixture of the scratchboard work and also some collaged elements which is another medium that she frequently uses.</p>
<p><img class="alignnone size-full wp-image-956" title="art1" src="http://blog.designojek.com/wp-content/uploads/2009/01/art1.jpg" alt="art1" width="500" height="499" /></p>
<p>This piece is a combination of paint, photography and thread. There are a lot of layers in her work and I like the effect of transparency that she uses.</p>
<p><img class="alignnone size-full wp-image-923" title="art1_detail" src="http://blog.designojek.com/wp-content/uploads/2009/01/art1_detail.jpg" alt="art1_detail" width="500" height="333" /></p>
<p>A detail of the previous photo . . .</p>
<p><img class="alignnone size-full wp-image-915" title="art1_detail2" src="http://blog.designojek.com/wp-content/uploads/2009/01/art1_detail2.jpg" alt="art1_detail2" width="500" height="333" /></p>
<p>. . . and another. Although not necessarily a theme throughout all of her work, elements from nature and organic shapes and lines often appear in her pieces.</p>
<p style="text-align: center;"><img class="size-full wp-image-946 aligncenter" title="art7" src="http://blog.designojek.com/wp-content/uploads/2009/01/art7.jpg" alt="art7" width="378" height="500" /></p>
<p><img class="alignnone size-full wp-image-950" title="art2" src="http://blog.designojek.com/wp-content/uploads/2009/01/art2.jpg" alt="art2" width="500" height="503" /></p>
<p>I also really enjoy her use of hand written type to help convey the story within the work.</p>
<p><img class="alignnone size-full wp-image-953" title="new_work1" src="http://blog.designojek.com/wp-content/uploads/2009/01/new_work1.jpg" alt="new_work1" width="500" height="505" /></p>
<p>This new piece was one of the highlights of a recent exhibit at the <a href="http://lawrence-percolator.blogspot.com/">Lawrence Percolator</a> gallery. Lora told me that she wasn&#8217;t sure if people would actually read the text or not, but it turns out that most people took the time and I encourage you to as well since it&#8217;s beautifully written.</p>
<p style="text-align: center;"><img class="size-full wp-image-952 aligncenter" title="new_work2" src="http://blog.designojek.com/wp-content/uploads/2009/01/new_work2.jpg" alt="new_work2" width="356" height="500" /></p>
<p>This work is based on another personal story involving a police helicopter that hovered over her neighborhood one night.</p>
<p><img class="alignnone size-full wp-image-951" title="new_work31" src="http://blog.designojek.com/wp-content/uploads/2009/01/new_work31.jpg" alt="new_work31" width="500" height="371" /></p>
<p><img class="alignnone size-full wp-image-929" title="art6" src="http://blog.designojek.com/wp-content/uploads/2009/01/art6.jpg" alt="art6" width="500" height="333" /></p>
<p>In her studio, Lora has a great wall space for hanging her artwork. Although each piece tells an individual story, it&#8217;s neat to step back and see a large group of it all together.</p>
<p><img class="alignnone size-full wp-image-936" title="studio4" src="http://blog.designojek.com/wp-content/uploads/2009/01/studio4.jpg" alt="studio4" width="500" height="333" /></p>
<p>She has an amazing art studio that was built as a second floor addition to her home. The windows and gallery lighting make it a bright workspace that welcomes creativity.</p>
<p><img class="alignnone size-full wp-image-926" title="studio3" src="http://blog.designojek.com/wp-content/uploads/2009/01/studio3.jpg" alt="studio3" width="500" height="333" /></p>
<p><img class="alignnone size-full wp-image-928" title="brushes" src="http://blog.designojek.com/wp-content/uploads/2009/01/brushes.jpg" alt="brushes" width="500" height="333" /></p>
<p><img class="alignnone size-full wp-image-921" title="studio5" src="http://blog.designojek.com/wp-content/uploads/2009/01/studio5.jpg" alt="studio5" width="500" height="333" /></p>
<p>Lots of room for reference material and an office.</p>
<p><img class="alignnone size-full wp-image-920" title="studio_wall" src="http://blog.designojek.com/wp-content/uploads/2009/01/studio_wall.jpg" alt="studio_wall" width="500" height="333" /></p>
<p>I always enjoy seeing the inspiration on studio walls.</p>
<p style="text-align: center;"><img class="size-full wp-image-905 aligncenter" title="studio6" src="http://blog.designojek.com/wp-content/uploads/2009/01/studio6.jpg" alt="studio6" width="341" height="500" /></p>
<p>The variety of materials that Lora has at her disposal is amazing and she has found very creative ways to put them to use.</p>
<p><img class="alignnone size-full wp-image-910" title="studio2" src="http://blog.designojek.com/wp-content/uploads/2009/01/studio2.jpg" alt="studio2" width="500" height="333" /></p>
<p><img class="alignnone size-full wp-image-918" title="mosaic1" src="http://blog.designojek.com/wp-content/uploads/2009/01/mosaic1.jpg" alt="mosaic1" width="500" height="333" /></p>
<p>She has also created a number of mosaics using broken ceramic pieces. Most of the bits come from dishware and mugs found at garage sales and thrift stores which give her a huge range of colors to work with. What a great way to reuse discarded and unwanted items!</p>
<p><img class="alignnone size-full wp-image-933" title="mosaic prep work" src="http://blog.designojek.com/wp-content/uploads/2009/01/mosaic2.jpg" alt="mosaic prep work" width="500" height="333" /></p>
<p><img class="alignnone size-full wp-image-906" title="mosaic3" src="http://blog.designojek.com/wp-content/uploads/2009/01/mosaic3.jpg" alt="mosaic3" width="500" height="333" /></p>
<p>After roughly sketching out the image on board, the tiles are glued into place one piece at a time until the final piece is completed.</p>
<p style="text-align: center;"><img class="size-full wp-image-911 aligncenter" title="mosaic5" src="http://blog.designojek.com/wp-content/uploads/2009/01/mosaic51.jpg" alt="mosaic5" width="392" height="500" /></p>
<p><img class="alignnone size-full wp-image-935" title="mosaic5_detail" src="http://blog.designojek.com/wp-content/uploads/2009/01/mosaic5_detail.jpg" alt="mosaic5_detail" width="500" height="333" /></p>
<p>The results are beautiful! Again, these works are fun to look at from a distance, but also up close where you can see the individual textures and patterns in each tile.</p>
<p style="text-align: center;"><img class="size-full wp-image-908 aligncenter" title="mosaic4" src="http://blog.designojek.com/wp-content/uploads/2009/01/mosaic4.jpg" alt="mosaic4" width="419" height="500" /></p>
<p>A huge thanks to Lora for inviting me over to look at her studio. I had a great time! You can see more of her artwork on her website at <a href="http://www.lorajost.org/">www.lorajost.org</a> and also over at the <a href="http://www.lawrenceartscenter.com/Artists/Lora_Jost/index.html">Lawrence Arts Center</a>. In addition to her artwork, Lora is also an educator and writer so be sure and check out the book <a href="http://www.kansaspress.ku.edu/joskan.html"><em>Kansas Murals: A Traveler&#8217;s Guide</em></a>, a book that she co-authored with muralist <a href="http://www.davidloewenstein.com/">Dave Loewenstein</a> (available on <a href="http://www.amazon.com/Kansas-Murals-Travelers-Lora-Jost/dp/0700614699">amazon.com</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2009/01/16/lora-jost/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The String Section</title>
		<link>http://blog.designojek.com/2007/10/30/the-string-section/</link>
		<comments>http://blog.designojek.com/2007/10/30/the-string-section/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 03:07:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Lawrence]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Kansas City Symphony]]></category>
		<category><![CDATA[Lawrence Public Schools]]></category>
		<category><![CDATA[Music Works!]]></category>
		<category><![CDATA[orchestra]]></category>

		<guid isPermaLink="false">http://blog.designojek.com/2007/10/30/the-string-section/</guid>
		<description><![CDATA[<p>The <a href="http://www.kcsymphony.org/">Kansas City Symphony</a> performed an Italian-themed concert at the University of Kansas Lied Center Tuesday evening to benefit <a href="http://www2.ljworld.com/news/2007/oct/20/music_works_local_schools/">Music Works!</a>, an organization formed to promote music in the Lawrence public schools. The concert was aimed at a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.kcsymphony.org/">Kansas City Symphony</a> performed an Italian-themed concert at the University of Kansas Lied Center Tuesday evening to benefit <a href="http://www2.ljworld.com/news/2007/oct/20/music_works_local_schools/">Music Works!</a>, an organization formed to promote music in the Lawrence public schools. The concert was aimed at a very general audience, so the pieces were all fairly brief and very accessible, but the orchestra played beautifully. There are a few new members of the orchestra this year, including a few key wind players which I found particularly interesting. They all played very well and it was an enjoyable performance!</p>
<p>It reminded me of a very strong memory I have of the first (and only) time I&#8217;ve played in an orchestra. In 2006, I played tenor saxophone in the Kansas City symphony for their annual pops concert under the direction of Erich Kunzel. Since saxophonists rarely ever play in symphonies, I jumped at the chance and I was really glad that I did.</p>
<p><span id="more-34"></span></p>
<p>What you don&#8217;t realize when you listen to an orchestral recording or even sitting in the audience of a live concert, is how amazing the sound of a professional string section is. It is a warm, rich sound that has an amazing energy to it. Since it is made up strictly of vibrating wood and strings, that energy is transfered into the air and you can almost feel it on your skin. When all of the instruments are playing, every overtone is present and so you feel consumed by the sound from all sides. You just cannot experience this the same way unless you&#8217;re sitting within the orchestra. It&#8217;s like the difference between hearing the wind through a tree in the yard across the street (beautiful sound) and sitting right in the center of an ancient forest as the leaves flutter all around you (beautiful <em>experience</em>).</p>
<p>There is also an impressive visual element to it all. First, the bows of the violins and violas all move in total unison so that it seems like you&#8217;re watching waves in an ocean move up and down. When you look at the musicians, you can&#8217;t help but notice the sea of deep browns, reds and oranges of the wooden instruments which only intensifies the rich sound that comes from within them. The musicians all breathe together with each phrase and so you feel the energy of melody as well as hear it. It&#8217;s really like being inside of a breathing creature.</p>
<p>I&#8217;m sure experienced orchestral players are used to this feeling, but I came from a musical world of big bands, jazz combos and small chamber music groups (which are amazing in their own right), so it was totally new to me. I can only imagine what it would feel like to play a piece like Mahler&#8217;s 2nd Symphony or the 1812 Overture. It would make you leave your individual self behind for a while and become part of a greater whole. A &#8220;whole&#8221; with the sole purpose of creating music.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.designojek.com/2007/10/30/the-string-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

