I have an app (cms) which structure is like this: BASE: 开发者_C百科/application/ /public/ themes/ default/
I\'m accustomed to writing desktop applications in C#.NET. Where I have a nice little solution folder which is also under version control. So at any time, on any computer I can check out whatever vers
I\'m investigating the how best to develop/code a flow-chart like scenario. For example, given the following diagram I could write the pseudo-code beneath it to satisy the requirements. However, as t
I think this might be a simple question but I cannot seem to figure it out. I have a workflow which simply sends a mail. In the content of the mail I
I\'m coming from a PHP/Python/Javascript background, and recently became very interested in Scala - specifically Akka coming from the web standpoint.
I\'m working on a new application at work, and a manager is really pushing the concept of a business rules management system (BRMS) and a workflow management system, and I\'m trying to figure out the
I\'m researching changing my current strategy for creating marketing websites.Currently, I build sites entirely from scratch in PHP, using a simple system of includes.All code (and therefore content)
I have a workflow question related to Mercurial (possibly applicable to other DVCS). The repo is set up using the typical default/stable setup.
We are about to begin prototyping a new application that will share some existing infrastruc开发者_运维知识库ture assemblies with an existing application, and also involve a significant subset of the
I am working on a couple of projects now where I really wish there was some sort of component that I could specify a time and date, and then execute some sort of method.