Have a suggestion?
Click here to suggest a blog item.
Newsletters Archive
Catch up with DonationCoder by browsing our past newsletters, which collect the most interesting discussions on our site: here.
Editorial Integrity
DonationCoder does not accept paid promotions. We have a strict policy of not accepting gifts of any kind in exchange for placing content in our blogs or newsletters, or on our forum. The content and recommendations you see on our site reflect our genuine personal interests and nothing more.
Latest News
July 2, 2024
Server Migrations Coming
- Donationcoder server migration is slowly proceeding, expect some hiccups as we get all our ducks in a row..
July 19, 2022
Software Update
Jan 3, 2022
Event Results
May 13, 2020
Software Updates
Mar 24, 2020
Mini Newsletter
Dec 30, 2019
Software Updates
Jan 22, 2020
Software Updates
Jan 12, 2020
Newsletter
Jan 3, 2020
Event Results
Jan 2, 2020
Software Updates
Dec 30, 2019
Software Updates
- Automatic Screenshotter v1.16
- Screenshot Captor v4.35 beta
- Find and Run Robot v2.238 beta
- Clipboard Help and Spell v2.46.01
- LaunchBar Commander v1.157
- Mousers Media Browser v2.0
- MultiPhoto Quotes v2.09.1
- DiscussionList for Android v1.08
April 27, 2019
Software Updates
Feb 26, 2019
Software Updates
Feb 23, 2019
Software Updates
Feb 14, 2019
Software Updates
Jan 6, 2019
Event Results
Dec 2, 2018
Software Updates
Nov 13, 2018
Software Releases
July 30, 2018
Software Updates
June 24, 2018
Software Updates
June 6, 2018
Software Updates
Apr 2, 2018
Fundraiser Celebration
Apr 2, 2018
Software Updates
Feb 24, 2018
Software Updates
Jan 14, 2018
Major Site News
Jan 10, 2018
Event Results
Latest Forum Posts
Toddler Trap: I don't have to worry anymoreMy nephew is sometimes coming over and I would accept any bet that he is heading straight towards the computer pressing buttons and moving the mouse around. This can cause some irritation and probably damage and I finally found a way to stop him. This is actually helpful in numerous ways, have you ever tried watching a movie with a kid on the computer? Then I discovered Toddler Trap by Skrommel a member of Donation Coder.. So, whenever he comes the first thing I do is start up Toddler Trap and let him have his fun. I don't have to worry anymore and he is happy.
Our daily Blog
This page spotlights the most interesting posts collected from our forum every day.
Newsletter for September 27th, 2009 - Codename "Slackers in September"1. Newsletter Editorial
Well, September is almost over and it looks like this edition of the newsletter is going to make it onto the airwaves and into the imaginary newsstands just in time to avoid any major embarrassment. It's actually been over 5 weeks since the last newsletter -- way too long. So this newsletter is packed to the gills with new interesting posts and website discoveries. So without further ado let's get to it. |
||
Coding Snack - Extract folder and file paths from specified foldersDear Coders, I'm a non-programmer with only basic scripting skills. I want to mass-extract file names from a folder and write them to a text file. The "\" in the path should be converted to "<". An AutoHotkey script would be great because there is a chance that I might be able to modify it. Steps: 1. Select folder from a menu 2. Extract folder paths and convert them to my desired format: P:\Z_Systems\Favoriten yields the following: P:<Z_Systems<Favoriten<folder 1\folder 1 P:<Z_Systems<Favoriten<some other folder\some other folder Mind that there should be a backslash after the actual folder name followed by the last folder name. It should issue a warning should one of the paths have more than 127 characters. I will put in that warning by myself later. ... 3. Write these files to a text file that is saved on the desktop. ... That's it. It would be kind of nifty if I would be able to select between files and folders at the beginning (either one or the other should be extracted, but not both). P:<Z_Systems<Favoriten<file 1.doc\file 1.doc Thank you so much! Click here to read more and download the utility written by dc member Skwire.. |
||
Coding Snack: Toggle mouse acceleration with a simple programMy annoyance is fairly straightforward, as well as (I would hope) its solution: I want to toggle this with a hotkey: THE STORY: I bought a touchpad for my desktop to combat RSI. It's... ok, I guess. See, the driver that it comes with doesn't actually recognize the touchpad, which means that Windows sees it as a mouse. This isn't a huge problem; it works fine. Though without the driver, it lacks some customizable options, I can live with it. My mouse remains plugged in, since I will be swapping between the two devices based on the tasks I am doing. The problem is that I now have two devices that run on the same control panel settings, and physically are two devices with different kinds of sensitivity. The touchpad actually causes more strain without the "Enhance pointer precision," option enabled, since moving the pointer requires repeated 'scrubbing' with the fingers. With the feature enabled, I can move the pointer much more easily while retaining control. However, this setting is far too sensitive for my mouse, which flies all over the screen like an out of control fighter plane. To switch devices, I have to launch the Mouse applet, toggle the "Enhance pointer precision" setting manually, then resume using my input device. Without a helpful shortcut, I have to do this many times a day. PROBLEM: Two pointing devices on one system, one that needs mouse acceleration, the other doesn't. Need an easy way to toggle the "Enhance pointer precision" setting to aid in switching between the two devices. SOLUTION: A small program that launches, toggles the "Enhance pointer precision" setting from the Mouse control panel applet, and then closes itself. (If the setting is active, it deactivates it. If it's inactive, it activates it.) Since this is an issue I've found with laptops I've used as well, this could be useful beyond my specific use case. I've often had to resort to touchpad on the go, and later dock, to find that my mouse is flying uncontrollably until I toggle this setting off. Since I already use a decent hotkey manager, I don't need this to be a running program. Ideally, it would just execute, toggle the setting, and close. I can call upon the program when I need it. BONUS: The ability to store actual mouse settings as profiles, and toggle in between them with user-configurable hotkeys. This is far beyond my own needs, of course, but this might be a more interesting challenge for some. Thanks for your time, o programmers of tiny things. Click here to read more and download the utility written by dc member Skwire.. |
||
Coding Snack: Split .txts into smaller ones when there is a space line |
||
Tech News Weekly: Edition 39-09The latest edition of Tech News Weekly is out:
|
||
Good news for any InfoSelect usersIf you use InfoSelect/Tornado Notes, you may be aware that there's an InfoSelect Yahoo group. It's run by users, not by Miclog. In the past, the developers haven't participated in this forum and have remained somewhat untouchable over the years. Well, today, the developer of InfoSelect, Jim Lewis, got on the forum and posted a message saying to look forward to the next version, it's coming soon. He also said that Miclog would now be participating in the InfoSelect group. He says that many important changes / updates have been made in IS. If you use IS, you know how badly these changes are needed. I've been using IS for about 5 years, I think it's one of the best programs I've ever used. This is really exciting news for me and hopefully for any other user of IS who comes across this post. |
||