Arrange Images into Flexible Grid with Photoset Grid | Web Resources | WebAppers Photoset Grid is a simple jQuery plugin to arrange images into a flexible grid, based on Tumblr’s photoset feature. Originally the plugin was created for the Style Hatch Tumblr themes as a way to use the photoset grid in responsive layouts, but they have…
Tag: layout
A Gap Free, Multi Column Grid Layout Experience | Web Resources | WebAppers
A Gap Free, Multi Column Grid Layout Experience | Web Resources | WebAppers Nested is a jQuery plugin which allows you to create multi-column, dynamic grid layouts. Unlike other libraries and jQuery plugins similar to Nested, this is the first script out there that allows you a complete gap-free layout. It creates a matrix of all elements…
How to Adapt Your Site to Different Window Sizes | Web Resources | WebAppers
How to Adapt Your Site to Different Window Sizes | Web Resources | WebAppers Modern browsers like Internet Explorer 10 support the width and height properties of the W3C Working Draft CSS Device Adaptation. This gives Web developers a simple tool to control automatic content scaling across various window dimensions. In particular, it enables sites to easily adapt…
Creative Layouts and Interactions in Web Design | Codrops
Creative Layouts and Interactions in Web Design | Codrops Creative design that differ from the usual layouts can be quite difficult to imagine and execute but when done well, they can make some of the most interesting and engaging websites. You see them almost every day – websites that make you say “I wish I…
UI Design Guidelines for Responsive Design | Codrops
UI Design Guidelines for Responsive Design | Codrops Some UI guidelines and tips to consider when designing a website to make it cross-device friendly and responsive. The web development community has come up with endless solutions, best practices, and tools for coding a responsive design with ease. While the vast majority of websites can be…
Fullscreen Pageflip Layout | Codrops
Fullscreen Pageflip Layout | Codrops A tutorial on how to create a fullscreen pageflip layout using BookBlock. The idea is to flip the content like book pages and access the pages via a sidebar menu that will slide out from the left. VIEW DEMO DOWNLOAD SOURCE We have received a couple of requests on how to…
20 Fantastic jQuery Web Type Plugins | Design Shack
20 Fantastic jQuery Web Type Plugins | Design Shack In recent years, web typography has gone from an embarrassment to a point of pride. From CSS to JavaScript, we’re gaining great tools almost daily that help us implement awesome type. Today we’re going to look at the best jQuery plugins around that are specially built…
Understanding the Split Layout in Web Design | Webdesigntuts
Understanding the Split Layout in Web Design | Webdesigntuts As Web Designers, we follow a lot of design paradigms and layout principles: grids, vertical consistency, theF-Layout, Z-Layout, rule of thirds, the Golden-Ratio and so on. Paying attention to these principles will produce visually appealing and functional design – let’s now look at the simple division of a page into…
Responsive Column Layouts
Responsive Column Layouts Typically, to create a column layout, you would need to add the first or last classes to reset the margin space and clear the float. Today I’m going to share a very simple CSS trick to create a responsive column layout using nth-of-type pseudo class. I use this trick to code the WordPress…
Mobile Design Typography is Vitally Important … and Challenging | Codrops
Mobile Design Typography is Vitally Important … and Challenging | Codrops One of the emerging challenges for web designers is creating web typography that works in the mobile environment as well. But it can be difficult, and there are many things to consider. The keys are to focus on readability, contrast, space and responsiveness. Typography…