home » design resources

Bootstrap’s Responsive Layout

bootstrap responsive layout

What is responsive web design?

Responsive web design responds to the user’s behavior and environment based on screen size, platform and orientation. It consists of a mix of fluid grids and layouts, responsive images and CSS media queries. Continue reading

Posted in orlando web design | Tagged , | Leave a comment

Customizing Bootstrap

orlando web deisgn bootstrap

Orlando Web Design & Development

Twitter’s Bootsrap is a powerful front-end framework for faster and easier web development. Continue reading

Posted in orlando web design | Tagged , | Leave a comment

Orlando Web Design: CSS Page Layout – Understanding CSS Positioning

web design orlando lesson 6

Orlando Web Design & Development

CSS Page Layout: Understanding CSS Positioning

There are 3 ways of creating CSS layouts:

  1. Using floats & margins
  2. Using absolute positioning
  3. Using relative positioning

So, what technique should you use? Without a doubt the easiest & cleanest way to create a layout is using floats & margins.

Using floats and margins requires less code than using relative and absolute positioning and this technique also takes advantage of the cascading properties of CSS.
Continue reading

Posted in orlando web design | Tagged , , | Leave a comment

Orlando Web Design: Defining a site in Dreamweaver

dreamweaver define site & connect ftp

Orlando Web Design & Development

Dreamweaver is used to create and edit web pages on your local computer. Once the web pages are done, using FTP (file transfer protocol) the final files are uploaded to a remote web server (web hosting) were they become available for users to view online.

In this tutorial you’ll learn how to:

  • Set up your project files (local computer)
  • Define a local root folder (local computer version of your site)
  • Setup and connect to a remote server (web hosting server)
  • Upload files to the remote server using FTP

Continue reading

Posted in orlando web design | Tagged , | Leave a comment