Quick background info: of the three database tables that are relevant for this question, one holds devices info (d.id, d.name), the second one holds accessories for the devices in the first table (a.i
I\'m building an HTML form with which the user should be able to upload big files up to ~100MB. My users could be coming from anyw开发者_如何学运维here so I can\'t count on a broadband connection, mo
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Rails is a very great backend framework keeping everything clean and structured. I guess that you all have thought about doing the same for the frontend.
Are these all the languages/solutions you could use in frontend? javascript+html+css flash java silverlight (c#, ruby, pyth开发者_运维百科on etc)
For now we have very heavyweight frontend (frontend+backend in one application actually). Frontend contains all the logic: UI, business logic, persistence logic and so on. It\'s very complicated and h
I use PHP with CodeIgniter(MVC framework). My Question is fairly simple. What according to you is the better approach while working with a slightly complicated website.
i\'m building a site where we are considering to use a custom font (using @font-face) for all text on the site, not just the headers. I\'ve already integrated a custom @font-face on another site for j
I have access to a copy of Dreamweaver CS5 which is paid for, so I am trying to decide if I would rather use Dreamweaver or Aptana. They seem fairly similar in basic function, but I\'m sure their comp
Am I correct that if someone wrote a Ruby plugin for a web browser and a user installed that plugin then it would be possible to replace javascript with ruby on the fron开发者_开发问答tend?