Archive

Posts Tagged ‘Reasons’

5 Reasons Not To Resize The Browser Window

July 23rd, 2009 No comments

Some website developers prefer to resize the browser window of the visitors, without their permission, to display their own creativity in terms of flash, presentations and other graphics in either a full screen window or a browser window size that best displays what they have created. These developers either just do not know that it annoys most of the visitors, me included, or may be they never gave it a thought. Its impact on a business is even more, when a designer does something similar with their site or presentation, it ends up annoying the visitor who could also have been a potential customer and drives them away from the site.

If you are a wanna-be web designer, already established or an experienced designer, I put forward a list of reasons which tells you in clear terms that you should not follow this practice, give it a thought and you may agree with me if you think from a visitor’s point of view.

  • It’s annoying – You may have never asked people who visit your or your client’s website but you should know that many people don’t like their browser window being resized without their consent.
  • Increased screen resolution – Gone are those days when people used to have 640×480 or a maximum of 800×600 screen resolution. Computers have become a lot more cheaper now and that also includes monitor. Screen resolutions have increased and on an average over 90% of computers use anything over 1024×768 pixels resolution.
  • It’s not your browser – It’s your visitor’s browser, not yours! Period! If you can not help it and must resize the browser window because you want to show them a very large drawing picture or a design of some mechanical instrument, first display a notice to let them know and only after they click on it you should change the browser window size. Makes sense?
  • Resizing everything? – If you rely on a javascript to detect and adjust your site’s content according to screen resolution or size of browser’s window and if a visitor does not has javascript enabled [~5% don’t], you may not be able to do that. It may end up cluttering the layout. Don’t you think so?
  • You’ll lose visitors – Visitors don’t like to see their browser window getting resized without any notice, they might end up closing your site and never want to come back again.

14 Jan 6 Reasons Why Designers Should Code

March 18th, 2009 No comments

I know, I know…none of us creative types want anything to do with coding past the very basic HTML/CSS we need to know to get our designs to the developers.

Doing development is something for those programming grunts, those code jockeys, those geeks.

Why should we enter the trenches of development when it’s so nice up here with the Photoshop brushes, afternoon tea, and MacPros? Because you’ll be a better designer for it.

Skeptical? Read on and discover 6 reasons why designers should code…

1. Better XHTML

I’ve worked with and known many designers who knew only the bare minimum needed to get their designs out of Photoshop and into a web format. Oftentimes they would make use of a software program or plugin like SiteGrinder. While these programs keep getting better and better at making compliant code, they still don’t match the human-produced variety.

Knowing how to write your own standards-compliant XHTML will make you a valuable addition to any web team (emphasis on the standards-compliant part). With all the fuss about PHP, ASP.NET, Ruby, and many other languages, people tend to forget that everything ends up being HTML in the end, because that’s what your browser has to have in order to render a page. The more you know about the medium you work in, the better you work in that medium.

2. Better SEO

And while we’re talking about standards-compliant code, we should mention SEO. This is a big buzzword, though not quite as much as it has been in the past. However, what this means is that SEO is becoming a much more commonplace idea of what a website should strive for, instead of just an added special feature for big business sites.

If you can learn to write your own code, you’re much closer to being able to list “SEO Compliant Designs” on your sheet of available services. That means you can charge more, and it’s another badge on your hat.

3. Better Accessibility

Better code and better SEO = better accessibility. Part of of the job of any designer is to present information in a clear and coherent manner, and on the web that means not solely in a visual manner. A shoddily-coded website can be a nightmare to navigate if you’re blind, or even if you’re using a mobile device.

Learning the ins and outs of developing code for accessibility not only allows you have that knowledge as part of your production skillset, but it will also help you to better understand the considerations you should take when designing for accessibility.

Accessibility is a mandate for all government websites, nearly all education sites, and businesses are starting to see the value in it as well. The more people you can reach via your site, the more chance you have of accomplishing your goal, whatever it may be. And that has to be reflected in any successful design.

4. Better Left Side

Being a right-brained creative is great, but giving your left side a workout can spur on creativity of a different nature. The motto at the bottom of the WordPress website is “Code Is Poetry”, and this is because translating a written language to something that can be visually seen is truly an art form.

Learning to write your own code opens up whole new avenues of expression. Developing your technical and analytical abilities can improve your information design, developing wireframes, and create a pathway to work with interaction design. And who knows, it may even improve your math skills!

5. Better Communication

It’s easy to get lost in the techno-jargon used by developers, simply because you may not have been exposed to the type of things they are discussing. Digging in and working with code yourself will allow you to become familiar with the terminology that is used when conversing about the construction of a site.

Being able to speak the lingo will help when you need to communicate with a developer or project manager about how a design should be implemented.

6. Better Design

You can only do so much knowing the fundamentals of design. Typography, color theory, composition, etc. are all fantastic and extremely important skills to know (and know well)…but eventually if you want to excel in your creativity, you must learn the tools of the trade. Painters learn about canvas types, paint compositions, and bristle qualities. Web design is no exception. Learn to code: you’ll be better for it.

Written exclusively for WDD by Ryan Burrell.