The tag has no wiki summary.

learn more… | top users | synonyms

-4
votes
1answer
27 views

Planning and designing software

I would like someone to advise me on the process and steps required to plan and design software. That is the steps needed for all the planning/designing software before the programming stage. I wish ...
0
votes
1answer
20 views

inventory database with stock level tracking - how to implement stock check before checkout

I am designing a database for an inventory management application that will handle stock level tracking of items and checkout order submission and processing. so far, i got: an Item table item id ...
-2
votes
0answers
9 views

is there a common name for something like NASA MCT, environment that lets user manually edit dashboards? [closed]

the description is http://ti.arc.nasa.gov/tech/cas/user-centered-technologies/mct/ . Looks neat and broadly useful, but I cannot remember a standard name for this.
-4
votes
1answer
46 views

How does Codeschool or other online interactive platforms work? [closed]

There is question for me, does anyone know how online interactive platforms are working!? What design pattern they use? How they check some codes are correct or not!? Do they run the code for ...
-5
votes
0answers
28 views

How to create an Evaluation Version using EXE [closed]

I wanna create Evaluation version of my code using exe. Typically exe should run let say 10 times and crashes after that . your comments will greatly appreciated. Thanks..
0
votes
1answer
39 views

Multiple database connections using multiton or any design pattern

I have following code for multiple database connections. It's not good design. Everything is static. But don't know how to improve it. i can add more functions like prepare query, but presently I want ...
0
votes
1answer
21 views

is it necessary to use Microsoft approach in every class for finding software maintainability?

For finding software maintainability by using Microsoft approach, where normally we have to use following method MI = MAX(0, (171 — 5.2 * ln(HV) — 0.23 * CC — 16.2 * ln(LoC)) * 100 / 171), Where, ...
-1
votes
0answers
7 views

do you know any software with 3D game-like interface on a non-game application?

http://i4.ytimg.com/vi/GzHndSMyMYs/hqdefault.jpg like that windows theme picture, is this way of designing not that practiced im just having a hard time finding applications that really look awesome ...
0
votes
0answers
14 views

How to structure resulting DLL files in a layered architecture?

When the layered architecture is used, you generally have projects like: MyCompany.MyProject.DataAccess MyCompany.MyProject.Business MyCompany.MyProject.UserInterface When such a solution is ...
0
votes
0answers
21 views

Dataflow diagram and user privileges

I am creating a system where there are two types of users who can acess different processes of the system Is there a way to display this in a Dataflow diagram ? ive been looking at bounderies but as ...
-1
votes
1answer
67 views

What is best practice for Software UI design? [closed]

The software we are designing allows students to register and participate in different training courses. When the user logs into the system they get a list of courses they have registered for. They ...
1
vote
1answer
20 views

how do I wrap bytes into XML for to feed the XML to webservice

We need to implement the following solution (hope, the diagram gives a grasp of the whole picture): there will be Hardware Readers (vendor-proprietary) reading some stuff and sending it to ...
-1
votes
0answers
33 views

Solving testing questions and state machine diagrams problems

Build the state machine diagram corresponding to the PurchaseTicket use case of Figure 11-24. Generate test cases based on the state machine diagram using the state- based testing technique. Discuss ...
-2
votes
0answers
12 views

Cisco network record player, how does this work? [closed]

I am wondering what would be the working logic behind Cisco network player? What takes it to develop something like this ? What language did they use to develop such application ?
0
votes
0answers
18 views

Handling internal vs external requirements in an eclipse plugin

So we have an eclipse plugin that is destined to both internal and external users but the internal and the external requirements are not always the same. We are looking for a strategy to handle ...
2
votes
1answer
54 views

java edit object with too many attributes

background I have a class Person which has a lot of attributes. what I want to allow the user to edit those attributes. what I have tried 1 create function its parameters is all the attributes, ...
0
votes
2answers
82 views

How to design extendable error codes?

UPDATE: The error codes here is not such a return value of a function. Actually I am not discussing using exception or error codes for error handling. I am trying to figure out, using what pattern to ...
-1
votes
0answers
14 views

any book/forum talks about abstraction?

After several years' working as a programmer, I think one most important thing is abstraction, that is how to split a big problem into pieces. I profit everything from it: easier to code && ...
0
votes
1answer
48 views

What should I do on the first look of software designing

I want to design a software and I have a question What should I see in the first phase (first look) ? Define Entities(objects)? or Modules? or Relations or ... Thank you so much
1
vote
0answers
25 views

Android Componant Based Design and Activity-Thread Communication

