5 Simple Ways Programmers and Designers Should Give Back

By  on  

The best online occupation-related community is no doubt the programming / design community. Our community works endlessly to help others through programming issues, create open source software for all to use freely, and foundations are created to keep pushing the web forward.

One issue I see in the programming / design community is that there's still a lack of reciprocation. I'll see far too many forum posts that die before a problem is solved or the original poster does not thank the potential problem solver. I'll also see blog posts that do a tremendous job of solving a problem or explaining a complex theory but there are no comments thanking the person or providing feedback.

It's time for programmers and designers to start giving back. For those who believe you do give back, maybe you can do a bit more. The following are my 5 ways programmers and designers can give back.

Start a Blog

We all run into problems during the development cycle and we often turn to internet forums, blogs, and official documentation to help us resolve the issue. After the experience is complete, why not blog about it? Your knowledge will help another programmer to solve or avoid the problem in the future.

A myth about blogging is that you need to post once a day or even once a week. Post your experiences monthly if you don't want to post more often, but realize that your knowledge is valuable and important.

Post in the Forums

Every topic on the web has a forum you can post in, probably more so with programming and design. We've all scoured forums looking for answers and most of us have posed questions or solicited help.

When you get a chance, scope out your favorite forums and help someone out. If anything, simply post an experience or snippet of code without solicitation. Posting to the forums doesn't take long but the rewards that other users can reap from your post can be endless.

Click an Ad

Most blogs and forums are laden (sometimes to much) with advertisements. Do the forum-host and blogger a favor by clicking an occasional ad, especially if you were helped by a post, intrigued with an article, or impressed with the blogger's ideas. Clicking an ad takes very little time and effort and you don't need to purchase anything from the advertiser. Ads will help keep the blog or forum alive.

Comment on Articles

Pose questions, share ideas, or respond to the blogger's articles if possible. Your comments continue the discussion and provide valuable feedback to the blogger. Most blogs don't require registration so commenting takes very little time and continues the discussion.

Digg 'Em

If the article or tutorial is good, Digg it, post it on Reddit, Dzone, StumbleUpon or any other social networking/bookmarking website. Blog authors appreciate that their work being spread and it may provide the needed incentive to keep the website going. Again, this is a quick way to show the blogger love.

There you are -- 5 ways that programmer or designer can easily give back. The best part is that they take little time to complete (with exception to the blog, but even setting up a blog doesn't take that much time).

Do you have any other ideas? Please share!

Recent Features

  • By
    LightFace:  Facebook Lightbox for MooTools

    One of the web components I've always loved has been Facebook's modal dialog.  This "lightbox" isn't like others:  no dark overlay, no obnoxious animating to size, and it doesn't try to do "too much."  With Facebook's dialog in mind, I've created LightFace:  a Facebook lightbox...

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

Incredible Demos

  • By
    Create a CSS Cube

    CSS cubes really showcase what CSS has become over the years, evolving from simple color and dimension directives to a language capable of creating deep, creative visuals.  Add animation and you've got something really neat.  Unfortunately each CSS cube tutorial I've read is a bit...

  • By
    QuickBoxes for Dojo

    Adding to my mental portfolio is important to me. First came MooTools, then jQuery, and now Dojo. I speak often with Peter Higgins of Dojo fame and decided it was time to step into his world. I chose a simple but useful plugin...

Discussion

  1. This article definitely makes me want to change my browsing habits. I will try to comment and thank people more often now. Also the clicking of ads is a great idea too!

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!