Search

Thursday, 28 June 2007

Something wonderful happens when...

Something wonderful happens when the right people meet the right people at the right time create the right product for the right market.

Lesson to learn from "Apple", "Google", "Disney", "LucasFilm", "Ford" and other inspiring companies.

Monday, 25 June 2007

Apple wish-list

Dear Apple,

I am sure you must be extremely busy with iPhone launch, enjoying continues growth of iPod. I know you've recently changed your company name by removing the word "Computer" and becoming a media company, but please..please..please consider my wish-list below:

1. "MacBook Mini" comes with colour
  • 10" glossy widescreen
  • iSight
  • Flash based 16GB or 32GB HD
  • OSX Leopard
  • Built-in slot loading DVD - (i hate cables and external drives)
  • Sub $500 if possible
2. "iMac Touch"
  • Touch screen iMac
  • 20" wide screen tiltable, wall mountable.
Kindest regards,

Michael

Retro refreshing site

I found this website is pretty amusing. It reminds me of pixel art early 90s style.
I am sure we are getting a little bit tired after being bombarded with CSS driven, web2.0 style glossy shadowed interfaces.

THE FORMAT : DOG PROBLEMS



Enjoy!

How to use PNG background transparancy in IE6

It is known that we can't use PNG transparancy as a background in IE6.
This example below is a hack to do it, by utilising Alpha Image Loader :

#top {
background-image: none;
background-repeat: repeat-x;
float: left;
height: 12px;
width: 502px;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=images/2.png,sizingMethod='scale');
}