Tagged Questions

0
votes
1answer
24 views

ASP.NET GridView: How to Control the Format of a Column in Edit Mode?

Given the following GridView: <asp:GridView runat="server" ID="GridMenuItemAttributes" DataKeyNames="MenuItemAttributeID" AutoGenerateColumns="false" OnRowCommand="Gri …
0
votes
2answers
52 views

Changing Open Source Software to divert donations

I have produced some open source software, released under the GPL, and intend to give users the opportunity to send me donations if they wish. It has occurred to me that since the …
0
votes
2answers
93 views

Should I use Sharepoint Number column types to store monetary values?

In SharePoint I can create a list column of type 'Number'. I need to store monetary amounts and would like to be able to use this column type rather than having to create a new one …
1
vote
2answers
16 views

tsql casting to money rounds up

When casting a varchar value to MONEY it is rounding the value to the nearest 0.10, how do I prevent this rounding up? UPDATE: I found the problem. In a subquery, the value is bei …
3
votes
4answers
178 views

Proof that Fowler’s money allocation algorithm is correct.

Martin Fowler has a Money class that has a money allocation routine. This routine allocates money according to a given list of ratios without losing any value through rounding. It …
0
votes
2answers
25 views

What is the correct term for online fund transfer services?

Services like PayPal, NETeller, Click2Pay, Moneybookers?
0
votes
2answers
103 views

How much money does a computer programmer earn? [closed]

How much money does a computer programmer earn? I know it depends on his skills, but I want to know an avrage . If you are answering about your own country, please write your count …
4
votes
20answers
872 views

Code Golf: Banknote calculator

This question was posted by a C beginner and it was an exercise to calculate, given a dollar value input by the user, the minimum number of bills (or banknotes, depending on your l …
3
votes
8answers
244 views

Is there a “non-geek” reason to start learning Android? [closed]

As a geek, I really like Android, but if you look around there is only iPhone, iPhone and iPhone money (job postings, freelance jobs, even the company I'm working for is doing iPho …
0
votes
2answers
67 views

C# Money numeric value to written value.

I am receiving data which I am basically recreating the image of a check for filing purposes. I have the monetary amount of the check coming in, but I need to create the written ou …
-2
votes
1answer
31 views

What to charge for card style newsletter design work?

hi friends, my client asking for Card Style Newsletter design. I have no idea how much normally designers charge for such work :/ any idea? thanks!! appreciate ...
1
vote
5answers
251 views

Java - Name for money class

What should I name my class that stores costs/prices/amounts of money in CAD/USD as separate longs for dollars and cents? I has "PriceInDollars", but I don't really like that, and …
1
vote
3answers
88 views

Good example of Quantity or Money class.

Does someone konow a good .NET implementation of Quantity (with Unit of Measure) or Money (with Currency) classess/patterns in .NET ?
0
votes
4answers
101 views

php money_format

i am trying to remove the .00 at the end of the price function getMoney($mon) { setlocale(LC_MONETARY, 'en_US'); return money_format('%.2n', $mon); } Thank You,
23
votes
18answers
1k views

Can a single developer still make money with shareware?

I'm wondering if the shareware concept is dead nowadays. Like most developers, I've built up quite a collection of self-made tools and code libraries that help me to be productive …

1 2 3 4 5 next
15 30 50 per page