Software development project question

Thread Starter

charles mutsamhiri

Joined Feb 9, 2018
2
Produce a detailed document on one of the given programming languages/platforms. Use an example of a project that has been implemented before, clearly citing the source of your example. Your presentation must show an appreciation for the programming language used and give a detailed account of how it was used to solve a relevant problem. Include a detailed description of a proposed model used to implement the project. Clearly highlight detail on the steps of your proposed model and how they affected the project…

I chose to use HTML in this project..May you please give me examples that suit this question..One example l have come up with is looking for websites that have moved from basic html to html 5
 

MrChips

Joined Oct 2, 2009
30,706
Why did you choose HTML?

If you want to learn more about the capabilities of a language/platform then your assignment is to go and do the research, not simply ask someone to supply you with answers.

Go do the research and then ask specific questions. Then we may be able to help you.
 

Thread Starter

charles mutsamhiri

Joined Feb 9, 2018
2
Why did you choose HTML?

If you want to learn more about the capabilities of a language/platform then your assignment is to go and do the research, not simply ask someone to supply you with answers.

Go do the research and then ask specific questions. Then we may be able to help you.
The question does not need any in depth knowledge of HTML.Its trying to find a project implemented before and trying to relate it to software models like waterfall,spiral etc..I have already come up with an idea of looking for a website which has moved from basic html to html 5 and finding the reasons behind that move...

All l am asking is for ideas of similar projects that have been implemented before that have used HTML to solve a problem..l did not ask anyone to do my homework, l am just asking for more ideas then l can go on from there
 

dcbingaman

Joined Jun 30, 2021
1,065
You may want to consider Java Script. It is the 'language' that is used for internet applications. It works with HTML and CSS. You will need to research how JS came about and how it augmented nicely with HTML and CSS. There is a lot of history behind it and it has plenty of good reasons to be the current internet application development language.
 

click_here

Joined Sep 22, 2020
548
With the phasing out of flash HTML5 has really stepped up.

I used to use a flash based speed tester for my work computer, but suddenly could not.

I found speedof.me which solved the problem of flash being phased out by using HTML5.
 
What is a dedicated software team? A dedicated team by <Mod:Link Deleted> is for companies who require certain specialized skill sets in order to bring a new app idea to market fast. This kind of development includes more than just programming, although it is just one part of the large process. Here you let other specialists and developers take control over the entire software development life cycle, which also includes design, implementation, testing and release.
 
Last edited by a moderator:

Papabravo

Joined Feb 24, 2006
21,157
There are at least two approaches to solving any software problem depending on the existence of specific tools. If the tools exist and your analysis shows that they can be beneficial, then you use those tools. If the specific tools do not exist, then you must develop them yourself. That is the way it was in the early days of computing and that methodology is still relevant today. It does not matter if you are a lone wolf or a 10,000 man team.
 
Top