#loading {
text-align: left;
position:fixed;
width: 100%;
height: 900px;
line-height: 1px;
}
#loading2 {
}</style>
<div id='loading'><div id='loading2'><font color='#ff0000' size='3' style="font: italic;"><b><img src='http://www.thematrixx.oi.com.br/lic/loading.gif'/></b></font></div></div>
<script>
// CARREGANDO //
function addLoadEvent(func){var oldonload = window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){if(oldonload){oldonload();}func();}}}addLoadEvent(function(){document.getElementById("loading").style.display="none";});</script>
Visualize para saber se está como você quer e se estiver Salve.
Agora vamos modificar o Loading.
Caso você queira modificar a posição do loading observe essas linhas em vermelho:
#loading {
text-align: left;
position:fixed;
width: 100%;
height: 900px;
line-height: 1px;
}
left : Esquerda
1px: Largura da linha
Quer que fique o meio da página na horizontal?
Troque "left" por "center"
Quer que fique no meio da página na vertical?
Troque "1px" por "900px"
Quer que fique do lado direito da página?
Troque "left" por "right"
Caso você queira modificar a imagem do loading.
<div id='loading'><div id='loading2'><font color='#ff0000' size='3' style="font: italic;"><b><img src='http://www.thematrixx.oi.com.br/lic/loading.gif'/></b></font></div></div>Troque "http://www.thematrixx.oi.com.br/lic/loading.gif" pela URL de sua imagem de preferência.
Troque a linha "Endereço url" pelas palavras de sua preferência.
Alguma questão perguntem que eu explico calmamente.
Como vocês sabem, ou deveriam saber, todos os programas de navegação informam os sítios que os visitamos, embora seja apenas o nosso "IP", em termos reais seria o nosso BI, embora por vezes existam casos em que o nosso histórico de navegação também seja partilhado, entre outras coisas, uma das formas que conheço que evita que isto aconteça é utilizar este navegador:
https://xerobank.com/
Podem ainda fazer um teste nesta página (https://xerobank.com/tools/anonymity-checker/) para verem quais são as informações que os sítios retêm de vocês.
Para navegar em segurança pode-se utilizar o Safespace, esta ferramenta de momento ainda é gratuita mas pelo andar do tempo deve começar a ser cobrado, como muitas ferramentas já foram.
Algumas coisas que é necessário saber é que se usares o Windows XP tens de ter instalado o "Net Framework 2.0", caso não tenhas podes fazer o download aqui (http://www.microsoft.com/downloads/pt-pt/). Um outro assunto é que após reiniciar carrega duas vezes no ícone do Safe space, e algumas dicas que posso dar são:
-Em "Home" vê as aplicações protegidas
-Em "Privacy" podes conhecer as pastas de disco sob vigilância
-Em "Aplications" podes conhecer as aplicações protegidas e adicionar mais em "Add".
-O "Purge Safe Space" apaga todas as alterações e permite que tudo fique limpo
-Quando estas a navegar usando aplicações seguras irás ver uma barra vermelha à volta, que poderás alterar a cor.
Por agora fico-me por aqui e algumas questões é só colocar.
Até à próxima.

Inspired by the remarkable xkcd webcomic visual language, Michael Ogawa created a series of visualizations mapping collaborative efforts of various developers in a variety of tools and programming languages, such as Apache or Python.
Data comes from the project repository logs. Time flows horizontally from left to right. At each timestep (usually a month) developers are clustered by the files they modify. A histogram at the bottom shows the volume and type of file committed. You can mouse-over individual lines to see them better.
The two images shown here display the collaborations between developers of Apache (a popular webserver) during the first two years of planning and documentation of its 2.0 branch."
Url: Visual complexity (08 07 2011)
"

Developed by Facebook intern Paul Butler this visualization maps the connections of 10 million Facebook users spread across the globe. Butler took a sample of 10 million pairs of friends from Facebook's Apache Hive database, Facebook's warehouse containing the social graph of 500 million people, and matched them with the corresponding coordinates of each city, connecting them with blue lines.
As Butler explains: "Visualizing data is like photography. Instead of starting with a blank canvas, you manipulate the lens used to present the data from a certain angle. (...) What really struck me, though, was knowing that the lines didn't represent coasts or rivers or political borders, but real human relationships. Each line might represent a friendship made while travelling, a family member abroad, or an old college friend pulled away by the various forces of life." "
url: Visual Complexity (08 07 2011)

