You are Here:
Tutorial resource?

Author (Read 1383 times)

Tutorial resource?
« on: November 30, 2011, 03:28:25 AM »
 

xela

  • Queen of Clubs
  • *
  • 2,475
    Posts
  • Reputation: 171
  • Aspire. Conceive. Create.

  • DeviantArt:

  • YouTube:
What websites do you guys use/have used to learn new techniques? I'm finding more and more often that video tutorials do much more for me.


Here is a fantastic resource I found for those of you interested in digital painting: www.ctrlpaint.com/home/category/the-basics
Forum Founder.
 

Re: Tutorial resource?
« Reply #1 on: November 30, 2011, 04:14:36 AM »
 

PoundFFFFFF

  • Elite Member
  • *
  • 141
    Posts
  • Reputation: 31
I go on behance every day. Constantly getting mindblown serves as great passion fuel.
 

Re: Tutorial resource?
« Reply #2 on: November 30, 2011, 04:52:20 AM »
 

xela

  • Queen of Clubs
  • *
  • 2,475
    Posts
  • Reputation: 171
  • Aspire. Conceive. Create.

  • DeviantArt:

  • YouTube:
Ever heard of 2advanced? Their site skins absolutely astound me with every version. It's interesting to see the talent progress by going back and looking through their first templates.
Forum Founder.
 

Re: Tutorial resource?
« Reply #3 on: November 30, 2011, 06:29:54 AM »
 

Overflight

  • Junior Member
  • *
  • 34
    Posts
  • Reputation: 28

  • Twitter:
Right now there's a growing number of interesting interactive web courses where you can learn programming and web design. They're rather limited for the time being but hopefully they will grow. The ones I know are:


www.codeschool.com - This one focuses on web design and is paid access (either paying for a single course or paying a monthly fee for ALL courses) but is the best website of its kind, IMHO. The courses also apparently assume you have SOME experience in web design but I managed to complete them with some basic knowledge of HTML and CSS. They also give awesome prizes for completing the courses.


www.codecademy.com - Free but is still in its infancy (though they keep adding new courses). Courses focused on Javascript.


www.rubymonk.com - Also free and updated regularly. Focused on Ruby.


« Last Edit: November 30, 2011, 06:34:07 AM by Overflight »
 

Re: Tutorial resource?
« Reply #4 on: November 30, 2011, 07:01:48 PM »
 

xela

  • Queen of Clubs
  • *
  • 2,475
    Posts
  • Reputation: 171
  • Aspire. Conceive. Create.

  • DeviantArt:

  • YouTube:
I've noticed that to learn programming, your best bet is to basically get as much experience under your belt as possible. In other words, start building basic websites and when you come across something you have no idea how to do, look it up (i.e. "hyperlink hover colors CSS" or "creating a variable Javascript" and have at.

I've tried places like w3schools, and their resources are great for starting out, but it's really hard to learn any scripting language without knowing what specifically you can use things for.
Forum Founder.
 

Re: Tutorial resource?
« Reply #5 on: November 30, 2011, 07:11:44 PM »
 

Kanped

  • Frequent Flyer
  • *
  • 894
    Posts
  • Reputation: 29

  • Facebook:
If you want to learn a programming language, build a calculator with it.  Seriously, this has worked for me every time, it's much easier to go from there.
 

Re: Tutorial resource?
« Reply #6 on: November 30, 2011, 08:04:52 PM »
 

Overflight

  • Junior Member
  • *
  • 34
    Posts
  • Reputation: 28

  • Twitter:
Seconding both previous posts. One of the things I lament about my uni programming project was how utterly USELESS it was: we had to program an "email client" in C. Of course, since we learned nothing about network programming said "client" only allowed you to "email" YOURSELF. Stupid as all get out. The class in the following year got to do something I thing I would have enjoyed MUCH more even though it was potentially a MUCH bigger pain in the ass: TETRIS. In the COMMAND LINE.
 

Re: Tutorial resource?
« Reply #7 on: November 30, 2011, 08:39:36 PM »
 

Kanped

  • Frequent Flyer
  • *
  • 894
    Posts
  • Reputation: 29

  • Facebook:
I gotta say, after learning Java last year and C# this year, I hate C++ with a passion and C is annoying but very useful (which in itself is annoying).
 

Re: Tutorial resource?
« Reply #8 on: November 30, 2011, 10:02:03 PM »
 

AceGambit

  • Discourse Lover
  • *
  • 225
    Posts
  • Reputation: 35
  • mundus vult decepi
I gotta say, after learning Java last year and C# this year, I hate C++ with a passion and C is annoying but very useful (which in itself is annoying).


Oh we should be best friends!  I feel exactly the same way.  I love my high level languages.  C++ makes me cry.  I do C# and VB.NET.
They say the greatest trick the devil ever pulled, was convincing the world that he didn't exist.
 

Re: Tutorial resource?
« Reply #9 on: December 16, 2011, 03:20:03 PM »
 

Overflight

  • Junior Member
  • *
  • 34
    Posts
  • Reputation: 28

  • Twitter:
Here's YET ANOTHER interactive programming course focused on Ruby. This one claims to help you create an actual full fledged app but every time I try, it returns an error, apparently on Heroku's part. Hopefully they will get the kinks out.

http://www.trybloc.com/


Props for one of their examples being the "FizzBuzz" program. For those who don't understand the significance of this, it has to do with this infamous (and somewhat frightening) blog post:


http://imranontech.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/


...I mean geez. My degree only had two or three courses focused specifically on programming and even I know how to do THIS.
« Last Edit: December 16, 2011, 03:23:01 PM by Overflight »