Skip to main content

Posts

Showing posts from January, 2022

Share Links/text between devices without downloading any App or Chrome

     Sharing your links and short text between devices without downloading any app.   LinkShared :- https://www.linkshared.io/

Figure out if the device is a mobile or a desktop/laptop Using JavaScript

detectDeviceType() this function will return you a string value either "Mobile" or "Desktop".   const detectDeviceType = () => /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? 'Mobile' : 'Desktop'; // Example detectDeviceType(); // "Mobile" or "Desktop" See Demo on Codepen :- See the Pen Figure out if the device is a mobile or a desktop/laptop Using JavaScript by SH20RAJ ( @SH20RAJ ) on CodePen .

17 Killer Web Apps You Should Use to Increase Productivity 🚀💯

Source :-  https://dev.to/madza/17-killer-websites-you-should-use-to-increase-productivity-2enk Today speed is one of the main criteria to beat the competition. I handpicked some useful productivity apps, that might come in handy in your developer workflow. These include anything you might need from working with images, animations, and fonts, to creating content for social media. Each tool will include a direct link, a description as well as an image preview. 1. Lorem Picsum Lorem Picsum is a placeholder generator for pictures, with lots of customization options. Provide parameters for your images directly in the URLs. 2. Remove.bg Remove the background of any photo automatically. Just select your image and instantly download the resulting image with the background removed. 3. PPFmaker PFPMaker generates professional profile pics from any photo. It uses background removal AI, beautifies your photo, and generates dozens of p

WebScrapperJS - Get Content/HTML of any website without being blocked by CORS even using JavaScript by WhollyAPI

WebScrapperJS WebScrapperJS - Get Content/HTML of any website without being blocked by CORS even using JavaScript by WhollyAPI Website :- https://sh20raj.github.io/WebScrapperJS/ GitHub | Repl.it | Dev.to Article Grab the CDN or Download the JavaScript File <script src= "https://cdn.jsdelivr.net/gh/SH20RAJ/WebScrapperJS/WebScrapper.min.js" ></script> Enter fullscreen mode Exit fullscreen mode To Get HTML/Text Content of Any Website WebScrapper.gethtml() or WebScrapper.get() var url = ' https://google.com/ ' ; var html = WebScrapper . gethtml ( url ); //html of the url will be stored in this variable console . log ( html ); Enter fullscreen mode Exit fullscreen mode WebScrapper.gethtml() or WebScrapper.get() both are similar. Intialise own WebScrapper with URL new scrapper() let MyWebScrapp

Unlimited Articles for Blogger/WordPress just copy paste html ft. dev.to

About Copyrights :- Actually we don't need it in the case or dev.to because dev.to itself provides an API that can be used to grab content from whole dev.to Articles content to our website. What do you think about it. Please reply Checkout the API docs and terms and say if still you will be not agree I will remove this content. Dev.to :-  https://dev.to/

Gur Img :- Free Unlimited Image Hosting - Direct Link - Share Image Across Devices

Gurimg :- https://sh20raj.github.io/Gurimg/ Gur Img :- Free Unlimited Image Hosting - Direct Link - Share Image Across Devices Gurimg is a Simple Image uploading website. That uploads your images using imgur API and gives you a direct image link that you can use it in <img/> tag. And you will also get a sharing link that you can share your image (sharing buttons are on page). See Examples :- Website :- https://sh20raj.github.io/Gurimg/ Direct Link :- https://i.imgur.com/uyxmW0K.png Sharing Link :- https://gurimg.sh20raj.repl.co/image/?id=uyxmW0K Some Screenshots Gurimg - Home Image Uploaded Image Sharing Page Mobile View Source :- https://codexdindia.blogspot.com/2022/01/gurimg-free-unlimited-image-hosting-with-direct-link-and-sharing-link-2b1i.html Dev.to :- https://dev.to/sh20raj/gurimg-free-unlimited-image-hosting-direct-link-2b1i/

Free Digital Assets for Your Projects from 40+ Websites

Hello friends, thanks for reading my 50 Free Websites For Learning How to Code post yesterday, if you didn't see it, you can check it out here . Today, I have decided to write about Free Illustration websites. I hope you will find it useful, if you know other resources, please let me know in the comments. Okay, let's start 👍🏻 1. Undraw This is an amazing website that you can even change the colors of the illustrations. You should check it out. 2. Humaaans Mix-&-match illustrations of people with a design library. This website allows you to design, position, and rotate the elements in your humaaans. 3. Drawkit 100% free! Hand-drawn vector illustration and icon resources, perfect for your next project. 4. Stubborn 5. Icon Scout Curated SVGs, Vector Icons, Illustrations, 3D graphics, and Lottie Animations. Over 3000+ assets added every day. Integrated plugins, tools, editors, and more. 6. Diversity Avatars 7. B

Random Posts