Mississauga Coding A meetup group

HTML/CSS/JS - More JSON API Examples

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...

HTML/CSS/JS - Using JSON APIs

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...

HTML/CSS/JS - Using JSON with jQuery & Templates

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...

HTML/CSS/JS - Bootstrap Carousel Example

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...

HTML/CSS/JS - Bootstrap & jQuery: A First Look

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...