Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
I want to achieve the same effect for images which is present at

http://www.art.com/frameStep/?pd=12818514405&sp=A&APNum=8656266&PODConfigID=4990875&EmailID=&ui=A5597B7167F340178A8A9709586F2FBA&customerzoneid=3

Like changing mats, frames and borders size and width.

Can I do this thing by JQuery? or What is best?
Posted
Updated 26-Sep-12 13:45pm
v2

1 solution

What is best to use?
Brain.

Where should I start?
From the very beginning usually, but it depends on your background we don't know.

How can I achieve all this, is there any jQuery plugin for it?
If you use PHP, it's PHP + database + jQuery. Plug-ins? Many, but you will have to look them through.
http://plugins.jquery.com/[^] + many from third parties.
You can see what other use — JavaScript is always open source!

Can I do this thing with Jquery and AJAX?
Yes, this is what you would really need, + PHP +database. AJAX is just a part of jQuery library, for that matter:
http://api.jquery.com/category/ajax/[^].

When user has done all the changes how can I submit changed look and feel of the art into database, so that user can add it to cart to order further?
Despite the question mark, this is not a question even by syntax. Yes, you will be able to achieve all that; this is just one aspect of what you need.

Please guide me from where should I start or learn and what are the best available platforms?
Not a question, again, despite the question mark. (Many inquirers do exactly opposite, some questions without question marks. :-))
Unfortunately, we don't have resourced for detailed individual guides, tutoring or something like that. Better ask more specific questions as you go. If you need a guide throughout all stages of the project, perhaps you are not ready to take such job.

And what else? Yes, better don't try to work with real money with your own code — too easy to loose them if you are not careful or simply have less-then-perfect experience in highly reliable code. You should look for some available reputed open-source code for it.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900