• Facebook Login
  • Anmelden
  • Webseiten
  • Videos
  • Bilder
  • Produkte
  • Dokumente
  • Sammlungen
  • Bookmarker
  • Cool Like That: Node.js and WebSockets Demo on Vimeo

    Cool Like That: Node.js and WebSockets Demo on Vimeo

    Anders Norås writes a server using Node.js and a HTML client using WebSockets to push input from the server terminal to the browser.

    0
  • HTML5 Die Serie: Folge 3 - YouTube

    HTML5 Die Serie: Folge 3 - YouTube

    "HTML5 Die Serie" erklärt anhand konkreter Beispiele, was es mit HTML5 auf sich hat und wie man selbst mit HTML5 und verwandter Technologien wie JavaScript oder CSS3 eindrucksvolle Webseiten und Web-Anwendungen entwickelt. Folge 3 erklärt, welche Schritte notwendig sind bis aus einer Idee ein Web Standard wird und wie Browser-Hersteller damit umgehen. Weitere Informationen zu allen Angeboten von Microsoft für Schüler und Studenten findet ihr auf www.techstudent.de - dem Portal für Geeks, Nerds, Techies und alle, die es noch werden wollen.

    0
  • Typography in Web Design: Using @font-face

    Typography in Web Design: Using @font-face

    Here's a tutorial on typography in web design and how to use the '@font-face' css rule WELL.!!! UPDATE !!!Courtesy of Paul Irish, here's the best syntax to use with @font-face for best performance in all browsers:************************************@font-face {font-family: 'Name_Of_Your_Font';/* Above we specify the font name to call later */src:url('/fonts/yourfont.eot?') format('eot'),url('/fonts/yourfont.otf') format('opentype'); /* above we show where the font is for Internet Explorer users in eot format, then show where it is for all other browsers in otf format. Internet explorer does not support otf. */}************************************NOTE: yes that '?' after the .eot file url is supposed to be there, not a typo.I've added comments to show you. The thing is, internet explorer does not support otf or ttf fonts. So convert to eot using same converter, and put it in the same directory, then fill in the blanks! :D

    0
Diese Webseite benutzt Cookies
Um die Webseite optimal gestalten und fortlaufend verbessern zu können, werden Cookies verwendet. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu.
Zustimmen Mehr Informationen