<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Wireframe | Fiona MacNeill | Macknowlogist</title>
    <link>https://macknowlogist.co.uk/tags/wireframe/</link>
      <atom:link href="https://macknowlogist.co.uk/tags/wireframe/index.xml" rel="self" type="application/rss+xml" />
    <description>Wireframe</description>
    <generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-gb</language><lastBuildDate>Tue, 22 Nov 2016 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://macknowlogist.co.uk/media/icon_hu_57d0698421383678.png</url>
      <title>Wireframe</title>
      <link>https://macknowlogist.co.uk/tags/wireframe/</link>
    </image>
    
    <item>
      <title>Building the grid</title>
      <link>https://macknowlogist.co.uk/blog/2016/11/building-the-grid/</link>
      <pubDate>Tue, 22 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://macknowlogist.co.uk/blog/2016/11/building-the-grid/</guid>
      <description>&lt;p&gt;After starting my initial experiments/prototypes for the portfolio project from a boilerplate I decided that I wanted to build my own responsive CSS grid from scratch. The grid turned out fairly well although there are some very slight issues with the column alignment which I need to sort out. I also still need to add the mobile device break points. I did find it very helpful to make use of the CSS calc() function to actively resize widths in percentages based on window size (calc()., 2016). This is a fantastic function although the support for it isn&amp;rsquo;t universal yet (82.73 according to caniuse.com). Having said that I did try my grid in Safari to see how it behaved in an unsupported browser and I was pleased with how well it resized. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Screenshot showing the issue with column alignment&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/gridalignissue_hu_53a8eb75e762fd8c.webp 320w, https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/gridalignissue_hu_2cb8061ffc9b8cb1.webp 480w, https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/gridalignissue_hu_478f5c6a5c240c3b.webp 760w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/gridalignissue_hu_53a8eb75e762fd8c.webp&#34;
               width=&#34;760&#34;
               height=&#34;710&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 The coloured overlay is included to highlight the issue with the column alignment.















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Screenshot showing the grid system with a photoshop grid/guides overlaid&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/fixthegridalignissue_hu_6249c330f59023e3.webp 320w, https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/fixthegridalignissue_hu_32044093c0fdd33e.webp 480w, https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/fixthegridalignissue_hu_7bc8590b627ab816.webp 613w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/building-the-grid/images/fixthegridalignissue_hu_6249c330f59023e3.webp&#34;
               width=&#34;613&#34;
               height=&#34;573&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
