widget Posted November 19, 2007 Share Posted November 19, 2007 Hi, I have a pet website and I need to create houses for the pets to live in. The houses will need to be able to be furnished. What I need is a push in the right direction of how i might accomplish this. I know of a few drag and drop scripts out there but what about ones that save as well and not just via a cookie for that user. Pretty much the page will just be a flat gridded square in which you can place a piece of furniture, rotate it and save it in place. Any ideas? Quote Link to comment Share on other sites More sharing options...
rajivgonsalves Posted November 19, 2007 Share Posted November 19, 2007 you could all store each an every action in some place in javascript and have a save button, now depending on your script you would have to rearrange everything from the database to javascript so if you have some object in the square that has been inserted save the object location if its been rotated or moved overwrite the location and then save the cordinates to the db this is just a concept for giving more input I would have to see your actual scripts Quote Link to comment Share on other sites More sharing options...
widget Posted November 19, 2007 Author Share Posted November 19, 2007 I dont have any scripts for this as yet. Thats why I need pointing in the right direction Thank you for your reply Quote Link to comment Share on other sites More sharing options...
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.