Changes

Jump to navigation Jump to search
layout
Line 176: Line 176:  
   |
 
   |
 
# Add more features if required   
 
# Add more features if required   
# Check the code in multiple
+
# Check the code in multiple browsers, cross browser compatibility
<nowiki> </nowiki> browsers, cross browser compatibility
+
 
 
# Testing   
 
# Testing   
 
   
 
   
Line 185: Line 185:  
    
 
    
 
   |
 
   |
# Enhance
+
# Enhance tutorials.
<nowiki> </nowiki> tutorials.  
+
 
# Present the code in front of kids
+
# Present the code in front of kids and teachers,
<nowiki> </nowiki> and teachers,  
+
 
 
# Note the challenges faced and collect their feedback,   
 
# Note the challenges faced and collect their feedback,   
 
   
 
   
Line 196: Line 196:  
    
 
    
 
   |
 
   |
# Make changes to code according to
+
# Make changes to code according to the feedback,
<nowiki> </nowiki> the feedback,    
+
 
 
# Clean up UI,     
 
# Clean up UI,     
 
# Fix bugs,     
 
# Fix bugs,     
Line 227: Line 227:     
       https://github.com/Shreyanand/ImageViewerJS
 
       https://github.com/Shreyanand/ImageViewerJS
* Creativity- The project focuses on both the working code as well as the interface of the application equally, so like in my prototype the UI of the application can be made more attractive and child
+
* Creativity- The project focuses on both the working code as well as the interface of the application equally, so like in my prototype the UI of the application can be made more attractive and child friendly.
friendly.
     −
* Optimization – I believe in creating code that is optimized to its best. A simple example: preloading images using image object of JavaScript instead of creating HTML image object. This helps in
+
* Optimization – I believe in creating code that is optimized to its best. A simple example: preloading images using image object of JavaScript instead of creating HTML image object. This helps in speeding up. Source( http://www.techrepublic.com/article/preloading-and-the-javascript-image-object).
speeding up. Source( http://www.techrepublic.com/article/preloading-and-the-javascript-image-object).
   
Small differences like these can go a long way. If such care is taken before
 
Small differences like these can go a long way. If such care is taken before
 
writing every line of code, a robust application can be created.
 
writing every line of code, a robust application can be created.
44

edits

Navigation menu