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
    CSS Filters

    CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...

  • By
    An Interview with Eric Meyer

    Your early CSS books were instrumental in pushing my love for front end technologies. What was it about CSS that you fell in love with and drove you to write about it? At first blush, it was the simplicity of it as compared to the table-and-spacer...

Incredible Demos

  • By
    NSFW Blocker Using MooTools and CSS

    One of my guilty pleasures is scoping out the latest celebrity gossip from PerezHilton.com, DListed.com, and JoBlo.com. Unfortunately, these sites occasionally post NSFW pictures which makes checking these sites on lunch a huge gamble -- a trip to HR's office could be just a click away. Since...

  • By
    5 More HTML5 APIs You Didn’t Know Existed

    The HTML5 revolution has provided us some awesome JavaScript and HTML APIs.  Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers.  Regardless of API strength or purpose, anything to help us better do our job is a...

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!