⭐ If you would like to buy me a coffee, well thank you very much that is mega kind! : https://www.buymeacoffee.com/honeyvig Hire a web Developer and Designer to upgrade and boost your online presence with cutting edge Technologies
Showing posts with label layout. Show all posts
Showing posts with label layout. Show all posts

Sunday, December 4, 2011

Resizing: Fixed, Fluid, or Responsive Layouts

In print design, the containing block is a physical object like a business card or a billboard. On the Web, our container is the browser window. Should the design fill the browser window, or should it have a set width? This decision is one that has plagued web designers for hundreds, if not thousands of years — all the way back to the days when we used tables and spacer.gif files to lay out web page content. Okay, maybe not thousands of years ago, but this is a long-​​standing debate nonetheless.

Fixed Width

If you’ve started your layout with the 960 Grid System that I talked about earlier, chances are you’re working toward a fixed-​​width layout. These designs are wrapped with a div that’s given a pixel-​​based width (say, 960 pixels), and centered within the body tag using margin: 0 auto;. If the browser window is wider than 960 pixels, you’ll see the body element’s background to the left and right of the container; and if it’s narrower, you’ll have a horizontal scrollbar. Fixed-​​width layouts are easier to design for — and maintain — because you’re essentially building exactly what you design in Photoshop or your design program of choice. The graphic below shows a similar layout structure as fixed and as fluid in the same width of browser space:
Fixed layouts
Fluid layouts

Fluid Width

A fluid or liquid layout is designed with percentage-​​based widths, so that the container stretches when you resize the browser window. These take more thought to plan, as you have to foresee problems that might occur at every possible width. Sometimes pixel-​​width columns are mixed with percentage-​​based columns in a fluid layout, but the idea is to show the user as much horizontal content as will fit on their screen. Typically, fluid layouts take advantage of the min-width and max-width properties of CSS, ensuring the container doesn’t become ridiculously narrow or wide.
One reason some designers reject fluid layouts is because they think it impedes them using a grid to create their designs. There are several resources available for designing fluid layouts on a grid, including a fluid adaptation of the 960 Grid System. Ultimately, though, the decision to use one type of layout over the other should really be determined by the target audience, and the accessibility goals of each individual website. The pros and cons of each layout type are fairly well-​​defined, as the table below outlines:
 ProsCons
Fixed width
  • gives designer more control over how an image floated within the content will look
  • allows for planned whitespace
  • improves readability with narrower text blocks
  • can appear dwarfed in large browser windows
  • takes control away from the user
Liquid width
  • adapts to most screen resolutions and devices
  • reduces user scrolling
  • challenging to read when text is spanning a wide distance
  • harder to execute successfully
  • limits or imposes on whitespace
With these pros and cons in mind, I’ve designed more fixed-​​width layouts than liquid. I like having control over how the content will display, and working with the background space. On the flip side, I sometimes enjoy the challenges that liquid layouts bring to the table. But, regardless of personal preferences, it’s important to put the needs of your client first. If you’re deciding on the width of a fixed-​​width layout, you have to think about the audience for which you’re designing, and create a layout that meets the needs of those users.

An Alternative: Responsive Layouts

It’s been said that for every rule, there’s an exception. That’s usually true in the web world, and designers have come up with many variants and hybrids of fixed-​​width and fluid-​​width layout structures. I’ve seen articles recently that list up to ten different layout types. For the purpose of this chapter, however, most of those could be categorized as either fixed or fluid. On A List Apart article, though, introduced a novel layout type that I think we’ll be seeing a lot more of. The article was titled “Responsive Web Design” and it was written by Ethan Marcotte.
Rather than repeat the entire article here, I highly recommend that you check it out. If I had to name this layout technique myself, I would call it the Omnipotent Mercury Morphing Methodology, but that’s probably why I didn’t come up with it. The idea is that as the mobile market makes browser window widths more and more inconsistent, the need for our layouts to be fluid and adapt to different widths is increasingly vital. The technique takes advantage of some fancy fluid scaling and CSS3 media queries to completely change the layout as it hits certain width thresholds. The graphic below shows screenshots of Ethan’s example at three different browser widths.
A layout that adapts to mobile, desktop, and JumboTron
Ethan’s responsive web design (or Omnipotent Mercury Morphing Methodology) is a great solution

