business

Is there a list of famous software products that do and do not do testing?

I would be interested in looking at a list of projects that did and did not do unit testing, and other forms of regression testing, to see how those companies turned out. All test infected developers know it saves them time, but it would be interesting to what correlation there is between code quality/test coverage and business success....

Which License can be used if source is only distributed for paid customers?

It should also allow customers to make patches to the software and exchange patched with other customers. And the developing company should be able to hold all the rights on source code and on all accepted patches. ...

When programming for an hourly rate, should you keep the timer running while processing code automatically in the background?

This is probably subjective as it is a dilemma between what is good for you and what is good for your customer, but I as a programmer, would really like to know what is the commonly accepted way of doing this. I will keep these answers to my question in mind for future projects. I've personally never sold any of my work using a set rate...

Presentation layer communication with business service layer

I have an existing enterprise Java application with several layers including a web services facade over a Java services layer over a domain layer over a data access layer. The system currently has not GUI. The clients of this system currently are (simply) other composite web services based applications. I am somewhat new to the whole ...

Addressing concerns over using open-source libraries in closed-source projects

Background: There are a couple of concerns that are not core business for us. They are essential to our core business, but we have no business writing on our own, in terms of manpower, time, and expertise. I am familiar and very comfortable with some open-source implementations, using closed-source-friendly licenses, that could fill thes...

How to fight flooding for a website?

I know,time restriction implementation as adopted on stackoverflow.com is a way to fight flooding. But sometimes I really want to input another message soon after I input a previous one and I want to wait until the time restriction is lifted. Is there other elegant way to fight flooding? ...

Manage a day-to-day business with a web app?

Dear Community, I need a bit of web software (ideally Open Source) that will manage my business -i.e invoices, accounts, clients, contacts, time spent on work, notes, diary. Any ideas ? ...

What do I need to know before accepting a contract position in the United States?

I just received an initial job offer for a contract position as a PHP developer. I have never had a contract position before, so I don't know what the implications of this are, and how it differs from a salaried position with benefits. =/ What are some things that I should be aware of before accepting the contract position? (i.e. taxes,...

recommendations for two challenging web app problems

I'm looking for recommendations for vendors - quite possibly start-ups - who can help with two challenging requirements for an app I'm building right now. We're really open to new and innovative solutions to these two challenges. I've got a lot of control in terms of dictating choice of browser, selection of hardware, and even choice of ...

What is the most profitable device to write in?

as of this moment, huge database of iPhone users might be a main reason to write for iPhone. but in future, android & others might really take off. So in your opinion, what is the most profitable device to write for? and if you have generated some income based on it, do share with us if you don't mind! for me, i have recently started pr...

What are your thoughts on page scrolling in a business application?

Let's say you are designing a web application for internal business use. Should a page be designed to not scroll, and either use paging or have scrollable sub-sections (tables, grids, etc) or is it better to allow the page to simple scroll. What happens when you have a long page that requires a Save/Cancel button or other such buttons. ...

Locating Businesses by Latitude and Longitude (API?/Webservice?)

I am looking for a free database (csv, tab delimited, xml, etc) or even a web service or API which will allow me to query for business listings within a certain distance of a latitude and longitude. A global scope would be perfect, but I would settle for Canada/US information. Does anyone know of anything like this? ...

LINQ XML Read different hierarchies into 1 object

Hi All, I have an XML file <searchResponse requestID=“500” status=“success”> <pso> <psoID ID=“770e8400-e29b-41d4-a716-446655448549” targetID=“mezeoAccount”/> <data> <email>[email protected]</email> <quotaMeg>100</quotaMeg> <quotaUsed>23</quotaUsed> <realm>Meze...

Programming time schedule for porting a program.

I'm working on a large program which has an abstracted GUI API. It is very GUI based, many dialogs and a few nasty features which rely heavily on the message flow of the GUI (correct sequences of focus/mouse/active handling etc.) - not easy to port I now want to port it from the currently used FOX Toolkit to native Cocoa/MFC. I give my...

Question About Microsoft Sharepoint and BPMS

Hi everybody. Can I use Microsoft Sharepoint for implementing business proceses without writing code and without any knowledge about web development and database design? ...

Business object to multiple tables

I want to try custom code, this is for my uni project. What if I have Tables - UserCar, CarMake, and CarModel. UserCar - userId, carId, carMakeId, CarModelId CarMake - CarMakeId, MakeName CarModel - CarModelId, ModelName So I want to display on the page User car, using 3 layer architecture. So how do I map this tables??? to busine...

Deciding on a comprehensive mobile strategy

I have an idea for a mobile application (initially targeting iPhone but would like to target others in the future) and am trying to decide the best way to package/sell the product. For lack of a better term, the app would be a "platform" that potential clients could use to create their own branded application. There will be a server-side...

Working with a totally messy DB?!

You work for a company for a few months. You are working with a new application by yourself, application which is nicely built, that has a nice database, everything tied up together with constraints, foreign keys, etc. Suddenly you are asked to integrate your application to a very messy database. Messy in the level of: Not having a si...

Business Case for Resharper

We are trying to get Resharper introduced to our company but it would have to be for all developers. Management want us to justify the cost with a business case. I am unsure how to go about getting proof that Resharper will benefit the business. What kind of statistics can you get from it? Any help with this would be appreciated. ...

What is business object and what are the softwares available to for working with business objects?

What is business object? In a school management application, what is said to be an business object? Is there any software packages available to create a business objects ...