Explore the Articles

JavaScript

Make a Better FAQ Page With jQuery

The Frequently Asked Questions page has been a mainstay of all types of websites since the dawn of the Web. It's used as a marketing page, as an attempt to reduce the number of calls or e-mails to a customer service department, and as a helpful tool for site visitors to learn more about the company or organization they're dealing with or the products or services they're interested in purchasing. Though Natalie Maclees will be building a FAQ page for this example, this expand and collapse technique will be useful in many different situations.

Read More
Usability

A Field Guide To Mobile App Testing

Testers are often thought of as people who find bugs, but have you ever considered how testers actually approach testing? Do you ever wonder what testers actually do, and how they can add value to a typical technology project? Rosie Sherry would like to take you through the thought process of testers and discuss the types of things they consider when testing a mobile app. The intention here is to highlight their thought processes and to show the coverage and depth that testers often go to.

Read More
Usability

45 Fresh and Free High Quality Icons in PSD Format

Aquil Akhter brings you 45 fresh and high quality free icon sets in PSD format. These PSD files can be edited easily according to your individual needs or requirements. In fact, it is the ease of use that encourages even the most experienced designers to take a keen interest in free icon sets and PSDs.

Read More
Design

Powerful Command Line Tools for Developers

Life as a Web developer can be hard when things start going wrong. The problem could be in any number of places. Is there a problem with the request you’re sending, is the problem with the response, is there a problem with a request in a third party library you’re using, is an external API failing?


Read More
WordPress

Utilizing User Roles In WordPress

Roles have been an integral part of WordPress for quite some time now — many functions associated with managing them have been in place since version 2.0.0. Despite this longevity, they are rarely utilized which is a shame since they allow for the easy setup of custom user types (and also have the ability to micro-manage them). In this article, you’ll learn everything you need to utilize user roles in WordPress and make the most of this incredible built-in functionality.

Read More
Design

Looking Beyond Common Media Query Breakpoints

With all the talk about responsive Web design, designers and coders are moving even further from the fixed pixel layouts of design’s print-based history. We’re finally thinking in terms of fluid layouts and expandable, interactive content. But when you get down to it, we’re still thinking of the fluidity in terms of desktop, tablet and mobile sizes.

Read More
HTML5

Getting Started With Web Workers

One of the many design goals of the JavaScript language was to keep it single-threaded and, by extension, simple. Though Agraj Mangal must admits that, given the idiosyncrasies of the language constructs, it is anything but simple! But what he means by being “single-threaded” is that there is only one thread of control in JavaScript; yes, sadly, your JavaScript engine can do only one thing at a time. Now, doesn’t that sound too restrictive to make use of multi-core processors lying idle on your machine? HTML5 promises to change all of that.

Read More
Photoshop

Create a Stitched Denim Text Effect in Photoshop

Rose is a graphic designer who has been using Photoshop since 2007 and in this tutorial, she will explain how to combine filters, brushes, and vector shapes to create a stitched denim text effect using Photoshop CS6. Let’s get started!

Read More
CSS

Custom Login Form Styling

Nowadays, almost every web service, application, game etc. allows (or even requires) user subscription, which means they all need some kind of form for users to register and sign in. With this in mind, Hugo Giraudel tried to create a few different login forms, some of which are inspired by design concepts on the web. The aim was to give some particularity to each of them.

Read More
CSS

Easy CSS3 Checkboxes and Radio Buttons

Ever wondered how to style checkboxes and radio buttons, but without JavaScript? Thanks to CSS3 you can! What exactly will Nick Dugger be doing? Well, due to CSS3's nifty little :checked pseudo selector, he is able to target an element based on its checked (or unchecked) status. He can then use the “+” adjacent sibling selector from CSS2.1 to target the element directly following the checkbox or radio, which in his case is the label.

Read More
Newer articles Older articles