Step by step guide with code snippets to creating a simple To-Do List App where the user can add in tasks and delete the task from the list once done.
Step by step guide with code snippets to load a JSON using AJAX in 9 easy steps with a fun and apt project, considering the political climate.
Step by step guide with code snippets to building a Wikipedia search app using Javascript and Wikipedia API to get the results from Wikipedia onto the app.
Code snippet to show how I created a touch friendly and responsive navigation menu that functions well on tablets, iPads and other touch sensitive devices, done for a startup client.
A simple and interesting lifecycle image map for Cisco business page, using jQuery and CSS.
Code snippet and steps to create a simple price calculator prototype done for a client, that calculates the pricing based on multiple products with different product pricing and shipping and handling costs for various states.
Code snippet and steps to create create a donut for a client to represent the four pillars of their product description model. with animations on hover.
Code snippet and steps to load a JSON file with the speaker details on the click of a button. This was a prototype of a page done on a clients website.
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.
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.