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.
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
Skwire Empire is a giant collection of programs written by DC member Skwire.
You'll find everything from small utilities coded in requests to posts on the Coding Snacks section of the DonationCoder forum, to full blown applications like the awesome mp3 player, Trout.
One of the most prolific coders on the DonationCoder website, skwire never misses a NANY event, and rarely passes up the opportunity to fulfil a Coding Snack request.
- Number of programs available: 70+
- Last updated: Feb 2018
- Visit skwire's new empire home: http://www.dcmembers.com/skwire.
- Visit skwire's section on our forum: here.
Our daily Blog
This page spotlights the most interesting posts collected from our forum every day.
Completely New Amazon.com Interface - Spotted in the WildI just noticed a totally new design on amazon.com -- apparently they are rolling it out gradually since not everyone sees it.. Click to enlarge: |
||
PhotoshopRoadmap.com - Very cool blog for photoshop resourcesVeign wrote on his blog today about a super cool roundup of 100 photoshop brushes, as listed on a site called PhotoshopRoadmap.com. When i went and checked out the site I found a bunch of great tutorials and resource collections.. Even as someone who doesn't use photoshop I was impressed. http://www.photoshop....com/Photoshop-blog/ |
||
Wapache: Free tool makes a standalone windows application from your web serviceWapache is a software that lets you to create desktop applications using web development technology. It combines a modified version of the Apache 2 HTTP server with an embedded Internet Explorer web browser. Requests to the "web server" are handled internally. Data does not travel through the networking layer, ensuring quick response and reliable operation. Wapache also lets you control various browser settings, such as window dimensions and Javascript availability, giving you a consistent runtime environment. http://wapache.sourceforge.net
|
|||
Print Your Own Graph Paper - Resource RoundupThe Free Download A Day Site (http://www.freedownloadaday.com) highlighted a site that i think we have mentioned before on DC but it's worth a repeat mention as it seems to be improving. On the site you can download pdf files for all kinds of graph paper, as well as check out a ton of online graph paper creator tools that will create custom graph paper to your specifications. You'll also find online tools for creating simple calendars or labels. Nice. http://incompetech.com/graphpaper/
|
|||
Teach Yourself to Program in Our Programming SchoolBefore DonationCoder.com ever existed I set up a forum where some very beginning C++ programmers could get some inspiration to keep learning and some feedback on their initial attempts at writing code. I myself originally learned to program by teaching myself from books, and I used to love the "teach yourself" series of books, so my aim was to reproduce the fun of those books. The idea I came up with to motivate them was to design a series of exercises, or challenges, starting simple but getting increasingly more complicated. Assignments are little self-contained programs they have to write, most are fun little games, and most have bonuses for those who need an extra challenge. One key idea is that you can't see the next assignment until you complete the previous one, which seems to really help motivate completion of challenges. In addition to unlocking the next challenge, once you complete a challenge you'll get a little feedback, and be able to see how other people solved the problem, and talk with them about the different approaches. When I started DonationCoder I created a Self-teaching Programming School section on DC, but now instead of just C++, we have over a dozen different sections on languages from Autohotkey to C# to Delphi to Python to Ruby, etc. And of course C++. We will keep adding challenges to any section so you'll never run out. And we've already had a handful of people who earned badges by completing 10 challenges in a stage and making it past the boss challenge. It seems that even some experienced coders have actually enjoyed the challenges and seeing how well they can code them.. Anyway, this post is just an invitation to stop by the programming school if you haven't already, and if you feel like trying to teach yourself some programming. Everyone is welcome, regardless of age or ability, and you can simply proceed at your own pace. Remember that we don't provide actual instruction here, we just try to help motivate you and guide you with some challenges -- the rest is up to you and your favorite programming book. Visit the DonationCoder.com Self-Teaching Programming School Now. |
||
Windows Install Date Thingie: I made it!Ever wonder when your copy of Windows was installed? Me neither.
But, today I was poking around in the registry and stumbled across this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\InstallDate Which is a dword value holding the number of seconds since that fateful day you reinstalled windows last. So naturally I had to write a little applet to pull the value and display it in an easy-to-read format. As a bonus, you get a real-time update, for those of us with compulsive disorders. Please download your copy today, and report back the oldest living Windows installation. The winner will get a hearty thumbs-up and a stern reminder to knock-on-wood. Thanks, Ralf |
||