In this blog post, we'll look at how to use JavaScript and CSS to make a responsive background full of hexagons and randomly add a pulse effect... Read More
Category: JavaScript
A "Read More" feature is a nice way of displaying a glimpse of some content which can be fully revealed by clicking a link. Let's see how to create... Read More
It is a very commune thing nowadays to use APIs. There are great to easily add extra functionalities onto our websites. And today we are going to... Read More
I've been looking into SVG for a little while now but I just got interested in animating SVG shapes also called morphing.I looked around to see how... Read More
Dynamic calls in coding can be very useful and it can make your code more DRY and cleaner. What and how can we dynamically make calls in JavaScript?... Read More
We saw in Part1 how to use AJAX with JavaScript and jQuery to get data from a MySQL database and from an XML file. In this second part you will see... Read More
AJAX is very useful for example to get the data we need and display it to the user without refreshing the page. AJAX is basically JavaScript used to... Read More