Changes

Jump to navigation Jump to search
Line 44: Line 44:  
* '''Phase 1''': Gathering of requirements
 
* '''Phase 1''': Gathering of requirements
 
** Collecting all resources  
 
** Collecting all resources  
 +
** Collecting the URLs of the webpages linked directly to the website
 
* '''Phase 2''': Prototype development based on requirements
 
* '''Phase 2''': Prototype development based on requirements
 +
** Making the final mock-up, keeping requirement in mind
 +
** Sending design for review
 +
** Making changes as required
 +
** Coding the design
 
* '''Phase 3''': Feedback from the mentor for the developed prototype
 
* '''Phase 3''': Feedback from the mentor for the developed prototype
* '''Phase 4''': Refinements based on the gathered feedback
+
** Sending prototype for review after a fixed interval
 +
** Improving as per feedback
 +
 
 +
* '''Phase 4''': Giving final touch to the work and combining everything.
 
This approach will help in making the development easily adaptable to changes in the requirements as well as help in identifying and rectifying bugs in the early development phase hence resulting in a better software at the end of the development cycle.
 
This approach will help in making the development easily adaptable to changes in the requirements as well as help in identifying and rectifying bugs in the early development phase hence resulting in a better software at the end of the development cycle.
   Line 79: Line 87:  
# For images that are stylistic elements, using CSS background images, but for content elements, found within a body of text that is unique to a page, using a regular image tag. For logos, using an image tag rather than using text replacement.
 
# For images that are stylistic elements, using CSS background images, but for content elements, found within a body of text that is unique to a page, using a regular image tag. For logos, using an image tag rather than using text replacement.
 
# Site-Speed- consolidating CSS and javascript files, loading javascript at the end of the page.
 
# Site-Speed- consolidating CSS and javascript files, loading javascript at the end of the page.
# Avoiding dynamically generated content
      
====Technologies====
 
====Technologies====
Line 100: Line 107:  
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>Bootstrap OR Flexbox</td>
+
<td>Bootstrap</td>
 
<td>CSS framework to make page responsive</td>
 
<td>CSS framework to make page responsive</td>
 
</tr>
 
</tr>
90

edits

Navigation menu