Top Minimalist Website Designs: Trends and Examples

When you think of minimalism, you may conjure up images of black and white color schemes, overly-​​simple layouts, maybe a splash of color here and there. The actual concept in context of web design is about stripping out anything unnecessary. While this can produce boring design, there is a LOT of creative freedom within this framework.
Minimalism seeks to identify the real, functional needs of users and get the clutter out of the way. Want an experiment? Take a screenshot of any modern, monetized blog, throw it into Photoshop, and start erasing sections you do not need to navigate and discover content. You’ll be amazed at how much can go: the header image (usually), the ads along the sidebar, other gadgets you never really need. The end result may be strikingly similar to these designs.
Some of the trends that have emerged are likely a response to the over-​​the-​​top monetization of blogs. With banners, ads, and widgets, oh my; well, maybe we’re packing too much on a page. Text-​​based nav bars, use of grid layouts, minimal colors, large graphics sans text, and hyper-​​minimalism are just a few of the responses we’re seeing to overly-​​busy websites.

Text-​​Based Navigation Bar

The text-​​based navigation bar has no roll-​​over graphics. No bells and whistles. Just a simple text-​​based message that tells you how to get where. This trend goes to show it doesn’t take much to guide your readers around. While the horizontal arrangement is classic, note how a few of these sites mix it up.

Si Scott Studio


Green Light Creative


Jan Reichle


CDP Architecture


The Grid

Billboards, books, text-​​boxes — these are all examples of grid-​​based organization in an insane world. Grids keep things nice and simple. You know where to expect the next element, whether that’s a graphic or a text-​​block. These sites use grids to organize a stripped down site and manage to keep things visually interesting as well.

Arias


Kyle Tezak


Offset Media


Dic-​​Syen


Stu Greenham


Minimal Color Treatment

Who says you needs lots of color? In the below examples, the designers did a great job of minimalist design while also stripping the colors down to almost nothing. What this does is create an opportunity to intentionally draw the eye of the reader to specific places on the page. Headers, titles, and other important sections get the color treatment and the copy stays black/​gray.

Arty Papers


Sean Green


Stapley Design


Daniel C. Gold


The heading on this site changes to red when visitors hover the mouse over the text.

Daniel Blumenthal


More Graphics, Less Text

Sometimes a picture says everything that needs to be said. This doesn’t work on every website, of course. Check out how these designers decided to remove pretty much everything BUT the graphics. The effect can be stunning.

Thomas Cheng


Fellswoop


Finch


Rachel Ridings


Woody Romelus


Hyper-​​Minimalist Designs

Then there are the few who take minimalism to its farthest logical extension. If you can say everything you need in a few short words, maybe that’s all you need. You get the benefit of ultra-​​fast loading times, easy updating, and a focused message. Did these designers make it work?

Vlourenco


Frank Chimero


Lauren Doucet


Simon Foster Design


Google

450+ CSS Layouts



You need options. Anyone that’s spent time collaborating on web design projects knows that every developer has their own processes — even with best practices being observed there is variation in techniques. So your CSS library should give you more than one way to attack a problem.
Website layouts can be a serious pain, but CSS gives you a great deal of flexibility in how you approach the layout issue. Often the home page needs a grid design while post pages have a three column layout, with other formats for custom pages. With CSS layouts already in place, you can quickly implement a layout and change as needed.
The following is a collection of layout libraries you can add to your own with multi-​​column static and liquid layouts. Enjoy and let us know which ones you like best!

20+ CSS Layouts by MaxDesign


With excellent markup walk-​​thrus and the sample CSS on-​​page, this set of CSS layouts will be easy to see in action and almost as easy to implement.

40 CSS Layouts by Layout Gala


Previews are available for each format and you can even download the entire collection in one file.

250+ Layouts by Free CSS


This is a massive list with just about every layout imaginable. Preview and click again to download. The CSS is stripped down so there’s lots of room for tweaking.

50+ Fixed Width Layouts by Code Sucks


Click to preview and click to download. These layouts are simple with nicely developed whitespace. Worth checking out and easy to modify.

10+ Unique CSS Layouts by Intensiv Station


While on the sparse side in terms of the quantity, this collection includes some impressive tricks like floating menus and dynamic centered boxes worth having on hand.

40+ CSS Layouts by Dynamic Drive


