d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > If You Were Going To Make A Website Like This... > What Language Would You Do It In And Why
Add Reply New Topic New Poll
Member
Posts: 9,525
Joined: Nov 5 2005
Gold: 1,338.00
Oct 2 2014 06:08pm
Hey folks, so basically, I want to make a website, to start off my web development career path, that basically makes various shapes of various colors and sizes and whatnot appear and disappear on the page at random intervals. That's basically what I want to start with. Eventually I want to add user accounts to it (because why not?) as in, you can register an account/pw on this site (which is just one page at this point), as well as being able to make the shapes do random stuff like bounce up and down when you click them, attack other shapes, spit out random queries (for example, you click a button on the shape that says query, it asks you what your question is, you tell it, and it googles it for you), and once I get all that down just go from there I guess.

I know for a fact it's going to involve html, css, javascript, and SQL. But from the research I've done, it seems I have some options as far as server-side programming. The main 3 I'm looking at are PHP, ROR, and Django (but I am of course open to other options).

I really have no idea which one to lean towards, honestly. I've been told PHP is probably the easiest to get started on, but the most "annoying" out of the 3, with the most kinks. ROR is currently "hotter" but Django has a better support / documentation system.

What would you guys go with, and why?

EDIT: actually I'm leaning towards PHP honestly just because I'm a big fan of w3schools and they have php tutorials and no python/rails tutorials. But again, if I can find a pretty good tutorial for either one then it's a moot point.

This post was edited by Rejection on Oct 2 2014 06:10pm
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Oct 2 2014 06:53pm
Easy route: php, some form of javascript, css
More advanced route if you are looking for some sort of career: cold fusion/rails

If you are not looking for maintaining and adding to the site for an extended period of time django/rails is not really suitable. They take a while to setup a workspace and just to construct a simple blog for a first time user may take many hours as you have to setup viewports and containers and such as well as the actual front end code for the web browser.

I would just stick with php, mysql, css, and some form of javascript.

This post was edited by AbDuCt on Oct 2 2014 07:16pm
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 2 2014 07:11pm
What he said.
Member
Posts: 15,717
Joined: Aug 20 2007
Gold: 481.00
Oct 17 2014 08:47am
ASP .Net and MVC 5
Member
Posts: 62,215
Joined: Jun 3 2007
Gold: 9,039.20
Oct 17 2014 09:55am
I'd start with something that's always been proven to work

Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
Oct 17 2014 10:33am
Quote (killg0re @ Oct 17 2014 10:55am)
I'd start with something that's always been proven to work

https://i.imgur.com/ZDqhkk2.png


That joke was so funny it justified necroing a 2 week old thread. Classic killgore.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll