How to Detect User Location with Javascript
Lots of websites today show a dynamic content base on user’s location to provide a relevant info, ads or local places. In this article, we’re going to show you how to detect user location using….
Read moreCoding Tutorials and Development Tips
Lots of websites today show a dynamic content base on user’s location to provide a relevant info, ads or local places. In this article, we’re going to show you how to detect user location using….
Read more
With CSS3, sophisticate things like 3D effect and transformation have never been easier. Lots of CSS3 properties allow web designers to enhance the web design and improve user experience dramatically. In this article, we’ve put….
Read more
It’s 2018, another great year of digital age. If you’re looking for web design inspirations or ideas, in this article I have put together 10 awesome web design I have found that might light up….
Read more
In this tutorial, we’ll talk about Barba.js, a javascript library to help with your webpage transition and enhance the users experience using technique call PJAX or push-state AJAX. I’ll show you how to use Barba.js….
Read more
In this tutorial, we’ll talk about SweetAlert. A javascript library to turn your simple alert popup into an extraordinary one. Sweet Alert is very easy to use and can also be customized and used as….
Read moreIn previous tutorial, we’ve talked about SheetJS and how to convert html table to excel file. For this tutorial, we’re going to do it backward. I’m going to show you how to convert excel file….
Read moreIn previous tutorial, we’ve talked about SheetJS and how to create an excel file from JavaScript array. Now I’m going to show you how to convert HTML table to Excel with SheetJS which I believe….
Read moreIn this tutorial, we’re going to talk about SheetJs. An Excel JavaScript library that let you do so many things with Excel such as from creating exporting workbook from scratch, converting html table, array or….
Read more
In this post, we’ll talk about popper.js A cool javascript library to help you with positioning your html element very quickly. Especially if you have something like notification box or message on your website. Let’s….
Read more
If you have your website running on apache but also want to have node.js serve some of your url. In this tutorial, I’m going to show you how to use reverse proxy technique to make….
Read more
If you’re looking for javascript library to generate fake name or dummy personal info such as email, street address, company and etc. Faker.js is the one you can’t missed. Faker.js allows you to generate a….
Read more
In this tutorial, we’re back to Spring Boot and we’ll show you how to create a very simple Facebook Login app with OAuth2, spring boot and Facebook social login Project Setup So here is the….
Read more