.&lt;/p&gt;
&lt;p&gt;I will attempt to use the power of Photoshop to fix my mathematics - here is a newly sized grid overlay using Photoshop guides to figure out the correct calculations. Just putting these calculations here for future reference. &lt;strong&gt;Columns:&lt;/strong&gt; Columns = 12 Gutter = 15px &lt;strong&gt;Rows:&lt;/strong&gt; Rows = 12 Gutter = 15px &lt;strong&gt;Margins:&lt;/strong&gt; Top = 10px Left = 20px Bottom = 10px Right = 20px&lt;/p&gt;
&lt;h3 id=&#34;references&#34;&gt;References&lt;/h3&gt;
&lt;p&gt;Calc(). (2016, May 17). Retrieved November 22, 2016, from 
&lt;/p&gt;
&lt;p&gt;Can I use&amp;hellip; Support tables for HTML5, CSS3, etc. (2016, October 23). Retrieved November 27, 2016, from 
&lt;/p&gt;
&lt;p&gt;Drewniak, J. (2014, November 6). Creating your own CSS grid system. Retrieved November 25, 2016, from 
&lt;/p&gt;
&lt;p&gt;Gamache, D. (2016) A dead simple, responsive boilerplate. Retrieved November 25, 2016, from 
&lt;/p&gt;
&lt;p&gt;Imling, M. (2016). One% CSS Grid. Retrieved November 25, 2016, from 
&lt;/p&gt;
&lt;p&gt;Rand-Hendriksen, M. (2015, July 16). Making sense of the CSS box model. Retrieved November 25, 2016, from 
&lt;/p&gt;
&lt;p&gt;H5bp/html5-boilerplate. (2016, November 17). Retrieved November 25, 2016, from 
&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Wireframes 2&#43;</title>
      <link>https://macknowlogist.co.uk/blog/2016/11/wireframes-2/</link>
      <pubDate>Sun, 20 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://macknowlogist.co.uk/blog/2016/11/wireframes-2/</guid>
      <description>&lt;p&gt;This post displays iterations of wireframe 2. In this wireframe, I took ideas from wireframes 0 and 1, but removed the next buttons in favour of a timeline at the top of the page. The top section of the page, containing the timeline, is shown as overflow (beyond the width) of the page to indicate the dynamic content. Clicking on the &lt;em&gt;years&lt;/em&gt;, and circles on the timeline is intended to swap out the slide content and information in the centre of the timeline section. The arrow buttons on the left and right were also intended to switch between the content slides. These buttons ideally would also be operable via arrow keys on the keyboard. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Image of wireframe version 2 &#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2noguide-1024x1024_hu_1ae4af92d65dff32.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2noguide-1024x1024_hu_e62207dbc268650.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2noguide-1024x1024_hu_143cd5b2b8ca574c.webp 760w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2noguide-1024x1024_hu_1ae4af92d65dff32.webp&#34;
               width=&#34;760&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 Version 1 - the top timeline is shown double-width in order to indicate the movement of the information.















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Image of wireframe 2 with anxiety levels visualisation shown&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withwave-1024x1024_hu_1fddcfe00d499da9.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withwave-1024x1024_hu_4879300b4cfe5d99.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withwave-1024x1024_hu_2cfae2379c353f54.webp 760w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withwave-1024x1024_hu_1fddcfe00d499da9.webp&#34;
               width=&#34;760&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 Version 2: this version of the felt too blue - although I did like the way that the anxiety levels traversed the sections linking them together. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Image of wireframe 2 with two versions of the anxiety levels displayed&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2_5DoubleWave-1024x1024_hu_3afe2711d3dffdc7.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2_5DoubleWave-1024x1024_hu_7e4270494688f4d3.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2_5DoubleWave-1024x1024_hu_3d6f0c8182581b77.webp 760w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2_5DoubleWave-1024x1024_hu_3afe2711d3dffdc7.webp&#34;
               width=&#34;760&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 Version 3: similar idea except this wireframe includes the colourful anxiety levels visualisation under the timeline. This works better as the anxiety levels directly relate the the narrative. If the anxiety levels under the timeline could be animated to appear as the timeline is navigated that would look great. I&amp;rsquo;ll have to think about how best to do that (CSS3 I think). 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Image of wireframe 2 with two layers of levels&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withcolourwave-1024x1024_hu_4653aebc5e5ee069.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withcolourwave-1024x1024_hu_ce45310e1f6973bb.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withcolourwave-1024x1024_hu_d8b85585ebfd1298.webp 760w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/wireframe2withcolourwave-1024x1024_hu_4653aebc5e5ee069.webp&#34;
               width=&#34;760&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;

Version 4 - this wireframe shows both versions of Anxiety levels (they look more like waves!) overlaid. It is a bit busy.&lt;/p&gt;
&lt;p&gt;The new iteration of the design seemed cleaner and more focused in the sense that any page visitor would be immediately be shown the patient&amp;rsquo;s story as an interactive narrative. However, this also meant that all my prior work on the smooth scrolling was for naught. I did try to see if I could tweak it to go from left-to-right or rather back and forth, but that was a futile effort. A related attempt at this was to look at transition whether I could build the timeline itself in CSS by creating a &lt;div&gt; for the line itself and a &lt;div&gt; for the timeline circles but adding them as squares and then using the border-radius at 100% made them into circle. As you can see from the video below, this is ended in a vomit-inducing interface.&lt;/p&gt;
&lt;iframe src=&#34;https://www.youtube-nocookie.com/embed/G0GsablXPlk?rel=0&amp;amp;showinfo=0&#34; width=&#34;560&#34; height=&#34;315&#34; frameborder=&#34;0&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;
&lt;p&gt;Don&amp;rsquo;t get me started on how dreadful this looked when I looked at it on my phone. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Image showing the mockup on a phone sized screen&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/mobileFAIL_hu_a15bf69894ec3e20.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/mobileFAIL_hu_65e268e8ec99e81a.webp 400w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/mobileFAIL_hu_a15bf69894ec3e20.webp&#34;
               width=&#34;400&#34;
               height=&#34;489&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;

