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
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.
Our daily Blog
This page spotlights the most interesting posts collected from our forum every day.
Here's Why You Shouldn't Program Alone"Is software development an activity preferred by anti-social, misanthropic individuals who'd rather deal with computers than other people? If so, does it then follow that all software projects are best performed by a single person, working alone?" The answer to the first question may be a reluctant yes, but the answer to the second question is a resounding and definitive no. I was struck by this beautifully written piece which explains the dangers of programming alone: http://www.codinghor...archives/000890.html |
||
Making the Switch-05: Ten Great Ideas of GNU/LinuxEvery OS comes with some great ideas, and just like software, I've always wondered: why not combine the best of each to make a super OS? Ah well, I'm sure there's a simple answer, like "because." But here are some good ideas I've seen so far in GNU/Linux. (01) Live CDs/DVDs. Just boot straight from the CD to test GNU/Linux in any given distribution. If you don't like it, exit, and remove the disc. You're back to Windows, no harm, no foul. (02) If you do decide to install the distribution, it will automatically partition your drive to cooperate with Windows. I haven't tested every distribution out, but most all of them provide this option in a clear manner during setup. (03) "Package Managers" or software installation managers. There are several different ones depending on your taste, but these will list all the applications known to work with your chosen distribution. Every time you boot, it updates every piece of software on your system from the package manager. No worry, no conflicts, no fuss. You don't have to mess with .exe or .msi files, and the manager even cleans up installation debris after it's done. Each Linux distribution comes with hundreds and possibly thousands of application programs included. This alone can save you thousands of dollars for each desktop system you configure. For the more technically inclined, development tools, such as compilers for the C, C++, Ada, Fortran, Pascal and other languages, are included as well as Perl, PHP, and Python interpreters. Editors and versioning tools also are included in this category. Whether you are looking for Instant Messaging clients, backup tools or Web site development packages, they likely are all included within your base Linux distribution. (04) No rebooting upon updates. One of the most frustrating things about installing or upgrading programs on certain operating systems is the constant need to have to reboot. This is especially true with drivers or system files. The only thing that requires a reboot is if you upgrade the kernel itself, which incidently, is named "Linux." How is this possible? When you open a file, the kernel follows the link, and assigns the inode a file descriptor (a number that it keeps track of internally). When you delete the file, you are "unlinking" the inode; the file descriptor still points to it. You can create a new file with the exact same name as the old file after deleting it, effectively "replacing" it, but it will point to a different inode. Any programs that still have the old file open can still access the old file via the file descriptor, but you have effectively upgraded the program in place. As soon as the program terminates (or closes the file), and starts up (or tries to access it again), it accesses the new file, and there you have it, a completely in-place replacement of a file! (05) GNU/Linux runs well on old hardware. This extends the life of your computer, and saves money. I can get behind that idea. Because of a combination of the internal design of Linux and development contributions from a diverse community, Linux tends to be more frugal in the use of computer resources. This may manifest itself in a single desktop system running faster with Linux than with another operating system, but the advantages go far beyond that. It is possible, for example, to configure a single Linux system to act as a terminal server and then use outdated hardware as what are called thin clients. This server/thin client configuration makes it possible for older, less powerful hardware to share the resources of a single powerful system thus extending the life of older machines. (06) Way too many distros! But wait, this is good. You have a choice — to choose a distro based on your goals and your system. For example, there's a gamer distro; server distros; graphics/video editing distros; "small" distros that install only the basics and then let you install whatever else you want to customize your system; enterprise distros; distros for education; distros for kids; 32 & 64-bit distros, and so on. Your choice. Vista sorta has this idea, but everything under Vista Ultimate merely disables features, and the Mac OS comes in one flavor: vanilla. (07) The command line. Not as bad as it sounds for us Windows users because of all things, I left the command line behind when I left DOS. Every time you here command line, instead think "shortcut." Every distro I've worked with so far didn't require me to even go near a command line if I didn't want to. But running a few commands allowed me to solve the mystery of where my second drive is (within the larger "filesystem"). Much like DOS, most everything you do at the command line is no more than 12-20 commands, and that's if you're the power geek. (08) It's a Community Relationship, not a Customer Relationship. Other operating systems are the products of single vendors. Linux, on the other hand, is openly developed, and this technology is shared among vendors. This means you become part of a community rather than a customer of a single manufacturer. Also, the supplier community easily can adjust to the needs of various user communities rather than spouting a "one size fits all" philosophy. This means you can select a Linux distro (or vendor) that best addresses your needs and feel confident that you could switch vendors at a later time without losing your investment — both in terms of costs and learning. (09) It's free. If you download a user-friendly distro like PCLinuxOS or Kubuntu it will fit on a single CD, so a single CD-R disc is all it will cost you. Heck, Ubuntu will even send you a CD for free. It's free in a more important sense, too: no one stops you from copying Linux: the trademark is owned by its creator Linus Torvalds, and the code is owned by many programmers worldwide, but the actual code is released under the GNU Public Licence (GPL) so anyone can do what they want with it. You can install it wherever you like on as many PCs as you want, copy it, sell it, give it away, create your very own distro and distribute it, even hack into the code and change it if you know how. You never need to activate, validate, authenticate, or register it. (10) Interoperability. GNU/Linux is built for networking, even beginners can connect to the internet, create a SoHo network, even communicate with Windows PCs thanks to Samba, which is software that allows Linux to act as a client on a Microsoft Windows-based network. In fact, Samba includes server facilities such that you could run a Linux system as the server for a group of Linux and Windows-based client systems. Shared printers on a Windows PC are accessible from a GNU/Linux PC and vice versa. Once again, Linux is very strong in this area. In addition, Linux includes software to network with Apple networks. ________________________________________________ Part-01: My journey from Windows to Linux Part-02: Which Linux distro to choose? Part-03: First impressions and first problems after installation Part-04: The "User Guide" as life raft, more n00b problems Part-05: Ten Great Ideas of GNU/Linux |
||
List of Vector Illustration Program AlternativesInspired by Xara Xtreme and Xtreme Pro upgraded to 3.2 - Proceed with caution: Info-rant!
Here's a list of vector apps from a disillusioned Freehand lover - not me, although I qualify too (we all seem to be getting disillusioned at the moment). It's from a guy called Darrel Austin, posted at MNteractive. |
||
LocatePC: Free Theft Recovery Software For Your PCLocatePC is free software, and runs unobtrusively on your computer, with no icons, popups or saved emails. If your computer is stolen then the thief will not even know that LocatePC is running, and as soon as they connect to the internet a secret email is sent to you containing the details that you need to track your hardware. Freeware from Iconico, who make some really awesome screen measurement tools. Example email Spoiler Message sent: 7/19/06 11:43:06 (universal time: 7/19/06 19:43:06) Computer's host name: John_Desktop Logged in Windows account name: John Found 2 network connection(s) on this computer (this list may be incomplete): 1 Name: MyISP Type: Dialup modem Phone number: (555) 555-4321 User name: JSmith 2 Name: BigCo Type: PPPoE Service name: MySvc User name: (empty) Computer's web IP address reported by ip.locatepc.com: 216.239.142.3 To learn more about this IP address, use the IP tests at www.dnsstuff.com. Computer's local IP address(es): Adapter 1: 101.151.8.92 Computer's MAC address(es): Adapter 1 (ZX-11 Ethernet): 00-21-54-17-64-26 Trace route to www.locatepc.com: Hop Name/IP Addr 1 Router [101.151.2.1] 2 101.151.8.92 3 cust-quik.pdx.or.uspops.net [216.239.161.82] 4 fe1-1-300.gw0.pdx.or.uspops.net [216.239.161.81] 5 206-169-234-45.gen.twtelecom.net [206.169.234.45] 6 core-02-ge-3-1-0-508.ptld.twtelecom.net [66.192.248.108] Identifying information (owner name/address, computer model/serial number): This computer is the property of: John Smith 123 Elm Street Anyville, NY 12345 Computer brand: ABC Computer model: Megazoom 10000 ------------------------------------ IF YOU RECEIVED THIS MESSAGE AFTER YOUR COMPUTER WAS STOLEN: Show this message to law enforcement authorities. They may be able to use it to identify the ISP, and the ISP can probably find out which account was using the computer when the email was sent. This may lead to the identification of the perpetrator(s) and the recovery of your computer. ------------------------------------ This message was automatically created and sent by LocatePC v1.4.5 LocatePC web site: http://www.iconico.com/locatePC |
||
Custom Folder v1.2Custom Folder is a handy freeware that adds a highly customisable "New Folder" function to the context menu to the Windows Explorer and also supports command-line usage. Some of the options for creating your custom folder name.
http://www.kutinsoft...CustomFolderInfo.php |
||||||||||||
I will kill thee a 150 ways...freely - Process Killing Software ReviewClaus Valca provides a comprehensive list of process-killer software that is second to none on his Grand Stream Dreams tips blog when you absolutely, positively must unlock that file. He breaks them down into a progression of categories:
|
||