Blog

Content before 2026 was migrated and some information might have been lost.

IndexedDB

Published on April 4, 2014.

IndexedDB é uma forma de guardar informações no browser. Neste post vamos criar uma página que possui um campo de texto e um botão que ao pressionado salva o conteúdo da caixa de texto.

Layout

O layout é bem simples. Download do layout aqui. <00.html>

{width=“25%”}

Banco de Dados

Banco de dados é consiste de um ou mais objetos de armazenamento. Cada banco de dados é identificado por um nome e uma versão.

More ...

WeeChat

Published on March 31, 2014.

WeeChat é um cliente de IRC. Neste tutorial será apresentado como configurá-lo.

Instalação

Debian:

# apt-get install weechat

Fedora:

# yum install weechat

Arch:

# pacman -S weechat

Iniciando

Para iniciar o WeeChat:

$ weechat-curses

{width=“25%”}

Para obter ajuda:

/help

Para obter ajuda sobre um comando específico:

/help comando

Extensões

O WeeChat possui várias extensões/scripts úteis. Para ajuda sobre o gerenciador de extensões:

/help script

Alguns dos scripts que utilizo são: buffers.pl, iset.pl e autojoin.py. Para instalá-los:

More ...

MDN Translation Review

Published on March 29, 2014.

Florian Scholz and Jean-Yves Perrier had request to test and give some feedbacks about the new features of MDN (Mozilla Developer Network related with the translation of the pages.

In this post you will find my feedbacks.

Documentation Status Page

I really like the Documantation Status (e.g. MathML Documentation Status). It gives a great overview of what I can do to help build a better web.

{width=“25%”}

Start a translation

{width=“25%”}

To start the translation of a page, click on “LANGUAGES” -> “Add a translation”.

More ...

Hacking Gaia with Firefox OS Simulator (Updated)

Published on March 29, 2014.

Almost a year ago Salvador de la Puente González wrote a post (under CC-BY) about hacking Firefox OS default user applications (named Gaia) using the browser Simulator.

This is a updated version of Salvador’s post with parts of Salvador’s original.

Step 0: set-up

Install the nightly version of Firefox. You will find the files needed at Nightly build page. After install the nightly version start it.

{width=“25%”}

In the menu bar (you need to press “Alt” to show it) go to “Tools” -> “Web Developer” -> “App Manager” or enter “about:app-manager” in the URL bar.

More ...

Firefox OS e ADB

Published on March 29, 2014.

Firefox OS é o sistema operacional desenvolvido pela Mozilla. Para acessar algumas funcionalidades internas dos aparelhos com Firefox OS é necessário utilizar o Android Debug Bridge (ADB).

Nesse post será mostrado como instalar e utilizar o ADB para acessar um aparelho com Firefox OS.

Instalação para Arch Linux

Antes de mais nada é preciso habilitar o “multilib” para o gerenciador de pacotes. No arquivo /etc/pacman.conf, certifique-se de ter as linhas abaixo:

More ...