Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

AnswersQ10

- I hope it's clear after today’s tutorial. <g> is for grouping elements together, but it's not visible. CSS styles applied to this group are applied to all sub-elements.
 
 
- Yes, was also discussed in the tutorial today.
 
 
- TSV vs. CSV = tab-separated-values vs. comma-separated-values
  Im Grunde spielt es keine Rolle welches verwendet wird.
 
 
- em = width of the char 'M' of the currently used font. So you're basically moving in relation to the font-size
 
 
- Because it has no idea what kind of data you're trying to load and how you want them to be accessible.
 
 
- shifts a text along the y-axis
 
 
- ist es nun klarer?
 
 
- SVG ist eine Erweiterung von HTML um graphische Elemente.
 
 
- Basically SVG-elements are nodes in the DOM-structure so when rendering a lot of objects it may be slower. Especially in comparison to a HTML5-canvas, but here the programming may be not that straightforward.
 
 
- Artists usually use vector-drawing-programs in order to create vector-images. You can simply export such an image as a SVG-file.
 
 
- All current browser-versions should support SVG. See also here: http://caniuse.com/svg
 
 
- Da hast Du ein paar Dinge durcheinandergebracht, SVG ist eine Erweiterung von HTML (mit neuen Tags <rect>, <g>, ...). Du kannst diesen Unterbaum von SVG aus einem Programm exportieren und in ein HTML-Dokument einfügen.
 
 
- siehe vorherige Frage. Es ist kein Teil von JavaScript und ist nicht vergleichbar um CSS zu ersetzen!
 
 
- PHP wird server-seitig verwendet, JavaScript client-seitig. D3 ist für die Client-Seite, wofür würde man es in PHP (auf dem Server) nutzen wollen?
Letzte Änderung: 08.04.2014, 16:04 | 547 Worte