Convert HTML table to Excel file with javascript
One of the method that we use to display a numeric data on web page is using tables. But if we want to let the user be able to download that HTML table, we have….
Read moreCoding Tutorials and Development Tips
One of the method that we use to display a numeric data on web page is using tables. But if we want to let the user be able to download that HTML table, we have….
Read moreToday, we’ll talk about cool javascript library jsPDF that let you create PDF using javascript only. Yeah, that’s right, no server-side script needed. You can process a dynamic content and generate a PDF on the….
Read moreFor whatever reasons, you might want to generate text file with javascript dynamically and let user download it without involvement of server side script. In this tutorial, I’ll show you how to do that in….
Read moreMost of the people, when asked to make a presentation, their first choice would be Microsoft Powerpoint slide. Yeah, it’s quick and easy. However, the limitation is you can only custom the animation and effect….
Read more“What is Vanilla JS?” You might have heard about Vanilla JS many times if you are a web developer. When I heard it at first, I was thinking to myself “Oh, it must be another….
Read more“If you can build a website, you can build a desktop app” – Electron official page Designing GUI is one of the pain if you want to build a desktop application (Well, maybe not if you….
Read moreIn this article, we’ll show you how to embed Google Map to website. Before we begin with the code, you need to learn about API quota first. Google has put limits and quotas on every….
Read more