<?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>Distinctive Quality Blog &#187; Articles</title>
	<atom:link href="http://www.distinctivequality.com/blog/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.distinctivequality.com/blog</link>
	<description>Thoughts about design and technology</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:39:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>The Content Management System that wasn&#8217;t</title>
		<link>http://www.distinctivequality.com/blog/injader-content-management-system/</link>
		<comments>http://www.distinctivequality.com/blog/injader-content-management-system/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:39:09 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=233</guid>
		<description><![CDATA[As I&#8217;ve been reflecting on this past year, get ready for the new one I&#8217;ve been thinking about some of the projects I&#8217;ve worked on in the past. One of projects that came to mind was my own take on a content management system which I worked over two and a half years ago. At [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve been reflecting on this past year, get ready for the new one I&#8217;ve been thinking about some of the projects I&#8217;ve worked on in the past. One of projects that came to mind was my own take on a content management system which I worked over two and a half years ago.</p>
<p>At the time, I had worked with many websites along with a few content management systems, enough to where I had some ideas of how I would build my own if I had the opportunity. In my pursuit of the ultimate content management system for clients, I came across an interesting one called Injader. It was a project developed by primarily one guy, <a href="https://twitter.com/#!/benbarden" target="_blank">Ben Barden</a> who used it for some of his own websites. What got my attention was how lightweight it was, at least compared to the behemoth WordPress was turning into.</p>
<p>After setting it up and testing it out for a pet project I was working on, I decided to contact Ben about helping out with further development of the system by taking on the interface design end. Five months of working on it on the side along with our day jobs, we decided to call it quits. We both had other projects we were pursuing (it was around the time I started <a href="http://indieaisle.com/" target="_blank">Indie Aisle</a>) and this one didn&#8217;t seem to work out for us. One thing I realized is that what started out to be a simple tool quickly turned into something rather complex and may have been too ambitious in the end.</p>
<p>I thought I&#8217;d share a few screens and describe what the design concepts behind them were (as I remember them). Maybe it&#8217;ll provide inspiration for the content management system you may work on someday! The CSS/HTML was completely built so you can click on the screenshots to explore the mockups as they were when I sent them over to Ben.</p>
<p><a href="/blog/injader/sitemap.htm" target="_blank"><img class="alignnone size-full wp-image-234" title="Injader screenshot - Sitemap" src="http://www.distinctivequality.com/blog/wp-content/injader-screenshot-1.jpg" alt="" width="550" height="385" /></a></p>
<p><strong>Sitemap</strong> &#8211; This is how pages were organized, the unique approach was that it did three things in one: built the navigation structure for the site, gave an overview of the entire structure of the site, and defined Content Types for the kind of information on the site, either info pages, blog posts, forums, or portfolio galleries. It also shows widgets attached to each page which I&#8217;ll explain in the next screen.</p>
<p><a href="/blog/injader/widgets.htm" target="_blank"><img class="alignnone size-full wp-image-235" title="Injader screenshot - Widgets" src="http://www.distinctivequality.com/blog/wp-content/injader-screenshot-2.jpg" alt="" width="550" height="385" /></a></p>
<p><strong>Widgets</strong> &#8211; The idea with Widgets was based on three types: Layout which required special CSS/HTML formatting, Data which incorporated database data, and Web which was essentially embed code from other sites. Each would be inserted into a page with template code snippets, in any part of the site.</p>
<p><a href="/blog/injader/tools.htm" target="_blank"><img class="alignnone size-full wp-image-236" title="Injader screenshot - Tools" src="http://www.distinctivequality.com/blog/wp-content/injader-screenshot-3.jpg" alt="" width="550" height="385" /></a></p>
<p><strong>Tools</strong> &#8211; Similar to WordPress&#8217;s plugins, but mainly focused on behind-the-scenes management which is why it was separate from the content side along with the Themes editor, Settings and user Access options.</p>
<p><a href="/blog/injader/access.htm" target="_blank"><img class="alignnone size-full wp-image-237" title="Injader screenshot - Access" src="http://www.distinctivequality.com/blog/wp-content/injader-screenshot-4.jpg" alt="" width="550" height="385" /></a></p>
<p><strong>Access</strong> &#8211; A complete user system with custom roles options.</p>
<p>So as always, a failure is also a good learning experience. I got a chance to experiment with some new interface techniques and improve my CSS skills. And the overall experience gave me a different perspective on how I built websites with a content management system.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=233&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/injader-content-management-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Realign your site or web app for mobile devices with CSS3</title>
		<link>http://www.distinctivequality.com/blog/realign-your-site-or-web-app-for-mobile-devices-with-css3/</link>
		<comments>http://www.distinctivequality.com/blog/realign-your-site-or-web-app-for-mobile-devices-with-css3/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 18:19:10 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=214</guid>
		<description><![CDATA[Here are the slides from my Desert Code Camp presentation. A big part of the presentation was just looking through the HTML/CSS code which you can refer to by just going to the links in the demo slides and going to your browser&#8217;s &#8216;View Source&#8217;. To view the notes for some of the slides which [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the slides from my Desert Code Camp presentation. A big part of the presentation was just looking through the HTML/CSS code which you can refer to by just going to the links in the demo slides and going to your browser&#8217;s &#8216;View Source&#8217;.</p>
<p><iframe src="https://docs.google.com/present/embed?id=dffrcmjs_185f2xh4xc7&#038;size=m" frameborder="0" width="555" height="451"></iframe></p>
<p>To view the notes for some of the slides which include links to examples, <a href="https://docs.google.com/present/view?id=dffrcmjs_185f2xh4xc7" target="_blank">click &#8216;Open in a new window&#8217; button</a> and go to &#8216;Actions&#8217; at the bottom and then &#8216;Show speaker notes&#8217;.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=214&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/realign-your-site-or-web-app-for-mobile-devices-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing a web app</title>
		<link>http://www.distinctivequality.com/blog/developing-a-web-app/</link>
		<comments>http://www.distinctivequality.com/blog/developing-a-web-app/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 20:07:26 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[indie aisle]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=169</guid>
		<description><![CDATA[My side project, Indie Aisle has been online for a few months now and as I did with designing the web app, I&#8217;d like to share my thoughts about the development process. Layout and structure I first started coding the HTML and CSS of the design. I used the opportunity to do some experimenting with [...]]]></description>
			<content:encoded><![CDATA[<p>My side project, <a href="http://indieaisle.com/" target="_blank">Indie Aisle</a> has been online for a few months now and as I did with <a href="/blog/designing-an-online-app/">designing the web app</a>, I&#8217;d like to share my thoughts about the development process.</p>
<h3>Layout and structure</h3>
<p>I first started coding the HTML and CSS of the design. I used the opportunity to do some experimenting with the latest HTML5 and CSS3 techniques. The biggest part that came out of this was developing the layout to work across mobile devices using CSS3 Media Queries. I cover the results of the approach in a <a href="/blog/developing-web-apps-across-devices-with-html5-css3/">presentation I gave at Desert Code Camp</a>.</p>
<h3>Figuring out what language to develop with</h3>
<p>As I was continued to code the front end HTML and CSS for the site, I also spent some time trying to figure what backend programming language I should go with. Should I stick with PHP since I had been using it for so many years and was most familiar with the way it worked? Or should I try a different, potentially more beneficial approach by using Ruby on Rails.</p>
<p>What I liked the most about Ruby on Rails was its framework concept. But I realized PHP had its own Model View Controller (MVC) frameworks as well. I decided to try using CodeIgniter to get a good feel for how the programming methodology worked. I went as far as setting up a couple dynamic pages that pulled in different sample data from a database. This gave me a better understanding of the dev process and even influenced the design since it was the first time I went through actual user scenarios.</p>
<p>After doing further research comparing Ruby on Rails to PHP and CodeIgniter and even to Python and Django, I ended up deciding to go with Ruby on Rails. While all had their pluses and minuses, Rails seemed to have the best collection of components which I figured would make the initial version quicker and more cost-effective to program.</p>
<h3>Finding a good developer</h3>
<p>By the time I got to this point, I happened to come across just the right article for my situation, &#8220;<a href="http://sivers.org/how2hire">How to hire a programmer to make your ideas happen</a>&#8221; by Derek Sivers, the founder of <a href="http://www.cdbaby.com/" target="_blank">CDBaby</a>. It helped me break down the development process and find a developer using online freelancing sites <a href="http://www.elance.com/" target="_blank">Elance </a>and <a href="http://www.odesk.com/" target="_blank">oDesk</a>.</p>
<p>From using Elance in the past on client projects, the biggest lesson I learned from the experience is that communication is key. It&#8217;s important to find someone who clearly understands what&#8217;s required of the project and is able to discuss their approach to getting it done.</p>
<p>While I was already developing the front end code for some screens for the app, I realized how there were certain aspects I still hadn&#8217;t fully worked out. There were also all these features I had in mind to include but hadn&#8217;t really prioritized them based on what was important to get out initially, in a &#8216;version 1.0&#8242;. So just the exercise of thinking about every part of the interaction process and describing the functionality to someone who had to make sense of how to develop it was helpful in figuring out exactly how the final app would work.</p>
<h3>Releasing a version 1.0</h3>
<p>The developer I worked with on Elance for the first milestone did a great job and I ended up hiring him to develop the full initial release. By this point I already had the project broken down and most of the frontend code for all the screens, so I setup a Basecamp project and we were on our way. About two months later, a final product was coming together.</p>
<p>Before release, I had managed to gather some interest in the project and was able to do a short beta testing period. It helped with bug fixes and gave me a good look at areas that were unclear to users.</p>
<p>Indie Aisle finally went live in November and exciting as it was, the work was far from over. Having it out there meant getting some real feedback and seeing how people were using it. So based on that feedback, there was a lot of needed revising to do. Not only in code and functionality, but also in design and business strategy. There was so much time spent on how things should work from a technical standpoint during development, that the business side, the purpose of the site and its customers, seemed to get lost.</p>
<p>And that&#8217;s where I am with things today. We recently <a href="http://blog.indieaisle.com/distribution/ebook-widget/" target="_blank">released a final piece of the puzzle</a> to the overall concept, at least at this stage. Which means there&#8217;s another aspect I need to focus attention on: Marketing. I&#8217;ll cover that in the next installment.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=169&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/developing-a-web-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrong default web cursor</title>
		<link>http://www.distinctivequality.com/blog/default-web-cursor/</link>
		<comments>http://www.distinctivequality.com/blog/default-web-cursor/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 01:16:28 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[interface design]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=54</guid>
		<description><![CDATA[This past year, I&#8217;ve tried an experiment on the site. I&#8217;ve replaced the &#8216;text select&#8217; cursor that shows when mousing over text on a website with the default arrow cursor. It&#8217;s almost an unnoticeable change, which is the point. It seems to me that changing to the text select cursor is somewhat of a distraction. There [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-163" title="Text select cursor ban" src="http://www.distinctivequality.com/blog/wp-content/text-select-cursor-ban.png" alt="" width="110" height="110" />This past year, I&#8217;ve tried an experiment on the site. I&#8217;ve replaced the &#8216;text select&#8217; cursor that shows when mousing over text on a website with the default arrow cursor. It&#8217;s almost an unnoticeable change, which is the point. It seems to me that changing to the text select cursor is somewhat of a distraction. There are a lot of areas on a website, particularly its layout where the text doesn&#8217;t need to be highlighted for any reason. It seems silly to expect it to be done so often.</p>
<p>So instead I&#8217;ve decided to change it to the arrow cursor globally:</p>
<p><code>body { cursor:default; }</code></p>
<p>And then define it only for certain areas that it may be in fact be helpful to use it:</p>
<p><code> code { cursor:text; }</code></p>
<p>This is the standard practice for your desktop apps, why not do the same on the web? Another approach I haven&#8217;t quite figured out how to do yet would be to make the arrow the default and then delay the text cursor change for all text as a global event. If someone has an idea how this can be done, <a href="#contact">contact me</a> and I&#8217;ll post it here.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=54&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/default-web-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing web apps across devices with HTML5 + CSS3</title>
		<link>http://www.distinctivequality.com/blog/developing-web-apps-across-devices-with-html5-css3/</link>
		<comments>http://www.distinctivequality.com/blog/developing-web-apps-across-devices-with-html5-css3/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 23:01:38 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=99</guid>
		<description><![CDATA[Below are my presentation slides from Desert Code Camp. View Presentation: Previous Slide &#124; Next Slide]]></description>
			<content:encoded><![CDATA[<p>Below are my presentation slides from <a href="http://desertcodecamp.com/" target="_blank">Desert Code Camp.</a></p>
<div style="float:left; clear:left; width:580px; height:435px;"><script src="/blog/wp-content/themes/DQ/js/jquery.cycle.js" type="text/javascript"></script><script src="/blog/wp-content/themes/DQ/js/jquery.easing.1.3.js" type="text/javascript"></script><script src="/blog/wp-content/themes/DQ/js/jquery.fancybox-1.2.0.js" type="text/javascript"></script><script type="text/javascript">var $a = jQuery.noConflict();
$a(function() {
	$a('#screenshots').cycle({
		fx: 'fade',
		timeout: 0,
		speed: 1000,
		next: '#next2',
		prev: '#prev2'
	});
});</script><br />
<style>
#screenshots { float:left; clear:both; border:#ffffff 4px solid; width:580px; height:435px; padding:0; background-color:#ffffff; list-style:none; }
#screenshots li a { border:0; }
</style>
<ul id="screenshots">
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-01.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-01-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-02.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-02-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-03.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-03-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-04.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-04-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-05.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-05-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-06.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-06-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-07.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-07-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-08.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-08-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-09.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-09-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-10.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-10-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-11.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-11-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-12.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-12-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-13.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-13-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-14.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-14-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-15.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-15-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-16.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-16-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-17.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-17-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-18.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-18-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-19.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-19-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-20.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-20-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-21.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-21-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-22.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-22-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-23.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-23-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-24.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-24-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-25.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-25-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-26.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-26-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-27.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-27-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-28.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-28-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-29.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-29-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-30.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-30-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-31.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-31-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-32.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-32-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-33.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-33-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-34.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-34-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-35.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-35-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-36.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-36-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-37.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-37-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-38.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-38-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-39.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-39-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-40.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-40-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-41.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-41-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-42.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-42-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-43.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-43-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
<li><a class="screenshot" href="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-44.jpg"><img src="/blog/wp-content/uploads/dcc10-pres/dcc10-pres-44-med.jpg" alt="Developing web apps across devices with HTML5 + CSS3" width="580" height="435" /></a></li>
</ul>
</div>
<p><br/></p>
<div class="nav" style="float:left; clear:both;">View Presentation: <a id="prev2" href="#">Previous Slide</a> | <a id="next2" href="#">Next Slide</a></div>
<p><br/></p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=99&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/developing-web-apps-across-devices-with-html5-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing an online app</title>
		<link>http://www.distinctivequality.com/blog/designing-an-online-app/</link>
		<comments>http://www.distinctivequality.com/blog/designing-an-online-app/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 00:10:21 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[story]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=66</guid>
		<description><![CDATA[Indie Aisle is a project I&#8217;ve been working on and off for a couple of years now. This past year however, I really got going with it, spending most of my available time outside of client work. Since the beginning the visual design for it has gone through quite a few iterations that I thought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://indieaisle.com/blog/project/introducing-indie-aisle/" target="_blank">Indie Aisle</a> is a project I&#8217;ve been working on and off for a couple of years now. This past year however, I really got going with it, spending most of my available time outside of client work. Since the beginning the visual design for it has gone through quite a few iterations that I thought I would share some of here and talk a little about what I&#8217;ve learned during the process.</p>
<p>These are designs in their early stages from about a year ago (click for larger versions):<br />
<a class="screenshot" href="http://www.distinctivequality.com/blog/wp-content/ia-concept-1-2009-06.jpg"><img class="alignnone size-full wp-image-69" title="Indie Aisle concept" src="http://www.distinctivequality.com/blog/wp-content/ia-concept-1-2009-06-thumb.jpg" alt="" width="190" height="131" /></a> <a class="screenshot" href="http://www.distinctivequality.com/blog/wp-content/ia-concept-2-2009-08.jpg"><img class="alignnone size-full wp-image-70" title="Indie Aisle concept" src="http://www.distinctivequality.com/blog/wp-content/ia-concept-2-2009-08-thumb.jpg" alt="" width="190" height="131" /></a> <a class="screenshot" href="http://www.distinctivequality.com/blog/wp-content/ia-concept-3-2009-09.jpg"><img class="alignnone size-full wp-image-71" title="Indie Aisle concept" src="http://www.distinctivequality.com/blog/wp-content/ia-concept-3-2009-09-thumb.jpg" alt="" width="190" height="131" /></a></p>
<p>Compared to prototypes that I&#8217;m coding today of basically the same areas of the site:<br />
<a class="screenshot" href="http://www.distinctivequality.com/blog/wp-content/ia-screenshot-3-2010-07.jpg"><img class="alignnone size-full wp-image-81" title="Indie Aisle screenshot" src="http://www.distinctivequality.com/blog/wp-content/ia-screenshot-3-2010-07-thumb.jpg" alt="" width="190" height="131" /></a> <a class="screenshot" href="http://www.distinctivequality.com/blog/wp-content/ia-screenshot-2-2010-07.jpg"><img class="alignnone size-full wp-image-79" title="Indie Aisle screenshot" src="http://www.distinctivequality.com/blog/wp-content/ia-screenshot-2-2010-07-thumb.jpg" alt="" width="190" height="131" /></a> <a class="screenshot" href="http://www.distinctivequality.com/blog/wp-content/ia-screenshot-1-2010-07.jpg"><img class="alignnone size-full wp-image-77" title="Indie Aisle screenshot" src="http://www.distinctivequality.com/blog/wp-content/ia-screenshot-1-2010-07-thumb.jpg" alt="" width="190" height="131" /></a></p>
<p>While the overall style looks similar, the key difference is in the information architecture which has evolved as I more clearly defined the core goals of the app. Defining these goals and incorporating them into the design was one of the most important aspects of the project that took me a while to nail down and is probably the main reason why it&#8217;s taken over a year!</p>
<p>Once I had the goals, I realized that for the design to work, I had to understand every aspect of every component I included in each layout. This ended up leading to an extensive amount of research and notes that went beyond the visual design. From making sure I understood the audience I was targeting to how the backend of the app would be developed.</p>
<p>Only when I worked all this out did I feel like I was ready to put together a solid design that worked. At this point I used <a href="http://37signals.com/papers/introtopatterns/index" target="_blank">Ryan Singer&#8217;s patterns approach</a> for all the components. The rest was details and refining the design and putting together HTML prototypes.</p>
<p>While the overall process has taken longer than I would have liked going into it, I&#8217;ve learned a lot and have even changed the way I do client work now. There is still more to be done getting the backend functionality developed, but having come this far I already have an idea of how to take that on as well which I&#8217;ll talk about in a future post.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=66&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/designing-an-online-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>South by Southwest Interactive 2010 Notes</title>
		<link>http://www.distinctivequality.com/blog/sxs-interactive-2010-notes/</link>
		<comments>http://www.distinctivequality.com/blog/sxs-interactive-2010-notes/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 21:30:45 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[story]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=56</guid>
		<description><![CDATA[They may not be as creative as all the sketch-based notes out there, but here&#8217;s what I got out of some of the South By Southwest Interactive panels I went to this year: Sketching: Mood boarding for getting a good sense of the style Concept sketching for early stage visualizing of various pieces Process: Design, [...]]]></description>
			<content:encoded><![CDATA[<p>They may not be as creative as all the <a href="http://www.rohdesign.com/weblog/archives/003166.html">sketch-based notes</a> out there, but here&#8217;s what I got out of some of the <a href="http://www.sxsw.com/interactive">South By Southwest Interactive</a> panels I went to this year:</p>
<h3>Sketching:</h3>
<ul>
<li>Mood boarding for getting a good sense of the style</li>
<li>Concept sketching for early stage visualizing of various pieces</li>
<li>Process: Design, research, design, build</li>
<li>Storyboard lifecycles of various processes</li>
<li>Concept sketching diagrams helps with information architecture (ex: relationship of components leading to navigation decisions)</li>
<li>Concept sketching abstractly can help with interface prototypes</li>
<li>Process: See, sort, sketch</li>
</ul>
<h3>Rework:</h3>
<ul>
<li>Meetings blow up your day and turn your work day into work moments, they should be optional</li>
<li>Workday in general is being interrupted all the time, it&#8217;s the biggest timewaster in an office</li>
<li>You&#8217;re not as creative when you&#8217;re working too hard and just trying to get things done</li>
<li>The more you work, the more work comes up, it becomes a vicious cycle</li>
<li>The only thing that matters is productivity over the longterm, what you&#8217;ve accomplished in a week or a month</li>
<li>Estimates/promises are really guesses, deadlines are never accurate</li>
<li>Tip: Just say no, good enough is fine, you can always do less</li>
<li>Tip: Put together a list of items within a given timeframe (like two weeks) and drop the least important that there is no time for</li>
<li>Tip: Restate the problem to make sure you&#8217;re heading towards the same original goal</li>
<li>Tip: Give up &#8211; realize that what matters is not the work done, but what&#8217;s left to do and whether it&#8217;s worth doing</li>
</ul>
<h3>Human behavior:</h3>
<ul>
<li>Influence is all around us, from friends, to ads, to architecture</li>
<li>Marketing, through persuasion helps overcome the paradox of choice</li>
<li>It&#8217;s good to understand the cognitive biases that affects human decision-making</li>
<li>Determine the primary objective and target behavior for the user</li>
<li>Motivator: Authority and trust &#8211; leaders people look to, Trust indicators: common details (like contact info), pictures of team, pictures of actual customers</li>
<li>Motivator: Social proof &#8211; looking to others around us to determine what to do, Examples: Reviews on Amazon.com product page, customer testimonials on websites</li>
<li>Motivator: Loss Aversion &#8211; limiting supply can drive demand, Examples: Ebay auctions, Woot.com products</li>
<li>Motivator: Likability and Gifting &#8211; rewarding and reciprocity, Example: Amazon.com free shipping for orders over $25</li>
</ul>
<h3>Website Search:</h3>
<ul>
<li>Search helps uneccessary browsing by putting seperated results together</li>
<li>Speed is important</li>
<li>Design Pattern: Auto-complete plus auto-sugggest</li>
<li>Design Pattern: Best first in results</li>
<li>Filtering is important when there are many results</li>
<li>Design Pattern: Structured results &#8211; like a top 10 list</li>
<li>Design Pattern: Actionable results &#8211; Actions available for each result</li>
<li>Decision making can help by asking a question for certain results</li>
<li>Visualizations of results for certain things like location-based maps</li>
</ul>
<h3>Wired Magazine going digital:</h3>
<ul>
<li>The better the design: the easier the reading experience, the deeper the engagement, the more connected the consumer, the stronger the brand relationship</li>
<li>The goal is to combine the fidelity of print design and flexibility of the web</li>
<li>Great magazines aren&#8217;t possible without robust content</li>
<li>Design goals: content, content, content, walk-up usability, revolution through evolution</li>
</ul>
<h3>Amazon.com design approach:</h3>
<ul>
<li>Amazon Treasure: Engage Through Content &#8211; Reviews are very important to buying decisions, the helpfulness question helps present positive reviews from the negative reviews</li>
<li>Amazon Treasure: Don&#8217;t Fear New Ideas &#8211; Experiment, there are risks to experiments</li>
<li>Amazon Treasure: Eliminate Tool (response) Time While Delivering Confidence &#8211; multiple security levels (no cookie, cookie, login, credit card verification)</li>
<li>Incremental change is a good approach versus complete redesign</li>
<li>Amazon Treasure: Never Forget the Business &#8211; You have to start with the business model to design a great experience</li>
</ul>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=56&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/sxs-interactive-2010-notes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tech trends shaping habits and social interaction</title>
		<link>http://www.distinctivequality.com/blog/tech-trends-shaping-habits-and-social-interaction/</link>
		<comments>http://www.distinctivequality.com/blog/tech-trends-shaping-habits-and-social-interaction/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:12:51 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=53</guid>
		<description><![CDATA[Two kinds of technologies have in recent months changed my daily habits and how I interact with people: web-based apps and smartphones. Let&#8217;s start with web-based apps. For email I&#8217;ve been using Gmail for over three years now and is in my opinion the best email app around, web-based or desktop-based. For keeping track of [...]]]></description>
			<content:encoded><![CDATA[<p>Two kinds of technologies have in recent months changed my daily habits and how I interact with people: web-based apps and smartphones.</p>
<p><img style="float: right; margin-left:10px;" src="http://www.distinctivequality.com/img/screenshot-gmail.jpg" alt="" width="320" height="180" />Let&#8217;s start with web-based apps. For email I&#8217;ve been using <a href="http://www.gmail.com">Gmail</a> for over three years now and is in my opinion the best email app around, web-based or desktop-based. For keeping track of appointments and daily tasks I use <a href="http://www.google.com/calendar">Google Calendar</a>. For project management I use <a href="http://www.basecamphq.com">Basecamp</a> from 37 Signals. For notes and idea-gathering I use <a href="http://www.pbwiki.com">PBWiki</a>. For news I use <a href="http://www.google.com/news">Google News</a> and <a href="http://www.google.com/reader">Google Reader</a>. And to  interact with friends and colleagues I use <a href="http://www.twitter.com/ovidem">Twitter</a>, <a href="http://www.facebook.com/ovidemetrian">Facebook</a> and <a href="http://www.linkedin.com/in/ovidem">LinkedIn</a>. <a href="http://www.netflix.com">Netflix</a> can also be added to the list as a tool for managing movies and TV shows I watch.</p>
<p>Mobile smartphone technology I&#8217;ve only felt the full impact of this past month using the <a href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile-Phones/ci.Motorola-DROID-US-EN.vertical">Motorola Droid</a> with <a href="http://www.android.com/">Google&#8217;s Android</a> platform. For appointments and reminders I use the Google Calendar app. For daily tasks and notes, I use <a href="http://www.google.com/tasks">Google Tasks</a>. For driving directions including navigation I use <a href="http://www.google.com/maps">Google Maps</a>. Occasionally I read news using <a href="http://www.google.com/news">Google News</a> and <a href="http://www.google.com/reader">Google Reader</a>. For contacts Android syncs my Gmail accounts and Facebook friends. I&#8217;ve even replaced my Zune with using the Droid as a portable MP3 player, which makes it better with apps like <a href="http://www.last.fm/user/ovidem">Last.fm</a> and <a href="http://www.slacker.com/">Slacker</a>.</p>
<p>All of the above covers probably 50% of what I spend my time on daily. What makes everything useful is when both technologies work together. And when they work well together, you get these three impactful features:</p>
<p><img style="float: right; margin-left:10px;" src="http://www.distinctivequality.com/img/screenshot-android.jpg" alt="" width="180" height="320" /><strong>Notifications</strong> &#8211; Like Facebook has in its bottom bar interface, Android has a global pulldown menu which gives you control over how you receive all kinds of notifications: email, text messages, Twitter tweets, Facebook posts, etc. While it can potentially get distracting, it can really become useful for managing your attention.</p>
<p><strong>Centralized Contacts</strong> &#8211; All the people you interact with that you want to keep track of, in one place, easily searchable and filterable with multiple forms of contact for each person. Not to mention information available about each person that&#8217;s easily accessible.</p>
<p><strong>Messaging</strong> &#8211; Not just text messages, but Twitter tweets, Facebook status updates, etc. Keeping up with what your social circle is doing is a big recent trend in technology and will only continue to grow. Mobile devices seems like the best place for it.</p>
<p>These three concepts change the way we interact with our daily routines and the people in our lives. For me, it&#8217;s also changed my perspective on how I handle these interactions, making me more aware of how I direct my efforts on a regular basis.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=53&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/tech-trends-shaping-habits-and-social-interaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Web Standards and rounded corners</title>
		<link>http://www.distinctivequality.com/blog/on-web-standards-and-rounded-corners/</link>
		<comments>http://www.distinctivequality.com/blog/on-web-standards-and-rounded-corners/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:06:55 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=52</guid>
		<description><![CDATA[I think I agree with this article written ten years ago when the web was still in its infancy. While general web practices make sense, the need for having formal standards seems unnecessary. Website-building technologies have in a lot of ways standardized themselves because of individual developers deciding what is appropriate to use. Looking at the reasons [...]]]></description>
			<content:encoded><![CDATA[<p>I think I agree with <a href="http://www.shirky.com/writings/nielsen.html">this article</a> written ten years ago when the web was still in its infancy. While general web practices make sense, the need for having formal standards seems unnecessary. Website-building technologies have in a lot of ways standardized themselves because of individual developers deciding what is appropriate to use. Looking at the reasons why this has happened is important to understanding why we don&#8217;t need formal standards.</p>
<p>A website works best when its front-end code is developed in a way that works well across all browsers, is picked up well by search engines, and is usable and engaging to the user. With these factors in mind, developers have implemented technologies that are now commonly known as &#8216;web standards&#8217; even though there&#8217;s no formal guidelines for them. Technologies such as XHTML, CSS, Javascript using DOM, and Flash. After some strong support for these technologies, they are now part of tools like Dreamweaver and WordPress which even further spreads their use. By just focusing on quality results, web professionals have agreed on a consensus themselves.</p>
<p>Web browsers play a part in this as well. With competition between different browsers and the demand for better features, there&#8217;s more support for better technologies. A perfect example of this is what Google is doing with its browser, Chrome. Not only have they developed it from the ground up to work well with current &#8216;web standards&#8217; technologies being used, but are pushing things even further. Despite the W3C finishing its &#8216;official standards&#8217; specs for HTML 5, Chrome is already supporting it and encouraging developers to start developing in it. In fact, most browsers are supporting HTML 5, with only Internet Explorer being the only major browser not supporting it yet.</p>
<p>Which brings me to rounded corners. You&#8217;d expect that after all these years of internet browsers, being able to program a rounded corner should be doable by now in modern browsers since it&#8217;s become a pretty standard design element on websites (some would argue too much so). Yet Internet Explorer does not support this, their reasoning being because it&#8217;s not &#8216;standardized&#8217;. That seems like an easy answer for not putting in the additional effort for new capabilities. But I wonder how long they&#8217;ll hold to that while their competition gains more users who don&#8217;t think about the &#8216;importance of standards&#8217;, but who simply want a better web browsing experience.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=52&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/on-web-standards-and-rounded-corners/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Evolution of storytelling and technology</title>
		<link>http://www.distinctivequality.com/blog/evolution-of-storytelling-and-technology/</link>
		<comments>http://www.distinctivequality.com/blog/evolution-of-storytelling-and-technology/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 02:17:06 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[formats]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[past]]></category>
		<category><![CDATA[story]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video games]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=47</guid>
		<description><![CDATA[Since the beginning of humanity, storytelling and our ability to learn is what has set us apart from other species. It almost seems that our interest in stories is in our genes and is what makes our brain work the way it does. I really don&#8217;t know if that&#8217;s the case, but for the sake [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/img/storytelling.jpg" width="540" height="334" alt="Storytelling" /></p>
<p>Since the beginning of humanity, storytelling and our ability to learn is what has set us apart from other species. It almost seems that our interest in stories is in our genes and is what makes our brain work the way it does. I really don&#8217;t know if that&#8217;s the case, but for the sake of this article it sounds pretty good. I will attempt to briefly go through history as I see it and tie in storytelling with the advancement in technology for telling stories in new ways. It will however be based on my limited knowledge of history with perhaps very little actual, historical information. So let&#8217;s see..</p>
<ul>
<li><strong>Verbally</strong> &#8211; In the early days of telling stories around the campfire after a day of hunting and gathering, today we do pretty much the same thing at the local bar after work.</li>
<li><strong>Written</strong> &#8211; As language developed, people started writing and delivering letters and writing books by hand to distribute stories to other people.</li>
<li><strong>Theater</strong> &#8211; Storytelling eventually turns into an artform and a new approach of live performance is developed which reaches larger audiences.</li>
<li><strong>Printing Press</strong> &#8211; A breakthrough in communication as the ability to efficiently and cost-effectively distribute copies of stories allows everyone to get news and ideas from a newspaper or magazine. It also leads to another print communication artform, graphic design.</li>
<li><strong>Radio</strong> &#8211; Transmitting news instantly and expanding live performances and the art of storytelling. And let&#8217;s not forget what it&#8217;s done for the creation and distribution of music.</li>
<li><strong>Movies</strong> &#8211; Live performances being filmed and shown to a wider audience at the same time taking the artform even further as technology in this area alone greatly advances. Part of which is animation which also turns into its own artform.</li>
<li><strong>TV</strong> &#8211; Being able to watch something in the comfort of one&#8217;s home, with more choice than ever before of what to watch. Also created a new medium of interactive storytelling, video games.</li>
<li><strong>Internet</strong> &#8211; Every day we see new ways of how the Internet is changing communication and storytelling. From easy communication through Email, to everyone being able to publish their ideas with a Blog. It&#8217;s like the printing press with limitless possibilities.</li>
</ul>
<p>In fact, the Internet encompasses all previous forms of media before it as it makes it all more accessible than ever. From reading news and books, listening to radio broadcasts, watching movies and TV shows, finding local live theater performances and concerts, and on and on.</p>
<p>The sky&#8217;s the limit.. that phrase makes more sense in this context as all media formats are going digital and being made available in what&#8217;s being called &#8216;the cloud&#8217;. Storytelling and its distribution has reached a maximum and as it has advanced mankind in the past will no doubt continue and at a faster rate than ever before. I think that sounds pretty good too.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=47&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/evolution-of-storytelling-and-technology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

