A jQuery plugin for optimal use of screen space

Default avatar.
September 18, 2012

Freetile.js jquery pluginOptimizing how space is used on a screen is a key component of good web design, and especially of responsive design.

There are a number of ways to approach this kind of challenge, and one of the most popular is auto-arrangement of elements within a parent container. It's efficient, and when well-executed, creates a layout that's both visually appealing and functionally optimal.

If you're designing a responsive site, you'll almost certainly find the need to rearrange content in a dynamic fashion, based on the screen size of the user's device. Auto-arranging content makes sense, as it minimizes the time spent customizing breakpoints for each page and each element.

Sites with constantly-changing content (like blogs or online stores) can especially benefit from auto-arrangement. After all, do you really want to have to go into the code for your client's site and adjust the breakpoints and layout if they suddenly decide to start writing longer or shorter blog posts?

Doing all this from scratch is time-intensive and beyond the abilities of most designers who aren't also developers. Instead, it makes sense to use a pre-existing plugin or framework.

JavaScript (including jQuery and other libraries) is the most common way of creating this kind of layout, most likely because of its wide cross-compatibility. This is how existing efforts like vGrid, Wookmark, and Masonry work.

Freetile.js is a recent jQuery plugin that enables this kind of dynamic, organized, responsive layout. It's been used as the engine behind Assemblage and Assemblage Plus for nearly two years, and is now finally available as an independent open source project.

freetile.js

It's different from existing efforts in this space for a few reasons. It allows any size elements to be used without the need for a fixed-size column grid. This frees you from having to specify a column width appropriate to your elements. And you can customize the algorithm that evaluates possible insertion positions for each elements, allowing you to express preferences like alignment and proximity.

It has a smart animation routine that makes it easy to distinguish between which elements should be animated and which should not. Specifying the animation within the code is easy, too.

Usage of Freetile.js is simple to use. Even if you're not proficient in JavaScript, you should be able to figure out its usage pretty quickly.

Freetile.js is licensed under the BSD License, and is available via GitHub.

Have you used Freetile.js? What did you build? Share your experiences in the comments.

Cameron Chapman

Cameron Chapman is a freelance writer and designer from New England. You can visit her site or follow her on Twitter.

Read Next

10+ Best Resources & Tools for Web Designers (2024 update)

Is searching for the best web design tools to suit your needs akin to having a recurring bad dream? Does each…

3 Essential Design Trends, April 2024

Ready to jump into some amazing new design ideas for Spring? Our roundup has everything from UX to color trends…

How to Plan Your First Successful Website

Planning a new website can be exciting and — if you’re anything like me — a little daunting. Whether you’re an…

15 Best New Fonts, March 2024

Welcome to March’s edition of our roundup of the best new fonts for designers. This month’s compilation includes…

LimeWire Developer APIs Herald a New Era of AI Integration

Generative AI is a fascinating technology. Far from the design killer some people feared, it is an empowering and…

20 Best New Websites, March 2024

Welcome to our pick of sites for March. This month’s collection tends towards the simple and clean, which goes to show…

Exciting New Tools for Designers, March 2024

The fast-paced world of design never stops turning, and staying ahead of the curve is essential for creatives. As…

Web Tech Trends to Watch in 2024 and Beyond

It hardly seems possible given the radical transformations we’ve seen over the last few decades, but the web design…

6 Best AI Productivity Apps in 2024

There’s no escaping it: if you want to be successful, you need to be productive. The more you work, the more you…

3 Essential Design Trends, February 2024

From atypical typefaces to neutral colors to unusual user patterns, there are plenty of new website design trends to…

Surviving the Leap from College to Real-World Design

So, you’ve finished college and are ready to showcase your design skills to the world. This is a pivotal moment that…

20 Mind-Bending Illusions That Will Make You Question Reality

Mind-bending videos. Divisive Images. Eye-straining visuals. This list of optical illusions has it all. Join us as we…