I am working on a project that is a customized and specific CMS. In the frontend many of the fields will have pre-populated choices. However for these fields there needs to be an \"Other\" option that
Is there a web app framework written in erlang? How common is to use erlang for building web apps? Is there a recommended app stack. Erla开发者_开发知识库ng, CouchDB,....,?In my opinion, the best erl
I want to create a Cocoa framework that can be included in a 32-bit or 64-bit application. Is there a way that I can create a single universal build of my framework that will work in both? Or do I hav
I\'m developing an iPhone app that lets users upload photos to a Google App Engine backend written in Python.
I\'ve coded a few, albeit small RESTful Web Services (RWS) before. But In those cases there was total control over the view (presentation layer) i.e., the view was a locally running application on the
I have my main application installed (ServerApp) on a LAN server (which is behind a firewall, so the server can access the internet but it cannot be accessed from internet directly (No static开发者_如
I\'m looking for suggestions on how to best have a continuously running processing engine that runs to process a job queue.
I need to convert between these two classes, and want to maintain DRY but not violate the Single Responsibility Pattern...
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I have two tabs on my app that handle different flows. For each tab I want to have a controller that determines (based on info in the app) which view to display.