terça-feira, maio 17, 2005

NC Escolha de Cores para Designer

http://www.visibone.com/colorlab/big.html


NC Processadores Intel

• ECX—Counter for string and loop operations.
• EDX—I/O pointer.
• ESI—Pointer to data in the segment pointed to by the DS register; source pointer for string
operations.
• EDI—Pointer to data (or destination) in the segment pointed to by the ES register;
destination pointer for string operations.
• ESP—Stack pointer (in the SS segment).
• EBP—Pointer to data on the stack (in the SS segment).

NC Flash e Javascript

this.meu_btn.onRelease=function(){
endereco = "http://www.des16n.com.br/experimentos/3.html";
localAbre = "des16n";
largura = 720;
altura = 500;
barra = 1;// o valor um significa verdadeiro e o valor 0 significa falso
localizacao = 0;
diretorio = 0;
status = 0;
menu = 0;
rolagem =01;
redimensao = 0;
abreCentro(endereco, localAbre, largura, altura, barra, localizacao, diretorio, status, menu, rolagem, redimensao);
}

Movieclip.prototype.abreCentro = function (url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable) {
getURL ("javascript:var minhaJanela;
if(!minhaJanela || minhaJanela.closed){
minhaJanela = window.open('" + url + "','" + winName + "','" + "width=" + w + ",height=" + h + ",toolbar=" + toolbar + ",location=" + location + ",directories=" + directories + ",status=" + status + ",menubar=" + menubar + ",scrollbars=" + scrollbars + ",resizable=" + resizable + ",top='+((screen.height/2)-(" + h/2 + "))+',left='+((screen.width/2)-(" + w/2 + "))+'" + "')
}else{
minhaJanela.focus();
};
void(0);
");
}


NC Flash e PHP

http://www.imasters.com.br/web/colunistas/flash/38/formPHP.html


WIN Acabando com o Shutdown lento do Windows 2003/XP/2000/NT

1. Vá ao Iniciar > Executar e digite "gpedit.msc" - sem as aspas;
2. Navegue até a chave Configuração do Computador > Modelos Administrativos > Sistema > Logon;
3. No lado direito da tela, localize o item 'Número máximo de tentativas para descarregar e atualizar perfil de usuário' e dê um clique duplo nele;
4. Altere para 'Ativado' e coloque 'Máx. de tentativas' em zero (0);
5. Dê OK e feche a janela Diretiva de Grupo.
6. Pronto!


This page is powered by Blogger. Isn't yours?