Home » Internet, Kommunikation » Blog News » Feed 2564 - Seite 3
RSS-Feed Information:

Im TechHelp Blog finden sie Aktuelle News über Technik, Web 2.0,Tutorials,How-to's ,Photoshop und vieles mehr .Viele Aktuelle Tipps & Trick rund ums Web 2.0 . Alles was sie über Photoshop ,Illustrator ,Dreamweaver wissen müssen erfahren sie hier.

Tags: kostenlos css linux webmaster photoshop
Einträge: 24 Kategorie: Blog News
aktualisiert am: 06.06.2014 - 07:00:19
Feed-Einträge:
Dark-Stamp outline: 1px solid #111; border-top: 1px solid #555; padding: 10px; background: #333;width:250px; Soft-Stamp outline: 1px solid #111; border-top: 1px solid #555; padding: 10px Softer-Stamp outline: 1px solid #ddd; border-top: 1px solid #fff; padding: 10px; background: #f0f0f0; Round-Stamp outline: 1px solid #111; border-top: 1px solid #555; padding: 10px; background: #333; -webkit-border-radius: 5px; -moz-border-radius: 5px;
Die Idee das dass Schriftarten Server seitig intrigiert werde ist schon etwas älter . Mit CSS3 und @font-face ist dies nun aber möglich, es kommt aber noch zu erheblichen Kompatibilitäts-Problemen. Abhilfe schafft hier die Google Font API. http://code.google.com/webfonts zuerst lade ich eine Schriftart via CSS im header meiner Seite (bsp. die Schriftart "Cantarell" ) http://code.google.com/webfonts/family?family=Cantarell#code <link href=' http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'> Nun kann man schon seinen CSS Code  bearbeiten und die Font Intrigieren h1 { font-family: 'Cantarell', arial, serif; } Das wahr eigentlich auch schon alles sollte mit Goolge ohne Probleme laufen. Eine weitere Variante wäre der Google WebFont Loader der dies mit einem Java Script löst.    <html> <head> <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Tangerine', 'Cantarell' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <style type="text/css"> .wf-inactive p { font-family: serif } .wf-active p { font-family: 'Tangerine', serif } .wf-inactive h1 { font-family: serif; font-size: 16px } .wf-active h1 { font-family: 'Cantarell', serif; font-size: 16px } </style> </head> <body> <h1>This is using Cantarell</h1> <p>This is using Tangerine!</p> </body> </html>Nun kann man auch hier beginnen die Font via CSS zu laden. In diesem Fall bringt uns Google 2 classen mit wf-inactive and wf-active. <style type="text/css">   .wf-inactive p { // Show paragraphs in serif font until fonts have loaded.     font-family: serif   }   .wf-active p { // Show paragraphs in Tangerine when the fonts have loaded.     font-family: 'Tangerine', serif   }   .wf-inactive h1 { // Show heading in serif font until fonts have loaded.     font-family: serif;     font-size: 16px   }   .wf-active h1 { // Show heading in Cantarell when the fonts have loaded.     font-family: 'Cantarell', serif;     font-size: 16px   } </style>
Da es mit Metro 2033 bei fast allen Systemen zu erheblichen Problemen kommt und von Offizieller Seite THQ noch kein -patch zur Verfügung gestellt wurde. Werde ich nun einmal meine Varianten schildern. Auftretende Probleme: Executable funktioniert nicht mehr fehler X3DAudio1_7.dll is missing Blackscreen aber Sound zu Hören plötzliche  Abstürze ( Freezes ) Grundlegend: grundsätzlich wir die neuste Version von Directx benötigt http://www.chip.de/downloads/DirectX_13002926.html egal welche Grafikkarte es wird immer physx benötigt http://www.nvidia.de/object/physx-9.10.0223-driver-de.html Nvidia: wer eine Nvidia Grafikarte besitzt sollte den Beta Treiber Installieren http://www.nvidia.de/object/win7-winvista-64bit-257.15-beta-de.html ATi-Radeon: bei Ati habe ich des öfteren gelesen das man den beta Treiber installieren soll ,dies kan ich aber nicht bestätigen da ich mit einer x1900xtx und einer 4650 erfolgreich mit der Version 10.2 Testen konnte http://support.amd.com/de Visual C++: wer es noch nicht installiert hat Microsoft Visual C++ 2008 Redistributable Package (x86) wird auch noch benötigt http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=de Wenn alle der oben genannten punkte eingehalten erden sollte es eigentlich problemlos laufen.
Herzlich Willkommen , im TechHelp Blog ,hier finden sie Aktuelle News über Infomaitons-Technik, Web 2.0,Tutorials,How-to's und vieles mehr. Alles was sie über Aktuelle Web 2.0 Entwicklungen wissen müssen erfahren sie bei uns. Viele hilfreiche Tipps und Trick rund um den eigenen Pc.
© RSS-Info.net