The Infinite Document WorkFlowy is a single document that can contain infinite documents inside it. It’s a more powerful, easier way to organize all the information in your life. Website – https://workflowy.com/
/* Jump to section and play video $(document).ready(function(){ var flag = true; var vid = document.getElementById(“latest-project-video”); var playvideo = true; var slidedown = true; function playVid() { if(...
Here I tried to create an auto-updating square tile gallery for one of my client’s projects whose ideas I am going the share below. The basic idea is to update individual squares and rectangles of the gallery look changing randomly. See the Pen Auto Updating...
Multiple backgrounds with CSS3 div{background-image: url(img1.gif), url(img2.gif);background-position: right bottom, left top;background-repeat: no-repeat, repeat;}
Owl Carousel 2 Touch-enabled jQuery plugin that lets you create a beautiful responsive carousel slider. Website – https://owlcarousel2.github.io/OwlCarousel2/index.html Features Fully CustomisableOver 60 options. Easy for novice users and even more powerful for...
Here is a piece of code I developed for one of my projects where I needed to customize ChartJS with vertical line on hovered points and custom tooltip. View DEMO Open demo in a full window – https://demos.webdevpuneet.com/chartjs-verticle-line/index.html CODE...