Articles - Page 189

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

Create a Hidden Sliding Navigation Bar Using CSS3 Transitions

CSS / 3 Jul 2013

Create a Hidden Sliding Navigation Bar Using CSS3 Transitions

Typically web developers have been using JavaScript to create dynamic page animations. Hidden menus and subnavigation are just a couple examples for how these techniques would be used on a live website. Thanks to the addition of CSS3 transitions we can now mimic these animations, with no JavaScript in sight.

In this tutorial I want to demonstrate how to build an inner hidden content bar which slides down when hovering. You can place this into your header, footer, or even somewhere inside the page content. It is a very flexible technique which does not require a whole lot of time to get working. Plus all the modern web browsers will support CSS3 transition effects.

10 Key Features of Popular WordPress Themes

Inspiration / 1 Jul 2013

10 Key Features of Popular WordPress Themes

WordPress is the framework behind many of the websites and blogs you visit every day, including this one. Latest numbers from WordPress attribute the framework as the backbone of 17 percent of the web.

The platform is simple to use, and thanks to plenty of theme builders it can be customized in a variety of ways for everything from blogs, to portfolio sites, to e-commerce. Themes are the element that take WordPress to the next level, giving almost anyone of any skill level the ability to create a site that doesn’t look like a basic template. There are a few key components that set the best themes aside from the rest. The most popular WordPress themes – both paid and free – tend to have 10 key features in common. Let’s take a look at them.

Create Shaped Avatars With CSS and Webkit

CSS / 29 Jun 2013

Create Shaped Avatars With CSS and Webkit

In case you haven’t noticed, square avatars are so 2010. These days circles are all the rage. Every app worth its salt, from Path to Basecamp, is jumping on board this fad and waving goodbye to the squares who are stuck in the past.

Ever the forward thinker, I asked myself, “what’s next?” Let’s look beyond squares and circles and into the future of the avatar! Using CSS and Webkit, we can use pretty much any shape as the mask for an avatar. Let’s see how.

Design Dilemma: Do You Invoice for Everything?

Design Dilemma / 26 Jun 2013

Design Dilemma: Do You Invoice for Everything?

Bill B. writes:  A client asked why I was charging for small things that he thinks only took a few minutes. He thought I was being “cheap” and not “valuing the professional relationship (we) have.” I feel it all adds up to more than an hour but I’m a bit afraid of insisting on getting paid for everything I do. Am I wrong?

That’s a good question and one many designers ask. I’m going to use some answers people wrote on a similar question posted on the LinkedIn Graphic Artists Guild group. Join us as we delve into another Design Dilemma, helping to answer your questions, queries and concerns about the murky world of design…

5 Premium WordPress Themes Up for Grabs

Competitions / 25 Jun 2013

5 Premium WordPress Themes Up for Grabs

We’re excited to let you know that we have 5 premium WordPress themes up for grabs this week from TemplateMonster. Entering is easy, and the lucky winners will be able to choose any theme from a library of over 1,600 WordPress themes (including over 200 responsive templates).

Read on to find out how to enter, and be in a chance with winning your own theme — complete with 24/7 support from TemplateMonster!

How to Design a Resume That Stands Out

CV & Resume Templates / 24 Jun 2013

How to Design a Resume That Stands Out

Resumes are everywhere. They can be good, bad or downright embarrassing. But one thing is certain — if you want a job, yours must stand out in a good way. The design needs to reflect your personality, and the information needs to be organized, relevant and spot-on.

More often than not in today’s job market, you may even have several versions of your resume; one tailored toward different types of companies, one for potential clients or another as a showcase piece in your portfolio.

What the Heck Is CSS Specificity?

CSS / 21 Jun 2013

What the Heck Is CSS Specificity?

CSS specificity is a topic that many new front end coders avoid for as long as possible. It sounds complicated, there are all of these rules, you might even have to do some math! How lame is that?

Ultimately, you can only avoid it for so long. Specificity is an essential concept that you need to grasp to be an effective developer. Today I’ll walk you through the concepts of specificity in a simple and easy to understand manner. It’s easier than you think!

Understanding Agile Design and Why It’s Important

Business / 19 Jun 2013

Understanding Agile Design and Why It’s Important

It’s no secret that the agile development process has been hurtling through the development world for several years now, swatting aside the older, clunkier waterfall development method. To be fair, whether it was agile or something else, waterfall really had it coming, as its risk-averse, top down approach just can’t keep pace with the demands of today’s marketplace.

While similar changes are occurring in the design world, the agile design process should necessarily look and feel a little different than agile development; they are, after all, different disciplines. Let’s take a deeper look first at what agile development is, and then at a few great ways to adapt the process to the design world.

Create a Simple Autocomplete With HTML5 & jQuery

JavaScript / 17 Jun 2013

Create a Simple Autocomplete With HTML5 & jQuery

A quick Google search will yield plenty of handy autocomplete plugins — there’s even an option shared by jQuery UI which comes bundled with the library. However today I want to look into an alternative solution. The jQuery Autocomplete plugin released by DevBridge has the exact functionality that I find most appealing.

The styles will automatically highlight words as you are typing, and results appear in the dropdown menu at the bottom. This tutorial is a brief introduction to using the plugin by loading content from a JavaScript array. It is possible to load Ajax content from a backend file or from content out of the database, however for this tutorial it is easier to work with local data. Check out my sample demo to get an idea of what we are trying to build.

Design Dilemma: Which Is Better — Staff or Freelance?

Design Dilemma / 12 Jun 2013

Design Dilemma: Which Is Better — Staff or Freelance?

Jill K. writes: I’m graduating art school (yay!) and can’t decide if I should freelance or take a staff position. Which one is better?

Well, congratulations, Jill! I’m guessing none of your teachers discussed the possibilities of a future in the industry. Yet another art school fail. But, the question is valid although you may not have a choice as a new graduate. Let me go over the strengths of each, as well as the pitfalls, and discuss what you will find are your immediate options.

Do I Need to Design With SEO in Mind? a Guide for Designers

Business / 10 Jun 2013

Do I Need to Design With SEO in Mind? a Guide for Designers

You’re probably tired of hearing it, but search engine optimization is important. It can dictate and influence who visits a site, and how many people make it through to see your beautiful design work.

It should be a part of the design process from the planning stages forward. So designers, unplug your ears and make it a priority to learn how you can start thinking about SEO in the design process. Let’s dive into the topic a little more today.

CSS / 6 Jun 2013

Building CSS3 Notification Boxes With Fade Animations

Modern web design techniques have allowed developers to quickly implement animations supported by most browsers. I think alert messages are very commonplace, because the default JavaScript alert boxes tend to be pretty intrusive and poorly designed. This leads developers down a path to figure out which solutions would work out better for a more user-friendly interface.

For this tutorial I want to explain how we can put together CSS3 notification boxes which appear at the top of the page body. Users may then click on the notifications to have them fade away and eventually remove them from the DOM. As a fun added feature, I have also included buttons where you may click to append a new alert box into the top of the page. Check out my sample demo to get a better idea of what we’ll be making.