<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://lexi.se/feed.xml" rel="self" type="application/atom+xml" /><link href="https://lexi.se/" rel="alternate" type="text/html" /><updated>2023-02-18T15:33:21+00:00</updated><id>https://lexi.se/feed.xml</id><title type="html">Alexis Fellenius Makrigianni | Articles</title><subtitle>Strategy and design for digital products.</subtitle><author><name>Alexis Fellenius Makrigianni</name></author><entry><title type="html">The Select Menu Navigation Pattern</title><link href="https://lexi.se/notes/select-menu-navigation-pattern" rel="alternate" type="text/html" title="The Select Menu Navigation Pattern" /><published>2012-03-01T11:05:00+00:00</published><updated>2012-03-01T11:05:00+00:00</updated><id>https://lexi.se/notes/select-menu-navigation-pattern</id><content type="html" xml:base="https://lexi.se/notes/select-menu-navigation-pattern">&lt;p&gt;&lt;a href=&quot;http://www.stuffandnonsense.co.uk/&quot;&gt;Andy Clarke&lt;/a&gt; follows up on &lt;a href=&quot;http://bradfrostweb.com/blog/web/responsive-nav-patterns/&quot;&gt;Brad Frost&lt;/a&gt; and &lt;a href=&quot;http://lexi.se/post/18401593732/thoughts-on-responsive-navigation&quot;&gt;my thoughts&lt;/a&gt; in &lt;a href=&quot;http://www.stuffandnonsense.co.uk/blog/about/the_select_menu_navigation_pattern&quot;&gt;The select menu navigation pattern&lt;/a&gt;. He sums it up way better than I did:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Select menus simply sweep navigation issues under the rug. They don’t help solve questions such as how to handle long lists or nested sub-navigation. I suspect they’re confusing to users too. In my mind there’s only one form element that should ever be used for navigation and that’s search.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And elaborates on giving up control of the design:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Then there’s the issue of design. While iOS’ select menus keep the user somewhat connected to the page behind, Android’s overlay device makes navigation a separate layer. Window Phone 7 takes navigation out of the site and into native Metro UI, completely disconnecting the page from its navigation. When you use select menus, you put navigation design in the hands of the operating system designers.&lt;/p&gt;

  &lt;p&gt;Put all this together and using select menus for small screen navigation isn’t just a bad option, it’s a lazy one. Let’s design something better.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Let’s design something better.&lt;/em&gt; I’ll drink to that.&lt;/p&gt;</content><author><name>Alexis Fellenius Makrigianni</name></author><summary type="html">Andy Clarke follows up on Brad Frost and my thoughts in The select menu navigation pattern. He sums it up way better than I did:</summary></entry><entry><title type="html">Thoughts on Responsive Navigation</title><link href="https://lexi.se/notes/thoughts-on-responsive-navigation" rel="alternate" type="text/html" title="Thoughts on Responsive Navigation" /><published>2012-02-28T00:08:00+00:00</published><updated>2012-02-28T00:08:00+00:00</updated><id>https://lexi.se/notes/thoughts-on-responsive-navigation</id><content type="html" xml:base="https://lexi.se/notes/thoughts-on-responsive-navigation">&lt;p&gt;I’ve been thinking a lot about navigation in responsive designs lately, so when &lt;a href=&quot;http://bradfrostweb.com/&quot;&gt;Brad Frost&lt;/a&gt; wrote &lt;a href=&quot;http://bradfrostweb.com/blog/web/responsive-nav-patterns/&quot;&gt;Responsive Navigation Patterns&lt;/a&gt; a few days ago I thought I’d write down some thoughts on a couple of the methods he talks about.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Ultimately, mobile navigation should be like a good friend: there when you need them, but cool enough to give you your space.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;the-select-menu&quot;&gt;The Select Menu&lt;/h2&gt;

&lt;p&gt;My main argument against it is that it feels awkward. I don’t think form elements should be used for navigation. We don’t use it on the desktop, why use it on mobile? But maybe it’s mostly a personal preference, I realize it solves the problem by keeping the navigation first while saving screen real estate.&lt;/p&gt;

&lt;p&gt;One disadvantage though, is that it takes a few gestures to use. On an iPhone you first need to select it (1), scroll to the item you’re looking for (2), select it (3) and then hitting Done (4). From what I remember the interaction is the same on Android and other mobile OS.&lt;/p&gt;

&lt;h2 id=&quot;the-toggle&quot;&gt;The Toggle&lt;/h2&gt;

&lt;p&gt;I agree that this is probably the most elegant solution. At least for sites with just a few navigation item it’s probably the best solution. But if you have subnav items it quickly becomes more problematic. The problem is that I haven’t found an intuitive place for subnav items. In most cases you don’t want to show them initially when you toggle (the entire nav expanded), you could add toggles for each subnav too, but then it’s not that elegant anymore.&lt;/p&gt;

