26 Jan 2016
In the previous session we built a web page based on one of the numerous JSON APIs freely available on the Internet. In this session we look at another, slightly more involved, example. While the...
Read more...
19 Jan 2016
At our last session we discussed the JSON data format and went over some examples of what we can do with JavaScript objects. Those examples centred around some JSON data that we were reading in...
Read more...
05 Jan 2016
Dynamic, data-driven web applications nowadays often use JavaScript Object Notation - JSON - to communicate with a back-end database or web service of some sort. JSON is a simple, light-weight format (as opposed to, say,...
Read more...
01 Dec 2015
This week we picked another one of the several Bootstrap components - the image slider or carousel - and coded one from scratch. For your reference and practice, here is the code we had built...
Read more...
10 Nov 2015
Bootstrap bills itself as “the most popular HTML, CSS and JavaScript framework for developing responsive, mobile-first web projects”. Modesty apart, it is primarily a whole bunch of style rules (CSS) that Mark Otto and Jacob...
Read more...