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

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

Our daily Blog

This page spotlights the most interesting posts collected from our forum every day.

prev1 ... 348 349 350 351 352 [353] 354 355 356 357 358 ... 611next

Completely New Amazon.com Interface - Spotted in the Wild

I just noticed a totally new design on amazon.com -- apparently they are rolling it out gradually since not everyone sees it..

Click to enlarge:
Screenshot - 10_28_2007 , 5_30_13 PM.png



PhotoshopRoadmap.com - Very cool blog for photoshop resources

final1.jpg
Veign 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 service

Screenshot - 10_27_2007 , 5_59_46 PM_thumb.png
Wapache 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 Roundup

Screenshot - 10_26_2007 , 6_09_30 PM_thumb.png
The 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/

ps. Donations to the site are requested (and deserved!)

Teach Yourself to Program in Our Programming School

programmingschool.png
Before 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!

Oh oh oh oh Staying Alive.jpg
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


Read more and download..


prev1 ... 348 349 350 351 352 [353] 354 355 356 357 358 ... 611next

Share on Facebook