All Questions
8 questions
1
vote
1
answer
170
views
What pattern to use when you have to hide/show different sections on a form depending on a dropdown value?
For example, let's say you have 8 sections to hide/show and depending on the value of a dropdown, you have to show or hide dynamically from 1 to 8 sections.
1) Is there any better way of doing this ...
2
votes
2
answers
2k
views
Combination of asp.net server side + html/js/jQuery client side
While working with asp.net, I came to an approach that uses asp.net services for the data/business logic layer and html/javascript/jquery for the UI layer, because I could not reach the needed level ...
2
votes
2
answers
330
views
Using which technique does facebook and pininterest show images?
If anybody has ever noticed that when you open a image in Facebook something like this happens:-
suppose you are at your homepage on Facebook:-
the URL is
https://www.facebook.com/
now if you open a ...
10
votes
4
answers
619
views
Has the time gone to think about user with JavaScript disabled in browser? [duplicate]
Possible Duplicate:
Should I Bother To Develop for JavaScript Disabled?
In this Modern time of
HTML5 API
jQuery
Modernizr
HTML5 Shim
Respond.JS
Google Chrome app store
Canvas
Has the time gone ...
34
votes
14
answers
14k
views
What benefits are there to native JavaScript development? [closed]
Given how much simpler jQuery development is, when compared to native JavaScript, what makes people forgo libraries like jQuery altogether?
Is this because jQuery has limitations or it is slow? I ...
0
votes
1
answer
2k
views
Best practice for populating a dynamic popup menu?
I'm creating a dynamic popup menu whose contents depends on the state of what the user clicked on. Is it considered a better practice to create a template menu in html and modify which options are ...
3
votes
3
answers
330
views
JavaScript Architecture, Tools, Compatibility and Pitfalls
I am thinking through how I will use JavaScript for a project which is just in its beginning of coding. I am not an expert in JavaScript, but I recognize it as a very important part of the site so I ...
7
votes
3
answers
822
views
Is there a canonical book on creating highly interactive websites (eg. "Flash" like) with HTML5/CSS3/JS/jQuery? [closed]
I know some of the basics of these technologies already, but it is mostly limited to more static sites. Using things like HTMl5 semantic elements, CSS3 gradients, shadows, @font-face etc.
Is there a ...