Welcome to Atalasoft Community Sign in | Help

December 2008 - Posts

Being the holiday season, it’s been a bit of a slow week.  Still, I stumbled across some very good articles and sites I would like to share.  I also wanted to note that I will be tagging all of my “Discoveries This Week” posts with the roundup Read More...
There has been much talk of how we will be writing all of our new code with parallelization in mind.  However, what of our existing code?  It’s unlikely that everyone will just suddenly dump decades of existing code and write everything from Read More...
I’ve decided to post a roundup for the week of what I feel were some of the most important blog posts and application releases I happened upon.  Who knows, if it goes well maybe I’ll even make it a habit.  In this edition: Windows Live Writer Read More...
In my last post in this series I walked through the basics of launching and managing an external process.  In this post I’ll be discussing simple process interactions via ShellExecute API Verbs.  Using Verbs will allow you to perform simple Read More...
Compilers and programmers are good at very different things.  This is why they must come together in order to build software.  The programmer has the vision and the intention, the compiler keeps track of all of the small machine related details Read More...