Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

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...
Advanced Custom Fields – WordPress Plugin

Advanced Custom Fields – WordPress Plugin

This WordPress plugin can be used to create advanced custom fields and attach them to post, pages, specific posts or pages, and other conditions. URL – https://wordpress.org/plugins/advanced-custom-fields/