Software Marketing with Robosoft For years RoboSoft has been the single most effective 1-stop way to promote software. If it isn’t already a part of
Category: Super Simple
The Licensing Experience with Infralution and DotNetNuke
I don’t think that I’ve ever done a licensing or purchasing flow exactly the same way twice. Well, a couple times, but mostly I experiment
Creating Urgency for Sales with Infralution Licensing System
I need to create a large number of “products” for Photo Resizer, but they’re really all just the same product with different prices. And not
Dynamic Help Topics in C#
I’ve got a situation where I want to use a keyboard shortcut for a specific help topic: Keyboard Shortcuts. Oh, the irony… So I fart
Photo Resizer Hits #12 in Google
Well, I’ve not done anything since last posting about this (or before), but the Super Simple Photo Resizer has edged up a bit from #15
Logging Out of Facebook with C# SDK
Logging out of Facebook programmatically turns out to be much more problematic that you would think. I posted the question at StackOverflow asking if anyone
Getting the Album ID with the Facebook C# SDK
I really shouldn’t drink & post like last night… Anyways, cynicism and rantiness wane as sobriety returns, and here’s some code that illustrates uploading a
Where People Use Photo Resizer – Korea #1
It looks like I have quite a few users in South Korea for Super Simple Photo Resizer. Super Simple Photo Resizer, Apr 1st 2011 –
A Kick-Ass Article on Asynchronous Operations
As I am virtually incapable of doing anything the same way twice, I had to go out and find another way to deal with blocking
Passing Information Between Winforms the Sneaky Way
There are many ways to pass data between form in .NET. This article, Passing Data Between Forms, at the Code Project is an excellent one