Topic Wiki

Training
Codecademy.com offers hand on courses for  various coding languages including HTML, JavaScript, CSS, and more. FREE
TreeHouse.com 8)
w3schools.com
regex

Resources
Browser compatibility
Can i use

To test/show-of your skills
html - css - js
http://codepen.io/pen/
http://jsfiddle.net/

My sql
www.sqlfiddle.com

Editor
notepad-plus-plus.org/

android development
http://developer.android.com/sdk/index.html

js librery
http://greensock.com/ nice animation
getbootstrap.com/css/ responsive layout
jquery.com do more write less

Free Books
http://it-ebooks.info/

Test client browser version
http://browser-update.org/
« Last edited by yesitsme on May 17, 2015, 11:13:37 AM »

Author Topic: Programming for Beginners  (Read 108330 times)

Offline an613

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Apr 2010
  • Posts: 319
  • Total likes: 2
  • DansDeals.com Hat Tips 1
    • View Profile
Re: Programming for Beginners
« Reply #120 on: December 22, 2014, 09:47:50 PM »

Question is what language should I be focusing on, Java?

For android development, yes focus on Java

Offline an613

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Apr 2010
  • Posts: 319
  • Total likes: 2
  • DansDeals.com Hat Tips 1
    • View Profile
Re: Programming for Beginners
« Reply #121 on: December 23, 2014, 01:14:15 PM »

For android development, yes focus on Java

And then there are all the other non code parts of programming/building an app - http://lifehacker.com/what-it-really-takes-to-be-a-professional-programmer-1674327537

Offline elikay

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: May 2010
  • Posts: 5435
  • Total likes: 38
  • DansDeals.com Hat Tips 2
    • View Profile
Re: Programming for Beginners
« Reply #122 on: December 24, 2014, 09:25:57 PM »
And where do I start for Java...

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #123 on: December 24, 2014, 09:29:14 PM »
And where do I start for Java...
I've never read it (I do web programming mostly) but I've heard this book recommended:
Head First Java
http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208/
Workflowy. You won't know what you're missing until you try it.

Offline bubbles

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2011
  • Posts: 5082
  • Total likes: 20
  • DansDeals.com Hat Tips 67
    • View Profile
Re: Programming for Beginners
« Reply #124 on: December 24, 2014, 11:19:13 PM »
And where do I start for Java...

lol, looks like it's taking you just as long as it took me to get off the ground :P

Starting with Java for dummies, for now :)

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3002
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Programming for Beginners
« Reply #125 on: December 24, 2014, 11:19:31 PM »
And where do I start for Java...
Java for Android for dummies.

Offline elikay

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: May 2010
  • Posts: 5435
  • Total likes: 38
  • DansDeals.com Hat Tips 2
    • View Profile
Re: Programming for Beginners
« Reply #126 on: December 24, 2014, 11:54:33 PM »
lol, looks like it's taking you just as long as it took me to get off the ground :P

lol, I started that and then a friend who's a programmer said I should do scala, and then I got busy and dropped it all :)

Offline elikay

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: May 2010
  • Posts: 5435
  • Total likes: 38
  • DansDeals.com Hat Tips 2
    • View Profile
Re: Programming for Beginners
« Reply #127 on: December 25, 2014, 12:00:22 AM »
I've never read it (I do web programming mostly) but I've heard this book recommended:
Head First Java
http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208/
Amazon reviews seem to indicate that is not for beginners.

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #128 on: January 18, 2015, 02:23:51 PM »
If you want to try out Code School you can get 2 days free by using this link: http://go.codeschool.com/N9BcIQ
Workflowy. You won't know what you're missing until you try it.

Offline Emkay

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2012
  • Posts: 14412
  • Total likes: 377
  • DansDeals.com Hat Tips 35
    • View Profile
  • Location: Where I ought to be
Re: Programming for Beginners
« Reply #129 on: January 25, 2015, 07:24:22 AM »
when embedding a youtube video into a site, how do i remove the suggested videos that pop up after? i remember doing it a couple years back but forgot how

Offline shtank

  • Dansdeals Platinum Elite
  • ****
  • Join Date: May 2014
  • Posts: 308
  • Total likes: 14
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: Brooklyn, NY
Re: Programming for Beginners
« Reply #130 on: January 25, 2015, 08:30:39 AM »
when embedding a youtube video into a site, how do i remove the suggested videos that pop up after? i remember doing it a couple years back but forgot how
You can actually set this in the youtube UI when you choose to embed a video, but for the straight code:
in the embed code it's a parameter right after the ? that comes after the URL. rel=0. so here's an example
src="http://www.youtube.com/embed/yadayada?rel=0"

Offline Emkay

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2012
  • Posts: 14412
  • Total likes: 377
  • DansDeals.com Hat Tips 35
    • View Profile
  • Location: Where I ought to be
Re: Programming for Beginners
« Reply #131 on: January 25, 2015, 09:18:01 AM »
You can actually set this in the youtube UI when you choose to embed a video, but for the straight code:
in the embed code it's a parameter right after the ? that comes after the URL. rel=0. so here's an example
src="http://www.youtube.com/embed/yadayada?rel=0"
Thanks

Offline shimon2go

  • DansDeals Copper Elite
  • *
  • Join Date: Jul 2014
  • Posts: 6
  • Total likes: 0
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: United States
Re: Programming for Beginners
« Reply #132 on: January 27, 2015, 01:09:31 PM »
Hi All!
 i found the "Head First" series of books to be the best in teaching all types of programming languages, and yes they have for java too.

This website offers free downloads to all tech related books, on their home page they have for java and android development, check it out.

http://it-ebooks.info/

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #133 on: January 27, 2015, 01:19:38 PM »
Hi All!
 i found the "Head First" series of books to be the best in teaching all types of programming languages, and yes they have for java too.

This website offers free downloads to all tech related books, on their home page they have for java and android development, check it out.

http://it-ebooks.info/
Great resource. Can't argue with free!

Thanks!
Workflowy. You won't know what you're missing until you try it.

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3002
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile

Offline an613

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Apr 2010
  • Posts: 319
  • Total likes: 2
  • DansDeals.com Hat Tips 1
    • View Profile

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Workflowy. You won't know what you're missing until you try it.

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3002
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile

Offline avremel

  • Dansdeals Bronze Elite
  • *
  • Join Date: Jun 2014
  • Posts: 37
  • Total likes: 1
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Programming for Beginners
« Reply #138 on: February 11, 2015, 03:11:25 PM »
Free online "bootcamps", pretty self-explanatory:

For JavaScript: http://www.freecodecamp.com
For Rails: http://www.theodinproject.com

For Javascript and Rails (coursework for a bootcamp in Portland): https://www.learnhowtoprogram.com/table-of-contents

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Workflowy. You won't know what you're missing until you try it.