Difference between revisions of "Wireframes"

From GeeklogWiki
Jump to: navigation, search
m
Line 7: Line 7:
 
Most geekLog pages do have this look-and-feel and the graphic is obvious and simple. Next steps are to refine the rectangles into more detail that reflects the content and functions we want to present. we have the option to replace rectangles, OR , add rectangles inside them and keep the surrounding rectangle for clarity.
 
Most geekLog pages do have this look-and-feel and the graphic is obvious and simple. Next steps are to refine the rectangles into more detail that reflects the content and functions we want to present. we have the option to replace rectangles, OR , add rectangles inside them and keep the surrounding rectangle for clarity.
  
First thing is to drill down the BODY rectangle.
+
First thing is to drill down the BODY rectangle.  
  
[[File:wframe_1.png|right]]
+
Below is still a simple layout, but note that now the position of the rectangles is inherently defined, though is relative to each other. 
 +
[[File:wframe_1.png|none]]
  
This is still a simple layout, and note that now the position of the rectangles is inherently defined, though relative to each other.
+
Now add some functionality. As an example the HEADER, we forget about BODY and replace it by a MENU and some CONTENT is added with embedded rectangles for a STORY and a SEARCH box.  
  
Now add some functionality and assign their positions:
+
[[File:wframe_2b.png|left]]
 +
The example at the right is stripped from the major rectangles and shows no dependencies.
 +
[[File:wframe_2a.png|none]]
  
[[File:wframe_2b.png|right]]
+
----
[[File:wframe_2a.png]]
+
 
 +
[[File:wframe_3b.png|right]]
 +
[[File:wframe_3a.png|left]]
 +
 
 +
.
 +
 
 +
The layouts that geekLog is using can be wireframes also, as is shown to the left and the right. With a clear and implicit layout from top to bottom and from right to left, or just some boxes glued together.
  
 
At this very moment the need for a clean design is seen. And some rectangles need specifications for width and height.   
 
At this very moment the need for a clean design is seen. And some rectangles need specifications for width and height.   
  
 
Window size is something to think about too.
 
Window size is something to think about too.
 
[[File:wframe_3b.png|right]]
 
[[File:wframe_3a.png]]
 
  
 
All these rectangles can be given a proper name or ID and these names must be used in the communications in the development team.   
 
All these rectangles can be given a proper name or ID and these names must be used in the communications in the development team.   
Line 29: Line 35:
 
Without such a '''wireframe''', without such visual representation, any comment on the content outlined, any hint etc. will loose its meaning.
 
Without such a '''wireframe''', without such visual representation, any comment on the content outlined, any hint etc. will loose its meaning.
  
[[File:wframe_4.png]]
+
[[File:wframe_4.png|center]]

Revision as of 17:50, 23 September 2014

'Wireframes' is the name for a simple technique to streamline the development. The technique basically assumes that your webpages are built from rectangles (see the box model) and it helps to create order in the development chaos by facilitating a visual approach. See also Wikipedia, review a beginners guide or view some general examples

A basic one looks like this:

Wframe 0.png

Most geekLog pages do have this look-and-feel and the graphic is obvious and simple. Next steps are to refine the rectangles into more detail that reflects the content and functions we want to present. we have the option to replace rectangles, OR , add rectangles inside them and keep the surrounding rectangle for clarity.

First thing is to drill down the BODY rectangle.

Below is still a simple layout, but note that now the position of the rectangles is inherently defined, though is relative to each other.

Wframe 1.png

Now add some functionality. As an example the HEADER, we forget about BODY and replace it by a MENU and some CONTENT is added with embedded rectangles for a STORY and a SEARCH box.

Wframe 2b.png

The example at the right is stripped from the major rectangles and shows no dependencies.

Wframe 2a.png

Wframe 3b.png
Wframe 3a.png

.

The layouts that geekLog is using can be wireframes also, as is shown to the left and the right. With a clear and implicit layout from top to bottom and from right to left, or just some boxes glued together.

At this very moment the need for a clean design is seen. And some rectangles need specifications for width and height.

Window size is something to think about too.

All these rectangles can be given a proper name or ID and these names must be used in the communications in the development team.

Without such a wireframe, without such visual representation, any comment on the content outlined, any hint etc. will loose its meaning.

Wframe 4.png