Ir para conteúdo
Fórum Script Brasil

JoHnNy

Membros
  • Total de itens

    871
  • Registro em

  • Última visita

Tudo que JoHnNy postou

  1. Quase! Passou raspando...
  2. JoHnNy

    Letras Ie

    Exibir -> Barra de Ferramentas -> Personalizar Adicione para a janela da direita, o item TAMANHO (símbolo de 2 As) Logo em cima da barra ENDEREÇO (onde você digita o site) tem agora, o item tamanho. Selecione Médio.
  3. Tu mexeu no site? Agora as letras ficaram melhores...... Melhorou muito!
  4. JoHnNy

    Lerdeza

    Memória RAM, eu nunca achei, pois é de Notebook, mas formatar...... não dá pra fazer back-up!!! Não tem nem gravadora, nem disquete!
  5. JoHnNy

    Ancora

    No menu INVISIBLES, janela OBJECTS, tem um desenho de um ancora... arraste ela na página,selecione um nome, e, no link, use a mira para passar sobre a ancora e ele automaticamente criará um link para a ancora, ou: ANCORA: <a name=ANCORA></a> LINK: <a href="#ANCORA">MENSAGEM</a>
  6. 1 dia antes do 11 de setembro (queda do WTC)
  7. JoHnNy

    Lerdeza

    Gente, estou no meu PC da minha praia (Bal. Camboriú - SC) mas o que acontece é que: ELE É MUITO LENTO!!! É um daqueles Qríum (não sei se vocês já ouviram falar, ele é amarelo e bem pitoco) Config: Memória RAM: 64 :angry: O.S.: WINDOWS M.E. :angry: PROCESSADOR: Intel Pentium (LENTIUM) III (acho q 1 Ghz) estou predido! Tem como melhorar esta velocidade?? Esse WIN ME é muito ruim, mas um novo WIN, tipo o 98 acho q ta meio caro.... E mem. RAM, é de notebook, e piora ainda + as coisas..... COMO MELHORO A VELOCIDADE??
  8. Eu tenho 13 tamb.... aliás, acho que o Dark_eyes tmb...... Todos q postaram neste tópico tem 13! Coincidência! (ou destino.....???) HaUhAuHau ----- Essa foi minha mensagem nº 200! :D
  9. Esse script é o + show que tenho.... Quem diz que não pode fazer pesquisas com JS, se enganou: <html> <head><title>::POSITIVA VIBRAÇÃO::</title> <div align="center" style="width: 358; height: 97"> <table width="383" height="56"> <tr> <td height="60" width="375"> <form method="GET"> <p align="left"> <font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>Consulta interna:</b> </font><font face="Verdana, Arial, Helvetica, sans-serif"><br> <font size="2"> <input type="text" name="query" size="16" style="font-size: 9 pt; color: #000000; font-family: Verdana; font-variant: small-; border: 1 solid #000000"> </font></font> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="submit" value="Buscar" style="font-size: 8 pt; color: #000000; font-family: Verdana; font-variant: small-caps; border: 1 solid #000000"> </font> </form> <font color="#666666"> </font> </td> </tr> </table> <table width="383"> <tr> <td height="0" bgcolor="#C0C0C0" width="375"></td> </tr> </table> </div> <div align="center" style="width: 383; height: 39"> <table width="377"> <tr> <td width="369"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <script language=""> function kw_list () { this.keywords = new Array (); this.num_words = 0; this.query = ""; this.original_query = ""; this.query_length = 0; this.possible_points = 0; this.multiple = points_title + points_keywords + points_description; this.get_words = get_query; this.no_query = no_query_found; } function get_query () { this.query = top.location.search.substring (top.location.search.indexOf ('=') + 1); while ((the_plus = (this.query.indexOf ("+", 0))) != -1) { this.query_length = this.query.length; this.query = this.query.substring (0, the_plus) + " " + this.query.substring (the_plus + 1); } this.original_query = unescape (this.query); this.query = this.original_query.toLowerCase (); this.query_length = this.query.length; if (this.query != "") { var query_pointer = 0; var end_word = 0; var at_end = 0; while ((this.num_words <= (max_keywords - 1)) && (! at_end)) { end_word = this.query.indexOf (" ", query_pointer); if (end_word == query_pointer) query_pointer++; else { if (end_word >= (this.query_length - 1)) at_end = 1; if (end_word != -1) this.keywords[this.num_words] = (this.query.substring (query_pointer, end_word)).toLowerCase (); else { this.keywords[this.num_words] = this.query.substring (query_pointer, this.query_length); at_end = 1; } this.num_words++; if (query_pointer != -1) query_pointer = end_word + 1; if (query_pointer > (this.query_length - 1)) at_end = 1; } } if (this.num_words == 0) return (0); else { this.possible_points = this.multiple * this.num_words; return (1); } } else return (0); } function no_query_found () { document.writeln ('<link rel="stylesheet" href="gp.css">'); document.writeln ('<CENTER><P>Pesquisa em branco.</P></CENTER>'); } function entry (url, title, keywords, description) { this.url = url; this.title = title; this.keywords = keywords; this.description = description; this.points = 0; this.search_entry = find_keyword; this.print_entry = print_result; } function find_keyword (the_word) { var the_title = this.title.toLowerCase (); var the_keywords = this.keywords.toLowerCase (); var the_description = this.description.toLowerCase (); if ((the_title.indexOf (the_word)) != -1) this.points += points_title; if ((the_keywords.indexOf (the_word)) != -1) this.points += points_keywords; if ((the_description.indexOf (the_word)) != -1) this.points += points_description; } function print_result (possible_points) { document.writeln ('<A HREF="' + this.url + '" target="meio">' + this.title + '</A> - ' + this.description + '<br>'); } function no_entry_printed (the_query) { document.writeln ('<link rel="stylesheet" href="gp.css">'); document.writeln ("<CENTER><P> Não há ocorrencia da palavra <U><B>" + the_query + "</B></U>.</P></CENTER>"); } function print_intro (the_query) { document.writeln ("<CENTER><P>Os resultados da pesquisa por <U><B>" + the_query + "</B></U> são:</P></CENTER>"); } function begin_search () { var key_list = new kw_list; var entry_printed = 0; if (! key_list.get_words ()) key_list.no_query (); else { var counter = 0; var counter2 = 0; for (counter = 0; counter < entry_num; counter++) for (counter2 = 0; counter2 <= (key_list.num_words - 1); counter2++) the_entries[counter].search_entry (key_list.keywords[counter2]); for (counter = key_list.possible_points; counter > 0; counter--) { for (counter2 = 0; counter2 < entry_num; counter2++) { if (counter == the_entries[counter2].points) { if (entry_printed != 1) { entry_printed = 1; print_intro (key_list.original_query); } the_entries[counter2].print_entry (key_list.possible_points); } } } if (! entry_printed) no_entry_printed (key_list.original_query); } } the_entries = new Array (); //aqui vai as entradas para a pesquisa the_entries[0] = new entry ("http://www.clac4.kit.net", "[C4]", "joaohess, autor, webmaster, dono, desenvolvedor, contatos, icq, contato, parcerias ", "Site do Clan de Jogos em Rede e Internet, [C4]<br>"); the_entries[1] = new entry ("http://www.clac4.kit.net/links.htm","[C4]","WebMaster João Vitor", "[C4] ","[C4].<br>"); //abaixo vai o número de entradas existentes var entry_num = 2; //aumenta de acordo com as obcoes de busca no caso 2 ate agora var max_keywords = 20; //aumenta de acordo com as obcoes de busca no caso 2 ate agora var points_title = 2; //aumenta de acordo com as obcoes de busca no caso 2 ate agora var points_keywords = 2; //aumenta de acordo com as obcoes de busca no caso 2 ate agora var points_description = 1; begin_search (); </script> <body> </body> </html>
  10. JoHnNy

    Sugestão...

    Protesto! Diz os do FP e eu, do DW..... (vou virar advogado da Macromedia, daqui a pouco..... HeHe :P )
  11. Que bom que meu irmão é pequeno e ele nem chaga perto do PC...... Agora, quando ele tiver uns 13.......
  12. Será que, no botão CADASTRAR, você não poderia botar: <a href="#" onclick="submit();SUA ACAO">Cadastrar</a> ????
  13. O sobig tá Fogo!..... Tá se transmitindo muito rápido! DE CADA 17 EMAILS, 1 TEM O SOBIG !!!!
  14. Os BEAHVIORS são bons..... criam JSs Automaticamente e bem fácilmente!
  15. JoHnNy

    Formulário

    Só para dar mais destaque ao post do X.bArArA.X : <form action="mailto: SEU EMAIL AQUI" method="POST" enctype="text/plain">, por exemplo: <form action="mailto: email@hotmail.com" method="POST" enctype="text/plain"> NEGRITO - ALTERAR
  16. JoHnNy

    Elas - Trakinar

    realmente...
  17. o form não tá do tipo enctype="text/plain" coloca isso lá!
  18. Isso é que é modificação! --------------------- Se for para fazer modificações, faça algo + distinto, mas, o Novo, eu acho que é um pouco melhor
  19. JoHnNy

    Fórum De Discussão

    Achei que a imagem do ! ficou legal, mas o texto ficou estranho: Este espacio WEB no existe o se há creado recientemente, dependiendo de la velocidad del servidor DNS de tu proveedor de internet, este espacio web estara disponible en un tiempo maximo de 72 horas. Si no existe comprueba que has escrito correctamente la dirección. --------------- HaUhAuHaU... estou brincando.... acho q ta fora do ar, não???? --------------- Acho que todo mundo aqui já percebeu
  20. Tem que cuidar com a resolução.. no meu PC, ficou um site meio largo, mas, na resolução normal, beleza..... OBRIGAR OS VISITANTES A VOTAR NO PREMIO, É PERMITIDO???
  21. JoHnNy

    Avaliem

    Deu erro 403 no KITNET: Este diretório que você tentou acessar não é um diretorio que contém páginas HTML.
  22. JoHnNy

    Criticas E Sugestões

    Não é só porque é flash, é que vai ter animação..... -------------------- Para Computadores com resolução alta, o site está meio grande demais......
  23. Ficou legal, mas na página (quando cliquo em português), o menu fica muito embaixo...... é porque minha resolução é 1152x864...... Faz ele abrir num tamanho certo, independentemente da resolução
  24. Achei estranho que, no menu, o cursor da "mãozinha", não aparece, só aparece a flecha... Mas isso não importa muito..... O conteúdo, pelo que vi está muito bom.... Mas o menu está estranho.... Acho que falta cor....
  25. Tá bem legal.... As cores combinaram bem
×
×
  • Criar Novo...