Entries by Team Lufa

19 Color Palette Generators That Make Web Design Easier

A great color scheme is a fundamental component of a well-designed website. An unattractive color scheme could potentially turn off website visitors before they’ve even got to your content. However, it’s not always easy to come up with an appealing palette of colors on your own. If you’re having trouble, then a color palette generator could help you select […]

7 Essential JavaScript Functions

I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should have in their arsenal, for performance for functional ease […]

The 30 Best Free Vector Art Resources on the Web

Vector graphics are one of the most versatile items in any designer’s toolbox. They enable your designs to scale up or down while remaining crisp and readable – that’s any designer’s dream come true! However, finding the perfect vector art for your projects can be a challenge due to the many low-quality resources out there. With that […]

21 Invaluable Chrome Apps for WordPress Users and Web Designers

Whether you’re creating a logo, planning a website’s design, or just sharing a file, the right tools can save you both time and money.  One exciting but often overlooked group of tools are Chrome Apps. Unlike extensions, which only extend your browser’s functionality, Chrome Apps are fully fledged applications that run within Google Chrome, and also on Chrome OS. […]

CSS: Flexbox Essentials

The CSS3 Flexible Box layout model, or Flexbox to use it’s popular name, is a great way to create flexible and grid-based layouts without having to rely on floats or inline-block elements. In this course, Craig Campbell will show you all the fantastic things Flexbox can do, from setting up rows and columns, to understanding […]