my mind is totally blown away by c3 technologies, a recent apple acquisition, that focuses on 3d mapping. can’t wait for apple to build something to replace google maps for its iphone/ipad users, hopefully with better navigation functionality.
(full scoop on 9to5mac.com)
here is doug crockford, giving a talk at google.
I’m playing trumpet in the Woodside Community Theater’s production of South Pacific this fall. The show runs from 10/28-11/6. tickets available online.
it’s going to be a good show!
if you want to style disabled inputs, you have a few options. you can manipulate the text color and background color in every browser except for IE, using a combination of pseudo classes and attribute matching:
input[disabled="disabled"], input:disabled {
color:#3333ff;
-webkit-text-fill-color:#3333ff;
background:#cccccc;
}
however, IE [...]
i stumbled upon a graphics time capsule — a video of the 1993 winner of a big graphics conference in finland, from a company called future crew:
while i could comment on the huge advances in graphics technology in the past 18 years, i think it’s better to quietly laugh, and admire something more [...]
i just wanted to mention that this developer is making & collecting some amazing things with css3 background gradients:
http://leaverou.me/css3patterns/
that is all.
i thought it’d be a good challenge to recreate the shiny, lickable apple.com navigation using only css3. i think it worked pretty well:
theirs:
mine:
and again, as an iframe (try rolling over)
the css code:
.apple {
line-height:28px;
font-size: 20px;
[...]
i’m taking a course on HTML5 and CSS3 this fall at college of san mateo. while i have been dabbling and reading a lot about html5 since mainstream browsers started supporting it, i’m excited to have a class where i can have everything laid out in a structured format. i’m also willing to bet [...]
i’ve heard that wordcamp is a great conference, but i still have never been. while i would have liked to finally go this year, i had a close family friend’s wedding to go to that weekend instead. luckily my co-worker adria was able to go, and she brought back some goodies:
i thought it would be a fun css project to create the texas state flag entirely from code (meaning, without any images). you would think that a css star would be near impossible, but discovering that it could be done is actually what started this. someone sent me nicolas gallagher’s star pattern, which [...]
Latest Tweet
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
Archives
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- July 2010
- April 2010
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- April 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006

