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 ... 311 312 313 314 315 [316] 317 318 319 320 321 ... 611next

[shell-fu]$

shell-fu.png
www.shell-fu.org is a place for all those little command line goodies that you come across and then can never find again when you need them.

posted by PhilB66 donate to PhilB66
discovered on Hackosis Blog
(permalink) (read 3 comments)

Where to Find Good Freeware Games

Screenshot - 4_10_2008 , 6_16_48 AM_thumb.png
The freewaregenius blog started a nice topic today about places to find good freeware games.. Anyone have any other sites they want to recommend?

http://www.freewareg...ind-a-freeware-game/



Untitled Story: Great Free Game (Like Knytt Stories/Dark Forest)

Screenshot - 4_10_2008 , 6_01_52 AM.png
I read about "Untitled Story" on JayIsGames.com, which gave it a glowing review.  It's really charming and immediately reminds you of the terrific Knytt Stories and Within a Dark Forest series (by a different author) that we have posted about before.

http://www.helixgamesinc.com

The game was written by Matt Thorson (donations accepted on his site), using the "Game Maker" software  tool - one of the cheapest and easiest-to-learn game making engines.  It's a great example of what can be done with it in the hands of someone with talent and creativity.

Latest Jeff Atwood (Coding Horror) Column: UI-First Software Development

Screenshot - 4_4_2008 , 5_08_38 AM_thumb.png
Jeff recently quit his day job, but thankfully his Coding Horror columns are going strong.

His most recent one is about the importance of prototyping a user-interface design before you start coding.

Before I write a single line of code, I want to have a pretty clear idea of what the user interface will look like first... Of course, UI is hard, far harder than coding for developers. It's tempting to skip the tough part and do what comes naturally -- start banging away in a code window with no real thought given to how the user will interact with the features you're building.

Remember, to the end user, the interface is the application.

I agree completely with the idea of prototyping before coding.  Personally I've found that the best way to design a program, especially if you are collaborating or working for a non-programmer, is to actually imagine the program is done, and walk through it's use.

However, I do think something needs to be added.  Speaking from someone who has fallen into this trap before, it's important to realize that although "to the end user, the interface is the application", as a coder you should as much as possible separate the user interface from the guts of the application.  The user interface should be a light wrapper around the main code -- don't let it get it's hooks in too deep or you'll find that maintaining the code becomes that much more difficult.  The "model-view-controller (MVC)" approach is a sound one, it advocated separating a program into a front-end view (the user interface), the main program logic (the controller), and the components dealing with any stored data (the model).

So yes, by all means prototype programs before coding -- walk through them with a focus on how the user interface would actually work from a users standpoint.  Then once you have that done, step back from the user interface and figure out how to code your program in a way that makes the user interface a thin (easily replaceable) layer.

http://www.codinghor...archives/001091.html


Freeware Forum

Screenshot - 3_30_2008 , 3_08_37 PM_thumb.png
I recently got an email from someone who heard about DC from the "Freeware Forum".
Looks like a nice place!

http://www.thefreewareforum.com/


IDEA: Vista integrity levels shell extension

blog clipart
Hi!
A really useful little app would be a shell-extension that lets you view and change Vista's new integrity levels feature on files and folders.  Here's a command line version:
http://www.minasi.com/vista/chml.htm
A GUI shell-extension would be so useful!  I'm afraid I've no idea whether this would be a coding snack or a coding banquet to do though...
Even just the ability to view them through a shell-extension would be useful.
Best wishes,
Andrew

Click here to download the utility written by DC Member Skrommel to solve this request..


prev1 ... 311 312 313 314 315 [316] 317 318 319 320 321 ... 611next

Share on Facebook