Showing posts with label web design. Show all posts
Showing posts with label web design. Show all posts

Saturday, August 8, 2009

Design Feedback

I guess I haven't thought very critically about web design within the context of American society. I'm in Costa Rica working to co-create (i.e. hopefully with the influence of others) a social network for non-gov'tal organizations. Recently I've been seeking feedback about the site in face to face meetings, because I haven't been getting any though digital means (email, chat, feedback forms). I'm realizing that I have culture googles on. So I'm learning that looking at the forefront Web 2.0 standard-creating designers in the States (or other Northern countries) is perhaps not the only inspiration I should seek to design here, in Costa Rica. A lot of NGOs that do have websites have sites that look pretty old, I'm talking Geocities-era. If these are my peers, and the audience I work with is used to navigating these kinds of sites, I better pay more attention to them, and see how I can emulate Geocities within a Web 2.0 framework.

It's an interesting issue. Here's an example, the default tabs created by Drupal and the Zen theme are pretty standard, at least from my perspective. (Take a look)However, recently a professor at a national university told me that if he sees these tabs, he thinks that the "Editar" section is grayed out because it's unavailable -- so he wouldn't bother to click it. I had never thought of it that way.

Another prominent example I've heard a few times is genearl unfamiliarity with the Google Maps. Being pretty tech saavy, I take this fluency for granted, and I know what happens if you scroll with your mouse placed over the map. I haven't seen anyone here use Google Maps as the American designers intended them to be used.

Not to mention that the idea of a "social network" is much different than navagating the web more like a book, with a linear lay out and table of contents you can reference. My advisor calls being able to navagate something like a social network "branching literacy". Apparently, this skill isn't very developed in Costa Rica.

Just some food for thought. If you have any tips to suggest, please do!

Wednesday, October 29, 2008

Creativity+Design

A few things I've recently ran across have really sparked my creative side:
  • A movie by Care.org called The Girl Effect. It's one of the better examples of good typography I've seen.
  • Twitter's introductory video. A very simple and low-budget video that introduces the concept of Twitter and provides motive to use it. The group (Common Craft) that did it has more similar movies on their website, but I think Twitter was the best.
  • A list of design RSS feeds. A lot of them are inspirational (in the design sense).
  • Plus, a personal favorite, rainbow-based designs.
Enjoy!

Wednesday, September 24, 2008

MySQL on Windows Vista

P.S. If you have vista and you're trying to run MySQL, do not use 5.0. You must use 5.1. 5.0 doesn't work with vista.

Monday, September 8, 2008

Web Dev Tips

I'm just figuring out how to become a freelance web designer. If you're in the same boat, I want to share some resources with you:
  • Firebug - a Firefox plug in to modify HTML and CSS (plus a few others) live in the browser
  • CSSVista / Litmus - CSSVista is the desktop version of Litmus - which both let you view HTML and CSS in multiple browsers. Yes, this really is what you've been longing for.
  • http://lynda.com/ - Lynda.com offers tutorials on just about anything you can imagine that's related to web development.
  • idealist.org - I'm personally interested in working with non-profits or non-governmentals to develop their websites. Idealist.org can be a good place to find jobs in that arena.
  • Web Developer toolbar - this toolbar adds tons of functionality to Firefox related to web development - anything from CSS to forms to resizing the window, etc etc.
  • ColorCop - a program with an eyedropper tool to grab colors from anywhere! (RGB and Hex values)
  • Inkscape - opensource vector graphics program
That's all off the top of my head right now. (Thanks to Kate for most of them.) Good luck.