Skip to main content

All 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 ...
madz's user avatar
  • 103
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 ...
Amogh Talpallikar's user avatar
-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,...
Kylie's user avatar
  • 107
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, ...
Bruno Schäpper's user avatar
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 ...
danludwig's user avatar
  • 1,758
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 ...
user avatar