Code snippet and steps to build a carousel of the upcoming events with the speaker’s details that are stored in a JSON and templated using mustache.js This was a prototype of a page done on a clients website.
Code snippet and steps to build a live search page wherein the user types in a member name and the results show up with the member bio and member avatar. The member information is pulled in from a JSON file…
Code snippet to parse an XML file with the speaker list and display the results onto the page using vanilla JS. This was a prototype of a page done on a clients website.
Sharing an interview question about dynamically generating a multiplication table using PHP, with code snippet and final result.
With Javascript built-in functions, here is my version of a countdown timer using a few lines of Vanilla Javascript.
Using a few lines of Javascript and manipulating the date object in Javascript, I’m going to show you how to display the current date and time clock on any web page.
Code snippet and steps to create a slideshow using Vanilla Javascript with use cases on where to use slideshows on your webpage.
I’m a chronic list maker. What better way to use my jQuery skills than to create a simple to-do list maker using jQuery. Read on to learn the steps to create the task list maker.