FerretArmy: A Web Developer's Paradise

Pushing the Web Forward, Since 2007

Entries Tagged ‘webkit’

Google Chrome Frame – Webkit in IE

Steve Ballmer has, in the past, stated that he would be open to the idea of Internet Explorer dropping the Trident rendering engine in favor of the open-source Webkit. I, for one, would love it if this happens – Trident is the bane of web developers around the world. Simply stated, it is holding the [...]

3D CSS Animated Image Carousel

Here’s a 3D CSS Animated Image Carousel that I created while I was learning about 3D CSS animation. Watch the video above to see the technique in action. If you’re on a 3D CSS animation capable browser (currently a non-production version of MAC Safari and mobile Safari in the iPhone and iPod Touch), go ahead [...]

New Theme, Digging Into WordPress

I just recently changed to a new theme for my site. Since then, I’ve been doing my first real digging into the internals of how theming works and how to talk to the back end of WordPress. It’s been a suprisingly pleasant venture – all your content is easily accessible and the interface is clean. [...]

Palm Pre and Webkit/WebOS

I hadn’t realized until very recently that the not-yet-released Palm Pre is wholly implemented using not much more than Webkit and HTML technologies. The entire platform is called WebOS, but it’s little more than a shell that is designed to run Webkit. This is an ingenious move in creating a smartphone, for a few reasons.
First, [...]

Chrome, Now 30% Faster!

Damn! It’s even faster now, AND a new version of Webkit! This brings Chrome up to at least the same Webkit version as Safari 4.

CSS Animation Fun

I’ve been working a lot more on CSS animations lately. There’s not much documentation out there and what is available is incomplete, so working with them is definitely a bit of a chore. I’ve been creating some examples that are pretty cool and demonstrate some more difficult techniques. They only work in Safari and Chrome, [...]

I Heart Webkit

Webkit is the rendering engine that runs Apple Safari and Google Chrome. Analogously, Trident powers IE and Gecko powers Firefox. Webkit, however, is by far the most advanced of the three (with Trident being a distant third).
Webkit supports some awesome advanced CSS features, including advanced selectors and animations. Check out some of these examples in [...]