Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
70 views

CouchDB free also for businesses?

Often you can use open source projects for free as long as you don't earn money yourself. In that moment you often need to purchase another license in exchange for cash, naming mySQL as an example. ...
2
votes
2answers
79 views

Is it possible to formulate the development cost?

Is there any formula showing the development cost of an application? Basically not to reach a very specific number but at least stressing what parts are effecting the overall cost in what magnitude? ...
0
votes
0answers
156 views

How to add additional costs to cart depending on product options

I want to create a “SalesRule” (which handle disounts) but then for adding some additional costs to the cart. As far as I can see MultiFees does not do the trick. This SalesRule needs to do the ...
0
votes
0answers
74 views

What skills to look for in programmer and costs [closed]

I'm looking for a programmer to create a website like Groupon, Woot. What skill set should the programmer have? Also, how much do you think it should cost to build an initial website like this? ...
0
votes
3answers
176 views

Can I set a cap on costs in Windows Azure?

I want to set up a Windows Azure account. I'm an MSDN Subscriber so I get it for "free" the first 16 months. Still, Microsoft want my credit card number just in case I go over the free limit. In ...
0
votes
1answer
291 views

Amazon, AWS - What is a remap and how to calculate the costs

i got the first report for my account activity. the costs for remapping the elastic ip are quite expensive in relation to the cpu hours. my instance is running from 8 to 21 from monday to friday and ...
0
votes
5answers
173 views

What are the absolute and relative costs of different operations in PHP?

I'm looking for a elaborate list comparing different operations in PHP. For example: echo vs. printf, ++$i vs $i++, a direct function call vs. object function call, array access vs. direct data ...