A methodology is usually a guideline system for solving a problem, with specific components such as phases, tasks, methods, techniques and tools.

learn more… | top users | synonyms

0
votes
0answers
17 views

what is different between scrum, XP and RUP

Can u tell me shortly the difference and similarity between those methodologies: scrum, XP and RUP. Can u compare using table, it better for me to understand. Im new to this. Shortly but fully ...
-1
votes
1answer
22 views

Generating feed items that won't nest Divs

I'm working on this project at helpspread.com Everything is almost completed, now I need to generate feed on the homepage for logged in users, so they can get live update of an item when it is posted. ...
0
votes
0answers
25 views

Best choice selection [closed]

I have a set of generic product features/attributes defining a set of functionality requirements (my “wants/needs"). Any number of available products potentially satisfy my requirements at some ...
0
votes
2answers
54 views

Agile view of bugs vrs Waterfall… is this right? [closed]

I've moved from a Scrum project to a new job in a Waterfall setting where the organization is trying to convert to Agile, possibly (hopefully) Scrum. I work on a team of sub-contractors. I have some ...
3
votes
2answers
95 views

What are a posteriori and a priori analyses of algorithm operations?

I am a new developer. Please help me understand what a posteriori and a priori analyses of algorithm operations are. I googled it, but I did not get any proper answers.
0
votes
1answer
49 views

php prevent direct access to an url which does not points a folder [closed]

I am using .htaccess and user friendly links. my domain.com/contact redirects the page to domain.com/contact-verify after form submission. If page verifies user submitted data then redirects the page ...
-1
votes
1answer
34 views

Software Development Methodologies for a single programmer [closed]

Ive been trying to find an answer to what I thought would be a basic question. What software development methodologies are relevant for a single programmer. The only one I can find is RAD. When ...
-1
votes
1answer
66 views

How is Scrum different from waterfall method of project management? [closed]

How do we differentiate scrum from waterfall? What are the advantages of scrum over waterfall?
0
votes
1answer
68 views

What Language/Technique Should I Consider For Logic Puzzles? [closed]

What Will The Language Be For? I have recently developed an appetite for logic and math puzzles. I'd like to use them as projects for learning a new language (with an end goal of solving new puzzles ...
0
votes
0answers
12 views

What is the right approach when working with recent items list?

we have an application which allows a user to click on a link and view a report. In this point the report should be added to a 'Recent Reports List' which appear in his home page. My question is, when ...
1
vote
5answers
80 views

It is reasonable to implement security in a web app after implementing its main features?

Excuse me if this seems too vague to be posted on Stackoverflow. My company hired three developers to implement a classified ads system, using PHP and MySQL. They’ve been working for little more than ...
-1
votes
1answer
33 views

How openSource projects are managed? [closed]

actually I'm having Software Engineering classe, and we are trying to learn steps to make a good software. We are talking about UML, Scrum etc ... and I'm wondering how open source projects (like ...
3
votes
1answer
156 views

unified process (UP) versus unified modeling language(UML)

what is the differences between unified process (UP) and unified modeling language(UML)? does there is difference? or using each one of them is the same?
0
votes
1answer
25 views

iframe to factorize code in static web sites?

I'm making a web site and due to bureaucratic limitations I am limited to use static web pages. I would like to include a header and a footer in all of them. Would it be acceptable to use iframes in ...
-2
votes
2answers
100 views

Design and Scrum [closed]

I edit my post to be more specific. I wish to start using Scrum methodology, And would like to know how the Design and Scrum live together ? In the "Old" world I would build a complete design for my ...
4
votes
1answer
89 views

Discussion: Pros and cons of auto-commit to git after each successful build in Visual Studio? [closed]

Background I am currently a sole developer on a software project. Nonetheless, I used this project, which has grows lately to hone my version control skills. It's a client / server software, which ...
-3
votes
1answer
82 views

Architecture / Methodology that uses by major websites (fb , youtube,etc.)- resources , tuotorials? [closed]

In major sites like 'fb , youtube , myspace ,google +' , i have seen that when loading user data , the request url would call something like below : someSite.com/{user_id}/info ...
-1
votes
1answer
32 views

What methodology should I choose for this project? [closed]

This is a individual project, it is a encryption-enabled instant messaging software developed by C#, and it is supported by SQL Server. Will the agile be a best candidate for it? can you just give me ...
2
votes
0answers
85 views

Difference in developing web based analytical and transactional software [closed]

Given the following distinction between Analytical Vs. Transactional Information: Based on the type of decisions they help to make, information can be divided into two types. One, analytical ...
0
votes
0answers
26 views

Which open source project has done a radical switch of technology or development approach? [closed]

I'm looking for open source software projects who have done a radical switch like completely different software architecture new programming language new development approach (use of TDD for ...
0
votes
1answer
103 views

PHP Class uses Static DB Table/Column Names. How to make Dynamic? (BEST PRACTICES)

I found a PHP-based recipe and meal plan script, that I'd like to edit. There's a MealPlan Class that allows all users to create their own daily menus/mealplans, by selecting from a list of all ...
-1
votes
1answer
55 views

Software development methodology - Competitive Development [closed]

What is the name of the software development methodology in which: Multiple teams work on the same feature in isolation At the end of the sprint, each team presents solution and: The best ...
0
votes
0answers
29 views

Database Driven Website Methodology Method

I am doing a project for a degree and have got to do a database driven website. The database will hold all the details with the ebsite being written in HTML. We have been asked to choose suitable ...
-1
votes
1answer
48 views

What methodology to use for planning/developing a Language conversion project? [closed]

I am trying to help my friend by creating a part of his on-going project. What i'm going to do is create a java parser to break up the java code into operators, parameters etc to build xml ...
1
vote
2answers
65 views

Testing randomly generated cases [closed]

I create a board with items and these items are created randomly for a game which is some kind of a match-3 game. There are some cases that I want to test. Can you suggest any methodology to test ...
0
votes
1answer
99 views

Data-driven application testing methodology - advice needed [closed]

Apologies for the long story! I have an application that does nearly-runtime-analysis based on big data (RDBMS) coming from several feeds. The flow is as follows: certain event triggers updates of ...
0
votes
0answers
34 views

Software Methodologies [closed]

Before I create my mobile application, I have to do some research and I was wondering what methodology is best used for developing mobile applications? I think its Agile is there any more? I cannot ...
0
votes
0answers
46 views

PHP code distribution/metodology [closed]

I know that my title is so hard to understand. Here's my prob: I'm developing a SaaS PHP application and I want to put all main code on one site and config/client data on other site, so I can update ...
0
votes
3answers
55 views

Systems/Methods to help programmers process larger chunks of code [closed]

While this example references a Javascript example, I think it could be applied to most languages. I am (very) slowly working through the book Eloquent Javascript and trying to understand the ...
0
votes
1answer
105 views

I am in so called “agile” project and our team doesn't do any daily scrum. Is that normal? [closed]

it's really annoying because I've got things to tell and it's like we don't sharing anything
0
votes
1answer
155 views

Swap between forms in VB.net

So I'm trying to teach myself object oriented programming using VB.net, and Although I have some basic experience with it, I feel that I'm doing something terribly wrong. There are two visible ...
0
votes
0answers
33 views

Methods for systematically researching technologies to use in a project?

If I want to recommend a technology/plugin/library to my company for use in a project, are there any methodologies I can use that will produce more reliable results and a more convincing presentation ...
1
vote
2answers
93 views

ColdFusion Caching Solutions for Fusebox 4

I have an application that was built using Fusebox 4 with ColdFusion. Can anyone recommend a good caching solution, that is a plugin, which works directly with this older version of the framework? ...
1
vote
1answer
110 views

Grouping Data in a Key/Value Database Like Redis

I'm trying to model data similar to amazon.com categories (e.g., books, movies, electronics, etc.) in a Redis database. Order matters to me when they're rendered on an HTML page so that the user is ...
1
vote
0answers
272 views

Best approach to add records into DB using php/ajax/mysql?

Wondering if someone can suggest a better approach to the current method I have of integrating php/js/mysql. I use this method just fine for returning sample data, setting a unique value, etc, and ...
0
votes
1answer
37 views

For each software development methodology/practice, under what contexts is each most effective? [closed]

There's a lot of different ideas about how software should be developed (the process). There's things like Scrum, TDD, Waterfall, BDUF, etc... It seems like deciding what practices to adopt for any ...
0
votes
0answers
285 views

Visio 2007's UML feature: what methodology is this supporting?

I am attempting to depict a system under development in UML using Visio 2007. Most examples of UML diagrams you find on the Web are fairly straightforward, particularly the class diagrams. But in ...
-2
votes
1answer
131 views

What programming language should I use to parse web pages? [closed]

If, for example, I wanted to parse http://newjersey.craigslist.org/ela/ every 30 minutes and write data from each new listing into a database, what programming language would be best to accomplish ...
0
votes
0answers
194 views

PyQt and Threads: Multithreading inquiry

The Situation I am using python 2.7. I am working on an application that has a GUI utilizing PyQt4. I have a button in a widget and when you click it it will request a range of IDs specified by the ...
1
vote
2answers
59 views

What is best practice when creating read-only DAOs for testing?

As part of the project I'm working we have a read-only DAO (a Bill class). The project itself should never create a new instance of Bill that isn't already represented in the database and should never ...
3
votes
3answers
7k views

Difference between agile and iterative and incremental development

What are the difference between Agile and iterative and incremental development? Is Agile considered as iterative and incremental? Some info shown the Agile is the latest of iterative and incremental. ...
1
vote
2answers
165 views

handling the tail part of a non-tail recursive function when converting it to an iterative function

When converting a non-tail recursive function to an iterative function using your own made stack what is the general approach to take care of the part of the code that comes after the recursion call ...
0
votes
1answer
169 views

What methodology to use for Linux Kernel Development

I am developing a small project which consists on modifying/extending the Linux Kernel. More specifically, it is about modifying TCP congestion control algorithms. I have modified a couple of files ...
0
votes
1answer
41 views

Concerning Methodology and Proper Practices in Java

This may be a weird question, but is there anything wrong, methodologically speaking, about how I'm using enums here (See the Operation enum)? ...
1
vote
2answers
71 views

Basic site-wide search methodology?

I'd like to build a site-wide search for a website where all the content (or at least the searchable content) is to be stored in a database. The best way I can think of doing this without getting ...
2
votes
3answers
60 views

How do I build object oriented software with seemingly objectless ideas?

My question, is not a philosophical one, but one of methodology. I understand how we build software to mimic everyday processes and objects, like the 'car' object so well demonstrated. My question is ...
1
vote
1answer
127 views

How to Design a Program [closed]

I don't know if this question belongs here, or how to phrase it right, but its very important to me. I have programming for numerous years, in Java, vb and c#, alone. I only studied at university and ...
0
votes
0answers
69 views

is nominate (d-nominate, w-nominate, dw-nominate) written in python somewhere?

I'd like to test nominate in a system where I cannot use R (and I'm not familiar with the syntax). (I've found wnominate in R http://voteview.com/wnominate.asp I've also found the method written in ...
0
votes
0answers
14 views

Point of presence boundary in performance testing

I have read in the analysis for my new project that response time will be measured at the point of presence boundary on the host. What does it mean? I have never heard about this and I do not think I ...
3
votes
2answers
89 views

Architecting/Designing a new Program

I had a, lets say, deficient program design/architecture class in undergrad and thus am really struggling on how to design programs given a problem*. I was wondering if there was a set of resources ...

1 2 3 4 5 7