“the j stands for Jasponyx”
about me | blog | facebook profile | linkedin profile | twitter profile | stuff i've done | stuff i like | wordpress plugins

21 March, 2009

Rounded corners (a few years too late)

Filed under: Web Development — Tags: , , — John @ 7:42 pm

I know rounded corners have come and will probably soon go, but after some searching for a good solution this one by far seems to the best:

http://www.tillett.info/2007/09/11/orb-fluid-css-one-image-round-borders/

My reasons?

  1. I think the use of JS for rounded corners is not justified
  2. Pure CSS methods add horrible amounts of markup and CSS
  3. The traditional 4-image approach is ok but means 4 separate image requests, rather than the 1 that this method uses

18 March, 2009

Excellent tutorial on Javascript arrays

Filed under: Web Development — Tags: , — John @ 12:44 pm

I’ve referred to this so many times I thought it would be good to post it here:

http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/

Powered by WordPress