Today i changed my layout a little. I came around some webkit only css functions: Transformations. Webkit is the browser engine for Apple’s Safari and Google’s Chrome. Its still awaiting CSS3 approval so it wont work in other browsers yet. In my menu i’ve added : .menu a { -webkit-transition: -webkit-transform 0.2s ease-out; } .menu [...]
Yearly Archives: 2008
Make IE behave like a standards-compliant browser
Jeroen van wissen just send me a link to a javascript library that makes IE behave like a standards-compliant browser. Looks nice! Think I will try it on my next project! “IE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes [...]
iPhone + sqlite example
Nice SQLite example on icodeblog.com
HTML 5 canvas element
Just found a nice article how HTML 5 is already changing the web. HTML 5 introduces a new element named canvas. The canvas element can be used for rich animations without plugins. Most new browsers already support this element (except of course IE). More on the canvas element : Cavanscape – 3D Walker Mozilla Canvas Turtorial Creating [...]