<?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>Toad Blog: Thoughts on Web Design</title>
	<atom:link href="http://www.redtoadmedia.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.redtoadmedia.com/blog</link>
	<description>Louisville KY Web Design, Graphic Design, Marketing, Advertising Blog</description>
	<lastBuildDate>Fri, 27 Apr 2012 05:19:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>DW NEWBIE: What your WYSIWIG is doing</title>
		<link>http://www.redtoadmedia.com/blog/?p=735</link>
		<comments>http://www.redtoadmedia.com/blog/?p=735#comments</comments>
		<pubDate>Fri, 27 Apr 2012 05:06:15 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design Newbie Help]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dreamweaver]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=735</guid>
		<description><![CDATA[Okay. So my buddy Janelle at Sapling Design Studio is learning how to build websites. She&#8217;s an amazing print designer. She will be an amazing web designer if she is patient. We&#8217;re learning about absolute positioning now. And I made her a bunch of screen shots to show her how the &#8220;draw Layer&#8221; tool works [...]]]></description>
			<content:encoded><![CDATA[<p>Okay. So <a href="http://www.saplingdesigns.com/" title="Sapling Design Studio - Graphic Design Southern Indiana" target="_blank">my buddy Janelle at Sapling Design Studio</a> is learning how to build websites. She&#8217;s an amazing print designer. She will be an amazing web designer if she is patient. </p>
<p>We&#8217;re learning about absolute positioning now. And I made her a bunch of screen shots to show her how the &#8220;draw Layer&#8221; tool works on our admittedly old but still-Macromedia-and-not-Death-Star-Adobe-Version copy of DreamWeaver. It&#8217;s a great way to understand how DW writes CSS and what you&#8217;re actually doing when you move things. It doesnt matter if you have a new copy of DW, code is code. Learn the -code- Do not be held hostage by software. Beat it into submission. Then you too can point and laugh at people who use DW in design view. </p>
<p>So I will share, for other lost souls wrestling with a WYSIWIG, what the #$%$ thing is actually doing.  </p>
<p>The context here was that she was trying to place an image. I told her to make a new <code>div</code> and then place her image within it. She didn&#8217;t quite get there&#8230;</p>
<p>(and yes I know she should add this to the unordered list and position it and use image replacement, but bear with me. She needs to learn to position first.) </p>
<div id="attachment_737" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/1layout-bar.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/1layout-bar-300x174.jpg" alt="layout" title="1layout-bar" width="300" height="174" class="size-medium wp-image-737" /></a><p class="wp-caption-text">first, we find the layout bar and choose the right button. Draw Layer. </p></div>
<div id="attachment_740" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/2drawlayer1.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/2drawlayer1-300x245.jpg" alt="draw" title="2drawlayer" width="300" height="245" class="size-medium wp-image-740" /></a><p class="wp-caption-text">Draw the layer, it will grow handles when you are done. Doesn&#039;t matter where you put it. This is absolute positioning.</p></div>
<div id="attachment_741" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/3movelayer1.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/3movelayer1-300x242.jpg" alt="move" title="3movelayer" width="300" height="242" class="size-medium wp-image-741" /></a><p class="wp-caption-text">Move the layer with the handles. Resize it. Put your image inside it. </p></div>
<div id="attachment_742" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/4renamelayer1.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/4renamelayer1-300x229.jpg" alt="rename" title="4renamelayer" width="300" height="229" class="size-medium wp-image-742" /></a><p class="wp-caption-text">Give your layer a unique name in the properties inspector. This is the name that comes after the # sign in css. </p></div>
<div id="attachment_743" class="wp-caption aligncenter" style="width: 185px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/5thecssiswhere-.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/5thecssiswhere--175x300.jpg" alt="CSS" title="5thecssiswhere---" width="175" height="300" class="size-medium wp-image-743" /></a><p class="wp-caption-text">Now open split screen with the layer still selected in design view. Notice your layer is a div. Notice the css in the header of the html.</p></div>
<div id="attachment_744" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/6placebutton1.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/6placebutton1-300x87.jpg" alt="place" title="6placebutton" width="300" height="87" class="size-medium wp-image-744" /></a><p class="wp-caption-text">Place the button where you want it in design view. Your div in code view will stay in the same place. </p></div>
<div id="attachment_745" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/7cutpasterlayer1.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/7cutpasterlayer1-300x176.jpg" alt="" title="7cutpasterlayer" width="300" height="176" class="size-medium wp-image-745" /></a><p class="wp-caption-text">Now cut and paste the div code to put it inside another layer, so it moves with the page. </p></div>
<div id="attachment_746" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/8placeagain1.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/8placeagain1-300x107.jpg" alt="place again" title="8placeagain" width="300" height="107" class="size-medium wp-image-746" /></a><p class="wp-caption-text">Your layer will have moved in design view. Put it back where it was ..in design view.</p></div>
<div id="attachment_747" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/9test.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/9test-300x186.jpg" alt="" title="9test" width="300" height="186" class="size-medium wp-image-747" /></a><p class="wp-caption-text">Test it by previewing in the browser</p></div>
<div id="attachment_748" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/10container.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/10container-300x232.jpg" alt="css" title="10container" width="300" height="232" class="size-medium wp-image-748" /></a><p class="wp-caption-text">Notice your CSS is different. That&#039;s because you moved the div. DW writes your CSS. </p></div>
<div id="attachment_749" class="wp-caption aligncenter" style="width: 277px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/11addtostyles.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/11addtostyles-267x300.jpg" alt="stylesheet" title="11addtostyles" width="267" height="300" class="size-medium wp-image-749" /></a><p class="wp-caption-text">Cut and paste your styles to your main style sheet and save!</p></div>
<p>Hopefully now you have a basic understanding of how Dreamweaver uses the design view to write your css, which is really what you need to make a web layout. Since you&#8217;re going to learn the code, eventually you will just write the css yourself, but sometimes it will still be faster to use design view and it&#8217;s good if you do, to understand how it works so you know how to fix things when something goes awry. </p>
<p>cheers. </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D735&amp;title=DW%20NEWBIE%3A%20What%20your%20WYSIWIG%20is%20doing" id="wpa2a_2"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=735</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Marketing in the B2B Space</title>
		<link>http://www.redtoadmedia.com/blog/?p=725</link>
		<comments>http://www.redtoadmedia.com/blog/?p=725#comments</comments>
		<pubDate>Thu, 26 Apr 2012 18:04:38 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Email newsletters]]></category>
		<category><![CDATA[Inbound Marketing]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Content Development]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=725</guid>
		<description><![CDATA[Had a meeting this week with a business owner who wanted to know if we understood marketing in his field. His field is different than ours. Suspicion is understandable. Here&#8217;s the thing though? Some ideas are applicable to every industry. Basic principles about marketing are global. Marketing is really about getting yourself into the position [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/MouseTrap.png"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/MouseTrap-300x195.png" alt="Marketing works like this. " title="MouseTrap" width="300" height="195" class="aligncenter size-medium wp-image-727" /></a></p>
<p>Had a meeting this week with a business owner who wanted to know if we understood marketing in his field. His field is different than ours. Suspicion is understandable. </p>
<p>Here&#8217;s the thing though? Some ideas are applicable to every industry. Basic principles about marketing are global. <strong>Marketing is really about getting yourself into the position to be at the right place, at the right time.</strong> </p>
<p>What we believe about marketing in the B2B space is pretty simple. You are good at what you do. You tell the truth about yourself, what you think and in some cases what you are doing as loud as you can, in as many formats as you can. You make friends. You make friends online, using Twitter, Facebook and LinkedIn (or whatever channel applies to your industry.) You make friends in local groups as well. Those channels are sort of like ongoing conferences. You blog, which is where you let people in, online. Let them get to know you. </p>
<p>When you connect with others in your industry, you occupy their mind space, even if they just see your name. You do favors, answer questions. You be a friend. It&#8217;s important to go to conferences and networking events to meet people face to face too. But basically, you do good work and work on people -knowing who you are- in your field. </p>
<p>This is marketing. It&#8217;s not going to see an immediate return. But what will happen is all of these things, daily things that you choose to do consistently, build a wave for you. The wave translates into work and sales. </p>
<p>Did you hear me say consistently? </p>
<p>One of the things we do for our clients (try to do) is to help set them a routine. We want to program the people and give them a tool to use (the routine) so they can stay consistent in their marketing. If they don&#8217;t follow the routine, we email them, write persnickety blog posts knowing they will read them&#8230;as a reminder. We might bet them or challenge them to do the routine for a few months, with a hard deadline to check back in and see what happened. </p>
<p>Because we know, if they use the routine, they will see results. </p>
<p>We know you can&#8217;t just program tools, you have to program people. It&#8217;s the people who use the tools. Ultimately it&#8217;s their habits that will determine their success or failure. If you have a beautiful website and a wonderful blog but you don&#8217;t tweet, write or post? If you&#8217;re not making friends, taking part in the global conversation going on online? </p>
<p>Well, you&#8217;re not marketing. That&#8217;s what we think. </p>
<p>You have to be consistent. Consistent does not mean you try Tweeting for two weeks and quit. Consistent means you commit to a regular routine for a year. Yes, I said it&#8230;a year. Marketing builds a wave and that wave doesn&#8217;t happen overnight. </p>
<p>That doesn&#8217;t mean you have to do those things daily. You just have to do them regularly. You determine what regular is for you. The most important thing is to begin, to find your voice and to use it.  </p>
<p>So do we know how to market for your industry? Maybe we don&#8217;t know which cliques are important in your field or the industry jargon that you use. But we do know the landscape and the habits you need to get results.</p>
<p>Try it. What do you have to lose? </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D725&amp;title=Online%20Marketing%20in%20the%20B2B%20Space" id="wpa2a_4"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=725</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DESIGN: It isn&#8217;t about &#8220;Pretty&#8221;</title>
		<link>http://www.redtoadmedia.com/blog/?p=721</link>
		<comments>http://www.redtoadmedia.com/blog/?p=721#comments</comments>
		<pubDate>Tue, 17 Apr 2012 13:07:51 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Site Design]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=721</guid>
		<description><![CDATA[Visual Design is a language. It’s a form of communication as earnest and necessary as any spoken word. It can resemble body language in its subtlety and philosophy in its profundity. It can affect people at primal levels, without their conscious realization. Design wheedles, provokes, dispels and comforts. It is like a really amazing song [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/iStock_000013536356XSmall.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/04/iStock_000013536356XSmall-300x300.jpg" alt="Cute. But not Design. " title="iStock_000013536356XSmall" width="300" height="300" class="aligncenter size-medium wp-image-722" /></a></p>
<p>Visual Design is a language. It’s a form of communication as earnest and necessary as any spoken word. It can resemble body language in its subtlety and philosophy in its profundity. It can affect people at primal levels, without their conscious realization. Design wheedles, provokes, dispels and comforts. It is like a really amazing song in its ability to affect opinions and attitudes. Visual Design impacts. Design encompasses everything from a printed page to a package to a software UI, and may (or may not) have anything to do with pleasing aesthetics. You see, design is not just about the message communicated, about persuasion. Design is also about solving problems. Whether the problem is one of opposing ideological perspectives or one of the most practical usage of a tool, with effort and thought, design can resolve it. Design matters. </p>
<p>The primary question in visual design then, is “What are you going to say?”  In the design, the tone and manner of approach can buffer a harsh message or emphasize and amplify one that might be lost in the daily noise of life. The next relevant question then is, “What problem do we need to solve?”  Once you answer those two questions, you get your tools out. Some of the tools used in design are rhythm, balance, line, dominance, color, weight, proximity, alignment, focus and &#8230;the grid. The tools are used to convey the message, solve the problem. But if you don&#8217;t know what the problem is, don&#8217;t know what the message is?</p>
<p>Well, then, design will be just about making things pretty. Sort of like putting silk on a pig. It might be a really cute pig, but it&#8217;s still a pig. </p>
<p>How are you using design? </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D721&amp;title=DESIGN%3A%20It%20isn%E2%80%99t%20about%20%E2%80%9CPretty%E2%80%9D" id="wpa2a_6"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=721</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TWITTER: Why bother?</title>
		<link>http://www.redtoadmedia.com/blog/?p=714</link>
		<comments>http://www.redtoadmedia.com/blog/?p=714#comments</comments>
		<pubDate>Tue, 10 Apr 2012 13:22:11 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=714</guid>
		<description><![CDATA[I train a lot of our clients in how to use Twitter/Facebook/LinkedIn. One question I almost always get is, &#8220;Why should I bother doing this, I don&#8217;t see any value in it.&#8221; The question frustrates me. I understand that people have demands on their time. I give them a routine to follow and if they [...]]]></description>
			<content:encoded><![CDATA[<p>I train a lot of our clients in how to use Twitter/Facebook/LinkedIn. </p>
<p>One question I almost always get is, &#8220;Why should I bother doing this, I don&#8217;t see any value in it.&#8221;</p>
<p>The question frustrates me. I understand that people have demands on their time. I give them a routine to follow and if they follow it, much like following a diet, they will see results. The results are not magical or instantaneous. You&#8217;re not going to get an immediate vertical shift in traffic or suddenly become internet famous. So maybe expectations need to be examined. </p>
<p>What do you want to get out out of it?</p>
<p>There is a global conversation going on. If you are not part of that global conversation, you&#8217;re going to miss a lot. And if you follow the routine, over time you do see benefits. Your voice has greater impact. You&#8217;re able to get direct feedback regarding your products or services. You&#8217;re able to discover what&#8217;s important to people, and why, if you listen. The power of Twitter isn&#8217;t just in talking. It&#8217;s in listening. You learn, you get news quickly. There is immense discovery and there can be collaboration and encouragement. Yes.. you can see an increase in website traffic. There&#8217;s that too. But will it be quality traffic? Will the people who visit your site because of your efforts be there for the reasons that you hope for? Will your visitors be engaged? </p>
<p>It depends. </p>
<p>Let me put it this way. The five people you listen to and spend time with most will have the most impact on your life. They, above all others, will challenge you&#8230;or not. Those people have the power to influence you for good or for ill. If you surround yourself with achievers and positive influences, the impact will be positive and you will grow. The next most influential factor in your life? The books you read. A great book can change your thought life and give you direction, create understanding and train you. </p>
<p>Twitter, though only 140 characters at a time, can combine the essence of both. Of course you have to use it wisely, follow positive people. How you use Twitter will determine what you get from it. Read substantive articles that others tweet. See how other people solve problems and challenges. Get inspired. But you also have to be positive and you have to contribute your own substantive thought. That&#8217;s where quality traffic comes from. This is a place where the cream can rise, but you have to be the cream. There is no getting around it. The good news is, just being consistent, polite, friendly and informative on the things you already know can make you cream. </p>
<p>Twitter is a sphere where you can be positively impacted and positively impact others. If you want to use it to promote your business, great. Do that. If you want to use it as a vehicle for the dissemination of your message, that&#8217;s fine too. But social media isn&#8217;t a magic bullet. It&#8217;s a tool. </p>
<p>How you use that tool is up to you. So why bother with Twitter? What&#8217;s the value in it? </p>
<p>If you have to answer that question before you&#8217;re willing to use it consistently, there may not be any value at all. </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D714&amp;title=TWITTER%3A%20Why%20bother%3F" id="wpa2a_8"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=714</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MODX: Use FeedX to Embed YouTube Videos on your website automagically (EVO)</title>
		<link>http://www.redtoadmedia.com/blog/?p=692</link>
		<comments>http://www.redtoadmedia.com/blog/?p=692#comments</comments>
		<pubDate>Thu, 09 Feb 2012 05:25:38 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Web Content Development]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=692</guid>
		<description><![CDATA[Thanks in advance to @muddydogpaws for his lovely and excellent work in making custom Twitter feeds with MODX. I studied what he did in order to make my YouTube feeder. You may want to grab different pieces from your feed, and if so then you will need to turn on debug in FeedX and study [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks in advance to @muddydogpaws for his lovely and excellent work in <a href="http://muddydogpaws.com/notebook/how-to-add-a-custom-twitter-status-to-modx.html" target="_blank">making custom Twitter feeds with MODX</a>. I studied what he did in order to make my YouTube feeder. You may want to grab different pieces from your feed, and if so then you will need to turn on debug in FeedX and study the feed itself. My biggest issue is that while the YouTube API is lovely and offers all sorts of information in their feed, the actual embed code is not in there. So I ended up lifting it from one of the fields and rolling my own. </p>
<p>1. <a href="http://www.stanback.net/code/modx/feedx.html" target="_blank">Get FeedX here</a> Install it. Got that done? Great.<br />
2. Copy the &#8220;Atom&#8221; folder in assets/snippets/tpl and rename it YouTube<br />
3. Make sure you have the phx plugin installed (look in your assets/plugins folder).<a href="http://modx.com/extras/package/phx" target="_blank"> If not, get it here.</a><br />
4. Make a sweet little snippet called &#8220;phx:youtubestrip&#8221;</p>
<p>and add this code:</p>
<p><code><?php<br />
$search = array('|(http://[^ ]+)|');<br />
  $replace = array('$1');<br />
  $output = preg_replace($search, $replace, $output);</p>
<p>  $videoid= substr($output,42);</p>
<p>  return $videoid;<br />
?></code></p>
<p>This code, based on phx:twitterstrip, counts the characters past the point of the last slash in the ID field and returns just the actual id of the video. You don&#8217;t really need an array I don&#8217;t think as there is only one field you are fetching and changing, but I left it as an array just in case I want to grab more fields down the road, as I probably will. It doesn&#8217;t hurt anything. </p>
<p>And then I actually have two videos, one shows a player and one shows a preview image. It took a bit of finagling. You need to add a file called thumbnail.tpl to the youtube tpl folder if you want a small thumbnail image, or images that link back to the Youtube channel page (which I did) Within that file just place the placeholder </p>
<p><code>[+MEDIA|THUMBNAIL.1.URL+]</code></p>
<p>and then in &#8220;first.tpl&#8221; (if there isn&#8217;t one, create one), my player looks like this:</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/02/firsttpl.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/02/firsttpl-300x91.jpg" alt="Tpl file" title="firsttpl" width="300" height="91" class="size-medium wp-image-701" /></a></p>
<p><a href="http://redtoadmedia.com/first.tpl" target="_blank">Click here to download this snippet</a></p>
<p>looking at this a little closer, the embed code here: </p>
<p><  iframe width="355" height="250" src="http://www.youtube.com/embed/[+ID:youtubestrip+]" frameborder="0" allowfullscreen></iframe   ></p>
<p>needs to be your chosen width and height&#8230; and see the ID? what we are doing is using our sweet little snippet to lift out the video id (which is all you need for the embed) and place it in our code. The :youtubestrip tells phx to run our snippet. My tpl also has a a description and a Facebook share button in there, not a like button&#8230;because that is what the client requested.</p>
<p>then the ENTRY tpl looks like this:</p>
<p><   a href="[+LINK.HREF+]" title="[+TITLE+]"><  img src="{{MEDIA|GROUP->thumbnail}}&#8221;  /></a   ></p>
<p>(extra spaces added to format as code, remove them to make it work)<br />
That is the piece that had a little thumbnail and a link to its corresponding video on the actual YouTube channel page.<br />
and I have styled my divs of course. So basically I have one player and then one thumbnail on the page and it will display the most recently updated.</p>
<p>Then I am using the following snippet</p>
<p>[!FeedX? &#038;url=`https://gdata.youtube.com/feeds/api/users/username/uploads` &#038;preset=`youtube` &#038;maxElements=`ENTRY(2)` &#038;firstElement=`ENTRY->first`!]</p>
<p>(make username your channel username)</p>
<p>some of the other template files had pesky titles and ul&#8217;s  and li&#8217;s and such but I simply got rid of them as I didn&#8217;t need them. </p>
<p>When finished we have this:<br />
<div id="attachment_693" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/02/my-feed.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/02/my-feed-300x172.jpg" alt="" title="my-feed" width="300" height="172" class="size-medium wp-image-693" /></a><p class="wp-caption-text">YouTube feed in MODX Evolution</p></div></p>
<p>Yes, using this method we&#8217;ve made a custom YouTube tab that we can actually format ourselves on Facebook, while the actual page is in MODX. IFrames are lovely, aren&#8217;t they? </p>
<p>So, there you have it. Custom YouTube feed using FeedX&#8230;let me know what you think!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D692&amp;title=MODX%3A%20Use%20FeedX%20to%20Embed%20YouTube%20Videos%20on%20your%20website%20automagically%20%28EVO%29" id="wpa2a_10"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=692</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REACH: Use Alexa to extend your audience</title>
		<link>http://www.redtoadmedia.com/blog/?p=684</link>
		<comments>http://www.redtoadmedia.com/blog/?p=684#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:27:29 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Inbound Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Content Development]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=684</guid>
		<description><![CDATA[This video shows how to use Alexa.com to target blogs with audiences in your market to extend your own audience and drive traffic to your website. First, you locate likely blogs with Alexa, then you ask those who administrate the blogs that you locate if they would consider letting you guest post. By guest-blogging, you [...]]]></description>
			<content:encoded><![CDATA[<p>This video shows how to use Alexa.com to target blogs with audiences in your market to extend your own audience and drive traffic to your website. First, you locate likely blogs with Alexa, then you ask those who administrate the blogs that you locate if they would consider letting you guest post. By guest-blogging, you get quality links back to your own blog. You also have the opportunity to pick up new followers and readers, which is always a good thing. Have questions? <a href="http://www.facebook.com/redtoadmedia" target="_blank">Ask us on Facebook. </a></p>
<p><iframe width="480" height="360" src="http://www.youtube.com/embed/7sWq4oQehzk?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>A few quick notes: </p>
<p>– In the Search results, if the links are GREEN, those are sponsored links, do not use them. They are advertisements. </p>
<p>– We want to contact those with 10,000 or less in traffic because likely they will be more open to collaboration and because you will be able to boost their traffic as well, they can still have significant reach and it is a win-win. </p>
<p>– Your Blog list can also serve as a tickler file, you can use it to brainstorm potential future topics. Make sure you poke around the blogs you want to contact and read their comments and get to know them a little. Don&#8217;t be a pest or a spammer. Only contact those who will truly benefit from collaboration. </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D684&amp;title=REACH%3A%20Use%20Alexa%20to%20extend%20your%20audience" id="wpa2a_12"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=684</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who are you?</title>
		<link>http://www.redtoadmedia.com/blog/?p=678</link>
		<comments>http://www.redtoadmedia.com/blog/?p=678#comments</comments>
		<pubDate>Mon, 30 Jan 2012 13:18:45 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=678</guid>
		<description><![CDATA[If you don&#8217;t know who you are, you can&#8217;t say no. If you can&#8217;t say no, you end up overextended. If you end up overextended, you get stressed and don&#8217;t have time to figure out who you are. If you don&#8217;t have time to figure out who you are and you are overextended, then the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/01/cars.jpg"><img src="http://www.redtoadmedia.com/blog/wp-content/uploads/2012/01/cars-300x199.jpg" alt="" title="Traffic on Freeway" width="300" height="199" class="aligncenter size-medium wp-image-681" /></a></p>
<p>If you don&#8217;t know who you are, you can&#8217;t say no. If you can&#8217;t say no, you end up overextended. If you end up overextended, you get stressed and don&#8217;t have time to figure out who you are. If you don&#8217;t have time to figure out who you are and you are overextended, then the market and all of your &#8220;yeses&#8221; define who you are. That&#8217;s sort of like driving on a freeway and not changing lanes or taking any exits but being controlled by the other cars around you. You end up not having a destination.</p>
<p>Eventually you run out of gas. </p>
<p>So who are you? </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D678&amp;title=Who%20are%20you%3F" id="wpa2a_14"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=678</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Share Button?</title>
		<link>http://www.redtoadmedia.com/blog/?p=674</link>
		<comments>http://www.redtoadmedia.com/blog/?p=674#comments</comments>
		<pubDate>Wed, 14 Dec 2011 15:01:11 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Content Development]]></category>
		<category><![CDATA[Web Site Design]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=674</guid>
		<description><![CDATA[Very quick tip today. Someone asked which set of share buttons to use. We like Add to Any. I think it gives you the most custom options and templating possibilities. We&#8217;re all about template freedom. http://share.lockerz.com/buttons/customize/]]></description>
			<content:encoded><![CDATA[<p>Very quick tip today. Someone asked which set of share buttons to use. </p>
<p>We like Add to Any. I think it gives you the most custom options and templating possibilities. We&#8217;re all about template freedom. </p>
<p><a href="http://share.lockerz.com/buttons/customize/">http://share.lockerz.com/buttons/customize/</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D674&amp;title=Which%20Share%20Button%3F" id="wpa2a_16"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=674</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Use the MODX File Manager to upload images (Evo)</title>
		<link>http://www.redtoadmedia.com/blog/?p=653</link>
		<comments>http://www.redtoadmedia.com/blog/?p=653#comments</comments>
		<pubDate>Fri, 04 Nov 2011 14:41:56 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MODx]]></category>
		<category><![CDATA[Web Content Development]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=653</guid>
		<description><![CDATA[A lot of folks do not know that there is a file manager in MODX or that you can use it to upload things. The following was written to assist a client but the principles apply to any MODX user. One caveat, you must set permissions on the folder that you wish to upload to, [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of folks do not know that there is a file manager in MODX or that you can use it to upload things. The following was written to assist a client but the principles apply to any MODX user. One caveat, you must set permissions on the folder that you wish to upload to, to allow you to upload. If you do not know how to do that then you need to ask your webmaster to do it for you. Until that happens, the upload feature will be inhibited. It will give you a message telling you that you do not have permission to write to that directory.</p>
<p>All right, so when you login, you will see the home screen in the manager.</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/1.home_.jpg"><img class="aligncenter size-medium wp-image-654" title="1.home" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/1.home_-300x184.jpg" alt="MODX Manager - Evolution Home Screen" width="300" height="184" /></a></p>
<p>Click &#8220;Elements.&#8221; then click &#8220;Manage Files&#8221;</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/2.manage-files.jpg"><img class="aligncenter size-medium wp-image-655" title="2.manage-files" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/2.manage-files-300x195.jpg" alt="File Manager - MODX Evolution" width="300" height="195" /></a></p>
<p>&nbsp;</p>
<p>Then under &#8220;Files&#8221; click &#8220;Assets&#8221;</p>
<p>&nbsp;</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/3.assets.jpg"><img class="aligncenter size-medium wp-image-656" title="How to find images folder - MODX" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/3.assets-300x189.jpg" alt="How to find images folder - MODX" width="300" height="189" /></a></p>
<p>&nbsp;</p>
<p>and under that you will click &#8220;Images&#8221;</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/4.images.jpg"><img class="aligncenter size-medium wp-image-657" title="4.images" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/4.images-300x213.jpg" alt="MODX images folderr" width="300" height="213" /></a></p>
<p>&nbsp;</p>
<p>Nearly all MODX Evo installs have the images folder in this place in their directory structure. It is the folder that works with the built-in image editor. I am assuming that you want to add images to work with this built-in image manager. Most of the time the template images, or images that work with your css and templates will be located under &#8220;templates&#8221;  in a subdirectory named for the template you are using.  Those are not accessible to the main image editor/browser. So if you want to delete or change a template image then you will need to look there and use this file manager or ftp to delete or replace it.</p>
<p>You can create subdirectories in your images folder using the MODX image library browser in your Rich Text Editor (and we recommend it) to organize your images. In this example we are working with product images, so we will have several subdirectories, including a thumbnail directory.</p>
<p>Say you need to upload all of the thumbnail images. Click on the thumbnail subdirectory link and that opens the thumbnail folder. You can always figure out where you are in the directory structure by looking at the path at the top of the page.</p>
<p>&nbsp;</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/6.thumbs.jpg"><img class="aligncenter size-medium wp-image-658" title="how to upload photos modx" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/6.thumbs-300x189.jpg" alt="How to upload photos modx" width="300" height="189" /></a></p>
<p>Then you will need to scroll all the way down to the bottom. There you will see &#8220;Choose File.&#8221;</p>
<p>When you click that, you can browse to your folder on your computer and choose the file you wish to upload. When you do this then it will add the file name to a list at the bottom. <strong><em>It will not upload the files until you click Upload. </em></strong></p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/7.choosefile.jpg"><img class="aligncenter size-medium wp-image-659" title="7.choosefile" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/7.choosefile-300x216.jpg" alt="Upload image to MODX" width="300" height="216" /></a></p>
<p>You can choose more than one file and when you are finished click &#8220;Upload file&#8221;</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/9.upload.jpg"><img class="aligncenter size-medium wp-image-660" title="9.upload" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/9.upload-293x300.jpg" alt="Upload images to MODX" width="293" height="300" /></a></p>
<p>When you are finished, you should see a success message at the top of the page.</p>
<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/10.success.jpg"><img class="aligncenter size-medium wp-image-661" title="10.success" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/11/10.success-286x300.jpg" alt="Success message - uploading images in modx" width="286" height="300" /></a></p>
<p>I would do the upload in small batches of two or three so you don&#8217;t overload the system if you are uploading bigger images (over 100K or over 500 px wide or tall) .  You can experiment and see how many it will handle, it will vary with your server capabilities and your own computer&#8217;s bandwidth. If the upload takes a long time or you do not see a success message then you are probably timing out and the image is too large. Size the image down by saving it for web in Photoshop or Photoshop elements, or adjust your maximum upload size in the MODX main configuration area and this should solve the problem.</p>
<p>You may have guessed you can upload doc and pdf files the same way. To put them into your file library that is accessible in your rich text editor, you will upload them to assets/files. Videos are usually placed in assets/media.</p>
<p>&nbsp;</p>
<p>Happy MODX&#8217;ing.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D653&amp;title=HOW%20TO%3A%20Use%20the%20MODX%20File%20Manager%20to%20upload%20images%20%28Evo%29" id="wpa2a_18"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=653</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DESIGN: What is UX?</title>
		<link>http://www.redtoadmedia.com/blog/?p=640</link>
		<comments>http://www.redtoadmedia.com/blog/?p=640#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:28:01 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Buying a Web Site]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Content Development]]></category>
		<category><![CDATA[Web Site Design]]></category>

		<guid isPermaLink="false">http://www.redtoadmedia.com/blog/?p=640</guid>
		<description><![CDATA[&#160; UX means user experience. It&#8217;s not about visual design, though aesthetics and problem-solving are a huge component of it. It isn&#8217;t just about usability, though when we think of UX we often get it confused with UI which means user interface. A user interface is the set of controls you use to perform tasks [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/09/disneyland.png"><img class="aligncenter size-medium wp-image-648" title="disneyland" src="http://www.redtoadmedia.com/blog/wp-content/uploads/2011/09/disneyland-300x225.png" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>UX means <em>user experience.</em> It&#8217;s not about visual design, though aesthetics and problem-solving are a huge component of it. It isn&#8217;t just about usability, though when we think of UX we often get it confused with UI which means<em> user interface.</em> A user interface is the<em> set of controls you use to perform tasks with a complex mechanism</em>. The UI for your car is the steering wheel, dashboard and pedals. The most common UI for a website is the navigation menu. UIs with good <em>usability </em>are<em> </em>easy to understand. They are not confusing, don&#8217;t have mystery meat navigation (unlabeled buttons) and generally don&#8217;t give someone a headache. A site with good UX will have good UI components that are usable.</p>
<p>But the<em> user experience</em> isn&#8217;t all about the usable interface. That&#8217;s like saying that a kiss is the act of two people pressing their lips together. It depends on which people. A kiss hello from your mom is a lot different from a wedding kiss between a bride and groom. See, the experience has to do with its <em>context</em>. A description of a kiss doesn&#8217;t do it justice, no matter who it is from. The experience matters and is personal.</p>
<p>I think one thing we have to understand when we are going for good UX is&#8230; what type of person will be using the website? We need to know them, not just the level of their technical savvy (will they know how to use that toggle?), we also need to understand their hearts: their purpose, their goals, their personalities, their needs.</p>
<p>What are your users expectations? do they like music? are they flamboyant? are they likely to hang out in the same places your friends do? are they nerds? are they conservative? liberal? do they read? Are they busy? what do they need? what tone of voice should the typeface speak in to make them feel comfortable? What annoys them?</p>
<p><em>&#8220;Impossible, no one can universally appeal to the diverse audience we will attract to our amazing online masterpiece&#8221;</em></p>
<p>Really? Because I think most people like Disneyland. Even people who hate Disneyland have, at one point in their lives, liked Disneyland.</p>
<p>There are some things that are so good, they have mass appeal. Meeting your users needs and working to give them a good UX  doesn&#8217;t mean you pander to people, try too hard, become something you&#8217;re not in an attempt to suck up to the masses or one-up your competition. People can sense when they are being patronized. It means you care, you&#8217;re considerate, and you want to meet user needs in a way that will <em>delight</em> them. However, you do this your way so you don&#8217;t compromise your brand. Good UX a lot of times means you are the best you that you can possibly be.</p>
<p>You&#8217;re not going for just &#8220;easy to use interface.&#8221; You&#8217;re going for &#8220;wow, that was really cool.&#8221;</p>
<p>The &#8220;wow&#8221; you&#8217;re going for may just come from the content on the page, a la Seth Godin, and not from the way the page looks. In fact, it should come from the content on the page, from the message presented &#8230;and not just from the UI or the visual design.</p>
<p>But an amazing UX will have all three. <em>And don&#8217;t you want to be extraordinary?</em></p>
<p>I got in an argument about this with the guys at <a href="http://www.hubspot.com" target="_blank">Hubspot</a> when I first started blogging. They had maintained in their website redesign e-book that you don&#8217;t need to spend money on design in order to have a great website. Just get a template, tweak it a little and start writing. I thought then (and still think) that they went a little too far in their statement. But I will give them this, they care about content. A lot of people don&#8217;t care about content. Hubspot has lit a torch and carried it forward in their quest to make the web better and show people how to do content well. I think they&#8217;ve done a masterful job.</p>
<p>However, in their e-book, the Hubspot-erati were referring to <em>graphic design </em>solely in terms of visual appeal and not in terms of usability, UX, information architecture or even the all-important <em>sales funnel. </em>And if that is so, they are right. Websites with poorly written content, a confusing message and pretty graphics are not worth their bandwidth. The truth is, a lot of web designers <em>are</em> more concerned with just the bling of the design and are not concerned with the website content at all, or with solving problems for the user. This means you end up with a lot of very pretty (and ineffective) websites designed by well-meaning agencies who quite frankly need to get off the web. So I will agree with Hubspot on that. But don&#8217;t throw the baby out with the bathwater.</p>
<p>A UX-focused designer will understand the user and the message/goals of the client&#8230;and design from there. It&#8217;s not just science, though you use science. It&#8217;s also art. You don&#8217;t just look at metrics, you also use people skills and you <em>kythe</em> and <em>grok</em> and <em>read people</em> and do research and you work to meet people where they are and help them move to the next step, whatever it is.  You make it fun. You delight. If one thing doesn&#8217;t work, you pull back and try other things. But most of all, you care.</p>
<p>Good UX development starts with <em>values</em> that you use like a road map, you use those guiding principles to make decisions and decide where to turn in order to reach to your destination. The values and principles are as individual as people are and <em>you decide what they are</em>. There are some that most all of us agree on, but then we don&#8217;t always agree on <em>how</em> to implement them or express them. We don&#8217;t always agree on the order of importance. That&#8217;s okay. It&#8217;s a journey.</p>
<p>Okay, so all of that said, allow me to elaborate on our UX values and our own philosophy of UX. I have been totally inspired by the <a href="http://www.slideshare.net/whitneyhess/design-principles-the-philosophy-of-ux" target="_blank">inestimable Whitney Hess in her talk given at </a><em><a href="http://www.slideshare.net/whitneyhess/design-principles-the-philosophy-of-ux" target="_blank">An Event Apart. </a> </em>She challenged us to work on our philosophy of UX and come up with a core list that we can use to steer our decisions by. So all right Whitney, here goes:</p>
<p>1. Understand the user</p>
<p>2. Delight matters</p>
<p>3. Don&#8217;t make assumptions</p>
<p>4. Present the complex simply.</p>
<p>5. Plan for before, during and after</p>
<p>6. Be appropriate.</p>
<p>7. Be responsible</p>
<p>8. Be transparent</p>
<p>Are you a designer or a developer? How do you work? Are you going for a great user experience and how do you do that? what are your guiding values? We&#8217;d love to know what you think of these things. Show us your list. We double dog dare you.</p>
<p>Let&#8217;s make the web better.</p>
<p>&nbsp;</p>
<p><em><br />
</em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.redtoadmedia.com%2Fblog%2F%3Fp%3D640&amp;title=DESIGN%3A%20What%20is%20UX%3F" id="wpa2a_20"><img src="http://www.redtoadmedia.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.redtoadmedia.com/blog/?feed=rss2&#038;p=640</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

