egermano.com

aA little bit of Bruno Germanob

jQuery Plugin gaTrackers

Hiho,

A few months I built a jQuery plugin to help to track your pages views and events using a Google Analytics. View the source in my github.

To use you’ll need add the jQuery and my plugin in your HTML file. Like that:

Function.bind

Hi guys,

In most projects that I work in some moment I need to change the scope of a execution of any function in javascript.

For example: I need to change a content of any element in my HTML in a asynchronous request, but the scope of this asynchronous request is somewhere I don´t know, so i use a bind prototyped function of a Function native object to change or set the scope for me like this:

Welcome

Hello, this is my new blog. All of the other contents that I’ve published before I did backup, but i don’t know if I’ll put it in this blog.

I wanna focus this blog in tech, developer technics and things around this things.

Welcome, and thanks for visit.

I will put more content during the time.

Cidade E Estados Brasileiros

"Cidades e Estados Brasileiros"

Fala Galera,

Estou desenvolvendo um sisteminha que vai ter um formulario de cadastro, um dos dados mais importantes desse formulario é o endereço do fulano. Fiz uma busca rápida na internet e não encontrei uma basa free descente de cidades e estados então resolvi fazer uma, juntei várias informações que achei de outros lugares e juntei tudo pra ficar redondinho… Depois de um tempo ficou pronto.

Twitter Highlight

Hi guys,

I built a JS helper that will help a lot people.

Fork me: http://github.com/egermano/twitter-highlights-js

In the sources you will find a index.php file in it you will find a complete example. In that file, I call a twitter api to list some tweets and I use a twitter highlight to apply links in usernames, hashtags and links.

#001 – DH ZINNER

Fala Galera,

Hoje vim escrever um post um pouco diferente dos outros, hoje vim apresentar para vocês uma cidade.

Essa cidade tem muitas coisas curiosas, desde sua localização, até aos seus habitantes. A cidade foi fundada recentemente, até seu surgimento se deu de forma curiosa.

Pra variar, tudo começa em uma mesa de um Pub. Alguns amigos conversavam a respeito de sociedade, religião, política e o lançamento do último CD do Fresno. A conversa estava bem aquecida, mas volta e meia alguém pedia mais uma rodada e a conversa voltava a se esfriar. Na realidade não me lembro muito bem em que momento criamos a cidade, mas criamos.

Build HTML Table With Javascript

In this article i will show how handle a html table using the javascript and DOM manipulation. The gains of creat and handle the html tabel using js is that all of the tabel structure it´s easy to handle throught DOM. You can change all the table or you can change each cell or row independently.

To build a html table I built these scripts to show: