Peter und Schepp luden sich den Marc ein, und zu dritt sprachen man über…
Schaunotizen
- [00:00:15] Google Web Fonts Families
- Eine praktische Gesamtübersicht aller Schnitte aller Google Webfonts
- [00:10:00] Font.js: A Powerful Font Toolkit for JavaScript
- Font.js rüstet eingebettete Schriften mit Load-Events nach.
- [00:22:00] CSS Basic User Interface Module Level 3 (CSS3 UI)
- Wir entdeckten etwas Praktisches in diesem Working Draft, das Opera schon seit Version 9.5 implementiert, und das speziell auf Fernsehern hilfreich ist: die Keyboard Control Eigenschaften.
- [00:29:27] WebRTC
- WebRTC ist ein größeres API-Baustein-Paket, mit dem sich alle Aufgaben von Echtzeitkommunikation (Telefonie und Videotelefonie) im Browser abwickeln lassen. Erfunden hat’s Google, aber mit an Board sind auch Opera und Mozilla. Außerdem sprachen wir den auf WebRTC und Flash basierenden getUserMedia-Polyfill von Addy Osmani an.
- [00:39:05] Wunderkit
- Wunderkit will ein Projektmanagment- und Organisationswerkzeug sein. Im Vorfeld wurde eine hohe Erwartungshaltung erzeugt, so dass mit der nun startenden Beta ein regelrechter Hype darum entbrannt ist. Wir klären, ob das gerechtfertigt ist oder nicht.
- [00:53:48] Trello
- Von Wunderkit kamen wir zu Trello. Trello ist eine Art digitales Karteikartensystem und wir nutzen es seit kurzem, um unsere Sendungsthemen zu sammeln, zu sieben und zu sortieren.
[00:57:30] Keine Schaunotizen
- Gridpak
- Ein responsive Grid Generator.
- YAML 4 ist da!
- Ein neues Major Release von YAML ist raus. YAML ist ein Layoutframework, das ausnahmsweise mal nicht gridbasiert ist, das aber trotzdem alles kann, und das auch noch in allen Browsern bis hinunter zum IE7er. Was ist in Version 4 neu? Responsiveness und CSS-Klassen-Namespacing. Parallel zu uns hat sich die Technikwürze mit dem Macher Dirk Jesse und weiteren Gästen über YAML 4 unterhalten.
- Kirby
- Ein datenbankfreies und damit rein dateisystembasiertes Content Management System. Für wenn was mal schnell und unkompliziert gehen soll (und das tut es!). Mehr Infos gibt es auch wieder drüben in der Technikwürze, und zwar in der Folge „Kirby total“.
- The Edge of HTML5
- Alles, was gerade im HTML5-Kosmos geil und heiss ist in einer Präsentation versammelt. Schön, dass wir das meiste schon in der Sendung hatten! :)
- ES6 Harmony Collections Fast Polyfill
- Eine JavaScript-Bibliothek von Andrea Giammarchi aus Berlin, die die neuen Funktionen von ECMAScript 6 Harmony in jedem Browser emuliert.
- Animation Compass Plugin
- Dieses Plugin rüstet in COMPASS die bislang fehlenden CSS3 Animationen nach.
- HTML5 Please
- Verzeichnis aller HTML5 und CSS3 Bestandteile, mit Filter- und Suchfunktionen und Hinweisen zum aktuellen Stand der Benutzbarkeit.
Kommentare
Markus Tiefenbacher #
Geschrieben am 26.01.2012 um 21:13
Ein etwas (noch) unbekannteres Task-Management Tool ist Asana: http://asana.com
Gefällt mir persönlich besser als Wunderkit…
Peter #
Geschrieben am 26.01.2012 um 21:22
Ohne Asana zu kennen wage ich mal zu behaupten, dass es auch uns besser gefallen würde als Wunderkit :)
Fritz #
Geschrieben am 28.01.2012 um 18:38
ASANA klingt wie der Name einer Margarine…
Schepp #
Geschrieben am 28.01.2012 um 18:52
Asana stellt doch alles her, was nicht bei Drei auf dem Baum ist! ;)
Mike "Pomax" Kamermans #
Geschrieben am 29.01.2012 um 00:04
Hi, saw people retweeting your podcast; it’s great to hear even German web dev news covering Font.js =)
Sadly, no browsers currently supports a kind of „onload“ for @font-face fonts at the moment; even when they can signal the download for it is done, they still won’t generate an event for when the font is actually available for on-page rendering. Events like DOMContentLoaded or jQuery’s .ready() trigger on DOM completion, but this doesn’t cover the content inside that dom, so „DOM ready“ won’t tell you whether a or tag content is done, nor whether an @font-face instruction has finished downloading and parsing the font. This has tripped up text rendering in Processing.js and PDF.js, so the need for a Font.js thing to offer a new Font() object was getting more and more important.
I’ll be refining it a bit over the next few days (since one font can have different typefaces for different weights, for instance) so hopefully it’ll be functionally complete in a week =)
Schepp #
Geschrieben am 9.02.2012 um 00:08
Hey Mike! Sorry for the late answer. I think we totally got the catch of your Font.js lib, and it’s great! Thank you for taking care of that yet to be natively filled gap. In the future we might (mis)use the W3C Ressource Timing API to check the loading status of a font, or what do you think? See: http://www.w3.org/TR/2011/WD-resource-timing-20110524/
Regards from Germany and thanks for your awesome work!
Mike "Pomax" Kamermans #
Geschrieben am 9.02.2012 um 01:50
I think the timing API would still suffer from the same problem of „you know it’s done downloading, but it’s not guaranteed to be fully parsed for use yet“. A big CJK font for instance is probably going to take a few hundred milliseconds between the timing API going „resource loaded!“ and the font actually being properly fully parsed for on-page use. Still, the w3c and html5 working groups might surprise us yet by adding a real Font object to the JavaScript API (at least, I hope they do! =D)
RSS-Feed zu diesem Beitrag
Kommentare sind für diesen Beitrag geschlossen.