<?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>José Mota &#187; Design</title>
	<atom:link href="http://josemota.net/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://josemota.net</link>
	<description>Web engineer &#38; architect</description>
	<lastBuildDate>Tue, 06 Jul 2010 09:41:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>O lamento de um designer</title>
		<link>http://josemota.net/2010/05/o-lamento-de-um-designer/</link>
		<comments>http://josemota.net/2010/05/o-lamento-de-um-designer/#comments</comments>
		<pubDate>Wed, 26 May 2010 07:24:21 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Loadacrap]]></category>
		<category><![CDATA[Português]]></category>

		<guid isPermaLink="false">http://jose-mota.net/?p=147</guid>
		<description><![CDATA[Há cerca de dois anos eu concorri para o projeto Zizuzi, um conceito de rede de emprego, com contratandos e contratantes. Quando vi o documento de aproximadamente 17 páginas de conteúdo relativamente preciso e bem organizado, eu pensei que iria participar num projeto inteligente.
Ontem tive curiosidade de ver como estaria o projeto. Morri. Vejam por [...]]]></description>
			<content:encoded><![CDATA[<p>Há cerca de dois anos eu concorri para o <a href="http://zizuzi.pt">projeto Zizuzi</a>, um conceito de rede de emprego, com contratandos e contratantes. Quando vi o documento de aproximadamente 17 páginas de conteúdo relativamente preciso e bem organizado, eu pensei que iria participar num projeto inteligente.</p>
<p>Ontem tive curiosidade de ver como estaria o projeto. <em>Morri</em>. Vejam por vocês.</p>
<p><a href="http://jose-mota.net/wp-content/uploads/2010/05/zizuzi.png"><img class="alignnone size-medium wp-image-148" title="Projeto Zizuzi - o resultado hediondo" src="http://jose-mota.net/wp-content/uploads/2010/05/zizuzi-465x335.png" alt="" width="465" height="335" /></a></p>
<p>Sem informação para quem entra, sem forma de registo, nada. E isto é só a página de entrada. Eu até tremo de pensar o que estará lá por dentro. Expresso as minhas condolências pela pobre alma que inventou o nome Zizuzi; em nada sugere &#8220;rede de procura e oferta de emprego&#8221;.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2010/05/o-lamento-de-um-designer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML Semantics: br&#8217;s &amp; control labels</title>
		<link>http://josemota.net/2010/04/html-semantics-brs-control-labels/</link>
		<comments>http://josemota.net/2010/04/html-semantics-brs-control-labels/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 21:27:52 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://jose-mota.net/?p=141</guid>
		<description><![CDATA[Yesterday I gave birth to a nice debate about &#60;br /&#62;. I threw that tweet because I was facing a terrible blunder from a fellow designer. He was using &#60;br /&#62;'s to wrap an &#60;hr /&#62; just to give the ruler some space — instead of adding margins to it —. Paulo Zoom and Levi [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I gave birth to <a href="http://twitter.com/josemotanet/status/13001945877">a nice debate</a> about <code>&lt;br /&gt;</code>. I threw that tweet because I was facing a terrible blunder from a fellow designer. He was using <code>&lt;br /&gt;'s</code> to wrap an <code>&lt;hr /&gt;</code> just to give the ruler some space — instead of adding margins to it —. <a href="http://paulozoom.com">Paulo Zoom</a> and <a href="http://levifig.com">Levi Figueira</a> propelled the whole thing and I kinda moderated it. The end result was quite satisfying, I must say.</p>
<p><span id="more-141"></span></p>
<h3>Our conclusions</h3>
<p>The only way I&#8217;d use <code>&lt;br /&gt;</code> would be for:</p>
<ul>
<li>Addresses;</li>
<li>Poems;</li>
<li>Multiple radio buttons / checkboxes.</li>
</ul>
<h3>There was one more thing.</h3>
<p>Then the conversation shifted towards how to include labels, inputs and paragraphs inside each other. Levi found <a href="http://www.w3.org/TR/2010/WD-html5-20100304/forms.html#the-label-element">this about labels and inputs</a> on the <a href="http://www.w3.org/TR/2010/WD-html5-20100304/">HTML5 specification</a>:</p>
<blockquote><p>The <code>label</code> represents a caption in a user interface. <strong>The caption can be associated with a specific form control, known as the </strong><code><strong>label</strong></code><strong> element&#8217;s labeled control</strong>, either using <code>for</code> attribute, or by putting the form control inside the <code>label</code> element itself.</p></blockquote>
<p>The idea of including an input inside a label — <code>&lt;label&gt;Label: &lt;input /&gt;&lt;/label&gt;</code> — didn&#8217;t convince Paulo as he thought it felt wrong. It&#8217;s not that bad if you think of this particular example, for instance. Consider a series of checkboxes for a certain field. It would be handy if people knew they can click the text and select the checkbox too, right? Like this:</p>
<p><label><br />
<input type="checkbox" /> Checkbox 1</label><label><br />
<input type="checkbox" /> Checkbox 3</label><label><br />
<input type="checkbox" /> Checkbox 3</label></p>
<p>If you click the labels, the checkboxes are activated. And it&#8217;s perfectly semantic as the labels work as controls alike.</p>
<p>Thank you, Paulo and Levi!</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2010/04/html-semantics-brs-control-labels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tear up your client&#8217;s proposal in half!</title>
		<link>http://josemota.net/2010/04/tear-up-your-clients-proposal-in-half/</link>
		<comments>http://josemota.net/2010/04/tear-up-your-clients-proposal-in-half/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:26:39 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal improvement]]></category>

		<guid isPermaLink="false">http://jose-mota.net/?p=138</guid>
		<description><![CDATA[Just picture it: you are about to welcome your client into your office for a first meeting. You are excited to know what he wants. He brings his suitcase. Both of you happily sit down and he takes the project briefing out of the suitcase and hands it to you. This is what I want. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Picture of a teared up contract" src="http://farm4.static.flickr.com/3626/3357161527_fabbb28d52.jpg" alt="" width="121" height="151" />Just picture it: you are about to welcome your client into your office for a first meeting. You are excited to know what he wants. He brings his suitcase. Both of you happily sit down and he takes the project briefing out of the suitcase and hands it to you. <q>This is what I want. Please take a look.</q>, the client happily states, confident in his effort to provide a solid brief for you to work on.</p>
<h3>Take the briefing and <em>tear it up in half!</em></h3>
<p><span id="more-138"></span>You heard me! Excuse yourself to him and just rip it apart. Let the client watch (you might wanna tell him that the experience of working with you would be quite different).</p>
<h3>What the hell! Are you serious?</h3>
<p>Yes! Ask yourself: what would you feel if you started reading a pile of rubbish? What would you feel about reading dozens of pages that might not even be what the client really wants in the end? Well, you can start on the right foot and reset the entire system.</p>
<p>Tearing the briefing up in front of the client will force a chemical reaction inside his body. <em>It is the perfect time for you to teach him your method: the method of emotion</em>.</p>
<h3>The method of emotion</h3>
<p>Building experiences is what I want to do because it envolves passion and emotion from other people. Good emotions, that is. Bad emotions are supposed to be secondary and/or should help realize which emotions are the good ones. In the end, you should be glad for having fulfilled a client&#8217;s need.</p>
<p>Businesses are run by people; they are the materialization of the emotion that drives their creators to actually do it. Nothing more satisfying for a client than knowing he is being <em>heard</em>, not read. So why not start listening to his heart instead of both looking to a computer screen and/or a briefing? Let them explain to you the emotion they want to feel when they use what you&#8217;re about to create.</p>
<p>Briefings, paper, a screen, all of these limit our creativity. If you can reduce the load, do it from the very beginning.</p>
<h3>Obviously you don&#8217;t need to tear <em>his </em>papers</h3>
<p>If you&#8217;re scared of what his reaction might be, you can always pretend it. Get some bad paper the size of the brief, tear it up in front of the client, experience the feeling and then explain it was an exercise to test both yours and your client&#8217;s creativity.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2010/04/tear-up-your-clients-proposal-in-half/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To show or not to show [registered user only actions]</title>
		<link>http://josemota.net/2010/04/to-show-or-not-to-show-registered-user-only-actions/</link>
		<comments>http://josemota.net/2010/04/to-show-or-not-to-show-registered-user-only-actions/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 18:08:49 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://jose-mota.net/?p=136</guid>
		<description><![CDATA[Last week I struggled with a design decision that really caught my attention. Consider this:

You have a user driven app on the web.
You also provide some actions for guests.

What you would do? Either:

Don&#8217;t show the user only actions? (my opinion: this one reduces clutter on your interface).
Or do show them and when the user clicks the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I struggled with a design decision that really caught my attention. Consider this:</p>
<ul>
<li>You have a <em>user driven app</em> on the web.</li>
<li>You also provide some actions for <em>guests</em>.</li>
</ul>
<p>What you would do? Either:</p>
<ol>
<li><strong>Don&#8217;t show the user only actions?</strong> (my opinion: this one reduces clutter on your interface).</li>
<li><strong>Or do show them and when the user clicks</strong> the links/buttons, the user gets a login redirected page for every new click?</li>
</ol>
<h3>My pick would be number <em>1</em>. Why?</h3>
<p>I&#8217;d rather have a welcome page that showed you what to use in case you signed up. Actions such as creating a new item on a product list and message sending that apparently require a sign up are confusing for a guest. Besides, clicking on such an action and redirecting you to a login page <em>several times</em> is not that much of an engaging experience.</p>
<p>Feel free to add up on this thought.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2010/04/to-show-or-not-to-show-registered-user-only-actions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Approaching people through your website copy</title>
		<link>http://josemota.net/2009/11/approaching-people-through-your-website-copy/</link>
		<comments>http://josemota.net/2009/11/approaching-people-through-your-website-copy/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 20:50:16 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal improvement]]></category>

		<guid isPermaLink="false">http://jose-mota.net/?p=125</guid>
		<description><![CDATA[Ever since I joined Weemagine and started to help building Weebiz, I have been learning a lot of stuff other than technology. The marketing team has really good knowledge I can use myself. This week I concluded that the way we approach people through our content can sometimes – if not always – be the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I joined <a href="http://www.weebiz.com/members/weemaginecom">Weemagine</a> and started to help building <a href="http://weebiz.com">Weebiz</a>, I have been learning a lot of stuff other than technology. The marketing team has really good knowledge I can use myself. This week I concluded that the way we approach people through our content can sometimes – if not always – be the key to success.</p>
<p><span id="more-125"></span>Whether your website sells products / services or is just a blog with content that’s supposed to be read and not just scanned, what you write should provoke certain feelings that makes the reader want to stick around or maybe be compelled to buy something from it, if that’s the case.</p>
<h3>How <em>should</em> you write then?</h3>
<p>The gold rule applies here like a glove. Ask yourself as a regular consumer (not as the seller):</p>
<ul>
<li>What and how would you like to see the content in your website?</li>
<li>What would you like to read to be compelled to move forward?</li>
<li>What kind of speech would trigger you to act?</li>
</ul>
<p>These are only three of the many questions you can ask yourself. If the text you’re considering doesn’t <strong>really</strong> convince you then you ought to try again.</p>
<h3>The gold answer: Stick to real content</h3>
<p>If your product is good, you won’t need to wrap it with shiny and colorful paper. You just need to point out the facts. Show it how good it really is and nothing more than that.</p>
<p>Unfortunately that’s common practice in Portugal. People mistakenly think that juggling with adverbs and adjectives makes content better and more compelling. Well, they couldn’t be more wrong. Those times are over. Now that the .com explosion is gone, filling our content with sand isn’t just unnecessary but also has the reverse effect; <strong>instead of attracting people, it repels them.</strong></p>
<p>Today we don’t waste time around the web. It’s all about the juice, why waste money and time if you can just convince your audience with naked truth and facts?</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2009/11/approaching-people-through-your-website-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing for the invisible</title>
		<link>http://josemota.net/2009/08/designing-for-the-invisible/</link>
		<comments>http://josemota.net/2009/08/designing-for-the-invisible/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 19:31:40 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://jose-mota.net/?p=114</guid>
		<description><![CDATA[There is a new technique on user interface / experience cunningly mentioned by Dan Rubin, a while ago. It is also used brilliantly in great applications, such as Facebook or Wordpress itself. I took interest over the subject because I believe it is an important aspect of the modern web experience.

Dan mentioned the principle of [...]]]></description>
			<content:encoded><![CDATA[<p>There is a new technique on user interface / experience cunningly mentioned by <a href="http://superfluousbanter.com">Dan Rubin</a>, <a title="Dan Rubin at the Boagworld podcast" href="http://boagworld.com/podcast/179">a while ago</a>. It is also used brilliantly in great applications, such as <a href="http://facebook.com">Facebook</a> or Wordpress itself. I took interest over the subject because I believe it is an important aspect of the modern web experience.</p>
<p><span id="more-114"></span></p>
<p>Dan mentioned the principle of <em>designing for the invisible</em>. What this means is a designer prepares a design — generally for a web application — in order to create a clean layout and provoke the user to explore certain data, providing confort and thus a better experience.</p>
<h3>Where to design for the invisible?</h3>
<p>There are lots of situations where you can apply this principle. Even though it can be freshening to use, designing for the invisible has the risk of hiding data from your user, and that can be dangerous sometimes. It really depends on the kind of experience you&#8217;re trying to reach for. Situations to consider can be:</p>
<ul>
<li>Areas in which a user is likely to hover.</li>
<li>Places with too much information that can represent a threat of not being paid due attention.</li>
<li>Resources that have a main purpose (such as reading it) and also can have other secondary actions (such as admin actions).</li>
<li>Certain content that can have tiny <acronym title="Asynchronous JavaScript and XML">AJAX</acronym> calls, like removing an item from a cart which only requires a little call to remove it.</li>
</ul>
<p>Let&#8217;s consider the example of Wordpress, for example:</p>
<p><a href="http://jose-mota.net/wp-content/uploads/2009/08/Picture-1.png"><img class="alignnone size-full wp-image-115" title="Wordpress post management" src="http://jose-mota.net/wp-content/uploads/2009/08/Picture-1.png" alt="Wordpress post management" width="451" height="331" /></a></p>
<p>This is a very basic post management page. Supposedly, such a list should have a list of repetitive actions which clutter the interface. The solution for this problem: <em>Wordpress hid those actions</em>. As it knew a user had to hover the respective item to do anything with it, the actions only appear when the user does hover the item.</p>
<p><a href="http://jose-mota.net/wp-content/uploads/2009/08/Picture-2.png"><img class="alignnone size-full wp-image-116" title="Wordpress page administration with admin options" src="http://jose-mota.net/wp-content/uploads/2009/08/Picture-2.png" alt="Wordpress page administration with admin options" width="444" height="326" /></a></p>
<p>This is one of many examples that can take advantage of this principle. According to your requirements, you can be as creative as you can. Just be careful not to overuse it, remember: the experience depends on both your product and your user. Study them well and you succeed.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2009/08/designing-for-the-invisible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should you still support IE 6?</title>
		<link>http://josemota.net/2009/08/should-you-still-support-ie-6/</link>
		<comments>http://josemota.net/2009/08/should-you-still-support-ie-6/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:06:11 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Loadacrap]]></category>

		<guid isPermaLink="false">http://jose-mota.net/?p=111</guid>
		<description><![CDATA[Yea, that&#8217;s right: I&#8217;m talking about you-know-which browser.
What is this IE 6 phenomenon anyway??
Internet Explorer 6 is the 8-year old Microsoft browser, it comes by default in Windows XP. There are already versions 7 and 8 for this browser. Version 6 is now extremely outdated as it doesn&#8217;t offer the best experience and quality when [...]]]></description>
			<content:encoded><![CDATA[<p>Yea, that&#8217;s right: I&#8217;m talking about <em>you-know-which browser</em>.</p>
<h3>What is this <acronym title="Internet Explorer">IE</acronym> 6 phenomenon anyway??</h3>
<p>Internet Explorer 6 is the 8-year old Microsoft browser, it comes by default in Windows XP. There are already versions 7 and 8 for this browser. Version 6 is now extremely outdated as it doesn&#8217;t offer the best experience and quality when visiting a website. Web standards have evolved since the time and so upgrade is extremely recommended for all users.</p>
<p><span id="more-111"></span></p>
<h3>Are you a designer? An aware one?</h3>
<p>If you are, then you know that <acronym title="Internet Explorer">IE</acronym> 6 is a <acronym title="Pain in the Ass">PITA</acronym> when it comes to designing a website or application. Its support for <acronym title="Cascading Style Sheets">CSS</acronym> 2 is not perfect and thus it causes a lot of frustration. In my case, it takes double the work (and money) to support websites in <acronym title="Internet Explorer">IE</acronym> 6.</p>
<h3>What about “those” clients? They only use <acronym title="Internet Explorer">IE</acronym> 6!</h3>
<p>If you have clients that still use <acronym title="Internet Explorer">IE</acronym> 6, it really depends on what you wrote a contract for. If you promised to support it, well&#8230; there is nothing you can do. What you <em>can</em> do is prepare for the future.</p>
<p>Paul Boag said brilliantly:</p>
<blockquote><p>The energy we are spending in dropping <acronym title="Internet Explorer">IE</acronym> 6 should be used to make our clients realize the truth about <acronym title="Internet Explorer">IE</acronym> 6, providing a <strong>lesser experience</strong>.</p></blockquote>
<p>I agree 100% with Paul. We are being plain old silly by even considering tweaking what&#8217;s good. Old browsers should have an experience of their own. In the end of it all, <strong>what matters most is the content</strong>.</p>
<h3>So this means the problem is not the browser?</h3>
<p>YES, the problem is NOT the browser. The problem is what people make of it, both designers and users. Designers have the responsibility to warn the user about the lesser experience and say how they can enjoy the full show. Splitting <acronym title="Cascading Style Sheets">CSS</acronym> apart and delivering them according to each browser&#8217;s capabilities is key. If the full means upgrading, fine. Users will be able to choose now.</p>
<p>If they choose to upgrade, don&#8217;t be a fool, go help the guy! You will score good points.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2009/08/should-you-still-support-ie-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 &#8211; my fresh start</title>
		<link>http://josemota.net/2009/02/2009-my-fresh-start/</link>
		<comments>http://josemota.net/2009/02/2009-my-fresh-start/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 23:21:32 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=70</guid>
		<description><![CDATA[Finally, after a long long time, I decide to say something to my readers. It&#8217;s been crazy in here!
Today starts my 2009 and with it certain acknowledgments and decisions I&#8217;ve made. Today I want to share some these with you.

New website theme
I&#8217;ve been struggling over the very presentation of my website. After some months I [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, after a long long time, I decide to say something to my readers. It&#8217;s been crazy in here!</p>
<p>Today starts my 2009 and with it certain acknowledgments and decisions I&#8217;ve made. Today I want to share some these with you.</p>
<p><span id="more-70"></span></p>
<h3>New website theme</h3>
<p>I&#8217;ve been struggling over the very presentation of my website. After some months I guess I can settle with the <em>6th iteration of the Amethyst series</em>.</p>
<div id="attachment_71" class="wp-caption alignnone" style="width: 475px"><a href="http://localhost:8888/wp-content/uploads/2009/07/amethyst6.png"><img class="size-medium wp-image-71" title="Amethyst — 6th iteration" src="http://localhost:8888/wp-content/uploads/2009/07/amethyst6-465x313.png" alt="Amethyst — 6th iteration" width="465" height="313" /></a><p class="wp-caption-text">Amethyst — 6th iteration</p></div>
<h3>Posts in Portuguese</h3>
<p>For the first time I am going to <em>add some posts in portuguese</em> to allow other audiences to visit my website. Each portuguese post will be categorized and identified as such properly.</p>
<h3>No <abbr title="Internet Explorer"><acronym title="Internet Explorer">IE</acronym></abbr> direct support</h3>
<p>Realizing <a href="http://stopdesign.com">Stop Design</a>&#8217;s wonderful approach to approach <acronym title="Internet Explorer">IE</acronym> users, I am going to <em>drop support for <acronym title="Internet Explorer 6">IE6</acronym> and maybe even IE7</em>, providing a proper stylesheet complies with them. Now that IE8 is almost coming, we can and should already do this a long time ago and start discouraging users from using low level browsers. Besides, last time I checked, my <acronym title="Internet Explorer">IE</acronym> audience is between 1 and 5%. Not worth the investment.</p>
<h3>Personal bookmarking system</h3>
<p>I don&#8217;t use <a href="http://delicious.com">delicious</a> that much and yet I should because I have some pretty good links I wanted me and others to reach more often. That&#8217;s why I am also going to <em>manage them bookmarks from my Drupal website</em>. This will be implemented soon enough.</p>
<h3>Conclusion</h3>
<p>2009 will be a serious and decisive year in my life because it will be the year I will learn a lot on my skills and also get a lot of work to apply them skills and earn what I need to boost my life up a notch or two.</p>
<p>Let&#8217;s hope for the best!</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2009/02/2009-my-fresh-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 960px grid on top of full-range background</title>
		<link>http://josemota.net/2009/01/the-960px-grid-on-top-of-full-range-background/</link>
		<comments>http://josemota.net/2009/01/the-960px-grid-on-top-of-full-range-background/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 10:34:35 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=45</guid>
		<description><![CDATA[I have been putting myself to test on a client project, regarding aesthetics. I have used &#8220;The Grid&#8221; in other situations but not in this way. I have learned how to accomplish grid balance on top of full-range background&#8230; again, the hard way. I use this approach in this very blog so you should realize [...]]]></description>
			<content:encoded><![CDATA[<p>I have been putting myself to test on a client project, regarding aesthetics. I have used &#8220;The Grid&#8221; in other situations but not in this way. I have learned how to accomplish grid balance on top of full-range background&#8230; again, the hard way. I use this approach in this very blog so you should realize its result already.</p>
<p><span id="more-45"></span>This accomplishment has been unveiled to me through three of my favorite websites out there: <a href="http://simplebits.com">SimpleBits</a>, <a href="http://viget.com">Viget</a> and <a href="http://onwired.com">OnWired</a>. I know a lot of other websites that use this but these really caught my special attention. If you see three homepages, all of them use full-range backgrounds and yet they use the the 960px grid. I wanted that richness in my projects and so I gave it a try. Before I deepen into the procedure, i must say it&#8217;s always good to have a container/bucket div instead of acting directly over the body element for cross-browser compatibility. I have tried it and <acronym title="Internet Explorer">IE</acronym> 6 didn&#8217;t like it very much.</p>
<p>We are admitting a simple <em>skeleton</em> here: a simple header, a navigation bar, a main body and a footer should do the trick. So here&#8217;s my procedure:</p>
<h3>Step 1</h3>
<p>Create the container div around.</p>
<p><code>&lt;div id='container'&gt;<br />
→ Skeleton goes here.<br />
&lt;/div&gt;</code></p>
<p>This is helpful as I mentioned in order to set its width to 960px right there.</p>
<p><code>#container { width: 960px; margin: X auto; }</code></p>
<p>This is a very basic approach and it&#8217;s a good one if you want to implement a 30px padded box like <a href="http://boagworld.com">Paul Boag</a> for example. That way you save further implementation and get a clean shot at the grid. However, if you plan to use full-range backgrounds like I did then you&#8217;ll have a little more work.</p>
<h3>Step 2</h3>
<p>Don&#8217;t set any width for the skeleton div&#8217;s so they default to 100%. Now you&#8217;re ready to set each one a background (perhaps you&#8217;ll have a repeat-x option or an attached one merging to the background color). Now each div gets it&#8217;s own background, which is what we want. For the header, it would be something like:</p>
<p><code>#header { background: #xyz url('path/to/background.png') repeat-x; }</code></p>
<h3>Step 3</h3>
<p>Place a single div child inside each skeleton div. All of the content should go inside these child div&#8217;s. Then, you can set each div child the 960px width like this: <code>#container &gt; div &gt; div { width: 960px; margin: 0 auto; }</code>This tells us the div&#8217;s inside the skeleton div&#8217;s get affected. That&#8217;s why I&#8217;m saying every piece of content should go inside the child div&#8217;s, while the background goes outside.<br />
And you ask why not setting the default width to the skeleton div&#8217;s itself? Well, you can do that but let me show me the differences.</p>
<p><a href="http://josemota.net/sites/default/files/images/1.jpg"><img class="frame frame-unfloated" src="http://josemota.net/sites/default/files/images/1_.png" alt="Without the child div's it would look like this..." /></a></p>
<p>Again, this is a very simple example. You can try lots of other stuff like positioning only some of the div&#8217;s, background different settings, anything. I hope you learned something from this example.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2009/01/the-960px-grid-on-top-of-full-range-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effective web design &#8211; so many attributes for what?</title>
		<link>http://josemota.net/2008/11/effective-web-design-so-many-attributes-for-what/</link>
		<comments>http://josemota.net/2008/11/effective-web-design-so-many-attributes-for-what/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 10:22:51 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=66</guid>
		<description><![CDATA[Despite the money issues, freelancing is great! It allowed me to learn so much on my proficiency as a designer and as a developer. One of the most important skills I&#8217;ve mastered is web standards. Designing on top of standards is the ultimate technique for everything else, from presentation with CSS to user experience with [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the money issues, freelancing is great! It allowed me to learn so much on my proficiency as a designer and as a developer. One of the most important skills I&#8217;ve mastered is <em>web standards</em>. Designing on top of standards is the ultimate technique for everything else, from presentation with <acronym title="Cascading Style Sheets">CSS</acronym> to user experience with Javascript and <acronym title="Asynchronous JavaScript and XML">AJAX</acronym>.</p>
<p>Even though <a href="http://drupal.org">Drupal</a> is the best <acronym title="Content Management System"><acronym title="Content Management System">CMS</acronym></acronym> in the world &#8211; which I subscribe with pride -, there&#8217;s one thing I&#8217;ve been noticing: it has a load of attributes within elements, particularly classes and id&#8217;s (not to mention sometimes it seems there are loads of div&#8217;s that look rather unnecessary until certain point). This is good and bad for some reasons, and I&#8217;ll explain why the Drupal team proceeds that way.</p>
<p><span id="more-66"></span></p>
<h3>Good stuff</h3>
<ol>
<li>It allows better comprehension of both structure and semantics of the platform&#8217;s output. Structure stands for the content you have in it (the What question), semantics stands for its meaning (the Why question).</li>
<li>As you know, Drupal has a steep learning curve and as I started stumbling over it I realized certain concepts that Drupal has inherent like delta attribution for blocks, their proper identification and helper class attributes built in, etc. And through this identification system the theming process became much easier because I already knew what and where things were.</li>
<li>If you need to style/change behaviour to a certain block or node for any reason (i.e. accessibility, Javascript enhancement&#8230;), you can easily select groups individual chunks of markup or even groups of them with Drupal class/id patterned attribution.</li>
</ol>
<h3>Bad stuff</h3>
<ol>
<li>Too much of a mess with all the nested div&#8217;s. I put this one on the top because it&#8217;s complicated for a rookie to make himself confortable with the output he wants to generate and also because I just hate unnecessary markup. I only need extra div&#8217;s if I&#8217;m going to turn the <acronym title="Cascading Style Sheets">CSS</acronym> up <em>one and only one</em> notch. If I fall with more than one notch, then it&#8217;s time for a design check.</li>
<li>On top of extra div&#8217;s, extra id&#8217;s and classes in them. I have a really hard time finding the right rules in <acronym title="Cascading Style Sheets">CSS</acronym> to actually hit the element I want. It&#8217;s a real <acronym title="Pain In The A$$"><acronym title="Pain in the Ass">PITA</acronym></acronym>. And most of the times it&#8217;s actually not necessary to have some of the classes because the parent div already has an id and thus a meaning is already set to its children.</li>
</ol>
<p>Drupal is designed in this way so you can choose between theming from scratch and have full control of whatever you might like or not bother and just let Drupal do its job. It&#8217;s up to your will and your needs to decide wether you choose one or another or even both — like I do —.</p>
<h3>End of story</h3>
<p>I picked on Drupal for this entry for the reasons I just showed. Speaking more generally, make sure your markup is valid and accurate. If you accomplish this, your design will better and easier, not to mention your javascripting will be smoother and less painful.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2008/11/effective-web-design-so-many-attributes-for-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility in real life</title>
		<link>http://josemota.net/2008/11/accessibility-in-real-life/</link>
		<comments>http://josemota.net/2008/11/accessibility-in-real-life/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 13:46:48 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=64</guid>
		<description><![CDATA[Yesterday I was at the mall trying to have lunch and I stood before two restaurants, both 30 feet away from me. I wanted to see the price tags for each restaurant and the result was the following. The shots were taken with a lousy Nokia XpressMusic but they totally say my point:

The first shot [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was at the mall trying to have lunch and I stood before two restaurants, both 30 feet away from me. I wanted to see the price tags for each restaurant and the result was the following. The shots were taken with a lousy Nokia XpressMusic but they totally say my point:</p>
<p><span id="more-64"></span></p>
<div id="attachment_62" class="wp-caption alignnone" style="width: 475px"><img class="size-medium wp-image-62  " title="Accessibility 1" src="http://localhost:8888/wp-content/uploads/2009/07/Image043-465x620.jpg" alt="Accessibility 1" width="465" height="620" /><p class="wp-caption-text">Accessibility 1</p></div>
<div id="attachment_63" class="wp-caption alignnone" style="width: 475px"><img class="size-medium wp-image-63  " title="Accessibility 2" src="http://localhost:8888/wp-content/uploads/2009/07/Image044-465x620.jpg" alt="Accessibility 2" width="465" height="620" /><p class="wp-caption-text">Accessibility 2</p></div>
<p>The first shot says where the price is and you can actually can read something with little effor while in the last you can&#8217;t even tell where the price is&#8230;!</p>
<p>What better example than this one to show that important content must be well represented through appropriate style and positioning. <strong>Show your &#8220;price tags&#8221; big!</strong></p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2008/11/accessibility-in-real-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corrupt kings: an approach to greedy people of the web</title>
		<link>http://josemota.net/2008/10/corrupt-kings-an-approach-to-greedy-people-of-the-web/</link>
		<comments>http://josemota.net/2008/10/corrupt-kings-an-approach-to-greedy-people-of-the-web/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 15:35:51 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Loadacrap]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=49</guid>
		<description><![CDATA[This is something that intrigues me pretty much: design companies / people who claim themselves the trophy for great products and yet they suck. I tag these guys as corrupt kings or napoleons of the web because they think they are the best at what they do and yet they don&#8217;t and no one tells [...]]]></description>
			<content:encoded><![CDATA[<p>This is something that intrigues me pretty much: design companies / people who claim themselves the trophy for great products and yet they suck. I tag these guys as <em>corrupt kings</em> or <em>napoleons</em> of the web because they think they are the best at what they do and yet they don&#8217;t and no one tells them so!</p>
<p><span id="more-49"></span>I met a client a couple days ago. He asked me to retake on a project that used a very strange platform. &#8220;Please take a look at the current launch, José&#8221;. What do I do? I browse <acronym title="Cascading Style Sheets">CSS</acronym>, accessibility, usability and source code. The apparently awarded <acronym title="Content Management System">CMS</acronym> was built on a table based layout and it didn&#8217;t show the same results over different browsers. And you say: &#8220;OK, so what&#8217;s the problem with designing on top of a table layout ?&#8221; If it works on many browsers and you can&#8217;t afford web standards, well&#8230; keep it! But if it comes out as a complete junk like this, I would be ashamed of myself. The website looks like this in <a href="http://localhost:8888/wp-content/uploads/2009/07/ie6.png">Internet Explorer</a>, <a href="http://localhost:8888/wp-content/uploads/2009/07/firefox.png">Firefox</a> and <a href="http://localhost:8888/wp-content/uploads/2009/07/safari.png">Safari</a>.</p>
<p>Any <em>napoleon</em> with this level of costumer fidelity &#8211; yea, the costumers say they have <em>really great</em> products! my gosh&#8230; — ought to be better prepared to face the real challenge, when users start to realize there are many browsers to choose from, new technologies improve user experience and designers and developers create the web differently with more care for performance, beauty and usability. Are you a designer reading this? Take a look at web standards and cross-browser experience. I&#8217;m sure you&#8217;ll like it.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2008/10/corrupt-kings-an-approach-to-greedy-people-of-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mastering content</title>
		<link>http://josemota.net/2008/10/mastering-content/</link>
		<comments>http://josemota.net/2008/10/mastering-content/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 13:26:31 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=58</guid>
		<description><![CDATA[Many times I wonder why there are such brilliant websites and the people behind them are such great masterminds. I&#8217;m already assuming there needs to have a bit of genius, not just creativity. I&#8217;m talking about the core of every website: content.
Imagine you care about content already, but in what way? Do you design for [...]]]></description>
			<content:encoded><![CDATA[<p>Many times I wonder why there are such brilliant websites and the people behind them are such great masterminds. I&#8217;m already assuming there needs to have a bit of genius, not just creativity. I&#8217;m talking about the core of <em>every</em> website: <strong>content</strong>.</p>
<p>Imagine you care about content already, but in what way? Do you design for the content or the other way around? Do you create a layout based on the information/content you have or do you try and generate content based on the lovely yet empty work of art you&#8217;ve created with Photoshop?</p>
<p><span id="more-58"></span>Every piece of content has its weight inside a website, acknowledging that is a major step towards balance and success. I took this into consideration when building my last project with a local client, in which he asked for many many chunks of information all organized across pages. Measuring each chunk of information takes credit in the definition of a proper layout in which each portion can be more relevant or not through width, height, color, typography, everything.</p>
<p><em>Content, not data!</em> It is our job as designers/engineers to make content out of data that a client gives us. No matter how much a client sees <em>their content</em>, it&#8217;s still <strong>data</strong> for us and it&#8217;s also our job to help the client understand what data should be like in a website and what importance it should have to achieve better results. I&#8217;m not saying we should override their needs, we actually need to listen to what they want, we&#8217;re not wizards <img src='http://josemota.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  We can even pretend we&#8217;re a regular user of theirs and play the game, a lot of results come from such an approach concerning usability and accesibility.</p>
<h3>End of story</h3>
<p>Content is what grabs people&#8217;s attention on a website and the way it&#8217;s explicit. You can even have a beautiful background and today&#8217;s grungy trends and everything, but if your content is not meaningful and well marked up then something&#8217;s definitely wrong.</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2008/10/mastering-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixelmator: a smaller Photoshop.</title>
		<link>http://josemota.net/2008/10/pixelmator-a-smaller-photoshop/</link>
		<comments>http://josemota.net/2008/10/pixelmator-a-smaller-photoshop/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 19:36:24 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=53</guid>
		<description><![CDATA[I&#8217;ve been sniping Pixelmator for a time ago. Truly simple, fast, sleek and result-driven tool. Oh, you don&#8217;t know what Pixelmator is? It&#8217;s a photography utility program that allows you to edit photos in a pinch! And since it&#8217;s based on Mac so nicely, you can access your iPhoto library seamlessly. As master Jobs would [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://upload.wikimedia.org/wikipedia/en/b/bf/PixelmatorAppLogo.png" alt="Pixelmator_logo.jpg" width="75" height="80" />I&#8217;ve been sniping <a href="http://pixelmator.com">Pixelmator</a> for a time ago. Truly simple, fast, sleek and result-driven tool. Oh, you don&#8217;t know what Pixelmator is? It&#8217;s a photography utility program that allows you to edit photos in a pinch! And since it&#8217;s based on Mac so nicely, you can access your iPhoto library seamlessly. As <a href="http://en.wikipedia.org/wiki/Steve_Jobs">master Jobs</a> would say: pretty cool, huh?</p>
<p>Oh and forgot to mention, it&#8217;s open source based! This means low expense and good results as usual in the FOSS group. Will be posting some results with my experience on it, now that I&#8217;m almost to embrace photography more seriously. If you don&#8217;t have the money nor the mad genius to get Photoshop, this is a real good way to start!</p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2008/10/pixelmator-a-smaller-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaTeX &#8211; the word processor for engineers (and smart people too)</title>
		<link>http://josemota.net/2008/04/latex-the-word-processor-for-engineers-and-smart-people-too/</link>
		<comments>http://josemota.net/2008/04/latex-the-word-processor-for-engineers-and-smart-people-too/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 11:46:17 +0000</pubDate>
		<dc:creator>José Mota</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=35</guid>
		<description><![CDATA[When i met Nuno Job, we had a great time talking about technology and its future. He told me about LaTeX, a logical structure word processor. It allows people to write documents, books, reports, articles, you name it, through proper source code.  This means a lot of things to me:

The code stays organized, which [...]]]></description>
			<content:encoded><![CDATA[<p>When i met <a href="http://nunojob.wordpress.com">Nuno Job</a>, we had a great time talking about technology and its future. He told me about <a href="http://latex-project.org">LaTeX</a>, a logical structure word processor. It allows people to write documents, books, reports, articles, you name it, through proper source code.  <span id="more-35"></span>This means a lot of things to me:</p>
<ol>
<li>The code stays organized, which means the result document stays organized.</li>
<li>No templates; or in other words, one single template.</li>
<li>Want to pass the document through the network? Just a few <acronym title="Kilobyte">KB</acronym> instead of almost 1MB&#8230;!</li>
</ol>
<p>Despite the LaTeX distribution being larger than a <acronym title="Compact Disc">CD</acronym> (at least for Mac <acronym title="Operating System">OS</acronym>, the Windows version is slightly smaller), it&#8217;s worth it, especially if you&#8217;re in a team in which everyone has to write a piece of a written delivery. I remember I had to spend almost two hours to format every piece into one big furball. Sounds kind of messy, huh?  Try gathering up a team, each one writes a piece of the document at their own way and then try using LaTeX. Your conclusions should be the same as mine. <img src='http://josemota.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://josemota.net/2008/04/latex-the-word-processor-for-engineers-and-smart-people-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
