Search Results For: microsoft word

HTML5: Hype, Substance and Scrutiny

HTML / 29 Oct 2012

HTML5: Hype, Substance and Scrutiny

Today we have a special treat: an article from Luke Stevens, author of The Truth About HTML5, that takes a critical look at the past, present and future of HTML5.

What is HTML5, really? How did it come about? Should we really be blindly following what we’re told about it or is some critical thinking required? Read on to find out.

Cycle Through Client Quotes With CSS Keyframes

CSS / 17 May 2012

Cycle Through Client Quotes With CSS Keyframes

Client testimonials are a popular website feature. They bring credibility to a company and instill a sense of trust. If your other clients love you so much, I might too!

As a fun experiment, today we’re going to set out to build a cool little quote section that will rotate between multiple different quotes using only CSS. Along the way, we’ll learn all about how to plan and create multi-step keyframe sequences. Let’s get started.

What’s the Deal With :target in CSS?

CSS / 10 Apr 2012

What’s the Deal With :target in CSS?

I’ve been seeing a lot of tutorials lately that utilize :target in CSS to perform some fancy feat so I thought I’d take the time to really dig in and discuss how and why this syntax works. Instead of blindly following someone else’s code, you should be able to wield this tool with the knowledge of what’s happening how it affects browser support.

Read on to learn all about the basic functionality associated with the :target pseudo class and how you can stretch that ability to perform all kinds of crazy stuff with pure CSS. Along the way we’ll build some great navigation and slideshow examples for you to learn from.

Convert a Pricing Table PSD to HTML and CSS

CSS / 7 Feb 2012

Convert a Pricing Table PSD to HTML and CSS

Today we’re going to grab some PSD pricing tables from Design Curate and try to convert them to pure CSS so you can easily drop them into your site.

It’ll be a super basic but fun exercise in bringing a static design to the web and you’ll learn plenty of fun stuff along the way such as how to style hr tags a create a superscript effect.

Business / 21 Jul 2011

Creating Environments That Optimize Creativity and Inspiration

Today’s article takes a look at how to help maximize creative thought by carefully structuring the environment around you. Everything from the design of your office to the specific hours of the day that you choose to work can play a key role in how effective you are when it comes time to actually get things done.

HTML / 28 Dec 2010

Deeper Study Into the WWW’s Document Object Model

The Document Object Model is a fundamental part of the World Wide Web. DOM for short, this is a set of API standards which define how a browser should construct a web document and how developers are able to manipulate objects.

We’ll be looking a bit further into how the DOM really works. The model has been around for years and currently resides at DOM level 3 (DOM3 documentation here). There is a DOM4 currently in editor’s draft with some brand new specs coming soon. For now we can focus on a brief understanding of how the object model came into being.

CSS / 20 Oct 2010

CSS3 Cookbook: 7 Super Easy CSS Recipes to Copy and Paste

By now you’ve probably seen enough lengthy CSS3 tutorials to last a lifetime. You’re probably starting to become familiar with what CSS3 has to offer and are ready to move past basic theory and see some practical design examples that you can copy and paste right into your code without without wading through tons of commentary.

Well you’re in luck because that’s exactly what we have for you today! Below you’ll find seven fun and attractive CSS tricks that you can grab and insert right into your own projects and customize at will. Keep in mind that since this stuff is still cutting edge, older browsers won’t support most of it. I’ve tried to ensure graceful degradation where possible so that you can provide a working experience to all users and a better experience to those with using webkit.

Graphics / 11 Oct 2010

The Science Behind Design Color Theory

Color Theory has been a subject of interest for years in the art community. The rules and guidelines hold true when working on digital projects just as much as physical items.

There is a lot to learn in the subject of color so I’m going to cover just some of the key points. Terminology is something many designers get caught up on which really shouldn’t scare you or hold you back. The science behind color theory is brilliant yet elegant. It should be a topic of interest to every digital artist.

Business / 8 Apr 2010

20+ Designers and Freelancers You Should Read, Watch and Follow

Today we’ll take a brief but personal look at over 20 designers and freelancers that have made an impact in the online design community through books, blogs, tweets and various other means. Some are huge names, ubiquitous in the design community, while others are just getting their start.

Most of the profiles below feature a quick bio and some links to find out more about the designer. I’ve also included a few expanded profiles for some of the better known individuals.

Articles / 16 Feb 2010

10 Productive and Inspiring Things to Do With No Internet Connection

It happens to all of us. You’re cruising along pretending to work while perusing design blogs when all of a sudden your Internet connection disappears.

The first thing you do is give in to your natural reaction to any semi-significant event: tweet about it. Unfortunately, you quickly realize this requires the Internet; blast. Then you start to Google the phone number to your ISP only to realize that this too requires a connection to the web; curse you technological revolution!

You look around for a phone book in vain, knowing for certain that you haven’t used one since Clinton was in office. Finally, you remember that the last time this happened you wrote the number on a piece of paper and put it somewhere on or around your desk.

After no small amount of scrounging and wondering aloud why you didn’t put the number into your phone’s address book, you discover the note and dial the number of your service provider who then informs you that you will be without the Internet for the better part of the day. Now what?

Graphics / 4 Feb 2010

15 Design Tips to Learn From Apple

There is no shortage of companies that follow popular design trends to appeal to a mass market. Much more rare is the breed of company that actually sets design trends. Today we’ll examine the techniques of a company that occupies the top of the design food chain: Apple.

Below you’ll find 15 practical ways to follow Apple’s example in creating beautiful interfaces.

Accessibility / 18 Nov 2009

12 Accessibility Pitfalls to Avoid

Usability isn’t an exact science. What one visitor considers helpful another considers annoying. Despite this uncertainty and complexity, you should always strive to make your site as accessible as possible to the people you’re trying to reach. You’ll find that a little bit of catering to the special needs of a minority of users can drastically improve the function of your site for all users. Here’s our list of twelve accessibility pitfalls to avoid along with some examples showcasing sites that either excel or fail miserably in these areas.