As a developer, I've learned a heck of a lot from the global community and I believe like any community, you need to participate and contribute.

I've worked on several small projects that I want to offer up for free, but I want them to actually be used.

For the sincerity of this post, I am not going to promote them here.

What are some good ways to offer a free resource like a widget that does x,y, and z, for free. With an honest-to-god intent to just contribute?

link|improve this question
1  
I'm voting to close your question because I don't believe advertising tactics fall under programming Q&A. – Mark Elliot Jul 7 '10 at 3:41
5  
i don't know if it's totally off-topic - these are the sorts of questions a lot of us might have - he has made it community wiki so he's not rep-whoring here – stephenmurdoch Jul 7 '10 at 3:43
Mark, I understand. I didn't include any URL's or links. I did make it a community wiki. This is a sincere request. Programmers are not idiots...they know when it's a scam to make money vs. when it's a resource. I've got a few programs that I'd like to share but I don't want to spend a ton of time blogging or posting in places where it will go wasted. – jerebear Jul 7 '10 at 3:49
1  
@jerebear, I understand your rationale for asking this here and respect that you're not using this as an avenue for advertisement, it'll take 4 others to agree with me, but my opinion is that this still isn't the right forum. I'm not in the habit of voting to close without leaving a reason, my note isn't supposed to discourage those who feel that this is on topic from responding, merely to explain the action. – Mark Elliot Jul 7 '10 at 3:53
No worries. I understand. – jerebear Jul 7 '10 at 3:57
show 2 more comments
feedback

closed as off topic by Mark Elliot, gnovice, John Conde, sth, Graviton Jul 8 '10 at 2:17

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 3 down vote accepted
  1. Assuming it's open source, add to freshmeat for example to help people find it.

  2. Write really good documentation, with examples etc. There's load of code out there which is lacking documentation making it pretty useless no matter how good the code is.

  3. Make it easy for people to report bugs, suggest features, etc.

link|improve this answer
I had never heard about Freshmeat before. That's awesome! – jerebear Jul 7 '10 at 3:59
Word of mouth is best, obviously that takes time. Need to help people who google for 'php widget xyz free' find your project. – Pete Jul 7 '10 at 4:12
freshmeat really awesome!!! – Rupeshit Jul 7 '10 at 4:18
feedback

make a screencast showing how you made the software - other programmers will watch the video and may in-turn blog about it

i'm sure you'll get better suggestions than that though, good luck

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.