This is a neat concept. The quality of the video kind of sucks, but you’ll get the idea. Introducing Bespin from Dion Almaer on Vimeo. Did they say this project was started by someone named Russ Bespin? Who is this guy? Either that is a fake name to help fend off George Lucas’s copyright lawyers, [...]
Scratch is a new programming language developed at M.I.T. and specifically geared towards kids. Instead of using the conventional syntax based methodology, Scratch employs colorful building blocks (objects) which users can drag and drop. Each of these blocks has different attributes, and when combined with other blocks, users can alter the functionality of their program [...]
Three reasons sites break in Internet Explorer 7. This is a great write-up by Swedish blogger Roger Johansson. From my experiences over the last month, I would say he hit the hammer right on the head. This is what he had to say: Sites that have an XML declaration before the DOCTYPE, making IE 6 [...]
I finally fixed the IE7 problem that plagued this site, although it’s really only a temporary fix. It’s also a very ugly fix. I had to use a conditional comment in my code which detects Internet Explorer 7 browsers and then loads a separate CSS file. <!–[if IE 7]> <link rel=”stylesheet” type=”text/css” href=”../wp-content/themes/skyecade/ie7_hacks.css” /> < [...]
Internet Explorer 7 has been out for about a week now and my head is already spinning. For those of you who are not using this <sarcasm>fabulous</sarcasm> piece of software and can’t see the horrible mess my website has become, have a look for yourself. Isn’t it fantastic?. As you can see, the lists in [...]