Category: Misc
Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.
Free Bootstrap Made Templates For Home Page / Company Portfolio Page
Actually, I just found it out on an Upwork Job post I recently applied to. I found these links pretty cool and nicely designed Bootstrap templates. Check them out from the link below. https://startbootstrap.com/template-overviews/creative/...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...
Convert Logos and other Small Images in your website to Base 64 format to increase speed
Tool Link – https://tools.webdevpuneet.com/image-to-base64/ This online web tool is capable of converting small image files like logos to Base 64 string that you can use in css as a background image and <img> tag.
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/
Smooth scroll for anchors – jQuery
Just place this code anywhere after including jQuery library. This helps user scroll to the ‘element’ id in href=”#element”.
Blog