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

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 #300 on: September 21, 2015, 01:38:42 PM »
What constitutes a "student"? Need a .edu email address or saying that you're a student is enough (asking legitimately)
https://www.jetbrains.com/student/

"All you need to apply is to be a student and have access to your student email address or a valid ISIC card."

Offline JoeyShmoe

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Nov 2014
  • Posts: 1276
  • Total likes: 254
  • DansDeals.com Hat Tips 0
  • Gender: Male
    • View Profile
  • Location: Lakewood
Re: Programming for Beginners
« Reply #301 on: September 21, 2015, 01:40:09 PM »
https://www.jetbrains.com/student/

"All you need to apply is to be a student and have access to your student email address or a valid ISIC card."
Thanks
DDF A-Z Link Extension
Chrome
Firefox
Info

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #302 on: October 08, 2015, 11:48:50 AM »
Anyone know of someone that can build a very very simple android to send a "GET REQUEST" to a url and get the response?
Money talks...mine says goodbye!

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 #303 on: October 08, 2015, 11:50:05 AM »
Anyone know of someone that can build a very very simple android to send a "GET REQUEST" to a url and get the response?
https://play.google.com/store/apps/details?id=com.sourcestream.android.restclient&hl=en

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #304 on: October 08, 2015, 11:52:44 AM »
https://play.google.com/store/apps/details?id=com.sourcestream.android.restclient&hl=en
But i need it to allow me to simple change the request but changing the the end of the url. I think here i will have to go in and edit the request. Correct?
Money talks...mine says goodbye!

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 #305 on: October 08, 2015, 12:04:39 PM »
But i need it to allow me to simple change the request but changing the the end of the url. I think here i will have to go in and edit the request. Correct?
You can edit the path or the query string and resend the request.

Edit: This one may be easier as it allows you to edit the individual parameters: https://play.google.com/store/apps/details?id=pro.anton.averin.networking.testrest&hl=en

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #306 on: October 08, 2015, 12:10:24 PM »
You can edit the path or the query string and resend the request.

Edit: This one may be easier as it allows you to edit the individual parameters: https://play.google.com/store/apps/details?id=pro.anton.averin.networking.testrest&hl=en
What would it cost me to have someone build an app? I think it would be simpler since i am using it in an emergency situation that i am not in front of a computer and to go start editing code...

Thanks for all your help i will look into those other two.
Money talks...mine says goodbye!

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 #307 on: October 08, 2015, 12:54:04 PM »
On iOS so never used it, but doesn't tasker support simple rest calls?

You could also just setup an IFTTT recipe and then trigger it via txt. They have a "maker" channel that allows you to make arbitrary rest requests

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 #308 on: October 08, 2015, 01:14:39 PM »
What would it cost me to have someone build an app? I think it would be simpler since i am using it in an emergency situation that i am not in front of a computer and to go start editing code...

Thanks for all your help i will look into those other two.
An app that does what?

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #309 on: October 08, 2015, 06:03:40 PM »
An app that does what?
I type a number and it adds it to the end of a url and it gets back the response.
There are 3 url's that I should have a choice of.
FYI I need it for android
Money talks...mine says goodbye!

Offline bubbles

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2011
  • Posts: 5060
  • Total likes: 20
  • DansDeals.com Hat Tips 67
    • View Profile
Re: Programming for Beginners
« Reply #310 on: October 08, 2015, 06:24:41 PM »
As was mentioned above tasker can handle that quite easily

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #311 on: October 08, 2015, 06:44:56 PM »
As was mentioned above tasker can handle that quite easily
With changing the url each time?
Money talks...mine says goodbye!

Offline bubbles

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2011
  • Posts: 5060
  • Total likes: 20
  • DansDeals.com Hat Tips 67
    • View Profile
Re: Programming for Beginners
« Reply #312 on: October 08, 2015, 07:34:27 PM »
With changing the url each time?

yups. you would be able to have it prompt you each time to enter a number

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #313 on: October 08, 2015, 10:40:56 PM »
yups. you would be able to have it prompt you each time to enter a number
Ok I see it working!!! Thanks can you help me set it up correctly? Do that I can save it?
Money talks...mine says goodbye!

Offline bubbles

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2011
  • Posts: 5060
  • Total likes: 20
  • DansDeals.com Hat Tips 67
    • View Profile
Re: Programming for Beginners
« Reply #314 on: October 08, 2015, 10:43:34 PM »
Ok I see it working!!! Thanks can you help me set it up correctly? Do that I can save it?

What do you mean?

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #315 on: October 08, 2015, 10:51:43 PM »
What do you mean?
I don't know how to save a query so that I can just type the end of the url
Money talks...mine says goodbye!

Offline bubbles

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2011
  • Posts: 5060
  • Total likes: 20
  • DansDeals.com Hat Tips 67
    • View Profile
Re: Programming for Beginners
« Reply #316 on: October 08, 2015, 11:08:12 PM »
I don't know how to save a query so that I can just type the end of the url

You just need to do a variable query to get the input and then just stick that variable into the get url

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5020
  • Total likes: 2237
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
["-"]

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3001
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Programming for Beginners
« Reply #318 on: November 07, 2015, 10:36:19 PM »
As mentioned above, if you want an IDE, JetBrains is the way to go.

Webstorm can debug in the IDE using a Chrome/Firefox extension: https://www.jetbrains.com/webstorm/help/configuring-javascript-debugger.html

FYI, they offer all products free for students.

Thank you! Webstorm has most of the features I was looking for, and I was able to get it for free with my wife's edu. Definitely boosted my productivity.

Offline 1050BU

  • Dansdeals Gold Elite
  • ***
  • Join Date: Sep 2015
  • Posts: 154
  • Total likes: 1
  • DansDeals.com Hat Tips 1
    • View Profile
Re: Programming for Beginners
« Reply #319 on: November 19, 2015, 06:25:36 PM »
So something simple, but can't figure it out

I created a input field on a form but I need the value to be what the user entered. How can I do that.

Ie. He enters 300, then the value becomes 300. And so, when the user enter $300.00 then that value goes right away in another field automatically.

TIA