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

Search: firefox

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

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

Submitted by matt 48 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 CSS Usage - Firebug extension to view which CSS rules are actually used.

Submitted by matt 56 days ago (more from addons.mozilla.org)

An extension for Firebug which allows you to scan multiple pages of your site to see which CSS rules are actually used in your site.

*Miscellaneous XRefresh

Submitted by matt 56 days ago (more from xrefresh.binaryage.com)

A browser plugin which will refresh the current web page due to a file change in selected folders. This makes it possible to do live page editing with your favorite text editor. Typical usage scenario is for local web development on a machine with two monitors, the first monitor is for source code editing and the second one is fully dedicated to previewing the web page in Firefox.

*Miscellaneous Firefox Browser Window Heatmap

Submitted by matt 69 days ago (more from heatmap.mozillalabs.com)

Ever wonder how many users use the back button or the scrollbar? Mozilla just released a heatmap showing how users interact with the various buttons and functions of their current browser.

*Tech News IBM names Firefox its default browser

Submitted by matt 70 days ago (more from news.cnet.com)

Firefox has become the default browser for nearly 400,000 IBM employees. "All IBM employees will be asked to use it as their default browser," said Bob Sutor, vice president of open source and Linux at IBM's Software Group. "Firefox is enterprise-ready, and we're ready to adopt it for our enterprise."

*HTML/CSS How HTML 5 link prefetching can make your site load faster with one line of code

Submitted by matt 99 days ago (more from keyboardy.com)

One of the lesser-known jewels of HTML 5 is link prefetching. The idea is to extend the time-honored concept of image preloading to HTML content. The browser automatically downloads the page you specify in a background process as soon as the user’s computer is idle. When the user finally clicks a link to that page the browser serves it from the cache. Only supported by Firefox at this time.

*Accessibility How to use NVDA and Firefox to test your web pages for accessibility

Submitted by matt 119 days ago (more from marcozehe.de)

A guide to testing your web sites or web applications using both NVDA and Firefox. While there are many tools available to check whether your pages are semantically correct, it is always helpful to also use a real screen reader to hear what your pages would sound like to a blind visitor.

*HTML/CSS CSS3 Gradient Buttons

Submitted by matt 137 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.

*Tech News Firefox: Privacy-related changes coming to CSS :visited

Submitted by matt 162 days ago (more from hacks.mozilla.org)

For years the CSS :visited selector has been a vector for querying a user’s history. When combined with getComputedStyle() someone can walk through your history. At Mozilla we’re serious about protecting privacy, so we’re going to fix this problem for our users. To do so we’re making changes to how :visited works in Firefox. These changes will have some impact on web sites and developers.

*HTML/CSS Easier print CSS coding using Firebug and Web Developer Toolbar

Submitted by matt 175 days ago (more from neutroncreations.com)

Print stylesheets are an aspect of front-end engineering that rarely get any love, and they’ll often be ignored until the last possible moment before launching a site. Sometimes they might even be forgotten altogether. But how to make the process of creating a print stylesheet as painless as possible? Here's how with Firefox and its two close friends; Firebug and Web Developer Toolbar