Select Page

Text Animation via CSS and JavaScript

Here are some of the links I found useful for Text animations. I will be updating it with more cool resources out there. Cheers! https://demo.tutorialzine.com/2011/09/shuffle-letters-effect-jquery/ http://git.blivesta.com/chaffle/...
Bootstrap Starter Template For Your Web Pages

Bootstrap Starter Template For Your Web Pages

Check out this awesome help by the Twitter Bootstrap Framework 4 builders to jump-start your web project giving it an initial design idea. You can convert them to your imaginations any you like. Link – http://getbootstrap.com/docs/4.1/examples/
Bootstrap-Sweetalert

Bootstrap-Sweetalert

Sweetalert Screenshot As the webpage says – SweetAlert for Bootstrap A beautiful replacement for JavaScript’s “alert”. URL – https://lipis.github.io/bootstrap-sweetalert/

Get the data related to your IP address with this free service

http://ip-api.com/json $(document).ready(function(){ $.getJSON(“http://ip-api.com/json”, function (data) { var country = data.country; alert(country); }); }); Get the location, city, country and other information related to your IP address with this free...