Posts tagged: FireFox

Firefox accelerometer

Paul Rouget shows off some cool new demos that are baking on the trunk of Firefox currently.

First are some nifty new events that get fired if your computer has an accelerometer:

JAVASCRIPT:

  1. window.addEventListener(“MozOrientation”, function(e) {
  2. /* 3 values: e.x, e.y, e.y */
  3. }, true)

It works with MacBooks and on Windows and Linux with Thinkpads.

Check out this cool screencast of the orientation event in action:

orientation_demo

They also have WebGL and CSS Transitions going in Firefox trunk now as well! There are some demos in the original blog post of WebGL + CSS3 + SVG as well as CSS Transitions + the HTML5 Video tag that are very cool (require Firefox Nightly).

Here’s an example code snippet showing how you can use CSS Transitions to change the background color of a DIV over time as well as changing the width and height of an HTML5 Video at the same time:

CSS:

  1. div {
  2. -moz-transition-property: background-color, height, width, font-size;
  3. -moz-transition-duration: 2s, 1s, 2s, 1s;
  4. -webkit-transition-property: background-color, height, width, font-size;
  5. -webkit-transition-duration: 2s, 1s, 2s, 1s;
  6. }
  7. div video {
  8. -moz-transition-property: width, height;
  9. -moz-transition-duration: 2s, 2s;
  10. -webkit-transition-property: width, height;
  11. -webkit-transition-duration: 2s, 2s;
  12. }

Someone’s also put together a cool demo that puts the new accelerometer support with some SVG to create a Super Mario Kart clone:

mario_orientation

Fonte:Ajaxian

Open web tools mozilla labs

A mozilla labs criou um directório, onde podem ser encontradas de uma forma simples e rápida várias “ferramentas” para programadores, tentaram reunir numa só página algumas das ferramentas conhecidas dos programadores.

http://tools.mozilla.com/

E claro tudo ferramentas opensource.

A página ainda dispõem de um formulário de pesquisa, muito útil caso queiram pesquisar só pelo design , código etc..

Browsers Play

Browsers

Firefox , Opera , Internet Explorer, Safari …

FireFox 3.0.5 – Grátis novidades

Dia 16 de Dezembro saiu uma nova versão do FireFox a 3.0.5

Transfira Já – Grátis

O que há de novo no Firefox 3.0.5

O Firefox 3.0.5 contém as seguintes actualizações:

  • Resolvido vários problemas de segurança.
  • Resolvidos vários problemas de estabilidade.
  • Lançamentos oficiais dos idiomas Bengali, Esperanto, Galician, Hindi, e Latvian já disponíveis.
  • Substituído o Acordo de Licença de Utilizador Final por uma nova barra de info “Conheça os seus direitos” na instalação inicial.
  • Ao instalar vários XPI assinados em simultâneo, as versões anteriores do Firefox falham.
  • Resolvidos vários problemas encontrados com a implementação de acessibilidades.
  • Adicionada a habilidade de enviar notas específicas do SO no crash reporter.

WordPress Themes