<?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>Design Shack &#187; basics</title>
	<atom:link href="http://designshack.net/tag/basics/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.net</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:00:00 +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>What Is HTML? Back to Basics</title>
		<link>http://designshack.net/articles/html/what-is-html-back-to-basics/</link>
		<comments>http://designshack.net/articles/html/what-is-html-back-to-basics/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 14:00:29 +0000</pubDate>
		<dc:creator>Joshua Johnson</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[what is html]]></category>

		<guid isPermaLink="false">http://designshack.co.uk/?p=25363</guid>
		<description><![CDATA[Since I have a background in print, I&#8217;m always eager to help designers from other areas get a start in web design and basic development. I know from experience that the transition is an extremely intimidating one that many people simply don&#8217;t think they can manage. Fortunately, I can also attest to the fact that [...]]]></description>
			<content:encoded><![CDATA[<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/htmlbasics-0.jpg" alt="screenshot" width="510"/></div>
<p>Since I have a background in print, I&#8217;m always eager to help designers from other areas get a start in web design and basic development. I know from experience that the transition is an extremely intimidating one that many people simply don&#8217;t think they can manage.</p>
<p>Fortunately, I can also attest to the fact that it&#8217;s probably not as difficult as you might imagine. In the world of hardcore coding, HTML and CSS rank pretty low on the <em>barrier to entry</em> scale.</p>
<p>Today we&#8217;re going to start a series that examines the basic building blocks of web development. HTML, CSS, JavaScript; if you&#8217;re a complete and utter beginner who might not even have a basic grasp of what these technologies are much less how to wield them, then this series is for you. </p>
<p><span id="more-25363"></span></p>
<p><em>Like the article? Be sure to subscribe to our <a href="feed://feeds.feedburner.com/designshack">RSS feed</a> and follow us on <a href="http://twitter.com/designshack">Twitter</a> to stay up on recent content.</em></p>
<h2>What Is HTML?</h2>
<p>There are a million ways that I could start this discussion. We could go into the drivel of how HTML stands for Hypertext Markup Language or how it was invented in 1980 by physicist Tim Berners-Lee as a system for sharing documents, but you can get all that from Wikipedia. If you&#8217;re interested in the history of the World Wide Web, I highly recommend investigating the topic further, but that doesn&#8217;t help us much in our discussion of what HTML is today and how you&#8217;ll need to use it.</p>
<p>What you really need to understand is the conceptual purpose of HTML. What is it for? Why do you need it? How does it compare and relate to other technologies like CSS and JavaScript?</p>
<h3>HTML: The Most Important Piece</h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/htmlbasics-3.jpg" alt="screenshot" width="510"/></div>
<p>Along these lines, HTML can be thought of as the fundamental building block of the web as you know it. There&#8217;s an underlying architecture of complicated technology that makes up &#8220;The Internet&#8221; but the good ol&#8217; WWW is largely dependent on HTML.</p>
<p>In fact, technically, <strong>HTML is all you need to create a web page</strong>. A few extremely simple lines of HTML uploaded to a web server would constitute a web page, which is definitely not something that can be said for CSS and typically not something that can be said of JavaScript. The point here is that, while all of these technologies are closely related, HTML is the pivotal piece of the puzzle.</p>
<p>Now, before you get too excited, that doesn&#8217;t mean that you can get away with only learning HTML. You&#8217;d be hard pressed to find a modern web page that doesn&#8217;t utilize, at minimum, a combination of HTML and CSS. </p>
<h2>Markup Languages</h2>
<p>To truly understand what HTML is, you&#8217;ll need to understand what markup languages are and why they exist (I&#8217;m sneaking in that drivel after all).</p>
<p>Basically, the web is written in plain text. Now, by &#8220;plain text&#8221; I don&#8217;t just mean a lack of images, I mean a lack of rich formatting of any kind. Unlike in Microsoft Word where you can easily create bold italic text at any point size, writing code is more like using <a href="http://www.hogbaysoftware.com/products/writeroom">WriteRoom</a> or <a href="http://www.informationarchitects.jp/en/ia-writer-for-mac/">IA Writer</a>; all you get is plain old letters and symbols.</p>
<h3>The Typewriter Metaphor</h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/htmlbasics-1.jpg" alt="screenshot" width="510"/></div>
<p>Imagine composing an essay on an antique typewriter, then handing that essay to someone so that they could enter it into a computer. Your typewriter doesn&#8217;t have any formatting features, but when your associate enters your essay into the modern word processor, you want it to have headers, bold text, italic text, bulleted lists and more. How would you tell that person where to implement these features?</p>
<p>The answer is of course that you would &#8220;mark up&#8221; your document and insert extra indicators of how you want the text to be formatted. These wouldn&#8217;t be present on the end result but are merely meant to tell the interpreter how to make everything look the way you intend. This is exactly how a markup language works. With HTML, this markup is accomplished through tags. </p>
<h3>Tag, You&#8217;re It</h3>
<p>As I write this article, I&#8217;m doing so in plain text HTML. This means when I want to <strong>bold</strong> something, I can&#8217;t simply hit a button. Instead, I insert a bold tag:</p>
<div style="overflow: auto; background-color: #eeeeee;">

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">The last word will be in <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">b</span>&gt;</span>bold<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">b</span>&gt;</span>.</pre></div></div>

</div>
<p></ br></p>
<p>See how I used &#8220;&lt;b>&#8221; to indicate where the bolded text would begin? Also notice how I used &#8220;&lt;/b>&#8221; to indicate where the bolded text would end. To italicize something, I use the same technique. </p>
<div style="overflow: auto; background-color: #eeeeee;">

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">i</span>&gt;</span>This is italicized.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">i</span>&gt;</span> This isn't.</pre></div></div>

</div>
<p></ br></p>
<p>The bracketed portions are known as tags, and each set of tags has a starting and stopping point. With these, you tell the interpreter, in our case a web browser like Firefox, how you want the content to be formatted. When we place content between an opening and close tag, we typically say that we have &#8220;wrapped&#8221; it in a tag. </p>
<h3>Example Tags</h3>
<p>Now that you know what tags are, here are some more very basic examples of some HTML tags:</p>
<ul>
<li>&lt;p>paragraph&lt;/p></li>
<li>&lt;h1>header&lt;/h1> <em>(h2, h3, h4, etc. create incrementally smaller headers)</em></li>
<li>&lt;small>small text&lt;/small></li>
</ul>
<h2>Links, Tags and Attributes</h2>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/htmlbasics-4.jpg" alt="screenshot" width="510"/></div>
<p>This is where the &#8220;Hypertext&#8221; in &#8220;Hypertext Markup Language&#8221; part comes in. One of the major parts about writing HTML, and indeed about using the web in general, is linking. That&#8217;s how it all works right? If there is a web page loaded into your browser and you want to get to another page, what do you do? Click a link! This system is fantastic for connecting all of the various bits and pieces of information stored on the web.</p>
<p>To link something in HTML, we of course use a tag. This tag is going to look a bit more complex than most though. Let&#8217;s look at an example that links to the Design Shack home page.</p>
<div style="overflow: auto; background-color: #eeeeee;">

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">Read <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://designshack.net/&quot;</span>&gt;</span>Design Shack<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span> daily for awesome bits of design goodness.</pre></div></div>

</div>
<p></ br></p>
<p>Here we have not just a <em>tag</em> but an <em>attribute</em> as well. The tag (&lt;a>&lt;/a>) tells the browser that there&#8217;s a link and the attribute (href) tells the browser where the link should go. The syntax for this type of structure is as follows:</p>
<div style="overflow: auto; background-color: #eeeeee;">

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;tag attribute<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;VALUE&quot;</span>&gt;</span>Text, images, etc.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>tag&gt;</span></pre></div></div>

</div>
<p></ br></p>
<p>In our previous example, anything between the &#8220;a&#8221; tags becomes a link. So the words &#8220;Design Shack&#8221; would&#8217;ve been an active text link that, upon clicking, directed the user to the href URL, which was the Design Shack homepage. </p>
<p>Placing an image via HTML works much the same way. We use the &#8220;src&#8221; attribute to point the browser to the location of the image and the &#8220;alt&#8221; attribute for text that will appear in place of the image if it can&#8217;t be displayed. Notice the closing tag structure is a bit different this time with all the &#8220;img&#8221; info placed within a single tag. </p>
<div style="overflow: auto; background-color: #eeeeee;">

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/thepicture.jpg&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;alternative text&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</div>
<p></ br></p>
<h2>You Can Read HTML!</h2>
<p>If you&#8217;ve been reading along up to this point, the following should make perfect sense. </p>
<div style="overflow: auto; background-color: #eeeeee;">

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>What is HTML?<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>You've officially learned enough that you should be able to read basic <span style="color: #009900;">&lt;bold&gt;</span>HTML<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>bold&gt;</span> fairly easily. This text is marked up with all kinds of tags, but once you know what they all mean, it becomes fairly readable doesn't it?<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>Now that you know what HTML looks like, let's move on and discuss it from a more <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">em</span>&gt;</span>conceptual<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">em</span>&gt;</span> point of view. What purpose does it serve in the grand scheme of web design?<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span></pre></div></div>

</div>
<p></ br></p>
<h2>HTML: The Skeleton of a Web Page</h2>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/htmlbasics-6.jpg" alt="screenshot" width="510"/></div>
<p>We now have a good idea of how HTML is a markup language and what that means. We know that it&#8217;s basically a way to give the browser plain text and have it output richly formatted and even active content that can be clicked on to some end. The last thing we need to understand is how it fits into the overall picture of a completed web page.</p>
<p>As we&#8217;ve seen in the examples above, HTML <em>mostly</em> relates to directly inputting content onto a page. The actual underlying structure of any web page is the kind of tagged statements we just learned about. Most text and links you see on any given page, as well as many of the images, are implemented directly with HTML. </p>
<h3>HTML is Meant to Be Boring</h3>
<p>As I said above, HTML is technically all you need for a web page. However, this HTML content by itself is quite plain. Notice that nowhere in the examples above have we told the page what background color we want to use, what size the text should be, which fonts to apply where, how wide certain portions should be and how they should line up, etc. </p>
<p>We&#8217;ve simply thrown in the content without any real thought towards what it will look like. Looking at any page on the web you can see that no one stops here. Each site has its own look and feel, its own color scheme, typography, layout, etc.</p>
<p>For example, imagine that your local news site picks up a story from the Associate Press. They could print the story verbatim and therefore have the same basic HTML structure for that content, yet it would likely look quite different from the version on the AP site. Why?</p>
<h3>CSS is The Skin, Hair and Clothing</h3>
<p>The answer is that modern HTML is not generally used to govern aesthetic style and layout. For this, we&#8217;ve adopted something called Cascading Style Sheets, or CSS.</p>
<p>The typical web developer workflow might be to insert all the various pure content first into an HTML document, then jump over to CSS and begin crafting that content to appear in a more visually pleasing and usable way. A year later the developer could come back and toss in a brand new CSS file that makes the website look completely different, all without touching the HTML. </p>
<p>JavaScript jumps into this game by taking a more active role in how the page <em>behaves</em>. Animations, form submissions, dynamic content, these are the domain of JavaScript. Lately CSS has been encroaching on this territory, but that&#8217;s a topic for another day. </p>
<h2>What Is HTML5?</h2>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/TheBasicsGold2.jpg" alt="screenshot" width="510"/></div>
<p>Before we wrap this up, you&#8217;re probably wondering what the heck all this HTML5 talk is about. HTML5 is exactly what it sounds like: the fifth major iteration of HTML.</p>
<p>Web technologies aren&#8217;t set in stone, they&#8217;re constantly evolving and expanding. Just like print designers generally have to keep up with the newest bells and whistles in the latest version of Photoshop, so web designers have to keep an eye out for changes in web standards. </p>
<p>HTML5 brings lots of new features to the table while cutting out some unnecessary fat from its previous installment. For instance, HTML5 developers have some new tags to work with that make the basic structure of a web page more logical. </p>
<p>For more on HTML5, check out our complete series on the topic:</p>
<ul>
<li><a href="http://designshack.net/articles/html/html5-the-basics-1-of-4">HTML5: The Basics</a></li>
<li><a href="http://designshack.net/articles/html/html5-new-elements-2-of-4/">HTML5: New Elements</a></li>
<li><a href="http://designshack.net/articles/html/html5-semantic-changes-3-of-4/">HTML5: Semantic Changes</a></li>
<li><a href="http://designshack.net/articles/html/html5-get-it-working-today-4-of-4/">HTML5: Get It Working Today</a></li>
</ul>
<h2>Conclusion: More to Come!</h2>
<p>This article was meant to give you a basic conceptual overview of HTML. If you started reading without a clue as to what HTML is and how it&#8217;s used, hopefully you now have a basic grasp of these concepts.</p>
<p>As we look to the future I&#8217;ll be expanding this topic and walking through the basic anatomy of an HTML document and then moving on to another important question: What is CSS? </p>
<p>Be sure to check back soon for more on these topics!</p>
<p><em>Image sources: <a href="http://www.flickr.com/photos/xlibber/4855182596/">xlibber</a>, <a href="http://www.flickr.com/photos/intvgene/370973576/">Ryan Amos</a>, <a href="http://www.flickr.com/photos/daveparker/2104384103/">Dave Parker</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/html/what-is-html-back-to-basics/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Teach Someone Graphic Design</title>
		<link>http://designshack.net/articles/business-articles/how-to-teach-someone-graphic-design/</link>
		<comments>http://designshack.net/articles/business-articles/how-to-teach-someone-graphic-design/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 21:49:07 +0000</pubDate>
		<dc:creator>Joshua Johnson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://designshack.co.uk/?p=22432</guid>
		<description><![CDATA[Do you have a friend, family member or colleague who is considering design as a profession and looks to you for guidance? Your instruction could mean the difference between a meaningful career and a non-starter. Today we&#8217;ll offer up some basic advice that everyone should consider before attempting to teach someone to be a graphic [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a friend, family member or colleague who is considering design as a profession and looks to you for guidance? Your instruction could mean the difference between a meaningful career and a non-starter.</p>
<p>Today we&#8217;ll offer up some basic advice that everyone should consider before attempting to teach someone to be a graphic designer.</p>
<p><span id="more-22432"></span><br />
<em>Like the article? Be sure to subscribe to our <a href="feed://feeds.feedburner.com/designshack">RSS feed</a> and follow us on <a href="http://twitter.com/designshack">Twitter</a> to stay up on recent content.</em></p>
<h2>Those Who Can, Should Teach</h2>
<p>We freelancers often consider bringing on an inexperienced partner not for our own benefit, but because we love our work and are eager to show others how they can succeed as well.</p>
<p>This is in fact how I got my start in graphic design. My uncle is a print designer who works on a few huge store marketing accounts. One day as I stopped by after dropping off a few job applications at local burger joints, he offered to teach me basic page layout and even paid me far more than I was worth. Within ten minutes I was hooked and never had to look for a burger job again.</p>
<p>After nearly a decade as a professional graphic designer, Design Shack serves as a way for me to continue the favor that my uncle extended to me by acting as my outlet for providing free design lessons. I absolutely love to share what I&#8217;ve learned with other people in addition to encouraging them to make their dream job a reality.</p>
<p>Whether you&#8217;re looking to help out a design intern or want to teach a close friend how to replicate your success in making dang good money from their couch, it&#8217;s important to understand how to teach design. I lucked out that my teacher was an actual former graphic design professor and from his example I&#8217;ve learned a lot about how to approach teaching someone to be a designer. The following lessons are some of the most valuable that I&#8217;ve learned. </p>
<h2>Lesson One: Photoshop ≠ Design</h2>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/teachingdesign-2.jpg" alt="screenshot" width="510"/></div>
<p>When I was in high school I watched a ton of Total Training video tutorials and quickly picked up an impressive knowledge of and competency with Adobe Photoshop and Illustrator (then later, InDesign).</p>
<p>This solid understanding of some of the most important modern design tools was a critical step on my road to becoming a professional designer, but the first thing I learned when I started designing ads is that knowing how to use a few pieces of software and knowing how to really design something are two very different things.</p>
<p>Design isn&#8217;t about software or computers, it&#8217;s about visual communication. Every project has a set of goals that it seeks to accomplish. These goals might include anything from persuading someone to buy a candy bar to organizing a large amount of information in a meaningful way. We use design in conjunction with copywriting to accomplish these goals.</p>
<p>Being a professional designer is about making the boring interesting. You must possess a strong sense of aesthetics and be able to turn something ugly into something beautiful. Being a designer is also about learning to simplify. You must be able to clarify a complex message and break it down into manageable chunks while placing visual emphasis on the most important parts. Finally, being a designer is about understanding people (often very specific groups of them). You must intuitively or explicitly know a thing or two about human psychology. What motivates people to act? How will people respond to certain visual styles? How can you leverage design to help people understand whatever it is you want to tell them?</p>
<h3>In a Nutshell</h3>
<p>The gist of this lesson is that it&#8217;s easy to confuse teaching Photoshop with teaching design. In reality, they&#8217;re two distinct but potentially interwoven disciplines. </p>
<p>If you&#8217;re going to teach someone to be a designer, stopping at a few software lessons is like teaching someone to write letters and numbers but neglecting basic grammar. They wouldn&#8217;t make it far as a professional writer! Which brings me to my next lesson.</p>
<h2>Lesson Two: Cover The Basics Thoroughly</h2>
<p>Some people have this amazing innate sense of design and visual communication and take minutes to figure out what takes others years. Even if you&#8217;re working with one of these extremely gifted individuals, don&#8217;t be tempted to skip basic design principles.</p>
<p>I&#8217;m constantly preaching the benefits of explicit knowledge vs. implicit knowledge. Having &#8220;a feel&#8221; for something will earn you a few successes, really understanding that same thing will allow you to do it for 40+ hours per week and consistently repeat that success. </p>
<h3>CRAP Filled Designs</h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/teachingdesign-4.jpg" alt="screenshot" width="510"/></div>
<p>No matter who your student is, he/she will benefit from a solid explanation of the most basic principles. A great place to start is the &#8220;<a href="http://www.amazon.com/Non-Designers-Design-Book-Typographic-Principles/dp/1566091594">Non-Designer&#8217;s Design Book</a>&#8221; by Robin Williams, which serves as a solid primer and teaches new designers how to properly wield Contrast, Repetition, Alignment and Proximity (CRAP) to create successful layouts. No matter which area of graphic design someone wants to get into, this knowledge will prove invaluable throughout the course of a career.</p>
<p>That same book serves as a basic introduction to typographic principles, which is another key area where building a strong foundation pays off. Learning how to properly mix typefaces and apply selective kerning are just a few of the skills that every design student should pick up. Designers who don&#8217;t understand terms like serif, baseline, ascender, x-height and tracking really lack a fundamental understanding of type and their designs likely suffer for it.</p>
<h3>The Meaningful Rule-breaker</h3>
<p>Design is a very subjective art and it&#8217;s often the case that something is interesting and effective because of how much it goes against traditional practices. </p>
<p>Understanding the basic rules and principles of design will empower new designers to create strong designs and help more experienced designers know when and how to break the rules to create something unconventional. There&#8217;s a big difference between sloppy design and a skillful departure from the norm.</p>
<h2>Lesson Three: Fix The Broken</h2>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/teachingdesign-6.jpg" alt="screenshot" width="510"/></div>
<p>One of the best ways to learn how to design something is to learn how <em>not</em> to design something. Critiquing design work isn&#8217;t something reserved only for the experienced, it should be done frequently by design students as they learn.</p>
<p>Just about everyone has some basic design instincts and a big step in turning those into real knowledge is meaningful analysis. Show the person you&#8217;re teaching a bad page layout, headline arrangement, logo, color scheme or all of the above and ask them to explain what&#8217;s wrong with the design. </p>
<p>Fixing a poor design is an easier starting point than designing from scratch. It gives the student something to work with and really pushes them to think critically about what works and what doesn&#8217;t. </p>
<h3>Self-Criticism is Difficult</h3>
<p>It&#8217;s easier to critique the work of others than our own. If someone creates a poor design, their biases get in the way of a proper analysis. For this reason it&#8217;s much better to look elsewhere for examples of poor design practices.</p>
<p>Fortunately, both the web and the real world are overflowing with examples of truly horrid design! Find some and start discussions about them. You don&#8217;t have to pretend to be a professor in a classroom, there&#8217;s no reason you should have someone submit their answers in the form of an essay. Just talk with the person about why the design seems inadequate.</p>
<p>This exercise will bring to light loads of knowledge that the learner can then apply to his/her own work. Learning to spot faults elsewhere helps you then turn around and look for the same mistakes in your own work. </p>
<h2>Lesson Four: Give Encouraging Feedback</h2>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/teachingdesign-3.jpg" alt="screenshot" width="510"/></div>
<p>Design can be a very technical process, but it&#8217;s ultimately a creative venture, which makes things difficult when it comes to feedback. For whatever reason, many people link creative skill very closely to self-esteem. We&#8217;re not embarrassed about not being able to work out complex astrophysics but when someone points out that we suck at Pictionary, it hits deep.</p>
<p>No one likes being told that they&#8217;re a bad designer, even if they&#8217;ve only just started. It&#8217;s really easy to get frustrated and intimidated while someone is trying to teach you a creative skill and the result of those feelings is often a full-on surrender. People tell me all the time that they could never do what I do, that they&#8217;re not creative enough, etc. In truth, being a graphic designer doesn&#8217;t mean that you have to be some uber-talented Michelangelo. Sure it helps to have advanced artistic skill, but it&#8217;s not requisite. </p>
<p>Always remember this when it comes time to tell someone what you think of their design. Creativity is so deeply personal that it&#8217;s almost as if you&#8217;re not simply critiquing their work, but are actually critiquing them personally!</p>
<p>Don&#8217;t mistake this direction as a suggestion to baby the person and not point out mistakes, criticism is critical to learning. However, any feedback should be given with an encouraging attitude, not a deprecating one. </p>
<p>Tell whoever it is that you&#8217;re teaching that they&#8217;re off to a great start and constantly remind them that you were horrible when you first began. This is all of course wrapped around suggestions for how to improve and clear analysis of what went wrong vs. what went right. An old teacher&#8217;s trick is to sandwich a criticism between two compliments to help lessen the blow. </p>
<h3>The Keys to Becoming a Good Designer</h3>
<p>Both you and your design pupil need to remember the two key ingredients in the recipe for creating a good designer: time and practice. Design principles take a few minutes to understand and years to master. No horrible designer is going to turn into a professional in an afternoon!</p>
<p>Each project is unique and therefore presents a unique set of challenges. The more projects you have under your belt, the more challenges you&#8217;ve successfully overcome and will be better prepared to face in the future. </p>
<p>I&#8217;ve been doing this for a long time and I still find things to struggle with on every single project. </p>
<h2>Conclusion</h2>
<p>I strongly encourage every successful graphic designer out there who loves what they do to help others learn to do the same. The experience is very fulfilling and I know from experience that it can literally change lives. Learning to make a living doing something fun is one of the best things that has ever happened to me.</p>
<p>When teaching someone to be a graphic designer, remember that it goes far beyond showing them how to use a few pieces of software. Design is both a highly creative and technical skill and those who attempt to skip either of these steps really fall short. A solid foundation in basic design principles is an absolute must and will stay with a person for their entire career. A great way to teach good design practices is by showcasing bad ones and discussing why they&#8217;re bad.</p>
<p>Finally, the road from layman to designer is long and hard for both student and teacher, being overly strict or harsh in your feedback can scar a person for life. Instead of cold insults, try wrapping constructive feedback in encouragement. </p>
<div style="overflow: auto; color: 4e4e4e; background-color: #eeeeee; width: 450px; padding: 20px; font: italic 20px/30px Georgia, serif; border: 1px solid #ccc;">
Psst&#8230; Like the crazy graphics in this post? Check out <a href="http://deals.designshack.net/">this week&#8217;s design deal</a>!
</div>
<p></ br></p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/business-articles/how-to-teach-someone-graphic-design/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Introduction to CSS3 &#8211; Part 1: What Is It?</title>
		<link>http://designshack.net/articles/introduction-to-css3-part-1-what-is-it/</link>
		<comments>http://designshack.net/articles/introduction-to-css3-part-1-what-is-it/#comments</comments>
		<pubDate>Tue, 06 May 2008 16:30:04 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[proposal]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=208</guid>
		<description><![CDATA[This article marks the first of several, providing an introduction to the new CSS3 standard which is set to take over from CSS2. We will be starting from the very beginning &#8211; taking you from not having even heard of CSS3, to feeling ready to hit it running as various features start to become more [...]]]></description>
			<content:encoded><![CDATA[<p>This article marks the first of several, providing an introduction to the new CSS3 standard which is set to take over from CSS2. We will be starting from the very beginning &#8211; taking you from not having even heard of CSS3, to feeling ready to hit it running as various features start to become more widely adopted.</p>
<h2>What is it?</h2>
<p>CSS3 offers a huge variety of new ways to create an impact with your designs, with quite a few important changes. This first tutorial will give you a very basic introduction to the new possibilities created by the standard.</p>
<h2>Modules</h2>
<p>The development of CSS3 is going to be split up into &#8216;modules&#8217;. The old specification was simply too large and complex to be updated as one, so it has been broken down into smaller pieces &#8211; with new ones also added. Some of these modules include:</p>
<ul>
<li>The Box Model</li>
<li>Lists Module</li>
<li>Hyperlink Presentation</li>
<li>Speech Module</li>
<li>Backgrounds and Borders</li>
<li>Text Effects</li>
<li>Multi-Column Layout</li>
</ul>
<p>
<a href="http://www.w3.org/Style/CSS/current-work" class="smallbox" target="_blank">View the full list of modules</a><br />
</p>
<h2>Timescale</h2>
<p>Several of the modules have now been completed, including SVG (Scalable Vector Graphics), Media Queries and Namespaces. The others are still being worked upon.</p>
<p>It is incredibly difficult to give a projected date when web browsers will adopt the new features of CSS3  &#8211; some new builds of Safari have already started to.</p>
<p>New features will be implemented gradually in different browsers, and it could still be a year or two before every module is widely adopted.</p>
<h2>How will CSS3 affect me?</h2>
<p>Hopefully, in a mainly positive way. CSS3 will obviously be completely backwards compatible, so it won&#8217;t be necessary to change existing designs to ensure they work &#8211; web browsers will always continue to support CSS2.</p>
<p>The main impact will be the ability to use new selectors and properties which are available. These will allow you to both achieve new design features (animation or gradients for instance), and achieve current design features in a much easier way (e.g. using columns).</p>
<p>Future articles in this series will each focus on a different module of the CSS3 specification, and the new features they will bring. The next one relates to <a href="http://designshack.net/tutorials/introduction-to-css3-part-2-borders">CSS3 borders</a>.</p>
<h2>Other posts in the series</h2>
<ul>
<li><a href="http://designshack.net/tutorials/introduction-to-css3-part-1-what-is-it">Introduction to CSS3 &#8211; Part 1: What is it?</a></li>
<li><a href="http://designshack.net/tutorials/introduction-to-css3-part-2-borders">Introduction to CSS3 &#8211; Part 2: Borders</a></li>
<li><a href="http://designshack.net/tutorials/introduction-to-css3-part-3-text-effects">Introduction to CSS3 &#8211; Part 3: Text Effects</a></li>
<li><a href="http://designshack.net/tutorials/introduction-to-css3-part-4-user-interface">Introduction to CSS3 &#8211; Part 4: User Interface</a></li>
<li><a href="http://designshack.net/tutorials/introduction-to-css3-part-5-multiple-columns">Introduction to CSS3 &#8211; Part 5: Multiple Columns</a></li>
<li><a href="http://designshack.net/tutorials/introduction-to-css3-part-6-backgrounds">Introduction to CSS3 &#8211; Part 6: Backgrounds</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/introduction-to-css3-part-1-what-is-it/feed/</wfw:commentRss>
		<slash:comments>125</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 299/343 objects using disk: basic

Served from: designshack.net @ 2012-02-09 19:58:38 -->