This site has organized their CSS layouts by two-​​column, three column, fixed, liquid, and frames. Each has a nice description and the ability to preview before downloading.

15+ Interesting CSS Layouts by The Noodle Incident


This site has a unique way of guiding you thru the process of picking the layout you want. Follow the arrows, select your design, and download.

Customized Static CSS Grid Generator by Grid Designer


It doesn’t get much easier than this. Just set up the grid you want using the on-​​page tools and download your template.

Customized Fluid/​Variable CSS Grid Generator by Spry Soft


Static not good enough for ya?! No problem. Fluid/​variable grids are easy to make with this site.

Saturday, November 19, 2011

Best Photoshop Web Page Layout Tutorials

Photoshop is the premiere application for web designers, especially when it comes to web page layout.  The 40 examples below walk you through the sometimes difficult process of  creating a website layout from scratch in Photoshop.  No matter if you are just starting out or consider yourself an expert it won’t be hard to learn new techniques and get design inspiration from these 40 tutorials for your next blog, personal or corporate design.
A simple and professional design studio layout.
Graphic Design Studio Web Layout
Web Page Layout Tutorials - Graphic Design Studio Web Layout
Learn how to make a layout for a css website gallery
Website Gallery Layout Design
Web Page Layout Tutorials - Website Gallery Layout Design
Put together a high-end Web design using a crisp, thin font, gorgeous background images, and clever use of space and layout.
Sleek, High-End Web Design
Web Page Layout Tutorials - Sleek, High-End Web Design
Create a fashion web layout, (psd template). The end result is not astonishing but it will help you to understand better how you can create a nice and clean web layout (psd template) using Photoshop.
Fashion Website
Web Page Layout Tutorials - Fashion Website
Create a modern, clean and classy blog layout in Adobe Photoshop using some basic techniques.
Create a Modern Blog Layout
Web Page Layout Tutorials - Create a Modern Blog Layout
How to make nice looking web template for Real Estate site.
Real Estate Website Template
Web Page Layout Tutorials - Real Estate Website Template
Template using the “960 Grid System”
Learn how to use the 960 Grid System to design a website template in Photoshop. You will be practicing layer styles to for effects and positioning elements based on the 960 Grid System.
960 Grid System Layout
Web Page Layout Tutorials - 960 Grid System Layout
Professional Web Template
Design a nice an professional web template in Photoshop
Professional Web Template
Web Page Layout Tutorials - Professional Web Template
Create a professional looking portfolio design using very basic techniques
Professional Portfolio Design in 17 Easy Steps
Web Page Layout Tutorials - Professional Portfolio Design in 17 Easy Steps
Creative unusual layout
How to manipulate some simple shapes, to obtain a wonderful layout.
Creative unusual layout
Web Page Layout Tutorials - Creative unusual layout
Show you how to create a clean corporate layout in Photoshop
Clean and Colorful Corporate Layout
Web Page Layout Tutorials - Clean and Colorful Corporate Layout
Dark Style Web Template
Learn how to create a sleek dark style layout.
Dark Style Web Template
Web Page Layout Tutorials -Dark Style Web Template
In this tutorial il be showing you how to make a simplistic colourful web design layout from scratch using photoshop.
The Design Lab
Web Page Layout Tutorials - The Design Lab
Portfolio sites can be used by a whole lot of folks: from web designers, to photographers and artists. Learn how to design such an elegant and stylish web site.
Elegant and Dark Portfolio Design
Web Page Layout Tutorials - Elegant and Dark Portfolio Design
In this tutorial you will learn how to create business layout. Whether you are a single entrepreneur involved in financing and accounting, small business company committed to consulting, management or marketing, or a member of school of business, you will definitely love the following layout.
Business and Finance Layout
Web Page Layout Tutorials - Business and Finance Layout
How to create a clean and effective product design in Photoshop. This template can also be easily converted into a portfolio layout if desired.
Clean and Effective Product Layout
Web Page Layout Tutorials - Clean and Effective Product Layout
You will learn how to use the Art History Brush and combine it with watercolor custom brushes to create a nice background header image and more
Watercolor-themed Website
Web Page Layout Tutorials - Watercolor-themed Website
In this Photoshop web design tutorial, you’ll learn how to create a full web page layout that combines the sleek and textured look-and-feel using a combination of beginning to intermediate Adobe Photoshop techniques.
Sleek and Textured Layout
Web Page Layout Tutorials - Sleek and Textured Design
You can use this layout for your design portfolio, or you can create also a nice looking wordpress portfolio theme
Website layout with a 3D look
Web Page Layout Tutorials - Layout with a 3D look
Learn the steps to create this awesome and dark portfolio layout
Awesome Tutorial Portfolio Design
Web Page Layout Tutorials -Awesome Portfolio Design
How to create a modern looking Photoshop design for your web design company.
Create a webdesign company layout in Photoshop
Web Page Layout Tutorials -Create a webdesign company layout in Photoshop
How to create an apple inspired website, very clean, and very attractive in the same time. This layout can be used very easy to showcase your portfolio, or your art work.
Apple inpired website layout in Photoshop
Web Page Layout Tutorials - Apple inpired website layout in Photoshop
Clean grunge websites are a combination of the grungy with the functional, the messy with the ordered. The results of this are some of my favorite all time designs.
Clean Grunge Blog Design
Web Page Layout Tutorials - Clean Grunge Blog Design
Learn how to design a clean corporate webpage from scratch
Corporate Layout Photoshop Web Design
Web Page Layout Tutorials - Corporate Layout Web Design
This is a tutorial to show you how to create a magazine web layout. We also discuss about what we need to pay attention and what we have to ignore.
Professional Magazine Web Layout
Web Page Layout Tutorials - Professional Magazine Web Layout
Gaming Web Layout
Learn how to create a fantastic looking gaming layout
Gaming Websitei Layout Tutorial
Web Page Layout Tutorials - Gaming Websitei Layout Tutorial
In this tutorial, I will you show you my own technique for creating this type of background.
Nature Inspired Web Design
Web Page Layout Tutorials - Nature Inspired Web Design
How to create this complete and festive Christmas Themed Web Layout.
Christmas-Themed Web Layout Tutorial
Web Page Layout Tutorials - Christmas-Themed Web Layout Tutorial
Learn how to design a clean and sleek website template
Web 2.0 Style Design Tutorial
Web Page Layout Tutorials -Web 2.0 Style Design Tutorial
Learn how to create a beautiful, green, and sleek layout in Photoshop. You’ll learn popular design techniques such as creating a 3D ribbon and professional-looking color gradient effects.
Green & Sleek Web Layout Tutorial
Web Page Layout Tutorials - Green & Sleek Web Layout Tutorial
Web 2.0 Layout
This layout utilizes all the big web 2.0 standards: bright colors, gradient fades, drop shadows, and rounded edges. The key to all of these things is mastering selections.
Web 2.0 Layout
Web Page Layout Tutorials - Web 2.0 Style
Learn step by step how to create a great design for either a personal or business related site
Business Layout Design
Web Page Layout Tutorials - Business Layout Design
Create a Grunge Web Design in Photoshop
Create a complete grunge home page design. you’ll design the header, sidebar, body, footer, and style everything to work together in a heavily textured and worn design.
Create a Grunge Web Design in Photoshop
Web Page Layout Tutorials - Create a Grunge Web Design in Photoshop
Create professional webpage layouts with this very detailed, step by step tutorials.
Hand Drawn Design Tutorial
Web Page Layout Tutorials - Hand Drawn Design Tutorial
Learn how to make a nice, clean, eye catching web layout that anyone could make.
Eye catching web/blog layout Tutorial
Web Page Layout Tutorials - Eye catching web/blog layout Tutorial
WordPress Mockup Layout
Design a clean and user friendly Blog Layout
Wordpress Layout Tutorial
Web Page Layout Tutorials - WordPress Layout Tutorial
A professional blog template design created in Photoshop
Professional Blog Template Layout Tutorial
Web Page Layout Tutorials - Professional Blog Template Layout
Learn how to make a nice and simple professional website design
Simple but Professional Website Design Tutorial
Web Page Layout Tutorials - Simple but Professional Website Design
Learn how to create a premium wordpress layout with a special area where you can feature your e-book or your digital downloads.
Premium WordPress Blog
Web Page Layout Tutorials - Premium WordPress Blog
Build a complete website design mockup for a fictional design studio, starting with the creation of the initial layout then moving on to designing the individual page elements.
Clean and Modern Website Layout Tutorial
Web Page Layout Tutorials - Clean and Modern Website Layout