FOWD – UX Masterclass

May 18th, 2010

UX isn’t sprinkles

it’s not all about jazzing things up with DS and glows

UX Recipie

-experience over time

managing the touchpoints and dead zones

IA and UI go hand in hand

need to deal with the minutia of interactions over time (hovers, clicks)

-fundamentals

colour, composition, grids, typography …

Seth Godin says the product needs to be 10X better than the existing standard to become the new standard

talkaboutability (word of mouth advertising)

simon sinek – how great leaders inspire

start with the why and not with the what or the how

who -> why ->how -> what

examples – heston – dietmar rams

Author: Seth Godin

FOWD – Web accessibility in web design

May 18th, 2010

major tv broadcasters contributing to projectcanvas.info to create a very accessible set-top box.

mobile traffic to increase by 400% by 2015 (search the chris voss show)

read mobile web design tips and tricks on mashable.com

FOWD – Graceful degradation of CSS3

May 18th, 2010

css3 first in a rule then place standard rules

@font-face

– fout
– IE needs EOT

text shadow

– no IE support

border-radius

– different syntax for all browsers
– no IE support

box-shadow

– different syntax for all browsers
– no IE support

opacity

– no IE support

rgba

– no IE support (until v9)

transform

– skew rotate
– no IE support

gradient

– mozilla and webkit only
– not IE and opera
– fallback bg image rule first

alistapart – progressive enhancement with css

modernizr

Make IE7 behave like a proper browser!

code.google.com/p/ie7-js

delicious.com/denisejacobs/gdcss3
delicious.com/denisejacobs/gdcss3examples

———————————-

Denise has just put on one of the funkiest presentations I have ever seen!

FOWD – Advanced HTML5

May 18th, 2010

geolocation websocket canvas webworkers

HTML5 Geolocation

create location aware services using browser built in API.

data comes in as long lat and accuracy (maybe altitude heading and speed too)

if (navigator.geolocation) {do stuff}

HTML5 WebSocket

Create an AJAX type bi-directional connection.

comet – server can push data to the browser

both still based on HTTP

WebSocket is a full duplex text based socket between browser and server

Massive reduction in overheads

if (window.websocket)

http://www.websockets.org/

kaasino.com/poker.html – html5 and js only poker game and websocket

HTML5 Canvas

Canvas is a scriptable bitmap canvas (not vector)

create a path, move it (translate) then stroke it. Reminds me of the old Pascal turtle.

for every pixel you can control the rgba value

heatmap – changing pixel values on mouseover (access to all standard browser events)

HTML5 Web Workers

The ability to run scripts in the background! Uses another process thread/cpu.

The worker cannot communicate with the page?? (need to investigate)

————————————————–

Cool session.

FOWD – Create Destroy

May 18th, 2010

doodlebuzz.com

Very interesting way of viewing the news. Find an article and draw a line from it. Crazy use of a news API feed

Google Wave integration test

November 6th, 2009

I’m seeing how easy it is to plonk in a wave into this post here. Unfortunately, you probably won’t be able to see the results if you’re not one of the cool kids and not a waver. Sorry.

Read the rest of this entry »

User interface brainstorms for Firefox 4.0

July 28th, 2009

The initial mock-ups of what Firefox 4.0 might look like are extremely promising. I love the fact they are trying to reduce the height of the bookmark/toolbar/address bar area as this is my one main gripe about using Firefox on my netbook.

mozilla wiki

Ford utilise User Experience techniques in car design process

July 23rd, 2009

User Experience doesn’t just apply to websites as Ford are demonstrating in designing the new Fiesta.

For a more complete run down of what they’re doing pop over to the NY Times.

http://www.nytimes.com/2009/07/19/automobiles/19design.html

Installing Windows 7

June 26th, 2009

After a short stint with Unbuntu’s Netbook Remix, I decided it was time to give the RC of Window 7 a go on my Dell mini9 netbook.

So I followed this guide to get the .iso onto a usb key and a bootable drive and off it went. The only problem I had was during the BOOTSECT.EXE/NT60 H: command as described in the guide. An error message came up stating ‘The update may be unreliable since the volume could not be locked during the update:’. This was solved by closing the windows explorer window that was open on the usb key’s drive. After that it all went swimmingly. Took a while longer than I was led to believe but hey ho, it’s on there now.

Even with only 1GB of RAM in my netbook, it’s running pretty smoothly. The only thing I find slightly irritating so far is the taskbar looks really oversized on the dimiutive screen and takes up a large proportion of the screen real estate.
[edit] Media Centre crashes a lot!

Netbook Remix

Using this I quickly got irritated having to move the cursor to the top left corner to go back to the home screen, which in itself is very well designed. Also, it was far too easy for me screw it up after being shown the sudo install command and the Synaptic Package Manager. Although I should point out that this problem is completely down to me and not Ubuntu at all. I know next to nothing about Linux and will probably return to the Netbook remix once I’m bored with Windows 7.

BarCampOxford: CCTV

April 6th, 2009

Making CCTV information in the public domain

No quantative research about number of times you are captured on CCTV every day.

Freedom of information requests are hit and miss in terms of success.

There is no discussion in the public domain about why CCTV cameras are so heavily needed.

There is a basecamp site. Link to follow.

Why don’t we have access to this mass of information when we are the subject of this information?

How to get this information out in the open?

People take photos with their GPS enabled phone and upload to flikr and tag with e.g. CCTV, or emailed to a particular address and then GPS data extracted and applied to google maps/google earth/openstreetmap.


Page optimized by WP Minify WordPress Plugin