What are Coding Snacks?
Coding Snacks represent the best of DonationCoder.
On a special section of our forum, anyone can post an idea for a small custom utility/program.
Coders who hang out on our forum keep an eye out for interesting requests and when they see one that catches their interest, they code it and release it to the public for free.
People who find the tools useful are encouraged to donate directly to the coders to show their appreciation.
Forum Links:
Latest Forum Posts
Make It and They Will ComeI really like the unique concept of DonationCoder as I've been a big software fan for well over 25 years and the 'wow' factor of seeing software perform a task that never seems possible still persists to this day. Having a site which supports this, fosters discussion about how software could/should deliver, as well as delivering unique software gains my eternal respect. I honestly believe that for DonationCoder, 'make it and they will come' can only be an accurate reflection.
S.
What are Coding Snacks?
Coding snacks are small custom utilities written by coders who hang out on DonationCoder in response to requests posted on our forum.
IDEA: Create a containing folder by right clicking on a fileHi folks,
In my newsletter, I have a section called "What do you want?". Often I can find an existing program that fits the need, and more often others chime in with plenty of ideas. Here is a request that I figured would be perfect as a coding snack and additionally would make my readers familiar with your services in this forum. Marlene O wrote the following: In this case, I don't believe she is asking to have the program unzip the file into a folder. That is already available to most folks. I believe she merely wants a folder to store it in. Perhaps the program could also move the file into the containing folder. Another idea might allow selecting more than one file and using those names to create an equal number of folders to contain the files. Thanks to all, Clif |
||
MessaBox Little MessageBox to show some info and disapear automaticallyI hope this is the right forum section to provide this script? I have improved an AHK (www.AutoHotkey.com) script from user "icefreez" called "Simple Message, on top for a delayed time" found at http://www.autohotke....php?p=135127#135127 I want to display an Message Box to provide some info or help to me or an user/customer. This script show an GUI without border and (OK,Yes,No) buttons. The time out, the font size and the font face can be choose. |
||
REQUEST: OnScreen Display for Mute StatusToo many times I am interrupted and have to hit my mute button. Then I forget it's muted and wonder a little while later where my music went, or why I am not hearing alerts for incoming messages.
When I hit the mute button on my keyboard, there is an onscreen display, but it only lasts a second or 2. What I would like is a utility that will show when the pc's volume is muted, only while it is muted, until it is not. Whatever image or text is used, should show up well on both light & dark backgrounds. |
||
DONE: DriveKeysAtoZThis little tool sounds rather redundant, but I really do have a need for it.
Something that will open Explorer when I hit Win+E. I am not sure why, and I don't think I will ever find out why, but Win+E doesn't open Explorer like it should. I know you can over-ride the Win key and make a combo like Win+E do something else other than open Explorer, but can you make Win+E open Explorer, by force, with an ahk script when Windows decides that it doesn't want to do that any more? I sure could use a little utility that would do that. Or even better: How about one that when I hit [something] + a letter, it will open Explorer to that drive letter (if it exists) AND fix the Win+E problem? |
||
Ghostbar - aka FadingTaskbar ReduxI found myself in a mood to do something different recently so I decided to try and rewrite Skrommel's excellent FadingTaskbar. I call it Ghostbar.
While similar in functionality to FadingTaskbar it is quite different in implementation. I won't go into details here, full source code is included for anyone so inclined, but the two key differences are (1) It supports Vista and (2) instead of remaining in the background it installs a DLL (in a benign non-malicious way) that performs all the work so that the main program can happily quit. The app is less user-friendly than FadingTaskbar but it was just meant to be a small project whose scope didn't extend beyond plain functionality See the readme.txt for details or ask me here. Enjoy. Ghostbar.zip (1228.29 kB - downloaded 1246 times.) |
||
Re: Rerun StartUp FolderBased on a user request in the Coding Snacks Section: ReRun - Run the startup programs not already running You'll find the downloads and more info at 1 Hour Software by Skrommel. It runs the registry and start menu programs of both the current user and the common user. It's not perfecet - the startup commands must contain an extension, and I can't detect autostarted documents and folders. |
||