I am trying to create an android application which is essentially a platform for other developers to use(let's say a mobile health platform). In this platform, I am trying to implement a componant ...
1
vote
2answers
62 views

How to select an action depending on the value of a pair of enums?

I'm implementing a model of a protocol in C++ (cache coherency protocol to be particular, but it does not matter for this question) The protocol takes two values : a previous_state and a ...
3
votes
2answers
65 views

How does a fluid interface return both $this and a value?

I'm relatively new to OOP so browsing through the documentation of Simple HTML DOM I was wondering how its methods use both method chaining and the regular behaviour of returning a value/object. For ...
-1
votes
1answer
64 views

How to protect the source code? [closed]

I am developing a system in Zend Framework for a company and once its finished I want to sell this system to other companies as well. The problem here is that the first company whom I am going to ...
0
votes
2answers
34 views

How to model an object owned by two different entities?

Lets say if two families, Smiths and Johns have two lawn movers of same make and manufacture, how can I model this scenario in programming? I mean as both the lawn movers will have separate serial ...
0
votes
1answer
40 views

Saving an EKCalendar

Once you create an EKCalendar, it's often said that you should hold onto the calendarIdentifier to retrieve that calendar later. However, the documentation notes that the identifier will change ...
0
votes
1answer
58 views

Document Templates Needed For Product Development

I just wondering about the Software development steps. I just wanted to know from where i will find Different Document templates for Software Development from start to end means till release of ...
0
votes
2answers
37 views

choice user options as extend use case?

I have big use case which is `Manage Orders`, I want to expand this use case to a more specific use cases. when the user ask to manage the orders he can do many options which represent use cases, my ...
0
votes
0answers
59 views

Android development software architecture [closed]

I am currently starting to program for Android, and I am working with several developers, managing them. I am trying to figure out the best way to divide my code into packages, for best re usability ...
0
votes
1answer
99 views

Converting cad file to 2D slices (3D Printing)

My questions is, how would I go about writing a program that would take a CAD file, and convert it into many layers of 2d planes, similar to what is done in 3d printing software. What language/ ...
0
votes
2answers
18 views

Creating a helper or duplicating functions in codeigniter

I have a set of functions that are called from 2 different models [ and maybe more in the future ] What's the best approach to deal with this : 1 - Duplicated in each model 2 - Creating a helper for ...
0
votes
1answer
23 views

Avoiding LSP (Liskov Substitution Principles) violations

I'm currently reading the "Working Effectively with Legacy Code" by Michael Feathers and I think I understand about the LSP violations, but the thing is it says something about the rules of thumb ...
0
votes
1answer
47 views

how is game saving implemented so that the developer can avoid creating a god class/object?

Yesterday when I was playing a video game a question suddenly comes to me, how is game save mechanism implemented? Mostly, a save requires all data of the game. In this case, doesn't the programmer ...
1
vote
2answers
76 views

Techniques For Identifying Classes And Their Responsibilites

I am looking for ways (techniques) that can help me to identify classes (and probably their responsibilities) in a software system (project). I know there are many software design books but am looking ...
-2
votes
2answers
99 views

What is the next big thing in software development? [closed]

We often get this annoying question in RFP's from Clients. Does anyone have any advice on how best to answer this question.
2
votes
1answer
91 views

Cleaner regular expression code in C?

I've got a C program that processes output from some shell commands. For 'ps', I'm interested in the following five fields. I specify the fields that I want by name, build the pattern for the glib ...
0
votes
0answers
7 views

Connectivity for medicare Hets and claims [closed]

Good day everyone... I am currently developing an software for our home health agency. Currently i got my connectivity to CMS through Ivans. However the whole process is tedious like manually sending ...
0
votes
1answer
51 views

Single or multiple Abstract Factories for creating objects in an inheritance hierarchy?

I have the following health club scenario (coded in C++ BTW): I want to create random Guest and Trainer objects (so both would have names randomly generated, but the guest would also have random ...
3
votes
4answers
91 views

OOP , object concept

According to the standard definition, an object is an entity that contains both data and behaviour. According to my understanding the data is sent from outside.For eg,we have a class that computes ...
0
votes
0answers
41 views

Books / Webpages for Mobile Architecture [closed]

I'm looking for good books or online websites walking through good architecture for mobile app design. I've created my first app, and now I have 3 or 4 apps to write (2 for myself, 2 for clients) ...
3
votes
1answer
69 views

MVC Delete Get v POST ambiguous method signiture

My Controller has a Delete method, in fact it has two, the GET and the POST. Both these need only an id to work, so I end up with an ambiguous method i.e. [HttpGet] public ActionResult Delete(string ...
0
votes
0answers
47 views

what is the recommended design in this case?

I have XML file which contains a description of specific task for example <task name="xx" extends="yy">...</> after loading the 2 tasks, all child elements of yy should be represented ...
3
votes
4answers
123 views

Managing the demo version of software

I have a software product written in VB6. It is a paid software product and it has a demo version for 1 month.There is no separate setup file for demo version.The software on entering the product key ...
2
votes
2answers
589 views

Differences Between Software Engineering and Systems Analysis and Design

I was wondering if there are substantial differences between Software Engineering and Systems Analysis and Design. Both of them seem to be methods of producing high quality software. Are they the same ...
3
votes
1answer
310 views

Hotel Booking System: optimal SQL db structure for querying

I'm about to design a Hotel Booking system. Each Hotel has some RoomTypes assigned. RoomType: id | name | hotel_id Each Hotel offers some quantities of RoomTypes for specific period (given ...
4
votes
2answers
139 views

Problems of using srand() in libraries

There is a wide use of srand()/rand() calls in 3rd party libraries, with predefined seeds. The problem arises when combining different libraries in the same process. Sometimes it's hard to ensure the ...
0
votes
1answer
41 views

Webservice API design: return type for display or type code only or both?

Web service design - how should my web service response? Example a Phone number can have type "Home telephone", "Business telephone", "Customer Service telephone" etc Should my web service API ...
1
vote
1answer
82 views

Main differences between software design processes [closed]

I want to compare the following software design processes. Waterfall model V-Model Unified Process The V-Model has test phases for each specification phase, the waterfall model doesn't. The ...
-1
votes
2answers
58 views

adding total in button

i have some problems adding codes in the button so example : i key in 2 on quantity it will * the price and quantity example 400 * 2 = 800 but when i key in 2 again means 800 x 2 = 1600, can anyone ...
1
vote
1answer
47 views

References to successful usage of software modeling techniques for UI development in industry?

Do you know about successful experiences in using software modeling techniques for UI development in industry? Are there experience reports, success stories, or other materials around?
0
votes
2answers
81 views

Design diagram for html pages

My project is developing a website only with simple html pages. To start the project i have to first do the design documents iam not able to understand what kind of UML diagram should i use?

1 2 3 4 5 9