Skip to main content

Posts

Readings of the Day [July 30]

Collections of all the  important articles I have read today and found interesting are listed here. Inspired by Jason Haley [Optimization] Database Optimization Techniques You Can Actually Use. [Career] How to travel the world while freelancing as a programmer.

[TreeVisAPI] Interaction in SVG, JavaScript and HTML 5

Draggable SVG element http://www.petercollingridge.co.uk/interactive-svg-components/draggable-svg-element Given an x,y coordinate, find all html elements underneath it http://stackoverflow.com/questions/1280660/given-an-x-y-coordinate-i-need-to-find-all-html-elements-underneath-it Concern: Implementing tap gesture using available HTML 5 touch event.