Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
4answers
156 views

How to make freelance clients understand the costs of developing and maintaining mature products?

I have a freelance web application project where the client requests new features every two weeks or so. I am unable to anticipate the requirements of upcoming features. So when the client requests ...
14
votes
34answers
2k views

If you wanted to improve software development in your organization and you had $1000 to spend, what would you spend it on?

I am toying with the idea of giving agile software development teams budgets that they can spend to improve velocity. A typical agile team has 5-9 people. I want to get a sense of how they might ...
13
votes
4answers
2k views

How to charge/budget in agile software development projects?

How do you charge your customer in a project using agile methodology? Per hour? Then a great deal of trust has to been established before the project. Per iteration? There's gonna be a lot of ...
13
votes
11answers
2k views

What is the best way to get started using Asterisk?

I'm interested in learning more about Asterisk (open source PBX) so I thought I would try building a "hobby" system for my home. Just play around with getting a juiced up voicemail system going for ...
7
votes
8answers
220 views

What to ask a potential client to make sure they know what they are getting themselves into?

I'm getting asked a lot more frequently by friends and friendly acquaintances to 'redo' their website. I know what to ask to learn exactly what they mean by 'redo' their website, but not what to ask ...
7
votes
8answers
13k views

OutofMemoryError: bitmap size exceeds VM budget (Android)

Getting an Exception in the BitmapFactory. Not sure what is the issue. (Well I can guess the issue, but not sure why its happening) ERROR/AndroidRuntime(7906): java.lang.OutOfMemoryError: bitmap size ...
6
votes
14answers
2k views

Getting the Boss to pay for training?

We all know that keeping your skills fresh and up to date not only benefit us as developers but also the companies we work for. It therefore makes perfect sense to me, and I am willing to bet you as ...
5
votes
29answers
563 views

Year end budget - what development software should be considered? [closed]

My department, and I assume many others, have an unusual year end problem: they haven't consumed all their budget. If they don't spend it all, then next year the budget will be reduced. We've ...
4
votes
8answers
600 views

How do I avoid a huge bandwidth bill if my website gets popular? [closed]

As a hobby, I'm writing a web application that will use some bandwith. Imagine I implement a feature that will produce custom 50 megabyte downloads for each interested user and maybe a megabyte or ten ...
3
votes
5answers
269 views

Is budgeting worthwhile for a software development freelancer or contractor?

As a software freelancer (contractor) does it pay out to budget for things such as marketing and advertisement, training, tools (i.e. business related expenditure) or just buy them ad hoc? Obviously ...
2
votes
1answer
323 views

Bitmap size exceeds VM budget, not understanding why

I've looked all over for "Bitmap size exceeds VM budget" problems, but none of the solutions seem applicable for me. I am not understanding why my program sometimes throws this error because they way ...
2
votes
3answers
147 views

Amount of extra work caused by IE6 for web application development?

Even with frameworks like GWT you end up scratching your head because of IE6 specific problems. How much discount you would give if you do not have to support IE6? Or how much of the overall time is ...
1
vote
5answers
375 views

Cost Factor in Software Development

For a single developer, who is developing a .NET application, what is the difference in cost between: Linux, using MonoDevelop, Mono Framework, and Apache, and Windows XP Pro, using Visual Studio ...
0
votes
0answers
18 views

Legacy Architecture

I hope this question is not too non-technical, but I believe a lot of programmers would benefit from a good answer. In many companies, I have been working so far, I ran into the same problems. I have ...
0
votes
2answers
467 views

Forcing Portrait mode OOM bitmap resize

Whenever I force portrait mode in onCreate setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); I get an error What does Portrait mode have to do with OOM VM budget on image scale? ...
0
votes
2answers
339 views

Anything similar to Odesk Team App to measure developer productivity for private use?

Is there a tool similar to Odesk's Team app for private use? We have people who work for us on hourly basis as needed, so we need to track how much hours were put in for a task and pay them ...
0
votes
2answers
299 views

How much money percentage should I ask for a project maintenance?

Speaking about a project with a self constructed CMS and Web Site. Maintainable should be yearly and should include two fields. Technical Maintenance Tool update, Bug fixes, new modules ...
0
votes
1answer
226 views

Saving a web development project from disaster

I have seen the idea at HashRocket for their Rescue Mission that is designed to step in and recover from a failing Rails development project (whether timeline, or budget, or something else will not be ...
-3
votes
1answer
91 views

Simple PHP Budget [closed]

I'm trying to make a simple budget form. What I need is that if some item is checked the system adds the price of these item (and if unchecked that item again substract it's price of the total). ...