&lt;p&gt;Once you have clicked/touched a nav item and landed on the page it isn’t obvious that you need to toggle the navigation again to find it’s subnav. And adding the subnav before the content don’t work well either since height matters and placing the sub-nav in the footer separates the topnav from subnav.&lt;/p&gt;

&lt;h2 id=&quot;the-footer-anchor&quot;&gt;The Footer Anchor&lt;/h2&gt;

&lt;p&gt;This is the method we’ve gone for in most projects and I think it works pretty well (&lt;a href=&quot;http://unicef.se&quot;&gt;take a look at unicef.se for example&lt;/a&gt;). Allowing the navigation to take more space lets you design clear, large and tap friendly navigation items. You can also add toggles to each subnav without making it too complex. It also follows content first, navigation second recommended in &lt;a href=&quot;http://www.abookapart.com/products/mobile-first&quot;&gt;Mobile First&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Which method do you use?&lt;/p&gt;</content><author><name>Alexis Fellenius Makrigianni</name></author><summary type="html">I’ve been thinking a lot about navigation in responsive designs lately, so when Brad Frost wrote Responsive Navigation Patterns a few days ago I thought I’d write down some thoughts on a couple of the methods he talks about.</summary></entry><entry><title type="html">Design for RjDj</title><link href="https://lexi.se/notes/rjdj-site" rel="alternate" type="text/html" title="Design for RjDj" /><published>2009-02-09T18:03:00+00:00</published><updated>2009-02-09T18:03:00+00:00</updated><id>https://lexi.se/notes/rjdj-site</id><content type="html" xml:base="https://lexi.se/notes/rjdj-site">&lt;p&gt;Next week I’m going to Barcelona to help &lt;a href=&quot;http://log.andie.se&quot;&gt;Andie&lt;/a&gt; and the &lt;a href=&quot;http://rjdj.me&quot;&gt;RjDj&lt;/a&gt; team with design and front-end code. For those of you that don’t know what RjDj is I copied this from &lt;a href=&quot;http://log.andie.se&quot;&gt;Andie’s log&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;RjDj creates mind twisting hearing sensations by weaving your environment into music. Voices, cars, your walking speed.. these and many other things can be used by music creators to shape your experience. If you have an iPhone or iPod Touch, &lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290626964&amp;amp;mt=8&quot;&gt;try it&lt;/a&gt;!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;RjDj is really interesting and I think it will be a really fun project. They have a lot of playful and colorful illustrations I’m looking forward to integrate them in a usable design.&lt;/p&gt;

&lt;p&gt;Many thanks to &lt;a href=&quot;http://log.andie.se&quot;&gt;Andie&lt;/a&gt; for &lt;a href=&quot;http://winstondesign.se&quot;&gt;our&lt;/a&gt; first international project!&lt;/p&gt;</content><author><name>Alexis Fellenius Makrigianni</name></author><summary type="html">Next week I’m going to Barcelona to help Andie and the RjDj team with design and front-end code. For those of you that don’t know what RjDj is I copied this from Andie’s log:</summary></entry><entry><title type="html">Five years of basecamping</title><link href="https://lexi.se/notes/five-years-of-basecamping" rel="alternate" type="text/html" title="Five years of basecamping" /><published>2009-02-05T10:16:00+00:00</published><updated>2009-02-05T10:16:00+00:00</updated><id>https://lexi.se/notes/five-years-of-basecamping</id><content type="html" xml:base="https://lexi.se/notes/five-years-of-basecamping">&lt;p&gt;&lt;em&gt;This post was originally posted on &lt;a href=&quot;http://winstondesign.se/blog/2009/02/04/five-years-of-basecamping/&quot;&gt;our company blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;On this day five years ago, 37signals released &lt;a href=&quot;http://basecamphq.com/&quot;&gt;Basecamp&lt;/a&gt;, their first product. We had been following their blog for some time, but this was something else. We tried it out at once. The feeling, design and usability was like nothing else on the web at the time. It just felt right and it really helped us manage our projects. We were just about to release &lt;a href=&quot;http://www.unicef.se/&quot;&gt;UNICEF Swedens site&lt;/a&gt; and started communicating through Basecamp right away. We still do.&lt;/p&gt;

&lt;p&gt;Following 37signals and the development of Basecamp during those early days changed the way I thought about design and interaction. I’ve had two experiences like this in our little agency’s history. The first was when Joels classmate forced him to use web-standards. Once we started writing standardized markup we never looked back (we were one of the first agencies in Sweden to build sites according to standards). Besides all the obvious advantages like more appreciation from google, faster pageloads, easier development process, cross-browser support and all the other things we take for granted today the most important thing was that it makes you define what every part of a website is. This changed the way I thought about creating websites and lead to thinking about what, where and how the content and disposition of a site in a way I didn’t before. I wasn’t even really into designing for the web, print design was what I wanted to do. Standards changed that.&lt;/p&gt;

&lt;p&gt;The other time was, and probably still is, reading about how 37signals think and practice design, communication and running a small business. Using Basecamp and their other products and &lt;a href=&quot;http://gettingreal.37signals.com/&quot;&gt;getting real&lt;/a&gt;. It has inspired our work and we have since been dreaming about developing our own web-based application. And we’re actually almost there, we have a working application that a bunch of friends are using and testing. We’ll see how it goes.&lt;/p&gt;

&lt;p&gt;So congratulations and thank you for the inspiration, we’ll continue using &lt;a href=&quot;http://basecamphq.com/&quot;&gt;Basecamp&lt;/a&gt;, &lt;a href=&quot;http://www.backpackit.com/&quot;&gt;Backpack&lt;/a&gt;, &lt;a href=&quot;http://www.campfirenow.com/&quot;&gt;Campfire&lt;/a&gt;, &lt;a href=&quot;http://www.highriseHQ.com/&quot;&gt;Highrise&lt;/a&gt;, and probably what you’ll release next, for the five years to come.&lt;/p&gt;</content><author><name>Alexis Fellenius Makrigianni</name></author><summary type="html">This post was originally posted on our company blog.</summary></entry><entry><title type="html">24h Business Camp roundup</title><link href="https://lexi.se/notes/24h-business-camp-roundup" rel="alternate" type="text/html" title="24h Business Camp roundup" /><published>2009-01-29T02:04:00+00:00</published><updated>2009-01-29T02:04:00+00:00</updated><id>https://lexi.se/notes/24h-business-camp-roundup</id><content type="html" xml:base="https://lexi.se/notes/24h-business-camp-roundup">&lt;p&gt;&lt;a href=&quot;http://hitta.brafolk.nu&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_z3JYOgBj0jE/SXmvaak7ZrI/AAAAAAAAAAw/XooyaX7rA88/s400/Picture+1.png&quot; alt=&quot;Hitta bra folk&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Andie wrote &lt;a href=&quot;http://log.andie.se/post/73570795/reflections-on-24-hour-business-camp-and-the-site-we&quot;&gt;a nice roundup on our project at 24h Business Camp&lt;/a&gt;. You can check out &lt;a href=&quot;http://hitta.brafolk.nu&quot;&gt;the finished site&lt;/a&gt;. And then &lt;a href=&quot;http://www.24hourbusinesscamp.com&quot;&gt;vote for it&lt;/a&gt;! Thanks for the great teamwork Andie.&lt;/p&gt;

&lt;p&gt;I actually made a logo, around midnight during the event. I don’t do logos that often, but I think it turned out quite good.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/24hbc-logo.png&quot; alt=&quot;24h Business Camp&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I like &lt;a href=&quot;http://typography.com/fonts/font_overview.php?productLineID=100033&quot;&gt;Hoefler &amp;amp; Frere-Jones &lt;em&gt;Archer&lt;/em&gt; typeface&lt;/a&gt;.&lt;/p&gt;</content><author><name>Alexis Fellenius Makrigianni</name></author><summary type="html"></summary></entry><entry><title type="html">Going to 24h Business Camp</title><link href="https://lexi.se/notes/going-to-24h-business-camp" rel="alternate" type="text/html" title="Going to 24h Business Camp" /><published>2008-12-02T17:00:00+00:00</published><updated>2008-12-02T17:00:00+00:00</updated><id>https://lexi.se/notes/going-to-24h-business-camp</id><content type="html" xml:base="https://lexi.se/notes/going-to-24h-business-camp">&lt;p&gt;&lt;a href=&quot;http://www.tedvalentin.com/2008/10/affrsider-p-24-timmar.html&quot;&gt;Ted got an idea one day&lt;/a&gt;, inspired by &lt;a href=&quot;http://eric.wahlforss.com/&quot;&gt;Eric Wahlforss&lt;/a&gt; &lt;a href=&quot;http://www.24hdc.com&quot;&gt;24h dot com&lt;/a&gt; and &lt;a href=&quot;http://mattias.jarnhall.se/lite-mer-bilder-fran-kvallen/&quot;&gt;Mattias Järnhill&lt;/a&gt;, he wanted to bring together 10 people to develop 10 business ideas on-line in 24 hours. &lt;a href=&quot;http://www.24hourbusinesscamp.com/&quot;&gt;24h Business Camp was born&lt;/a&gt;. One and a half month later that number has grown to 70 people divided in mostly small teams with one idea each.&lt;/p&gt;

&lt;p&gt;I’m going. It’ll be interesting to se what we’ll come up with.&lt;/p&gt;</content><author><name>Alexis Fellenius Makrigianni</name></author><summary type="html">Ted got an idea one day, inspired by Eric Wahlforss 24h dot com and Mattias Järnhill, he wanted to bring together 10 people to develop 10 business ideas on-line in 24 hours. 24h Business Camp was born. One and a half month later that number has grown to 70 people divided in mostly small teams with one idea each.</summary></entry></feed>