Articles - Page 158

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.

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.

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!

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…

Building a Custom CSS3 Pagination User Interface

CSS / 28 Nov 2013

Building a Custom CSS3 Pagination User Interface

Website pagination is a crucial aspect to any layout with repeating content. Blogs are often a consideration, but also portfolio listings or related news/feed links or any other types of archive. Organizing a blog post into many pages helps to cut down on reading time – especially with particularly in-depth articles.

In this tutorial I want to demonstrate a collection of CSS techniques for designing pagination. Once you combine these designs with content systems like WordPress you can see how the interfaces really work in action. To get an idea of the final product take a look at my live sample demo below.

10 Tips to Gain More Confidence as a Designer

Business / 25 Nov 2013

10 Tips to Gain More Confidence as a Designer

Sometimes when a project fails, it can be hard to get back on your feet again. We all take the occasional confidence knock from time-to-time. But to see continued success in this tricky industry, it’s important to be able to regroup and recover gracefully.

Here, we’ll look at ten things you can do to gain confidence as a designer. These tips can work for experienced designers after a troubled project, or new designers looking to break into the market. It’s advice worth taking to heart.

Learn by Example: 6 Lessons for Designing Restaurant & Food Websites

Graphics / 22 Nov 2013

Learn by Example: 6 Lessons for Designing Restaurant & Food Websites

Today’s topic is a delicious one: restaurant and food websites. Small businesses pay the bills for freelance designers and local restaurants can serve as a major source of revenue. If you’re embarking on your first restaurant site design though, there are a few things that you should know.

In this article, we’ll learn by example as we take a look at lots of mouthwatering food and restaurant websites. By examining what these designers got right, you’ll help ensure your own success in this area.