<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Distinctive Quality Blog</title>
	
	<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>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DistinctiveQualityBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="distinctivequalityblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>The Content Management System that wasn’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>My switch from Android to iPhone</title>
		<link>http://www.distinctivequality.com/blog/my-switch-from-android-to-iphone/</link>
		<comments>http://www.distinctivequality.com/blog/my-switch-from-android-to-iphone/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 06:50:03 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=220</guid>
		<description><![CDATA[A few months I made a list of what I wanted in a new phone as my two-year contract with my Droid was almost up. Last week I looked at the options available and went back to my original list. I mainly looked at what Apple announced for its iPhone 4S and what Android announced [...]]]></description>
			<content:encoded><![CDATA[<p>A few months I made a list of what I wanted in a new phone as my two-year contract with my Droid was almost up. Last week I looked at the options available and went back to my original list. I mainly looked at what Apple announced for its iPhone 4S and what Android announced for its upcoming Android 4 device, the Samsung Galaxy Nexus.</p>
<ul>
<li><strong>Good web browser</strong> &#8211; responsive and doesn&#8217;t crash like it does on my Droid; both iPhone and Android look to have done a good job with the latest versions</li>
<li><strong>Fast internet</strong> &#8211; 4G sounded like the way to go at this point, but after seeing what problems my brother has had with the 4G phone he got a few months ago, it doesn&#8217;t seem to me like the network&#8217;s ready</li>
<li><strong>Good music player</strong> &#8211; the Android music player I&#8217;ve been using leaves much to be desired and the new one does look better, but still limited; having iTunes to sync music from my computer seems like a better approach, especially now that it&#8217;s via wifi</li>
<li><strong>Space for music</strong> &#8211; I originally wanted to be able to fit all the music I had on my computer, but I&#8217;ve realized that I don&#8217;t listen to all of it and find myself having to skip through songs a lot on my phone, so as long as I can easily sync, I&#8217;m okay with picking and choosing music I&#8217;ll actually listen to</li>
<li><strong>Syncing for Gmail</strong> &#8211; this includes Calendar and Contacts; Gmail makes it more seamless on Android for obvious reasons, but I can get the same capabilities on the iPhone too</li>
<li><strong>Reasonable screen size</strong> &#8211; I&#8217;m tired of so many phones that are supposed to be <em>portable</em> coming out with bigger and bigger screens; my brother has one that&#8217;s 4.3 inches and it just looks ridiculous; having an iPod Touch for almost a year now, I like its screen size and am glad the iPhone 4S decided to stick to the same size</li>
<li><strong>Great camera</strong> &#8211; the one on my Droid has been disappointing and I wanted something that would be good enough to replace my digital camera; as I&#8217;ve been keeping my eye on reviews that compare phone cameras, all the ones I&#8217;ve read come to the conclusion that for overall photo and video quality, there is no better option than the iPhone</li>
</ul>
<p>You can probably tell by my responses that I&#8217;m leaning towards the iPhone. And it is in fact what I went with. It wasn&#8217;t an easy decision since I&#8217;ve had a pretty decent Android device for the last two years and the latest Android update looks promising. But besides the features above, there are two main reasons why I ultimately decided to go with the iPhone:</p>
<h3>Android&#8217;s philosophy doesn&#8217;t seem to work</h3>
<p>The philosophy of  &#8217;openness&#8217; and &#8216;choice&#8217; was the first thing I bought into when getting the Droid. After two years, while it still sounds like a nice idea, it doesn&#8217;t seem to actually work when put into action and instead seems to have caused an unintended consequence, fragmentation: devices are not getting the updates needed, showing a lack of support for customers but also slowing down improvements for the platform as developers turn away because they don&#8217;t want to deal with making their apps compatible for so many different versions. I&#8217;m not saying the open concept doesn&#8217;t work, it&#8217;s just that at it&#8217;s not showing any real benefits over the alternatives.</p>
<h3>Better apps are on the platform that has incentives to create better apps</h3>
<p>Android being open source doesn&#8217;t make a difference when developing apps since it&#8217;s ultimately just another platform to develop on. However, when you look at compare iPhone apps with Android, it&#8217;s clear that developers prefer to develop on the iPhone. Besides the fragmentation issue with Android, innovation seems to spur further innovation and the iPhone continues to keep that momentum going for its developers.</p>
<p>On a related note, I designed <a href="https://market.android.com/details?id=app.forLater.GUI" target="_blank">my own app for Android</a> that kept track of pages I wanted to look at a later time. I outsourced a developer to program it and the experience didn&#8217;t go so well. Besides the fact that it took two months to get its basic functionality working correctly, it only lasted for another two months before something changed in the way it tied into Google Bookmarks and is now completely broken.</p>
<p>I have hope for the Android platform, but I&#8217;m willing to wait and see where things are two years from now when I look for my next phone. The phone and mobile device market is a very interesting point, who knows how things will be two years from now.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=220&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/my-switch-from-android-to-iphone/feed/</wfw:commentRss>
		<slash:comments>0</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>The Chrome notebook and really working on the web</title>
		<link>http://www.distinctivequality.com/blog/the-chrome-notebook-and-really-working-on-the-web/</link>
		<comments>http://www.distinctivequality.com/blog/the-chrome-notebook-and-really-working-on-the-web/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 02:12:04 +0000</pubDate>
		<dc:creator>Ovi Demetrian Jr</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[personal computer]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.distinctivequality.com/blog/?p=158</guid>
		<description><![CDATA[It&#8217;s been over a month since I got the Chrome notebook and I wanted to share my thoughts on it so far. Before I even get into it, I think I should mention that just the idea of a web-browser-only computer I was already sold on since the Chrome OS was announced and I&#8217;ve already [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-188" title="Chrome Cr-48 Notebook" src="http://www.distinctivequality.com/blog/wp-content/chrome-cr48-notebook-illustration.jpg" alt="" width="550" height="360" /></p>
<p>It&#8217;s been over a month since I got the Chrome notebook and I wanted to share my thoughts on it so far. Before I even get into it, I think I should mention that just the idea of a web-browser-only computer I was already sold on since the Chrome OS was announced and I&#8217;ve already begun preparing my own laptop for working primarily on the web since then. So when the Cr-48 came, in a way, I was completely ready for it! Now, on to the review.</p>
<h3>Setup</h3>
<p>The initial setup was painless, taking about 5 minutes. I open the laptop lid, the Google Chrome logo shows up and about 10 seconds later is a screen to sign in with my Google account and start the short setup process. As I started using it, about 15-20 minutes later in, I notic my preferences and bookmarks are synced from my desktop install of Chrome. So now I&#8217;m good to go, no further setup needed.</p>
<h3>Web-app mindset</h3>
<p>The next step I took was thinking about how I could replace some of my Windows-based apps with web equivalents. This is what I came up with:</p>
<ul>
<li><strong>Music</strong> &#8211;  My last.fm account came in handy for listening to my library of music online</li>
<li><strong>Documents</strong> &#8211; I finally decided to give Google Docs a shot and am really liking it so far even though I still need to get used to the idea of keeping ALL my documents online</li>
<li><strong>FTP and code editor</strong> &#8211; Even though I still primarily use Dreamweaver on my Windows desktop, I did try out Kodingen in the Chrome Web Store which looks very promising although currently is somewhat buggy</li>
<li><strong>Photo editing</strong> &#8211; in case I need do something quickly, Pixlr looks like it can do the job which I also found in the Chrome Web Store, I haven&#8217;t come across an opportunity to use it though</li>
<li><strong>Additional tools</strong> - For dev testing websites I think Adobe Browser Lab is a good alternative to using the actual browsers themselves</li>
</ul>
<p>Of course, for specialty apps that I use,  like Photoshop, Illustrator, Flash, and After Effects, there are no alternatives to replace with. But even if there were, I wouldn&#8217;t want to use them on a 12-inch screen anyway. And video games also, but there are only a couple I&#8217;m currently playing on my PC, most of the time I&#8217;m playing them on the XBox.</p>
<h3>Field testing</h3>
<p>After I had it setup the way I wanted, it became my main computer for pretty much everything I did. While using it, a few things came to mind:</p>
<ul>
<li>It works well as alternative to a home desktop machine where the desktop is the source machine and a Chrome laptop is secondary along with other mobile devices that serve their own specific purposes. It seems to becoming the trend already with primarily-reading devices like the iPad and Kindle.</li>
<li>Wireless is available pretty much everywhere now. All the places I went to, when I thought about using the laptop, I managed to find a wifi spot. The only issue I had is that it would sometimes disconnect where there appeared to be weaker hotspots.</li>
<li>Tabs work well fullscreen since it is a small screen, but when I eventually connected to my large monitor at home, I got the urge to have multiple windows pulled out which is what the desktop version of Chrome is great for.</li>
<li>I understand this is just a test unit, but the the two biggest issues I ran into were: the poor processing power which started get frustrating at times while trying to just watch a video; the instant on sometimes required reconnecting to the network which took a little bit of time.</li>
</ul>
<h3>Final Thoughts</h3>
<p>I could see why Google&#8217;s taking its time and testing out the product before bringing it to market. Coming out with something by the end of this year would allow them not only to fine tune and fix issues, but the additional technologies it needs to work well can catch up to Google&#8217;s big picture idea. One would be Verizon&#8217;s 4G network which could be built in as the alternative to wifi. The other are more and better web apps that will be developed and eventually featured in the Chrome Web Store along with Google better-preparing their own web apps with more features to package with the final product.</p>
<p>What will probably be the ultimate selling points above other laptops would be speed and simplification. The instant-on works very well and Chrome is the fastest web-browser available, tie that in with good internet and it&#8217;s a winner. And simplifying the laptop makes a lot of sense: eliminating the annoying parts that come with a desktop OS, focusing on a clean, unobtrusive interface, and even cleaning up the keyboard layout. Cost may also be a factor as it seems like it could be considerably lower than other laptops since there&#8217;s no licensing fee for the OS and could potentially require less processing power.</p>
<img src="http://www.distinctivequality.com/blog/?ak_action=api_record_view&id=158&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.distinctivequality.com/blog/the-chrome-notebook-and-really-working-on-the-web/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>
	</channel>
</rss>

