Author: disturbedrod

1 2 3 4 5 6 10 40 / 92 POSTS
Transparent text in Photoshop

Transparent text in Photoshop

There are several ways to create transparent text in Photoshop, each with slightly different results. Here are three popular methods: Method 1: Lower [...]
Update the GUI from a different thread in C#

Update the GUI from a different thread in C#

You can't directly update UI elements from a background thread in C#. Doing so will lead to exceptions and unpredictable behavior because UI controls [...]
Enhance your picture with black in Lightroom

Enhance your picture with black in Lightroom

In a previous post we already used black to enhance colors, here's another way to enhance your images with black This is the original image [...]
Escape curly braces in an interpolated string in C#

Escape curly braces in an interpolated string in C#

You escape braces in a C# interpolated string by doubling them. So, { becomes {{ and } becomes }}. Here's a breakdown and examples: Why you nee [...]
Abstract colorful wallpapers

Abstract colorful wallpapers

Here are some abstract artwork with vibrant colors with a composition of ribbons, click on the image to get the full size version [...]
Regex in C#

Regex in C#

Regex provides a powerful way to search, match, and manipulate text based on patterns. Here's a breakdown of how it works, including common tokens an [...]
Building a String Encryption/Decryption Class in C#

Building a String Encryption/Decryption Class in C#

How to create a C# class for encrypting and decrypting strings provided by the user. We'll use a simple symmetric encryption method (XOR) for demonst [...]
Personalize your Windows 11 Desktop

Personalize your Windows 11 Desktop

Windows 11 provides a range of customization options to make your desktop truly yours. Here’s a comprehensive guide to help you personalize your Windo [...]
Digital Artwork Wallpapers 1

Digital Artwork Wallpapers 1

Here are two wallpapers for your computer, they are Digital Artwork in a futuristic set [...]
1 2 3 4 5 6 10 40 / 92 POSTS