cancelBubble is a collection of useful links by and for professional web designers and developers.

Search: safari

Good news you sexy beast, I have found 47 results for you.

*HTML/CSS CSS Voodoo - The dark art of CSS Hacks

Submitted by matt 45 days ago (more from blog.ginader.de)

Since I joined Yahoo! I stopped using Conditional Comments for Performance Reasons (less HTTP Requests). So I needed to get familiar again with the common Hacks for Internet Explorer I had completely forgotten about. Over time I hardly ever ran into situations when other Browsers misbehaved - but it did happen. Here's the current State of my CSS Hack Collection.

*HTML/CSS CSS3 Gradient Buttons

Submitted by matt 135 days ago (more from webdesignerwall.com)

How to put the CSS gradient feature to good practical use. Pure CSS: no image or Javascript is used. The gradient is cross-browser supported (IE, Firefox 3.6, Chrome, and Safari). Flexible and scalable. Three button states: normal, hover, and active. It can be applied to any HTML element: a, input, button, span, div, p, h3, etc. Fallback: if CSS3 is not supported, it will display a regular button.

*Miscellaneous iPad web development tips

Submitted by matt 154 days ago (more from nczonline.net)

There’s a lot of information about how your site can be made to best work with the iPad, and I’d like to add a few nuggets to that body of knowledge.

*Miscellaneous Preparing Your Web Content for iPad

Submitted by matt 181 days ago (more from developer.apple.com)

Safari on iPad uses the same WebKit layout engine as Safari on Mac OS X and Windows. You can ensure that your website looks and works great on iPad, and even create new touch-enabled web experiences for your customers, by considering a few specific differences between iPad and other platforms.

*Programming Blackbird - Open Source JavaScript Logging Utility

Submitted by matt 243 days ago (more from gscottolson.com)

Blackbird offers a dead-simple way to log messages in JavaScript and an attractive console to view and filter them. You might never use alert() again. Blackbird is has been smoke-tested on the following browsers: Internet Explorer 6+, Firefox 2+, Safari 2+, Opera 9.5

*Tech News November 2009 browser stats: IE8 passes IE7

Submitted by matt 278 days ago (more from arstechnica.com)

Internet Explorer 8 has passed Internet Explorer 7 and is about to pass Internet Explorer 6. Meanwhile, Firefox is almost at 25 percent, and Chrome readies to take on Safari.

*Programming gRaphaël—Charting JavaScript Library

Submitted by matt 331 days ago (more from g.raphaeljs.com)

gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library. gRaphaël currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.

*Miscellaneous Roundup: The Ultimate Mac Browsers List of 2009

Submitted by matt 333 days ago (more from macstories.net)

Despite the big names, there are dozens of less known apps, surely worth a try, which I’d like to talk about .

*HTML/CSS @font-face in Depth

Submitted by matt 336 days ago (more from useragentman.com)

A detailed in-depth post on @font-face covering using fonts via CSS and detail on how fonts are rendered in various browsers. In an nutshell: Fonts displayed on Safari for Windows (and all browsers on the Mac) look the nicest. IE does a poor job when displaying fonts converted from OpenType. Firefox users first see the page without the embedded font until the font is loaded completely.

*HTML/CSS How to Create a Valid Non-Javascript Lightbox

Submitted by matt 1 year and 3 days ago (more from carsonified.com)

I recently came across a solution on CSSPlay for a JavaScript free lightbox that uses invalid markup. So, being a sucker for a challenge, I set myself the task of creating one with valid markup and I eventually succeeded. It works in FF, Safari, Chrome, IE6, IE7 and IE8 and this article will explain how…