Articles - Page 180

Browse hundreds of articles, tips, and inspiring design collections. Find helpful design advice, or the perfect resource for your next project.

Customize Your Own MailChimp E-Mail Newsletter Signup Form

CSS / 22 Jan 2014

Customize Your Own MailChimp E-Mail Newsletter Signup Form

If you’ve ever signed up for an email subscription you should know about MailChimp. It’s a company which helps webmasters and marketers deliver newsletters and other similar campaigns. They provide some HTML templates to use for signup forms and confirmation pages, but these are so generic that most subscribers are bored of this same interface.

I’d like to demonstrate how to customize the MailChimp signup form into something more unique. Everything is based off the original MailChimp HTML/CSS code and the form submission will use Ajax. It sounds complicated but the whole process is simpler than you might expect. Take a look at my sample demo to get an idea of the full tutorial.

Build a Sliding Client Testimonials Carousel With jQuery

JavaScript / 15 Jan 2014

Build a Sliding Client Testimonials Carousel With jQuery

Many portfolio websites include a list of previous clients to build trust from other potential customers. Reading what other people have said about a service or product is one way to garner support from visitors who have never heard about your company before. (Of course, this design technique only works if you have previous clients to draw from!)

In this tutorial I want to demonstrate two distinct styles of rotating carousels. The first is a testimonial box which includes a small quote talking about the services. Then I’ve constructed a long horizontal carousel that rotates through a list of company logos. These would normally be companies you have done business with – but may also include corporate partners or resources.

Why You Should Be Sketching (Even if You Can’t Draw)

Inspiration / 13 Jan 2014

Why You Should Be Sketching (Even if You Can’t Draw)

The first part of any project, print or digital, should start on paper. Sketching can be an integral part of any design process — even if you can’t draw.

But who needs to sketch? Just artists and illustrators are required to put pen to paper, right? Wrong! Today we’ll take a look at why sketching can be an integral part of everyone’s design and brainstorming process.

The Startup Framework: Simple Web Mockups

Graphics / 7 Jan 2014

The Startup Framework: Simple Web Mockups

Today we’re going to be taking a look at the Startup Framework from Designmodo — one of the most polished and professional component frameworks we’ve seen for a while.

It’s a set of graphics, blocks, and components that are designed to help you plan and conceptualise your design, without spending weeks on starting from scratch. We’ll take a look at what’s on offer in the framework, and share a few examples!

Animating Personal Skill Bars With CSS3 Keyframes

CSS / 2 Jan 2014

Animating Personal Skill Bars With CSS3 Keyframes

This design technique is commonly found on personal portfolios or design studio websites. Skill bars represent a level of knowledge related to certain tasks – web design, illustration, branding, character design, you name it! Adding some fancy animations to these skill bars will provide a quicker connection to the viewer.

In this tutorial I want to demonstrate how you can build CSS3 skill bars using keyframe animation. This is also completely possible to run using JavaScript, which would hold up stronger in older legacy web browsers. However CSS3 keyframes are growing in popularity with much wider support these days. Take a peek at my live demo to see the final product.

Why Does User Experience Matter?

Articles / 30 Dec 2013

Why Does User Experience Matter?

User experience – notably poor user experience – has been a hot topic in recent months with the much-publicized launch of HealthCare.gov and its subsequent issues. User experience is a part of the design process that you don’t hear about unless something goes wrong. But it is something that should be an integral part of the design process, from early concepts to the final product.

So with this renewed – and very public – discussion about user experience, why does it matter to designers?

6 Famous Logos That Leverage Inconsistent Design

Graphics / 29 Dec 2013

6 Famous Logos That Leverage Inconsistent Design

One of the most powerful tools that you can use to improve any design is repetition. Repeating colors, shapes and other visual elements throughout a design increases consistency and familiarity so that the design feels more attractive.

But what about the flip side of this idea? Is it possible to wield inconsistency in such a way that it improves the quality of a design? It turns out that lots of well known logos use this very tactic. Read on to see what they are.

Radiant Orchid Named Pantone Color of the Year: Now What?

Inspiration / 19 Dec 2013

Radiant Orchid Named Pantone Color of the Year: Now What?

Unless you have been hiding from the design community for the last few weeks, you know that Pantone released its annual color of the year: Radiant Orchid.

The reviews are mixed. But there really are a lot of ways to incorporate this color into design projects if you want to be on-trend, and enjoy the challenge of crafting a design around a specific color!

How to Design Animated Sliding Page Elements With CSS

CSS / 16 Dec 2013

How to Design Animated Sliding Page Elements With CSS

There’s a recurring trend of using animated page elements in web design at the moment — as you scroll down the page, items will naturally animate into view. These animations only happen one time, and they only begin once the element is within the browser viewport.

I’ve explored this concept a bit using jQuery, along with CSS3 transitions. In a nutshell, this script checks for special classes on the page and uses jQuery to append a new class for transition effects. Those elements which have already animated are then removed from the event handler. And once there are no more elements to animate, the event handler is completely removed until you refresh the page. Take a look at my demo example to see exactly what we’re creating, and follow along!

Gift Guide for Designers – the 2013 Edition

Inspiration / 11 Dec 2013

Gift Guide for Designers – the 2013 Edition

What do you get for the designer who has it all this holiday season? The options are almost limitless with so many cool items out there for work and play.

From items under $10 to some rather pricey toys, Design Shack has the perfect gift ideas for every creative on your list this year. There are also plenty of digital options that are great if you have waited until the last minute to start shopping. (The hardest part will be not buying everything for yourself.) Happy holidays… and happy shopping!

Building a Hover Detail Panel With CSS3 & jQuery

CSS / 5 Dec 2013

Building a Hover Detail Panel With CSS3 & jQuery

Many online shops and e-commerce websites use a small details panel to offer more information about a product. I remember this from the early days of browsing Template Monster, and it has grown into a common trend for modern web designers.

In this tutorial I’d like to explain how we can duplicate this effect using some very basic code. I’ve provided two different versions, one built on jQuery and another built using CSS3. There are benefits to each one and you can download a copy of my tutorial code to see which you would prefer.

Was My Design Plagiarized (Or Is That Just Flattery)?

Business / 3 Dec 2013

Was My Design Plagiarized (Or Is That Just Flattery)?

Is nothing original anymore? It’s a concept we designers talk about all the time. All original ideas “have been used already”. But is that true? (I, for one, am not sure I actually believe it.) And if it is true are we all plagiarizing other designs on a daily basis?

All of these are ideas that are thrown around loosely, but have quite serious implications. So how do you know if your design idea was plagiarized? Or is a similar concept just the most sincere form of flattery? Let’s dig a little deeper today…