|
| 19 Jul 2016 03:47 AM |
I want to get better at explaining things and become more articulate so I will be offering free lessons to anyone interested.
Will post this again in afternoon / bump it.
Skype: ranger.delta
Requirements: > You actually *want* to learn to script and have some minimal level of interest. > You are willing to use Google sometimes.
|
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 03:52 AM |
| I would love to, but I do not use Skype. |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 03:53 AM |
I want to learn how to code websites and possible HTTPs for roblox. Any help on that type of stuff?
Hey, the clan event just started check it out and my twittere: https://forum.roblox.com/Forum/ShowPost.aspx?PostID=193712093 https://twitter.com/Robloxwarclans |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 03:53 AM |
Let me write a quick tiny bit up about what you said there one sec
|
|
|
| Report Abuse |
|
|
Artavios
|
  |
| Joined: 08 May 2013 |
| Total Posts: 9625 |
|
| |
|
|
| 19 Jul 2016 03:56 AM |
Could I teach coding websites? Probably yes but I'd be learning as much as I was teaching - just that I could learn it faster than someone with no past coding experience.
If you want a full-fledged, "real" website you'll need: - HTML - CSS - JavaScript - A server-side language
If you just want something like to handle HttpService stuff all you need is a server-side language.
The most popular server-side language is PHP, but there's also the Node.JS framework which is server-side JavaScript, Django which is server-side Python, there's basically server-side frameworks for every language ever.
As for handling HTTP requests what you essentially will be doing as far as PHP goes is using the GET and POST superglobal arrays and unpacking the information sent in them, and doing what you will with that data.
|
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 03:58 AM |
My understanding of web dev is extremely rocky and limited and oh boy do I have a lot to learn, but anyway, DO NOT QUOTE ME ON THIS GARBAGE I AM SPEWING I CAN'T REMEMBER HOW LONG AGO IT WAS I LEARNED THIS:
There's two types of requests, GET and POST.
When we look at the URL in ROBLOX, we see PostID with a number. This is an example of what you would use GET for.
POST is good for things you DON'T want in the URL - like login information.
GET is good when you want to create a unique link that can be shared with other people. For the forums, the post ID allows us to display the post correlated to that ID.
|
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 03:59 AM |
Now if you want to ever ask a question to anyone who actually does web development, there's Prag, Eric, and Albert and probably a few others I don't know about.
I am going to be learning web dev myself this week.
|
|
|
| Report Abuse |
|
|
Cinnace
|
  |
| Joined: 21 Jun 2016 |
| Total Posts: 370 |
|
|
| 19 Jul 2016 04:02 AM |
"There's two types of requests, GET and POST"
and PUT and DELETE for non roblox stuff. also, froasts does web development and I'm going to be looking into using python for server side web dev for roblox requests
- Isostae |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 04:02 AM |
Django from what I hear is very nice. I'm excited to begin learning it as soon as I have a really good grip on Python.
|
|
|
| Report Abuse |
|
|
Cinnace
|
  |
| Joined: 21 Jun 2016 |
| Total Posts: 370 |
|
|
| 19 Jul 2016 04:03 AM |
That's what I was going to look into using, refreshing my python right now
- Isostae |
|
|
| Report Abuse |
|
|
Cinnace
|
  |
| Joined: 21 Jun 2016 |
| Total Posts: 370 |
|
|
| 19 Jul 2016 04:04 AM |
gonna need to get a server to host with
any recommendations?
- Isostae |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 04:05 AM |
I paid $17 for a month of webhosting & a domain for HttpService ROBLOX stuff. So I contact support, ask him if he can install Node and Django for me. He proceeds to tell me because it's CloudLinux or something he can't do that and I'm stuck with PHP.
Next time will get better hosting.
|
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 04:06 AM |
Well the most important thing is a REAL COMPANY. Do NOT FALL for the shady HackForums or other reselling of dedicated hosting they buy. Alex got an RDP from these idiots on HF called BoomRDP or whatever. He asks to install something that needs admin. The guy GIVES HIM ADMIN WHICH ALLOWS HIM TO ACCESS EVERYONE'S STUFF USING HIS SERVICE. A guy happened to be botting a Dominus Frigidus when he looked for ROBLOX stuff - and that's how Alex stole a frigidus.
GoDaddy or the like probably.
|
|
|
| Report Abuse |
|
|
shockage
|
  |
| Joined: 19 Dec 2012 |
| Total Posts: 10507 |
|
| |
|
|
| 19 Jul 2016 04:09 AM |
Hmm I don't know if any of the people you said are going to be worth asking. Albert is great but ignores just about anyone. Prag and i are alright i guess.
I am just curious about web design, I believe I have a friend who is working on learning coding for websites so I could probably talk to him on how to find a good tutor over it, unless you want to try teaching me as we go, and try to develop some type of useful site that looks nice.
Hey, the clan event just started check it out and my twittere: https://forum.roblox.com/Forum/ShowPost.aspx?PostID=193712093 https://twitter.com/Robloxwarclans |
|
|
| Report Abuse |
|
|
ywis
|
  |
| Joined: 08 Aug 2014 |
| Total Posts: 12931 |
|
|
| 19 Jul 2016 04:10 AM |
| Thanks for participating to teach people! |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 04:12 AM |
HTML is a markup language, not a programming language, it's really easy to learn, and the syntax has gotten so much less idiotic with HTML 5. CSS isn't a big challenge to learn, either.
Thing is actually making things *look good* which takes talent. Also you need JavaScript for cool animations and cool stuff like that.
You can add me on Skype or something if you want to learn and I can do my best.
|
|
|
| Report Abuse |
|
|
Hirofumi
|
  |
| Joined: 29 May 2016 |
| Total Posts: 302 |
|
|
| 19 Jul 2016 04:15 AM |
Curious what Lessons are you going to teach people?
Like Booleans, Strings, if i,v in pairs, stuff like that
|
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 04:17 AM |
Everything I know more or less though I doubt anyone will be persistent enough to get there.
|
|
|
| Report Abuse |
|
|
|
| 19 Jul 2016 04:19 AM |
I will add you in the morning.
Hey, the clan event just started check it out and my twittere: https://forum.roblox.com/Forum/ShowPost.aspx?PostID=193712093 https://twitter.com/Robloxwarclans |
|
|
| Report Abuse |
|
|