In today's contact, we got to keep working on implementation. We had a problem of getting undefined images and to fix that we needed to use AJAX instead of JSON. Because AJAX allows the script to stop until the all the images have been load. By doing this, there were less undefined images than before. After that, we found all of the image URL that contains "quod" were not available so we added ( if(imageURL.indexOf("quod")< 0 {...} ) in our code and that make sure it doesn't retrieve "quod" images.
No comments:
Post a Comment