Blog week 10
With the help from tutor, we successfully made it through some of the hardest technical problems. We fixed the problem that we retrieved data from database and stored it in the local storage but cant display them properly. And the problem turned out to be the text in the info windows kept being overwritten by the coming info tuple, so each time what we see is just the very last info tuple.After fixing that, i made a few changes so that the script can retrieve data from all different databases and store them in local storage.
As can be seen from the code screen shot, what i did was four different script that can retrieve the data from different databases SEPARATELY.
And i created a new script that can combine the four separate script. And this is my new challenge that i'll be working on for the next week.
Reflection:
All the work is being undertaking normally and at a normal pace. The only problem is that coding has been really difficult without instruction as all the javascript content is brand new to me and it always take me heaps of time to debug and find out what to do to correct my code. I'll try asking tutors to see if i can learn from their experience of the process of starting to learn new (advanced) coding style (language). Some tricky situation is that some problem cannot be googled, and i have to find another way to interpret the question or break it down to smaller parts to see if it's possible to google it.


Comments
Post a Comment