About Bill White….
- I’m a software developer working for Planview in Austin, Texas.
- I’m interested in anything related to Data Visualizations and Rich Internet Applications, particularly React, Angular, d3, Javascript, Typescript, HTML etc.
- I love to study, design and create great user interfaces.
- I’m pretty good with anything else related to web, UI or application development.
- I love to architect code.
- I love to write code.
- I love to have fun at my job.
- I love to learn from other developers.
- I love to have others developers learn from me.
- I know that the most important thing to know is what you do not know. Knowing that will keep you from acting like a pinhead.
I can be reached at BillDWhite |at| gmail |dot| com.
🙂
Hi there Mr White,
I came across your physics demos and wanted to drop a quick “thank you for those”. I learned a lot looking at the code inside and I managed to implement a slightly modified version on my website. If you are interested click the small “atom” icon on the top grey toolbar to the right of the screen to activate simulation and start dragging around the modul panels.
Yet Im not only writing to do advertising 😉 I got a technical question : How could I do a reset to the sparkphysicscontainer in order to move the content to their original positions after dragging them all over the place ? You got this feature on your TileUI Part2 demo but things have changed for the spark version.
Id be happy if you could help me out with this.
Sincerely,
Andy
Hi Andy,
I you right click on the Tile UI Part 2 Demo, you can view the source code for it. The reset just recreates and re-executes the layout logic that leads up to the start of the demo. You could also save a map of the initial start points for all your tiles and redirect them back to those positions if you want to get fancy.
🙂
Bill
Hi Bill White,
I need the data visualization for iOS ,which are incorporated in D3.js.I am looking for the network graph which have more interaction on the node.Can you please suggest some solution for me.
Thanks in advance
Sincerely
Magesh
If you want to use D3 specifically on iOS, you either need to build it as a native web app or build it in iOS using a native webview component to run the same HTML content. Not sure what options exist for d3-style charts using native iOS components.