Posts

Showing posts with the label SVG

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

WebSummary - SVG within HMTL5 Page - 2 December 2012

Image
Last week there was many interesting articles. I think that most popular was article about inlining SVG in HTML5:  Using Inline SVGs With HTML5 http://net.tutsplus.com/tutorials/html-css-techniques/using-inline-svgs-with-html5  There is also new article in Performance Calendar:  Is localStorage performance a problem? http://calendar.perfplanet.com/2012/is-localstorage-performance-a-problem/  If you are curious how to implement fast sroting algorithm in JS:  Computer science in JavaScript: Quicksort http://www.nczonline.net/blog/2012/11/27/computer-science-in-javascript-quicksort And best video from Microsoft I've seen: Microsoft: You Mad? Yeah, You Mad (Video) http://youtu.be/lD9FAOPBiDk

SVG Site Design

Image
http://webdesignerwall.com/tutorials/playing-with-svg-design Is a tutorial about creating site with SVG help. Original site:  http://vlog.it/ SVG relly can be used to create awesome looking sites without hundred of divs :) This is not for all sites of course, but this can be used to create additional features or promotional elements on site.

jVectorMap - SVG with jQuery

SVG with jQuery http://jvectormap.owl-hollow.net/

Raphael.js - vector graphics on the web

I found very interesting library for including vertex graphics into websites (eg for charts). It uses SVG in newer browsers and VML in old IE so it works even in IE6. Graphics are DOM objects so after drawing they can be accessed by other JavaScript (event handlers). http://raphaeljs.com/ There is also plugin explicitly for charts: http://g.raphaeljs.com/