Sunday, September 27, 2009

Google Chrome Frame

Uma ferramenta que permite criar suporte para HTML 5 e java-script standard para o Internet Explorer.
para mais informações:http://code.google.com/chrome/chromeframe/

1 comment:

  1. Anonymous8/1/10 23:13

    Your blog keeps getting better and better! Your older articles are not as good as newer ones you have a lot more creativity and originality now keep it up!

    ReplyDelete

Git get all remote branches

git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...