background preloader

Bootstrap Expo

Bootstrap Expo

The Secret Law of Page Harmony “A method to produce the perfect book.” The perfect book. This is how designer-genius Jan Tschichold described this system. Not the ok book, nor the pretty good book, but the perfect book. This method existed long before the computer, the printing press and even a defined measuring unit. No picas or points, no inches or millimeters. And you can still use it. The Secret Canon & Page Harmony Books were once a luxury only the richest could afford and would take months of work to be brought to fruition. And they were harmoniously beautiful. The bookmakers knew the secret to the perfect book. So elegant is this method of producing harmony that a few designers saw to rediscover it. They found the way to design a harmonious page. There’s a dance to all this Let’s look at this dance, shall we? And here it is with them (using the Van de Graaf Canon and Tschichold’s recommended 2:3 page-size ratio, which we’ll get into next). This is where the harmony is found. How is this dance beautiful? The J. Well.

Resources · Bootstrap Expo Links to useful Bootstrap resources like additional showcases, integrations, add-ons, code snippets, and more. Suggest new resources on GitHub. Add-ons Bootstrap Select A custom select menu for Bootstrap using the provided button dropdowns. Bootstrap File input Enhances the default file input with file preview for images and text, multiple selection, and more. Showcases Built with Bootstrap A showcase of sites and apps built with Bootstrap. Themes ThemeForest Bootstrap templates from ThemeForest, a marketplace for premium themes and templates. Code CodeCanyon Bootstrap plugins and skins from CodeCanyon, the largest script and code marketplace on the web. Miscellaneous Bootstrap OmniGraffle Stencil OmniGraffle stencil, template, and color picker modeled after Bootstrap.

Simple Sidebar - Bootstrap Sidebar Template Need a Custom Build? If you like this theme, but need something a bit more custom, you can hire the Start Bootstrap design team to create a custom version of this template! Email us at feedback@startbootstrap.com for more information! Theme Description: Simple Sidebar is a basic sidebar menu page layout for Bootstrap websites with off canvas navigation on smaller screen sizes. Theme Features: Responsive Bootstrap sidebar navigation Off-canvas navigation toggling on smaller screens Responsive page content area Similar Themes & Templates: Tags: Please visit our resources page for design ideas and our help page if you need assistance with this theme. Getting started Bootstrap (currently v3.3.6) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs. Bootstrap Compiled and minified CSS, JavaScript, and fonts. Download Bootstrap Source code Source Less, JavaScript, and font files, along with our docs. Download source Bootstrap CDN The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript. Install with Bower You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower: $ bower install bootstrap Install with npm You can also install Bootstrap using npm: $ npm install bootstrap require('bootstrap') will load all of Bootstrap's jQuery plugins onto the jQuery object. Bootstrap's package.json contains some additional metadata under the following keys: Install with Composer You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Composer: $ composer require twbs/bootstrap <! Grids Navbar

Building Modern Web Applications 0inShare I gave this presentation to a packed house at DevCon5 in NYC on July 24th. DevCon5 is a web developers' conference and this year it focused on HTML5. This was one of the hardest presentations I’ve worked on for the simple fact that the audience had name recognition of, but not familiarity with, the database industry. Typically I’ve leaned on the fact that most participants were familiar with at least one database prior to my presentation; I had no such luxury here. During the live presentation I focused heavily on audience participation.

TwitterBootstrapMVC 50 Must-have plugins for extending Twitter Bootstrap Martin Angelov You most certainly know about Twitter Bootstrap – the popular front end framework for building websites and apps. It favors simple, responsive design, and comes bundled with a sensible default stylesheet, a number of useful jQuery plugins and an icon set. Bootstrap Drag And Drop Builder Bootstrap Studio is a powerful drag and drop builder for the Bootstrap framework. Website Bootstrap Studio Collections of Bootstrap Enhancements Here we will show you two collections of Bootstrap plugins that extend the framework with useful functionality. Fuel UX Fuel UX is an incredible collection of enhancements to Twitter Bootstrap. Website | Github Fuel UX Jasny Jasny is another collection of useful interface components for bootstrap. Website | Github Jasny Bootstrap Galleries It is worth noting that you can use any regular jQuery plugin with your bootstrap-powered website. Bootstrap Lightbox Bootstrap does include a carousel, but it falls short when you need to show a photo in a lightbox. Website

A Simple Bootstrap Tutorial | Toptal If you’re doing anything web related, chances are you’ve heard about Bootstrap. If by now you still don’t know what Bootstrap is, or you just want to find a bootstrap tutorial for beginners to get a better overview of what it is and what it does best, you’ve come to the right place. Bootstrap is a powerful toolkit - a collection of HTML, CSS, and JavaScript tools for creating and building web pages and web applications. After its open source release in 2011, Bootstrap became popular very quickly, and not without reason. With Bootstrap, web developers can concentrate on the development work, without worrying about design, and get a good looking website up and running quickly. Getting Started with this Bootstrap Tutorial Bootstrap is available in two forms; as a precompiled version, and as a source code version. The source code version comes styles source code written in Less (or Sass), all the JavaScript, and accompanying documentation. File Structure Basic HTML Template <! <head> ... <!

Retro is Reborn: A Look at the Color Trend What’s old is new again. That’s the way most trends seem to work anyway. Retro color palettes are a great example of how an old look is being reborn in web design. Retro color styles are popping up in a variety of uses but commonly we are seeing more mod, flat, art deco-style colors being used in projects. From oranges to yellowish-browns to off-white to blues, retro color is definitely making a comeback. The Retro Color Trend Retro colors are those that are often less saturated and have a more flat feel than other hues. Retro can be popular because the design style, easily creates a feel and sense of era. The retro trend is also complemented by other distinct characteristics, such as the use of circles and starbursts (or other geometric shapes), textures and curved or dramatic lettering. Characteristics of Retro Schemes The first thing you notice about a retro color scheme is the lack of bright color. A retro palette is not though a collection of tints for your project. Conclusion

Bootstrap Fireworks | Today’s post is about … A UI Toolkit for Twitter Bootstrap version 2.0. The entire UI recreated as vector images for Adobe Fireworks. (Fw PNG) Hey, that’s not an extension! Ok, so this is not about a Fireworks extension, but its the only Fireworks blog that I can post to. Bootstrap, from Twitter Bootstrap is a neat little html, css and javascript toolkit that lets you create web apps quickly and easily. That is, if you can code. I was using Bootstrap the other week for a personal project that I am currently working on. What about non coder designers? Not all designers are coders. So what is in it? Other designers had created their own Bootstrap ui toolkits for Fireworks, but the fidelity was more for wireframing. Because they are all vector images, you can select the points and extend them out or in as much as you need to. All of the states are in there too. The Glyphicons provided are in a sprite for use in css. All of the UI components are organized in pages within Fireworks. Some screenshots

CSS Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development. HTML5 doctype Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects. <!DOCTYPE html><html lang="en"> ... Mobile first With Bootstrap 2, we added optional mobile friendly styles for key aspects of the framework. To ensure proper rendering and touch zooming, add the viewport meta tag to your <head>. You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag. Bootstrap sets basic global display, typography, and link styles. Set background-color: #fff; on the body Use the @font-family-base, @font-size-base, and @line-height-base attributes as our typographic base Set the global link color via @link-color and apply link underlines only on :hover These styles can be found within scaffolding.less. Normalize.css Containers

Peter Drinnan - Website Design Web Design Home Page Sample of Google Map Markers Google Map Marker List Manager Google Maps Settings Page Simplified Front end Ajax Based Seach (also available to third parties using an Ajax proxy). 35 Modern UI Concepts and Designs | Design The most beautiful, modern and Innovative UX/UI Design Concepts are right here. Today we’re picked up 35 modern UX/UI Concepts and UI design from dribbble for inspiration. All the UX/UI designs are created by professional graphic designers who can join dribble from all over the web. Its a big list of fresh UI/UX designs available on the web. Here is a list of fresh and inspiring modern UX/UI Concepts and designs which are playing a very important role in interface designing. You may be interested in the following modern trends related articles as well. Please feel free to join us and you are always welcome to share your thoughts. Every designer who has spent many hours mocking up web pages, mobile apps or mobile app icons will tell you how important it is to have a reliable set of re-usable, editable and uniform GUI elements that they can rely upon for the initial rapid prototyping stage of any project. Please share your thoughts with us: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15.

Related: