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:
Check out the new free software and fun stuff released as part of our NANY (New Apps for the New Year) 2018 event on January 1, 2018: here.
Since 2007 we have held an annual event that we call NANY (New Apps for the New Year), where we ask the coders who hang out on DonationCoder to create some new piece of free software and share it with the world on January 1st of the new year. NANY is really the funnest thing we do on this site, and it's one of the few times we can all play together. There are no winners or losers, it's simply a celebration of programming and creating new software and sharing it with the world.
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.
You are viewing a specific blog item. Click here to return to the main blog page.
Re: IDEA: Show number of characters as I type in emaili seem to have too much time on hand so i came up with this AHK script.. there is a list of changes below. Count-as-you-type v1.36 • display number of characters typed. • needs Autohotkey for the AHK script. there is a compiled EXE as well. Changes: • added tray-balloon notification when exceeding max character. • auto-appear when OE compose window is active. • launch GUI by double-clicking tray-icon. • 'Close to Tray' button closes with text kept in memory (no re-typing). • Added gui for configuration. • Changed window detection from AHK Class to WinTitle (see note below). • Added Nod's code for GUI changes. (Thanks, dude!) • GUI closes when existing compose window is closed. • Escape key now works the same as 'Send to Tray'. • Minor fix: Settings for email app wasn't being saved. Note: After recognizing the difficulties in supporting more than the three pre-defined email apps, i've added the 'Quick-Send' feature where you can use this script as a stand-alone tool. Basically, type your message then click on the 'Send' button and your default email app will be opened with the message in its compose window. To use this, check the 'Quick-Send' and your 'Copy' button will morph into 'Send' button. Main Config Count-as-you-type-v136.ahk (7.93 kB - downloaded 1251 times.) Count-as-you-type-v136.exe (237.26 kB - downloaded 1187 times.) |
||