This book is an introduction to the KonMari Method, a storage and tidying method advocated by Marie Kondo, a Japanese organizing consultant.
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.
By using negative z-index, pseudo elements and borders of very similar shades of a color, here is a simple and easy way to add a shadow box effect to your web page, with no images.
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.
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.