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
votes
5answers
321 views
Web programming most effort? [closed]
To create a website
I create Psd Files for the design (Phase 1)
I Convert these Psd's to html/css static webpages (Phase 2)
I add some javascript to these webpages (Phase 3)
I start the IDE "visual ...
-3
votes
3answers
2k views
HTML + CSS or HTML5 + CSS3 or HTML5 + jQuery [closed]
I want to be a good UI Developer.
I'm confused whether I should learn (I need some serious suggestions):
1) HTML + CSS + JavaScript or HTML5 + CSS3 + JavaScript or HTML5 + CSS3 + jQuery
2) Is it ...
1
vote
1answer
129 views
Should I provide fallbacks for HTML5/CSS3 elements in a web page at this point?
I'm wondering if I should bother providing a fallback for HTML5 tags and attributes and CSS3 styling at this point in time.
I know that there's probably still a lot of people out there who use older ...
3
votes
1answer
194 views
today's multi-device world for web development
With the huge explosion of mobile devices and addition of HTML5/CSS3, there seems to be a shift towards "responsive" designs (i.e., adapting to smaller screen sizes) which seems to be achieved using ...