How to Batch Resize Images in Photoshop : A Step-By-Step Guide (2024)

Resizing a large number of photos isn’t tough to do. We will show you how easy it is to batch resize images in Adobe Photoshop. In this article, we will show you how to batch resize images using Adobe Photoshop. Of course, you will need to have installed Photoshop to follow along with this tutorial.… Continue reading How to Batch Resize Images in Photoshop : A Step-By-Step Guide (2024)

CSS Inline vs Inline-Block vs Block

The inline, inline-block, and block layout values are all possible values for the CSS display properties. Many newbie frontend developers usually struggle with understanding the difference between the three, and it’s a common frontend developer interview question. In this article we are going to discuss the real difference between Inline vs Inline-Block vs Block. So,… Continue reading CSS Inline vs Inline-Block vs Block

How To Make a Sidebar Sticky On Scroll

Have you ever been on a website where an element “sticks” to the screen and follows you as you scroll down the page? This is what I call a sticky sidebar. In the past, this functionality was frequently accomplished through JavaScript calculations to detect the scroll position and to toggle an element’s position to absolute or fixed. Presently, the W3C… Continue reading How To Make a Sidebar Sticky On Scroll

How to Combine Background Image With Gradient Overlay

CSS gradients allow us to display smooth transitions between two or more colours. They can be added on top of the background image by simply combining the background-image URL and gradient properties. Adding a background image to a div tag is easy using CSS. Here it is; We have put some other rules on the… Continue reading How to Combine Background Image With Gradient Overlay

GZIP Compression – How to Enable on Your Site

One or two seconds might not seem like long. When it comes to your website, though, a lot can happen in that short span of time. Sooooo….. Do you want to make your site load faster and attract more traffic? You can do it all by compressing your web files using the GZIP file format.… Continue reading GZIP Compression – How to Enable on Your Site

6 Tools to Create Elegant Code Screenshots for Social Media

Discover different tools to create code screenshots. All of them are free and available online or on VS Code. After reading this article, you will have no excuse for not creating content on your favorite social network! The below tools allow you a set of customization functionalities to make your code snippets shine. We gathered… Continue reading 6 Tools to Create Elegant Code Screenshots for Social Media

How to Transfer Photos from iPhone to Flash Drive

iPhone comes with amazing photography technology allowing users to take beautiful photos. However, as the photo quality is updated, photos take more storage space than before. You may get the “iPhone storage full” notification, so just migrate some photos to USB Flash Drive and free up some storage space on your iPhone. In addition, transferring… Continue reading How to Transfer Photos from iPhone to Flash Drive

3 Ways to Upload Document to Amazon Kindle

Book lovers no longer need to lug around a number of hardback favorites, thanks to lightweight devices like the Amazon Kindle. This eBook reader make it possible to carry around your whole collection in your pocket, saving you space and weight, and sparing you the trauma of accidentally ripping the cover of your favorite read.… Continue reading 3 Ways to Upload Document to Amazon Kindle

What is the Difference Between U Disk and USB Flash?

Nowadays, more and more mobile storage devices appear in our vision. These mobile storage devices are very small and easy to carry around. Example would be U disk and USB flash (Pen Drive) which attract lots of people’s attention. Though they are small, they are capable of holding a great deal of data. However, plenty… Continue reading What is the Difference Between U Disk and USB Flash?

How to Export Visual Studio Code Settings to Another Machine

A Developer asked on Stackoverflow platform : – How is it possible to export all Visual Studio Code settings and plugins and import them to another machine? The solution to this problem is simple: In VS Code, Settings Sync lets you share your Visual Studio Code configurations such as settings, keybindings, and installed extensions across… Continue reading How to Export Visual Studio Code Settings to Another Machine

How to Insert Newline at the End of Files in Visual Studio Code(VS Code)

A Developer asked on Stackoverflow platform : – When saving a file using Visual Studio Code, a newline is not automatically added to the end of the file, causing all sorts of potential issues. How can I append a newline automatically in Visual Studio Code? The solution to this problem is simple: Go to File… Continue reading How to Insert Newline at the End of Files in Visual Studio Code(VS Code)

How to Remove Trailing Spaces in Visual Studio Code(VS Code)

A Developer asked on Stackoverflow platform : – Is there a way to remove trailing spaces in Visual Studio Code (automatically or with a shortcut)? The solution to this problem is simple: Solution 1 Go to File → Preference → Settings → search for “trim”: Check the “Trim Trailing Whitespace” option – “When enabled, will… Continue reading How to Remove Trailing Spaces in Visual Studio Code(VS Code)

Exit mobile version