&lt;em&gt;Mobile responsive fail&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Further to this as I was influenced by the DuckDuck About page&amp;rsquo;s interactive timeline (Titlow, 2014) I recreated it locally on mydevelopment computer. I then added it to my web space using the source files - stripping all that I could until it was only the timeline. However, I discovered that the coding and structure was not idea for this project. The code (CSS and Javascript particularly) had a lot of vague naming making it hard to follow and there was a LOT to strip out. So, the search for a solution continues, I think that I need to take a different approach to this problem&amp;hellip;&lt;/p&gt;
&lt;h3 id=&#34;consideringcolour&#34;&gt;Considering colour&lt;/h3&gt;
&lt;p&gt;Upon looking at a number of medical websites for journals, professional bodies and organisations including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
 (blue/orange/green)&lt;/li&gt;
&lt;li&gt;
 (dark blue, aquamarine, pink and lavender purple)&lt;/li&gt;
&lt;li&gt;
 (dark blue, two hues of light blue, white, purple and grey)&lt;/li&gt;
&lt;li&gt;
 (dark blue, aquamarine and white)&lt;/li&gt;
&lt;li&gt;
 (scrubs green, two hues of dark blue, grey and orange for callouts)&lt;/li&gt;
&lt;li&gt;
 (purple, blue, green - a lot of white space)&lt;/li&gt;
&lt;li&gt;
 (red and black&lt;fn&gt;An outlier with the red and black theme, however this would underline the critical nature of the work they do providing aid in emergency situations.&lt;/fn&gt;)&lt;/li&gt;
&lt;li&gt;
 (blue and white, orange callouts)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The colour schemes contain a lot of blue and this influenced me to look at some different colour combinations. I used the palletton colour selector web application (
) to try a few bold colour combinations. I also tried it with some vision simulations (available on the bottom right) to see how the contrast behaved for different types of colour blindness. The swatches below show one of the better combinations I came up with, although it still needs work. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Image showing a colour scheme created using paletton&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/01palettonswatches_hu_ae248f1887147333.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/01palettonswatches_hu_924793a540754045.webp 400w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframes-2/images/01palettonswatches_hu_ae248f1887147333.webp&#34;
               width=&#34;400&#34;
               height=&#34;80&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 &lt;em&gt;Paletton colour scheme 1&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The challenge with this medical site is that I feel I need to avoid a number of colours that may evoke negative associations. For example, hues of red might suggest blood and certain hues of yellow should be avoided due to the &lt;em&gt;hospital-yellow&lt;/em&gt; association. The blues above seemed a bit dark, so I tried some lighter hues for Wireframe 2, paying attention to the contrast between the text colour and the background colour.&lt;/p&gt;
&lt;h3 id=&#34;references&#34;&gt;References&lt;/h3&gt;
&lt;p&gt;These are resources that I referred to beyond what I have linked to in the content above.&lt;/p&gt;
&lt;p&gt;Border-radius. (2016, November 13). Retrieved November 27, 2016, from 
&lt;/p&gt;
&lt;p&gt;Crockford, D. (2008). Functions. In &lt;em&gt;JavaScript: The good parts: Working with the shallow grain of JavaScript&lt;/em&gt;(pp. 26–45). United States: O’Reilly Media, Inc, USA.&lt;/p&gt;
&lt;p&gt;Titlow, J. P. (2014, February 20). About DuckDuckGo. Retrieved November 19, 2016, from 
&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Wireframe 0</title>
      <link>https://macknowlogist.co.uk/blog/2016/11/wireframe0/</link>
      <pubDate>Fri, 18 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://macknowlogist.co.uk/blog/2016/11/wireframe0/</guid>
      <description>&lt;p&gt;This post shows the initial low fidelity wireframe that I created after meeting with Dr. Theo Fotis on 16/11/16. I decided on a 12 column layout due to the need to have different formats in each section. It seemed to offer a high degree of flexibility. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Screenshot of initial wireframe and settings&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframe0/images/wireframeinfo0_hu_3b0bf5b069d78301.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframe0/images/wireframeinfo0_hu_cd3b3e90b118d067.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframe0/images/wireframeinfo0_hu_d650c1cfe03db04c.webp 663w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframe0/images/wireframeinfo0_hu_3b0bf5b069d78301.webp&#34;
               width=&#34;663&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 &lt;em&gt;The first wireframe showing the 12 column layout.&lt;/em&gt;&lt;/p&gt;
