Category Archives: Articles

Hide file extensions in URLs with .htaccess files

I was working on a (rather neglected, outdated) site I had previously done and decided it needed some (rather, a lot of) improvements. I was looking for a way to get rid of to clean up the URLs without having to remap my files. .htaccess to the rescue!

.htaccess files are a wonderful thing, and incredibly powerful, ignoring the bad experience I had with them on my current web host (fortunately, this project is hosted by another web host, and everything runs perfectly with them :)), and Apache’s mod_rewrite module does exactly what we need. Continue reading

Best Practices for Speeding Up Your Web Site

Minimize HTTP Requests

80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the key to faster pages.

One way to reduce the number of components in the page is to simplify the page’s design. But is there a way to build pages with richer content while also achieving fast response times? Here are some techniques for reducing the number of HTTP requests, while still supporting rich page designs. Continue reading

Introduction to Personas

Understanding the needs of users is one of the most critical success factors for any intranet or website project. Understanding these needs in a rapid fashion has arisen as project timelines have shortened and the pressure has mounted to deliver value early and often.

Personas allow you to identify and communicate user needs efficiently and effectively. By developing ’stand in’ users, based on real user data, the design team can concentrate on designing for these archetypal users with the confidence that the needs of the broader user base will be meet.

Read more about this

Other source

Understanding and using technological affordances: a response to Boyle and Cook

Our use of affordance draws on Salomon (Salomon, 1993) who takes the definition back to Gibson and Norman (Gibson, 1977; Norman, 1988). Perhaps a key difference between the use of the term affordance in design is the emphasis on intended use, whereas our approach reflects Salomon’s focus on ‘possible’ use. Like Gibson the approach taken in our paper is focused on the relationship between the infrastructure of information and communication technologies and people’s use of those technologies. We are interested in asking questions about what uses ICT invites and facilitates, what it lends itself to and what it can do well. A potential difficulty with using a term so popular in the field of design is that ‘use’ tends to be focused on how something ‘should’ be used, what it is designed for. Discussion about affordance can be limited to the intended, prescribed or designed function of technology. We are also interested in exploring the creative and innovative way people respond to technologies and perhaps adapt them for use in unforeseen circumstances. An affordance of the technology does not simply refer to the intended use but also to the unintended consequences.

Read Full Article here