|
| 13 Feb 2015 07:25 PM |
If I want to use it to utilize roblox API's and get images and stuff?
Bloodraven, President of Angular. |
|
|
| Report Abuse |
|
|
kepz
|
  |
| Joined: 18 Jul 2012 |
| Total Posts: 671 |
|
| |
|
|
| 13 Feb 2015 07:30 PM |
what then
Bloodraven, President of Angular. |
|
|
| Report Abuse |
|
|
kepz
|
  |
| Joined: 18 Jul 2012 |
| Total Posts: 671 |
|
|
| 13 Feb 2015 07:32 PM |
pretty much any language as long as a web framework exists for such languages
i'd recommend JavaScript though |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 13 Feb 2015 07:55 PM |
| You use PHP. Javascript is for jerks, just because I say so, I don't feel like comming with any reason whatsoever, do I care about how bad this opinion is? No, no I don't. |
|
|
| Report Abuse |
|
|
mustyoshi
|
  |
 |
| Joined: 27 Dec 2007 |
| Total Posts: 41651 |
|
|
| 13 Feb 2015 07:58 PM |
Javascript, with Node.js you can use Javascript as your server aswell. Stay away from jQuery initially. Personally I never use any frameworks in my web stuff, I do everything with vanilla JS.
~Monica |
|
|
| Report Abuse |
|
|
|
| 13 Feb 2015 08:00 PM |
PHP is what you want to use. For a more dynamic way... fill it with actionscript3.0 from adobe flash...
Although this is slow as ever to load, if it is used often it will cache. |
|
|
| Report Abuse |
|
|
robotmega
|
  |
| Joined: 16 May 2009 |
| Total Posts: 14084 |
|
| |
|
mustyoshi
|
  |
 |
| Joined: 27 Dec 2007 |
| Total Posts: 41651 |
|
|
| 13 Feb 2015 08:04 PM |
If somebody made a website using Lua I'd be amazed.
~Monica |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
| |
|
|
| 13 Feb 2015 08:06 PM |
@Robot 1.) Lua is not an acronym 2.) Lua doesn't suffice his web-design needs 3.) Lua is made for the actions-aspect of a game (The game - framework/engine = what lua is for) 4.) Don't post about things u don understand |
|
|
| Report Abuse |
|
|
|
| 13 Feb 2015 08:07 PM |
@Above I recreated a website using HTML code retrieve with HTTPSERVICE and used guis to suffice the drawings. It's not very indepth at all. |
|
|
| Report Abuse |
|
|
mustyoshi
|
  |
 |
| Joined: 27 Dec 2007 |
| Total Posts: 41651 |
|
|
| 13 Feb 2015 08:20 PM |
@Cody There exists an HTTP server built on Lua.
~Monica |
|
|
| Report Abuse |
|
|
|
| 13 Feb 2015 08:22 PM |
I don't think you understand what I am talking about.
Using Lua and Guis, I took HTML code retrieved using HttpService and made my own browser. |
|
|
| Report Abuse |
|
|
mustyoshi
|
  |
 |
| Joined: 27 Dec 2007 |
| Total Posts: 41651 |
|
| |
|
|
| 13 Feb 2015 08:24 PM |
"If somebody made a website using Lua I'd be amazed."
Char3ls7 is/was making a site using Lua ATM, not sure if he still is but I know at one point he was. |
|
|
| Report Abuse |
|
|
|
| 13 Feb 2015 08:26 PM |
| People can create websites for roblox to use. |
|
|
| Report Abuse |
|
|
Devoi
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 5387 |
|
|
| 13 Feb 2015 08:36 PM |
php is for smaller and more secure applications imo if that's what you're going for, use php |
|
|
| Report Abuse |
|
|
kepz
|
  |
| Joined: 18 Jul 2012 |
| Total Posts: 671 |
|
| |
|
Kipyko
|
  |
| Joined: 01 Jun 2014 |
| Total Posts: 249 |
|
|
| 14 Feb 2015 11:23 AM |
| web programming with python is quite fun |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2015 11:24 AM |
Hi,
I may be able to help a little. I run a website based for a thousand users and have more than a year of solid web development teaching (from an online class).
The best way to do this would be to utilize a server language. Ignore the people who say "do not use PHP." PHP is the best for a beginner entering this field for server handling. That is because other languages you might hear of (Python or Ruby [on Rails]) are a bit more tasking to set up. You'd also need your own terminal access (which is usually only obtained through paid VPS).
I've used both PHP and Ruby on Rails for my website. Ruby appears more structured, but PHP is just easier. PHP is also downed by most people who CANNOT use it right. My website runs on one of the biggest PHP class systems I've seen, and makes the code a lot neater and more flexible.
People who are saying "use JavaScript," or the opposite, do not understand that JavaScript cannot broadly make use of the ROBLOX APIs. JavaScript is a client-based local language. NodeJS may be of help, but that is another server-script language. JavaScript can be helpful if you want to test one of the ROBLOX APIs in the browser or on the client's personal page (via AJAX) but not for a ROBLOX game using a web API.
Consider PHP, since every free host allows you to use it. Learning it properly can also prove to demonstrate how clean the language can be. I can help you with any web-dev problems as well. |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 14 Feb 2015 11:25 AM |
| use c# and use RBXAPI on github |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2015 11:25 AM |
"If somebody made a website using Lua I'd be amazed."
Not unheard of.
I don't recommend JavaScript, because JavaScript is the devil. |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2015 11:27 AM |
"NodeJS may be of help, but that is another server-script language. "
No, NodeJS is JavaScript. |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2015 11:28 AM |
"No, NodeJS is JavaScript."
You must not know your way around web languages. NodeJS is a server-side JavaScript environment based on an event-driven I/O API structure. |
|
|
| Report Abuse |
|
|