&lt;h3 id=&#34;references&#34;&gt;References&lt;/h3&gt;
&lt;p&gt;Drewniak, J. (2014, November 6). Creating your own CSS grid system. Retrieved November 25, 2016, from 
&lt;/p&gt;
&lt;p&gt;Gamache, D. A dead simple, responsive boilerplate. Retrieved November 25, 2016, from 
&lt;/p&gt;
&lt;p&gt;H5bp/html5-boilerplate. (2016, November 17). Retrieved November 25, 2016, from 
&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Wireframe 1</title>
      <link>https://macknowlogist.co.uk/blog/2016/11/wireframe-1/</link>
      <pubDate>Fri, 18 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://macknowlogist.co.uk/blog/2016/11/wireframe-1/</guid>
      <description>&lt;p&gt;This post shows the second iteration of the initial wireframe. This version is slightly higher fidelity and is still based on the idea that users would make use of the &lt;em&gt;smooth scroll&lt;/em&gt; &amp;ldquo;next&amp;rdquo; buttons to transition from section to section. Navigating the information in chronological order. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Image showing wireframe 1&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframe-1/images/wireframe1noguide-515x1024_hu_4efa5a25714b856f.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframe-1/images/wireframe1noguide-515x1024_hu_e9e15ad5b88c0a99.webp 382w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframe-1/images/wireframe1noguide-515x1024_hu_4efa5a25714b856f.webp&#34;
               width=&#34;382&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 A higher fidelity version of wireframe 1 - also featuring the anxiety levels visualisation, which is both decorative and function. 















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Screenshot showing wireframe 1 with grid overlay&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframe-1/images/wireframeguides1_hu_5687aa7caa205a2b.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframe-1/images/wireframeguides1_hu_cc0156473b90220c.webp 335w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframe-1/images/wireframeguides1_hu_5687aa7caa205a2b.webp&#34;
               width=&#34;335&#34;
               height=&#34;554&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 Screenshot showing wireframe 1 with 12 column grid overlay&lt;/p&gt;
&lt;h3 id=&#34;references&#34;&gt;References&lt;/h3&gt;
&lt;p&gt;Schoeffel, S. (2011, November 9). Establishing your grid in Photoshop – smashing magazine. Retrieved November 27, 2016, from Graphics, 
&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Wireframing sketches</title>
      <link>https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/</link>
      <pubDate>Mon, 07 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/</guid>
      <description>&lt;p&gt;















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Initial wireframe sketch&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_4400ac2f9564d5ce.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_ec80956d4b3692fe.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_22db8d46db52ae76.webp 543w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_4400ac2f9564d5ce.webp&#34;
               width=&#34;543&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 Initial wireframe sketch. Click on &amp;ldquo;Continue Reading&amp;rdquo; to see a larger version of this image.&lt;br&gt;
















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Initial wireframe sketch&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_4400ac2f9564d5ce.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_ec80956d4b3692fe.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_22db8d46db52ae76.webp 543w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v1_hu_4400ac2f9564d5ce.webp&#34;
               width=&#34;543&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;

















&lt;figure  &gt;
  &lt;div class=&#34;flex justify-center	&#34;&gt;
    &lt;div class=&#34;w-full&#34; &gt;
          &lt;img alt=&#34;Wireframe sketch with overlay&#34; 
               srcset=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v2overlay_hu_d27cec638b557a76.webp 320w, https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v2overlay_hu_e78c0da06f720996.webp 480w, https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v2overlay_hu_3e815b0bd78d88ac.webp 546w&#34;
               sizes=&#34;(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px&#34;
               src=&#34;https://macknowlogist.co.uk/blog/2016/11/wireframing-sketches/images/v2overlay_hu_d27cec638b557a76.webp&#34;
               width=&#34;546&#34;
               height=&#34;760&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
 This image shows a piece of acetate as an overlay for the floating navigation buttons that were demonstrated in Prototype 2.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
