
Watermark an image in C#
Function to add a text watermark in C#. It is a generic function which can be used in either a desktop application or an ASP.NET […]
Function to add a text watermark in C#. It is a generic function which can be used in either a desktop application or an ASP.NET […]
How to add a line of text as a watermark to any image (jpg/png/gif) using the built-in GD functions. The code given here should run […]
OVERVIEW Sometimes using a full-fledged backup software or the built-in Windows Backup service is an overkill for your requirements. If your need is simply to […]
OVERVIEW This is meant to be a simple introduction on how to do basic database operations using MongoDB via PHP. 99% of PHP developers use […]
My book on Amazon is available. If you write programs for a living you are going to like this book very much.
If you want to overwrite your local copy of the conflicted file use the following commands: git checkout –theirs path/to/the/conflicted_file.php git add path/to/the/conflicted_file.php If […]
Discovering identical content or similar content is done using an algorithm called Finding Document Distance. Using this algorithm, applications for finding copyright infringements, detecting duplicate […]
Discovering identical content or similar content is done using an algorithm called Finding Document Distance. Using this algorithm, applications for finding copyright infringements, detecting duplicate […]
By default in Windows Vista, 7 and upwards, when an application crashes, Windows pops up the common Application Debug Close popup window an example of […]
This article is about installing Subversion on a Linux Mint machine and using Subversion without Apache or SSH or WebDAV. In other words this is […]
Copyright © 2025 | WordPress Theme by MH Themes