Tagged Questions
0
votes
3answers
425 views
How to approach multiple page form with just one save option
The screen shot shows the magento product upload page.
The left nav allows you to switch to different options for the product. Basically each option in the left nav appears as a different page. ...
1
vote
1answer
373 views
Are there any benefits to removing unused script files in a web site/project?
VS Web sites/projects come loaded with several .js files, most of which I don't use (e.g., I use a CDN for newer versions of jQuery and jQuery-UI). I know it's safe to remove these unneeded .js files ...
0
votes
1answer
28 views
Creating a voting platform for submissions during timeperiod
I have a site where stories are submitted at any time by users. The staff would like the ability to create a voting period at any time. For example, they can choose to open up voting from today until ...
0
votes
0answers
190 views
Javascript design pattern with jQuery Widget factory
I am using the jQuery widget framework for creating some graphical elements on a webpage, and I have a conseptual
question about the overall structure of the code.
I have 3 classes A, B and C which ...