|
It sounds a bit specialized, so I don't think it would be enough bandwidth to crash your server. Not like getting on the front page of Digg, apparently. I mean, honestly, how many people will be interested enough to download and install it? You're limited to one O/S ( I'm guessing Windows ), people who like photography a whole lot, and who use that site. Your bandwidth usage should go up some, probably more than a little, but not a horrific amount. And it sounds like it will introduce you to new people, since that's what you seem to be after.
And the bright side of them hotlinking to your exe file is that when you change the software, it's automatically published.
You should have an about us function that launches a new window or tab to your web site. If you're a .NET guy, you would use System.Diagnostics.Process.Start(url) and the default browser will do its thing. If people like that app and you make it easy for them, they'll check your web page out. Plus, if it's a photo application, put a photo in the about dialog, like a teaser to get them into your site.
|