Ir ao conteúdo

Cordas

Membro Pleno
  • Posts

    92
  • Cadastrado em

  • Última visita

  1. @TheDemonLena é o gerenciador de tarefas do windows 10. Memória, WE, System consomem tudo. Já rodei antivírus. Problema persiste. Fonte bafora igual dragão.
  2. Ola pessoal, Meu sistema core 2 quad q6600 2x2gb 667 500gb HD Font(alguma de 250w) Windows 10 Nos últimos 06 meses pc funcionou completamente sem problemas. Nos úlltimos 10 dias vem apresentando superaquecimento e o gerenciador acusa o seguinte:: Técnicos não resolveram o prroblema. Algum palpite? valeu!!!
  3. @Bernardo Lansing porque você não faz local? Eu sempre imaginei ou tento imaginar que se usar @import existirá um tempo maior para carregar as fonts(caso seja um momento que eles tenham problemas no server). Talvez eu pense errado, mas ninguém me deu essa resposta ainda por aqui e deixei para pensar como eu penso. Quer testar? Usa @import e veja que antes de ter a página carregada, as fontes padrões do html aparecerão por um período bem curto e depois serão carregadas. Usando local, nunca vai acontecer. Acho que usando fontes ou icons ou qualquer porcaria que venha de outro servidor vai empatar no carregamento da página. O mesmo ocorre se você usa um arquivo .png ou .svg. Por causa do tamanho do arquivo vai demorar a carregar. Eu costumo comparar isso. No exemplo: Na figura acima eu coloquei como eu sempre faço. index.html <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="css/style.css" > </head> <body> <h1>Testando 'Google Fonts Local'</h1> <h2>Primeira Google Font - Josefin Sans</h2> <div> <p class="p1">With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!</p> <h2>Segunda Google Font - Lobster Two</h2> <p class="p2">With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!With an external style sheet, you can change the look of an entire website by changing just one file!</p> </div> </body> </html> style.css *{ margin: 0; padding: 0; box-sizing: border-box; } div{ width: 80vw; height: auto; border: 1px solid red; text-align: justify; margin: auto; } div .p1{ font-family: 'JosefinSans-Regular'; } div .p2{ font-family: 'LobsterTwo'; } h1{ text-align: center; } h2{ text-align: center; } /*FONTS*/ @font-face { font-family: "JosefinSans-Regular"; /* Modern Browsers */ src: url("../fonts/JosefinSans-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; } @font-face { font-family: "LobsterTwo"; /* Modern Browsers */ src: url("../fonts/LobsterTwo-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; } arquivo 'fonts' = aqui você faz download da font que você deseja (seja do google fonts ou qualquer outro website com fonts). Pegue o arquivo com a font e converta para por exemplo woff2...eu uso sempre esse site https://www.font-converter.net/en e escolhe só a opção que você vai precisar "woff") fonts Então é isso. Resultado:
  4. Ah e o meu equívoco, Rails é um framework e não linguagem. O correto seria eu ter escrito Ruby
  5. Veja se encontra os da Logitech G Pro gaming. Mas em branco e no Brasil não acredito que vá achar. Pega da OEX já seria boa alternativa. Olha nas lojas americanas, alguns estão reduzidos.
  6. Opa, se usa JS parte pra React. Acho que a maior gama do que se pode estudar seria apenas informativo e experimental. Um chefe de uma empresa de web design e design gráfico me disse para estudar html, css, js e react. Se desejar ficar com back end, seria bom experimentar tudo e com a experiência iria tirar as próprias conclusões, pois todo mundo consegue gostar do que o outro não gosta haha. E você já está no caminho. Pega Python, Rails, Java, C#, Swift e Rust. Acho que é isso.
  7. O 3550 só tem 3% a mais de power. Não acredito que será melhor!
  8. beleza então, manda ver. Eu já até pensei em adquirir tecnologia antiga(no caso o i7 2600) mas o fim seria para programação e alguns programas que preciso usar no dia a dia que não dá com um amd7310 . você tem ssd? Se não tiver põe um porque vai fazer uma diferença gigantesca. Mesmo eu usando esse fusion com 4bg de ram o desempenho é excelente. Claro que só posso jogar jogos como Rohan Blood Feud(e demais nessa categoria). Ainda não tive tempo de testar outros. Boa sorte!!!
  9. Não vale a pena! Melhor continuar juntando grana para algo atual, nem que seja daqui 03 anos! Dá uma sacada nesse teste: http://www.cpu-world.com/Compare/415/Intel_Core_i5_i5-2400_vs_Intel_Core_i7_i7-2600.html
  10. Tá com cara de Bootstrap haha. Deixa o Framework e faz na raça
  11. Tenta explicar de novo. Manda um screenshot explicando de novo. Quer usar float? Flex Box?
  12. Compensa sim, mas quanto você pode investir? Já tem a placa-mãe? Tvz possa pegar algo atual pois se não me engano uma placa-mãe com socket lga 2011 tá uns 1300 a 1500 reais.
  13. Oi, mas se você usar <code> por si só já identa em monospace. você quer trocar por <div> mesmo usando <code>?
  14. Usar framework é um mecanismo de fuga.
  15. Conseguiu uma solução? @Rubyzinha Se sim, que bom. Se não, você pode tentar assim que seria uma das maneiras: O HTML: <!DOCTYPE html> <html> <head> <title>Posicionamento</title> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body> <header> <nav> <ul> <a href="#">Link 1</a> <a href="#">Link 2</a> <a href="#">Link 3</a> <a href="#">Link 4</a> <a href="#">Link 5</a> </ul> </nav> </header> <main> <div class="header"> </div> <div class="meio"> <div class="colunaprincipal"></div> <div class="colunaauxiliar"></div> </div> </main> <footer></footer> </body> </html> O CSS: *{ margin: 0; padding: 0; } html{ background: none; overflow-x: hidden; } header{ width: 100%; height: auto; border: 1px solid black; } nav{ padding: 3vh; text-align: center; } nav a{ text-decoration: none; } nav a~a{ padding-left: 5vw; } main{ width: 100%; height: auto; } main .header{ margin: auto; width: 75%; height: 20vh; border: 1px solid black; } main .meio{ display: flex; justify-content: center; widows: 75%; } main .colunaprincipal{ width: 45%; height: 80vh; border: 1px solid orange; } main .colunaauxiliar{ width: 30%; height: 80vh; border: 1px solid purple; } footer{ width: 100%; height: 20vh; border: 1px solid green; } Essa não é a única maneira. Existem outras.

Sobre o Clube do Hardware

No ar desde 1996, o Clube do Hardware é uma das maiores, mais antigas e mais respeitadas comunidades sobre tecnologia do Brasil. Leia mais

Direitos autorais

Não permitimos a cópia ou reprodução do conteúdo do nosso site, fórum, newsletters e redes sociais, mesmo citando-se a fonte. Leia mais

×
×
  • Criar novo...

LANÇAMENTO!

eletronica2025-popup.jpg


CLIQUE AQUI E BAIXE AGORA MESMO!