Archive for June, 2011
5 Simple Tips for Creating an Effective FAQ Page
A Frequently Asked Questions page is necessary if you’re selling something, providing a service, or giving information about a complex subject. It takes the guesswork away from your visitors who may have questions, and makes the experience that much easier. When designing a FAQ page, usability should be at the top of the list of criteria to meet – after all you don’t want it to turn into a black hole of information. In this article I will present effective techniques and solutions to designing a FAQ page, with consideration given to how visitors will use the page. Remember that a FAQ should supplement good content, with answers to those questions also found elsewhere on the site. It’s a section of questions that visitors genuinely ask and should be arranged with care. Above all, keep it simple! Your user is more interested in finding specific information than anything else. Read on to discover how to best present a FAQ page.
20 Most Inspiring Interview Statements
In one of my latest posts - 9 Tips on How To Improve Yourself as a Web Designer, I made a quick reference to the fact that reading interviews is as important as reading magazines and books. That's because in interviews you get straight and direct answers from the best in the field. For the purpose of this article, I've selected some of the best interview statements of several different professionals. Interviews give you great insights about how a person thinks, works and feels about his job and life. If you don't usually read interviews, this is an opportunity to get an idea about how reading them can be an extremely useful learning method. Let's get started!
CSS Counters – The Right Way to Organize Your Ordered Content
It is pretty common to see step-based content. Tutorials, shopping carts, FAQ's, grandma's recipes. You know, numbers and steps are really good to grab attention, so many writers use this. But, talking about HTML how should we write it? Most (all?) use numbers as text in headings, as they were common content. Well, let me tell you a secret: They are doing it wrong. Actually we are doing it wrong ( nothing against this fantastic post of Ruben, just take a look at how we do the numbers, directly in HTML as text ). A little time ago I was wondering about this thing, isn't it more a CSS job? Actually yeah, it is. We have to keep content in HTML and presentation in CSS, and since we may want other ways to order titles, they are all about presentation. But, how can we do this kind of thing? One class for each item? That would be terrible! Then CSS counter property comes to save us. It is a pretty unknown property that allows us to perform a simple count via CSS. It will be better explained with our demos :D So, let's rock!
An Introduction to Object Oriented CSS
With richer interactions and media heavy pages mushrooming on the web, creating web pages, which load faster and respond well has become a challenge. Separating the content, presentation and behavior of a page using HTML, CSS and JS, is not the only thing that front-end engineers have to concentrate on nowadays. The limelight is now on the performance of the pages, cleanliness and leanness of the code within, scalability and reusability of CSS, and the semantic correctness of the markup. There are a handful of frameworks, techniques and approaches that are built towards this goal of maintainability, scalability and reusability of CSS. Each of them is having its own pros and cons. But, this is not a stage to elaborate on all of them. This article is an introduction to implementing the concept of ‘Object Oriented Programming’ in building CSS for high scale websites and applications, with an eye on maintainability and reusability.
Traits Every Small Business Website Should Have
There is always vast room for improvement with any website, and small business websites are no exception. With the phone book a communication tool of the past, establishing a solid online presence is at the forefront of a lot of small businesses. If you’re a small business owner, your website is a pivotal part of your marketing and branding, and shouldn’t be taken lightly. It’s integral to not just focus on appearance – but usability – as this will play a major role in how long your customers stay around. In this article I will address the areas that factor into whether a small business website is ultimately successful or not. Pay careful attention to these areas in your next design for a small business, as they will reap benefits for your clients in the long run.
Why Facebook is King: Success and Competitors
We all know what Facebook is. Most of the people we know use it to connect and to entertain themselves through games. What made it popular and successful is how it revolutionized social media, sharing of information and online entertainment. Facebook users range from civilians to politicians, actors and actresses, music bands and charity organizations, and just about anybody that can use a computer and has internet access. Of course Facebook has its issues with user information being used in advertisements and tons of privacy and security issues, but let's not dwell on the dark side and see why Facebook is hot. You know, ignorance is bliss.
Bridging the Designer-Developer Gap
How are ‘Right brainers’ different from ‘Left Brainers’? Well, this is not a zoology question being thrown at you. If you are working on a team dealing with websites / apps, and if there is a design team working with a team of developers, you probably would be witnessing the answer to this question every single day you work! This is an inevitable fact, and it is this difference that makes the two communities thrive, and the best team is the one which finds a way to converge the collective wisdom of both these ‘species’ into the final stage of their deliverable – An ideal human-machine interaction experience, filled with life and satisfaction. But in reality, most of the teams stumble at this moment, when the ideologies of both of them should be given weight and injected into the final product, and this shortcoming, is the whole essence of this article.
20 Reasons Why Your Website Design Sucks Part 2
In 20 Reasons Why Your Website Design Sucks part 1, I've started with a short introduction about why clients should be just clients, and why some self-proclaimed web designers shouldn't be "designing" at all. We then explored important concepts which you need to know before you start designing and planning a website. A thorough knowledge of concepts like balance, white-space, and overflow make the difference between a good and a bad design. Like the previous article, we're focusing on another 10 mistakes that can transform your website design into an unpleasant place to be. However, this time I won't show you extremely bad layouts that make you laugh, we are now on the next level and will focus on bigger mistakes that good designers make.
How to Customize Twitter Search and Profile Widgets
So you want to say something and get heard from anywhere. The best way to do this is with Twitter and its widgets. We will be talking about a profile widget, that shows your latest tweets, and a search widget, that runs a custom query search and shows all the results. They have a pretty simple customization when you generate them, but what many people haven't noticed is that you can make advanced customization to them with CSS. This is possible because the Twitter team has made it without using any inline CSS rules, and they are such nice people that almost all their CSS is quite simple to overwrite (just with the class of the item itself in most cases). Then, what you have to do is to turn on your CSS Zen Garden side and let your imagination create awesome widgets in a really simple way. So, let's rock!
6 Things Designers Should Do in Summer To Keep Themselves Fit And Healthy
Summer's here - ready or not. For some of you it has certainly brought some changes but some of you haven't even noticed the new season's here. I live in a resort town couple of minutes from the sea so summer has definitely changed my daily routine. I've spent nearly all these past days by the sea and acquired a quite red skin color which hurts a bit. For that reason I'm now at home and sharing this article with you. Summer can be incredible and memorable if want it to be. This article presents seven tips for designers (and anyone else) to make your summer superb and get you ready for the next working season.