Hey...so how hard is it to learn code to write website functionality?
I'm looking to write polling an analysis functionality into a website. I know that's light in detail however I don't know which code works best for what functionality purposes.
Any advice on learning code and which codes are best for what types of functionality is greatly appreciated.
Thanks.
If you have a background in IT, you should be able to pick it up fairly easily with a book or an online course. Expect to spend a couple hous picking up the basics and refreshing those lessons you learned in "intro to computer programming" classes you may have had several years ago. The good news is that online training material is widely available and super cheap, there are some great classes over at Pluralsight and CBTNuggets. Pluralsight runs about $30 for a month of training. What I find most people do is pick up a web development book and then an online class too.
http://www.pluralsight.com/tag/developer?pageSize=48&sort=popularThere are "bootstrap" templates that most of the popular languages use, that already are semi developed, in which you can pretty much just start coding away. Most people get trapped in fining a place to run the code you write, there are some low cost places to run your own code/site like webfaction, ipage, or digital ocean.
For myself, I code in C#, mostly because I learned how to code in C and visual basic, so C# works well for me. You should find a language that you are comfortable in, pretty much any web language will do what you are looking to do. Depending on how complex you are looking to make your program and depending on your background and knowledge, you could probably knock something out in a day or two. If your background is not in MIS/IT, it might take you a week or so to pick it up.