|
-
May 6th, 2007, 07:50 AM
#1
Thread Starter
Lively Member
[RESOLVED] development methodologies
which methodology would you consider using to develop a web based interface?
-
May 6th, 2007, 09:21 PM
#2
Re: development methodologies
Well i don't know to much about web based development but well stages of software development at a high level should go as follows:
1) Analysis
2)Design
3)Development
4)Testing
5)Documentation
6)Implementation
7)Evalutation
-
May 7th, 2007, 01:10 AM
#3
Thread Starter
Lively Member
Re: development methodologies
its something similar to sdlc
-
May 7th, 2007, 01:27 AM
#4
Re: development methodologies
Development methodologies are a load of nonsense. You need to just do what makes the most sense to you. Over time, you'll develop a routine for development, and refine it.
If you are working for a company then you need to follow their standard procedure, if they have one.
-
May 7th, 2007, 02:24 AM
#5
Re: development methodologies
Well that general standard procedures are as i posted. Though like you kind of said particular companies will vary in how they do things.
-
May 7th, 2007, 05:27 AM
#6
Re: development methodologies
 Originally Posted by binbpk
which methodology would you consider using to develop a web based interface?
Open Photoshop.
Create interface.
Slice.
Save interface.
-
May 7th, 2007, 08:04 AM
#7
Re: development methodologies
 Originally Posted by Hell-Lord
Well i don't know to much about web based development but well stages of software development at a high level should go as follows:
1) Analysis
2)Design
3)Development
4)Testing
5)Documentation
6)Implementation
7)Evalutation
It usually goes like this in real world rapid development:
1) Analysis - "Marketing has an idea, get with them."
2) Design - "Why aren't you coding yet?"
3) Development - "Are you done yet?"
4) Testing - "What's the hold up?"
5) Documentation - "Send out an email to everybody."
6) Implementation - "I've been getting a lot of support calls today about your program"
7) Evalutation - "You're fired!"
The sad fact is that in most organizations development methodologies don't reflect what really happens, just what everyone hopes will happen.
With web development everything gets accelerated since most companies take a "hack and slash" approach to it since updates are so much easier.
-
May 7th, 2007, 05:24 PM
#8
Re: development methodologies
Successful real-world development is something like:
Get with the end customer (your salesman, the department that's going to use the program, the end-user) and find out what the problem is and what solution the customer sees the program providing.
Estimate the time needed for the project. Double the number. Increment the units (days become weeks, weeks become months, etc.) Give marketing this estimate as "best case, if everything goes smoothly and there are no changes from here on".
Develop a few ideas (in English) and a few pictures of how you envision the screens (freehand on paper, using software - however you can do it best). Meet with the customer and see if what you came up with is what he had in mind.
Begin Loop 1
Have the customer flesh out your ideas. Add in all the details he wants, change the screens, etc. This an almost infinite loop, so be prepared to Exit Loop somewhere.
Write code.
Bring code back to customer. Enter Infinite Loop 2. Exit IL2 to Loop 1.
Wash, rinse and repeat until the customer is happy.
Write documentation, package, ship and wash hands of the whole thing. Take a vacation and forget the project ever existed.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
May 8th, 2007, 08:09 AM
#9
Re: development methodologies
 Originally Posted by Al42
Estimate the time needed for the project. Double the number. Increment the units (days become weeks, weeks become months, etc.) Give marketing this estimate as "best case, if everything goes smoothly and there are no changes from here on".
Ah, the Scott-Spock estimation method. How else will you get a reputation as a miracle worker?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|