All Questions
6 questions
0
votes
1
answer
3k
views
Better alternative to having a html form with select input on every row in table
I have a web application (laravel) with a page which presents a large number of rows (financial transactions) in a HTML table. On each row I want to have a drop-down (select input) allowing the user ...
0
votes
2
answers
199
views
Should the check correctness of a time constrained puzzle game application be done on the server side?
I am working on an application where a user has to complete a puzzle and check within a given time limit.
This is an HTML5 based game, I can't keep the solution on the client side.
but I also want ...
-1
votes
1
answer
2k
views
Tag an image in various places, and save to database
I'd like to create something similar to what you see here...
http://www.houzz.com/ideabooks/9424693/list/8-Beautiful-Ways-to-Work-Glass-Into-Your-Kitchen-Cabinets
If you click on the second photo down,...
10
votes
8
answers
5k
views
Rush to client-side in web development
In the past few months, I recognized a big excitement about client-side scripting in web development. But while server-side technologies are mature, stable and well accepted by backend-developers, ...
6
votes
3
answers
2k
views
What are the disadvantages of unobtrusive script patterns in web applications?
First of all, is there a name for this as a bona-fide design pattern? Currently I've just been referring to it as "unobtrusive javascript". Here is a brief example of what I am talking about:
1.) Use ...
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 ...