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 108479 times)

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #160 on: April 16, 2015, 12:11:23 AM »
Did anyone have advanced experience with Android programming, particularly using Android Studio? For example, Google Cloud backend, GCM, Material Design libraries, etc.
i used Android Studio and eclipse but not with your examples
["-"]

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #161 on: April 20, 2015, 01:09:50 AM »
["-"]

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 #162 on: April 21, 2015, 08:37:22 AM »
Starting today 2 part course on cryptography;

https://www.coursera.org/course/crypto

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 #163 on: May 04, 2015, 08:37:25 PM »

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #164 on: May 04, 2015, 10:48:02 PM »
If anyone can help...
http://stackoverflow.com/q/30041520/4822174

Not me but....
Why are you hiding with jquery instead of css

Code: [Select]
#new, #exchange, #refund #date-select-kollel, #date-select-youth, #hour, #childre {display:none;}
And Why aren't you using
Code: [Select]
.on(change, function)
["-"]

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #165 on: May 04, 2015, 10:52:18 PM »
is your question "how to save the selected field as selected  instead of the default selected on fail"?
["-"]

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 #166 on: May 04, 2015, 10:56:36 PM »
is your question "how to save the selected field as selected  instead of the default selected on fail"?

No. It retains the correct selected field but fails to display the member type specific div's.

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 #167 on: May 04, 2015, 11:00:16 PM »
Not me but....
Why are you hiding with jquery instead of css

Code: [Select]
#new, #exchange, #refund #date-select-kollel, #date-select-youth, #hour, #childre {display:none;}
And Why aren't you using
Code: [Select]
.on(change, function)

I am using ".change(function()", doesn't it work the same?
For some reason modifying the css didn't work, can't recall why, I will try again.

My jQuery is very basic...
« Last Edit: May 04, 2015, 11:03:52 PM by avremel »

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #168 on: May 04, 2015, 11:06:49 PM »
No. It retains the correct selected field but fails to display the member type specific div's.

I am assuming the logic is since it's bound to change event that doesn't occur here it remains hidden

I am using ".change(function()", doesn't it work the same?
For some reason modifying the css didn't work, can't recall why, I will try again.

My jQuery is very basic...

it's the same but the old way, it's a shortcut to .on(change)
["-"]

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #169 on: May 04, 2015, 11:10:29 PM »
maybe try
Function that toggles the div according the selected input, and on change call the function.
BTW where is your
$( document ).ready(function() {
   
});
["-"]

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 #170 on: May 04, 2015, 11:12:45 PM »
Thanks for the idea, I will try.
I didn't copy full JS file, I do have document ready.

Offline PraiseCanada

  • Dansdeals Gold Elite
  • ***
  • Join Date: Jun 2010
  • Posts: 193
  • Total likes: 0
  • DansDeals.com Hat Tips 0
    • View Profile
  • Programs: Skymiles, Matmid, Starwood Gold, Aeroplan, RBC Visa, Hertz Gold, BA Avios
Re: Programming for Beginners
« Reply #171 on: May 04, 2015, 11:19:01 PM »
If anyone can help...
http://stackoverflow.com/q/30041520/4822174

You might want to change the identifying information in the code you post. Just a thought

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 #172 on: May 04, 2015, 11:20:52 PM »
Thanks  :)

Offline BAHayman

  • Administrator
  • Dansdeals Lifetime Platinum Elite
  • **********
  • Join Date: Mar 2010
  • Posts: 1939
  • Total likes: 28
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Programming for Beginners
« Reply #173 on: May 05, 2015, 06:36:20 AM »
Trigger the change event during document ready.

Code: [Select]
$("#form_member_type").change(function() {
    ...
}).change();

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #174 on: May 05, 2015, 07:44:40 AM »
Trigger the change event during document ready.

Code: [Select]
$("#form_member_type").change(function() {
    ...
}).change();

http://stackoverflow.com/questions/14984598/jquery-execute-onchange-event-on-onload
["-"]

Offline BAHayman

  • Administrator
  • Dansdeals Lifetime Platinum Elite
  • **********
  • Join Date: Mar 2010
  • Posts: 1939
  • Total likes: 28
  • 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 #176 on: May 05, 2015, 09:21:25 AM »
Trigger the change event during document ready.

Code: [Select]
$("#form_member_type").change(function() {
    ...
}).change();
Thanks, it works perfectly now, how do I credit you and yesitsme in StackOverflow?

Offline BAHayman

  • Administrator
  • Dansdeals Lifetime Platinum Elite
  • **********
  • Join Date: Mar 2010
  • Posts: 1939
  • Total likes: 28
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Programming for Beginners
« Reply #177 on: May 05, 2015, 09:49:25 AM »
Thanks, it works perfectly now, how do I credit you and yesitsme in StackOverflow?
I didn't reply with an answer on SO so can't get credit there. I believe you should accept your own answer on SO.

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 #178 on: May 05, 2015, 09:55:04 AM »
Oh ok

Offline BAHayman

  • Administrator
  • Dansdeals Lifetime Platinum Elite
  • **********
  • Join Date: Mar 2010
  • Posts: 1939
  • Total likes: 28
  • DansDeals.com Hat Tips 0
    • View Profile