sami20722 0 Posted October 28, 2014 Report Share Posted October 28, 2014 hello, I am new to this forum and beginner in html5 language . My goal is to create a canvas or svg that consists of grid where I can add rectangles and circles with specific sizes and positions(by dragging objects). what I should use and how I can save all information like sizes and positions in my database to display or modify it in another page. is the example thanks. Quote Link to post Share on other sites
niche 143 Posted October 28, 2014 Report Share Posted October 28, 2014 (edited) http://rectangleworld.com/blog/archives/129 Edited October 28, 2014 by niche Quote Link to post Share on other sites
Ingolme 1,035 Posted October 28, 2014 Report Share Posted October 28, 2014 You'll need to learn programming, specifically Javascript. This isn't a 10 minute-task either. To build a robust application with your specifications I'd give myself at least a week for the duration of the project. Quote Link to post Share on other sites
dustcomposer 1 Posted October 28, 2014 Report Share Posted October 28, 2014 You want to make something like these?: http://corehtml5canvas.com/# http://corehtml5canvas.com/code-live/ch02/example-2.7/example.html my choice would be Canvas; it could be so complicated but could be fun too, just follow the links. Quote Link to post Share on other sites
niche 143 Posted October 28, 2014 Report Share Posted October 28, 2014 Write some code as far as you can get it. Then post it. Quote Link to post Share on other sites
sami20722 0 Posted October 29, 2014 Author Report Share Posted October 29, 2014 thanks for your replay , i haven t started yet programming, i still looking for the best solution . Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.