<?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>Brian Artka: Front End Web Developer/Designer + Digital Filmmaker</title>
	<atom:link href="http://brianartka.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brianartka.com</link>
	<description>Passionately building, browsing and breathing the world wide web.</description>
	<lastBuildDate>Fri, 02 Oct 2009 15:55:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Client Education and Expectation</title>
		<link>http://brianartka.com/2009/09/client-education-and-expectation/</link>
		<comments>http://brianartka.com/2009/09/client-education-and-expectation/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:23:28 +0000</pubDate>
		<dc:creator>bartka</dc:creator>
				<category><![CDATA[client education]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://brianartka.com/?p=104</guid>
		<description><![CDATA[

You build websites. It is a passion. You have taught yourself everything and continue to do so because the industry demands it. You wrangle code with the best of them. You design user interfaces to help users get things done. You document sitemaps, wireframes and workflows that will take the clients site to the next [...]]]></description>
			<content:encoded><![CDATA[<div class="postHeaderBG"></div>
<div><img src="http://brianartka.com/wp-content/uploads/2009/09/ClientsEducation.jpg" alt="Company X Email Spoof" title="Company X Email Spoof" width="640" height="190" class="alignnone size-full wp-image-38" /></div>
<p>You build websites. It is a passion. You have taught yourself everything and continue to do so because the industry demands it. You wrangle code with the best of them. You design user interfaces to help users get things done. You document sitemaps, wireframes and workflows that will take the clients site to the next level and beyond. You know your craft well and you love it&#8230;<span id="more-104"></span></p>
<h2>A Scenario</h2>
<p>Company X, your average ad agency, wants to work with you on a website a client needs done. The budget is tight so you work a deal out based on the budget at hand and start the process. During some meetings with Company X, the client and yourself, crazy ideas are brought to the table. You cringe a little bit knowing that the ideas are above and beyond the scope of the project. Politely, you calm the ideas down and decide to work on what can be done within scope. After a few days of work, you send a mockup to Company X for review with their client.</p>
<p>A few days go by and Company X sends feedback along with an attachment. The feedback: </p>
<p>&#8220;We took a look at the mockup you sent, and decided to go in a new direction&#8221;. </p>
<p>After opening the files containing the new direction, you begin to cringe again. This &ldquo;new direction&rdquo; is extremely out of scope and will not work within the constraints of the system you had originally designed for. The design contains a Flash splash intro page, no solid navigation, moving animations everywhere and most likely funky sound effects. Oh yeh, the client also &ldquo;loves it&rdquo;.</p>
<h2>The Problem</h2>
<p>We are dealing with two clients: Company X and Company X&#8217;s Client. This scenario has many issues, but the big one is client education and expectation.</p>
<p>You have been hired by Company X to solve their clients problems. You attempted to do this within the scope of the budget, but Company X had their own agenda for the client. The lack of communication and education on how to solve both clients problems has turned the situation into a downward spiral. Company X, with what they know and understand, thinks they solved the client problem with their solution. The client loves it. You, with what you know and understand, see failure. What happened here?</p>
<h2>The Solution</h2>
<p>Communicate. Define the client&#8217;s problem. Solve that problem.</p>
<p>Design is about solving problems first; then, maybe, making things look &#8220;cool&#8221;. </p>
<p>Share your process with Company X and the client. Define the expectations based on the budget and make the clients feel comfortable. You are the expert at what you do, that is why you were hired. If you do not educate your clients on what to expect, they will want the world and/or something that will not help solve their problem.</p>
<p>I understand this is much easier said than done. I would love to hear what others have done to make this situation calmer, easier, or at the least less frustrating. </p>
]]></content:encoded>
			<wfw:commentRss>http://brianartka.com/2009/09/client-education-and-expectation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A 16:9 Aspect Ratio Tool</title>
		<link>http://brianartka.com/2009/08/a-169-aspect-ratio-tool/</link>
		<comments>http://brianartka.com/2009/08/a-169-aspect-ratio-tool/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 16:10:37 +0000</pubDate>
		<dc:creator>bartka</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<category><![CDATA[AspectRatio]]></category>

		<guid isPermaLink="false">http://brianartka.com/?p=99</guid>
		<description><![CDATA[
I few months ago I developed a simple but effective little web page with some javascipt and jQuery that would allow me to determine, based on a width, a 16:9 aspect ratio. I found myself always having a specific width from a content area and I wanted to determine the video size I could fit [...]]]></description>
			<content:encoded><![CDATA[<div class="postHeaderBG"></div>
<p>I few months ago I developed a simple but effective little web page with some javascipt and jQuery that would allow me to determine, based on a width, a 16:9 aspect ratio. I found myself always having a specific width from a content area and I wanted to determine the video size I could fit in there. Problem was, I didnt want to waste time calculating the all important aspect ratio from the width I had. <span id="more-99"></span></p>
<p>I searched the net and couldnt find anything useful, so I built one myself:</p>
<p><a title="jQuery 16:9 Aspect Ratio Tool" href="http://brianartka.com/jqueryVideoBox.html">jQuery 16:9 Aspect Ratio Tool</a></p>
<p>This was just whipped together quickly and I found it useful. I&#8217;m pretty sure it could be tweaked, but it fits its purpose as is right now. Let me know if this helps you at all. enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianartka.com/2009/08/a-169-aspect-ratio-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Modern Day Web Designer</title>
		<link>http://brianartka.com/2009/08/the-modern-day-web-designer/</link>
		<comments>http://brianartka.com/2009/08/the-modern-day-web-designer/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:44:33 +0000</pubDate>
		<dc:creator>bartka</dc:creator>
				<category><![CDATA[client education]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<category><![CDATA[graphicdesign]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://brianartka.com/?p=58</guid>
		<description><![CDATA[
It seems, or, should I say, still seems that many people consider themselves web designers just because they can hook up a downloaded template to blog software. This is fine if you want to be heard and share content with the world, but it DOES NOT make you a web designer (I&#8217;ll use the generic [...]]]></description>
			<content:encoded><![CDATA[<div class="postHeaderBG"></div>
<p>It seems, or, should I say, still seems that many people consider themselves web designers just because they can hook up a downloaded template to blog software. This is fine if you want to be heard and share content with the world, but it DOES NOT make you a web designer (I&#8217;ll use the generic term &#8220;web designer&#8221; to encompass a spectrum of web design, including the front-end developer).<span id="more-58"></span></p>
<h2>Knowledge</h2>
<p>Modern day web designers have a deep understanding of the internet and the underlying structures that define it. These include languages like HTML, CSS, Javascript, jQuery(a javascript framework), PHP, and a plethora of other programming languages. Each one of these languages is a powerful tool in the hands of the web designer that specializes in it. For example, you would not call a plumber to install electrical outlets. You would also not have an interface designer program the interactions between the server and a database (this is what web developers do).</p>
<p>The modern day web designer must also have an understanding of web standards and be familiar with the works of the major players behind it. The blogs, books, and musings of people like <a href="http://www.zeldman.com/">Jeffrey Zeldman</a>, <a href="http://meyerweb.com/">Eric Meyer</a> and <a href="http://www.simplebits.com/">Dan Cederholm</a> (to name a few) are must reads.</p>
<h2>Tools</h2>
<p>There are many tools the modern day web designer uses on a daily basis to code, solve problems, design and develop. The most used and well known design programs are Adobe Photoshop and Adobe Fireworks. I personally find Fireworks to be a better web design (specifically user interface design) program over Photoshop, but modern day web designers use what they are comfortable with.</p>
<p>Modern day web designers think in pixels. They design for the screen, not paper. Screen sizes vary across all users, and one must take that into account before starting the visual design. The design from Photoshop or Fireworks directly correlates, by the pixel, to what will appear on the screen in a browser. A 300 dpi 1800 x 1800 illustrator file is not an adequate starting point for a web site design.</p>
<p>Most, if not all modern day web designers can code by hand and from scratch. Software such as <a href="http://www.panic.com/coda/">Coda</a> (my favorite), <a href="http://macromates.com/">Textmate</a>, <a href="http://www.coffeecup.com/html-editor/">CoffeeCup&#8217;s HTML Editor</a>, <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>, and even <a href="http://www.adobe.com/products/dreamweaver/">Dreamweaver</a> (in the code view) can assist in hand coding, making things a bit faster. Software that generates code, also known as a WYSIWYG (What You See Is What You Get), is frowned upon and will most likely cause problems down the line when trying to fix issues.</p>
<p>The modern day web designer also codes to make sites compliant in modern browsers like Firefox or Safari first. After the site works in these browsers, others, such as Internet Explorer (version 8,7,and sadly, sometimes 6), Chrome and Opera are tested. The reason I code to Firefox first is because of a plugin called <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a>. This plugin lets me solve problems by inspecting the code, tweaking the css, and testing the javascript right in the Firefox browser. It is a HUGE timesaver. Any modern day web designer worth something uses Firebug, or a similar plugin on their browser of choice.</p>
<h2>Passion</h2>
<p>The most important aspect of the modern day web designer is passion. This work is not just a job, it is a labor of love. If you consider yourself a modern day web designer, you must constantly strive to learn more, constantly stay on top of what is happening in the industry and constantly think to yourself, “I love what I do”.</p>
<p>I just scratched the surface of this broad topic. It is something that one could write about for weeks. Modern day web designers most likely did not learn anything new from this, but if you consider yourself a web designer in any form, you must have and use the knowledge that is mentioned in this article. If you don&#8217;t, learn it.</p>
<p>What else does the modern day web designer need to know? If you have any resources, or comments, feel free to share.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianartka.com/2009/08/the-modern-day-web-designer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Simple Things In Life</title>
		<link>http://brianartka.com/2009/08/the-simple-things-in-life/</link>
		<comments>http://brianartka.com/2009/08/the-simple-things-in-life/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:46:58 +0000</pubDate>
		<dc:creator>bartka</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[life simplethings]]></category>

		<guid isPermaLink="false">http://brianartka.com/2009/08/the-simple-things-in-life/</guid>
		<description><![CDATA[
It is gorgeous outside. The sun is shining, the churning breeze feels good and the birds are chirping. I am sitting at a picnic table at a local park while on my lunch break. How can such a simple situation like this feel so damn good? 
It is truly amazing how simplicty can affect very [...]]]></description>
			<content:encoded><![CDATA[<div class="postHeaderBG"></div>
<p>It is gorgeous outside. The sun is shining, the churning breeze feels good and the birds are chirping. I am sitting at a picnic table at a local park while on my lunch break. How can such a simple situation like this feel so damn good? </p>
<p>It is truly amazing how simplicty can affect very complex objects(the human brain) when applied right.</p>
<p>What is your simple pleasure? What activity do you partake in when you just need to &#8220;get away&#8221; or take a brain vacation? I&#8217;m curious.  </p>
]]></content:encoded>
			<wfw:commentRss>http://brianartka.com/2009/08/the-simple-things-in-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>a SXSW interactive 2009 teaser video</title>
		<link>http://brianartka.com/2009/04/a-sxsw-interactive-2009-teaser-video/</link>
		<comments>http://brianartka.com/2009/04/a-sxsw-interactive-2009-teaser-video/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 05:53:27 +0000</pubDate>
		<dc:creator>bartka</dc:creator>
				<category><![CDATA[video]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[sxsw]]></category>
		<category><![CDATA[sxsw2009]]></category>
		<category><![CDATA[sxswi]]></category>
		<category><![CDATA[webstandards]]></category>

		<guid isPermaLink="false">http://brianartka.com/?p=14</guid>
		<description><![CDATA[

While down in Austin, Texas this past March for the South By South West interactive conference, I filmed a few hours of video for a short documentary I have planned. This is a little teaser of some of the footage. 

A SXSW interactive 2009 experience from Brian Artka on Vimeo.
]]></description>
			<content:encoded><![CDATA[<div class="postHeaderBG"></div>
<div><img src="http://brianartka.com/wp-content/uploads/2009/04/sxsw2009.jpg" alt="sxsw2009" title="sxsw2009" width="640" height="190" class="alignnone size-full wp-image-38" /></div>
<p>While down in Austin, Texas this past March for the South By South West interactive conference, I filmed a few hours of video for a short documentary I have planned. This is a little teaser of some of the footage. <span id="more-14"></span></p>
<div><object width="640" height="360" data="http://vimeo.com/moogaloop.swf?clip_id=4082967&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=4082967&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object></div>
<p><a href="http://vimeo.com/4082967">A SXSW interactive 2009 experience</a> from <a href="http://vimeo.com/bartka">Brian Artka</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianartka.com/2009/04/a-sxsw-interactive-2009-teaser-video/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What happened to the design?</title>
		<link>http://brianartka.com/2009/04/what-happened-to-the-design/</link>
		<comments>http://brianartka.com/2009/04/what-happened-to-the-design/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:36:46 +0000</pubDate>
		<dc:creator>bartka</dc:creator>
				<category><![CDATA[cssnaked]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[webstandards]]></category>

		<guid isPermaLink="false">http://brianartka.com/?p=7</guid>
		<description><![CDATA[

To know more about why styles are disabled on this website visit the Annual CSS Naked Day website for more information.
]]></description>
			<content:encoded><![CDATA[<div class="postHeaderBG"></div>
<div><img src="http://brianartka.com/wp-content/uploads/2009/04/cssnaked.jpg" alt="cssnaked" title="cssnaked" width="640" height="190" class="alignnone size-full wp-image-37" /></div>
<p>To know more about why styles are disabled on this website visit the <a title="Web Standards Naked Day Host Website" href="http://naked.dustindiaz.com">Annual CSS Naked Day</a> website for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianartka.com/2009/04/what-happened-to-the-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pressure.</title>
		<link>http://brianartka.com/2009/04/pressure/</link>
		<comments>http://brianartka.com/2009/04/pressure/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:32:19 +0000</pubDate>
		<dc:creator>bartka</dc:creator>
				<category><![CDATA[helloworld]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[pressure]]></category>

		<guid isPermaLink="false">http://brianartka.com/?p=4</guid>
		<description><![CDATA[
Pressure. Its a big word. Pressure is good, but it can also be bad. Pressure is what I attribute to finally re-birthing this blog. My name is Brian Artka and I passionately build, browse and breathe the world wide web.
]]></description>
			<content:encoded><![CDATA[<div class="postHeaderBG"></div>
<p>Pressure. Its a big word. Pressure is good, but it can also be bad. Pressure is what I attribute to finally re-birthing this blog. My name is Brian Artka and I passionately build, browse and breathe the world wide web.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianartka.com/2009/04/pressure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
