Furqan
Convert YAML to CSV File Using Python 3 and pyyaml
In this article, I’ll teach you how to convert YAML to CSV using Python. The complete source code of the YAML to CSV Python script is given below. It uses Python’s pyyaml module to convert YAML to CSV file. You can use this YAML to CSV converter on Windows, Mac, and Linux. But, if you … Read more
Wordle Clone JavaScript – Full Source Code
In this tutorial, you will learn how to create a JavaScript Wordle clone. I’ll also provide the full wordle source code in this article. Download Files Containing List of Words Before getting started, download these JavaScript files and place them in the root folder of your project. Basically, both of these files contain a JavaScript … Read more
Build File Downloader From URL Using JavaScript HTML5 CSS3
Free JavaScript file download from URL script. index.html
Create Digital Alarm Clock With Ringtone & Custom Icons in JavaScript HTML5 CSS3
In this tutorial, I will teach you how to create a Digital Alarm Clock with Ringtone using HTML5, CSS3, and JavaScript. The complete source code of this JavaScript alarm clock app is given below. You can download the full source code (including images and ringtone) of this JavaScript alarm clock app at the end of this article. … Read more
jsPDF Html2Canvas Tutorial: Convert Div With Attribute Hidden to PDF and Print it in Browser Using HTML5 and JavaScript
In this tutorial, you will learn how to use jsPDF Html2Canvas to print hidden div. To hide an HTML tag; add this attribute tag data-html2canvas-ignore=”true” instead of the hidden. So with Mario Alexandro Santini’s suggestion in the comments, I was able to solve the problem. I used jquery to unhide the div in my makePdf() … Read more