|
| 11 Jan 2014 04:57 PM |
| Learning it is honestly complex compared to what I've learned front-end. I've decided to learn back-end, and PHP is confusing at the moment. All I've made is a 'Contact Me!' form that sends an e-mail to me with what a user put into a form.. |
|
|
| Report Abuse |
|
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 11 Jan 2014 05:01 PM |
Ew I hate PHP :(
What I've been learning to use recently is Django + Python. I just got this working 5 minutes ago: imgur/hQTjKqN |
|
|
| Report Abuse |
|
|
|
| 11 Jan 2014 05:02 PM |
Dr0 Neat! Do you have a control panel where you can add posts? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 11 Jan 2014 05:05 PM |
| I like Ruby, though I barely just started learning it. |
|
|
| Report Abuse |
|
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 11 Jan 2014 05:06 PM |
| Yes and no. Currently it's just that page proving I can get posts from the Django models (Python objects abstracting the sqlite database), and I wrote the html for the site a week ago. However, Django provides an admin control panel that you can access (and you can edit what information is display, how it's displayed, etc). Really easy to set up as Django provides you with a user and permission system already, you just need to enable it in settings and create an account (which it asks you to do when you run "manage.py syncdb"). |
|
|
| Report Abuse |
|
|
|
| 11 Jan 2014 05:45 PM |
| I know somebody who claims they are making a Lua webserver. Can't wait to see how that turns out. |
|
|
| Report Abuse |
|
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 11 Jan 2014 05:46 PM |
| @Raw: I already have. The blog I showed a few posts up was originally written in Lua (well Moonscript) using Luvit and my HTML builder (pastebin/uUSk0kL4). I probably would have continued using Lua/Moonscript but I couldn't get LuaSQL to work with it, and now I <3 Django :D |
|
|
| Report Abuse |
|
|
|
| 11 Jan 2014 05:50 PM |
@Dr01d3k4
Oh, okay. I guess I am really behind on webservers. I'm still using Apache, even though I hate everything about it. |
|
|
| Report Abuse |
|
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 11 Jan 2014 05:51 PM |
I'm a complete noob at this: I know nothing about Apache :P The internet has always been something I don't understand - to me it's the box used in the IT Crowd (if you haven't watched it, you absolutely must <3). |
|
|
| Report Abuse |
|
|
|
| 11 Jan 2014 06:04 PM |
| But now I am scared that if I watch it, for some reason I'll think of "the box used in the IT Crowd" whenever I refer to 'internet'. |
|
|
| Report Abuse |
|
|
Charl3s7
|
  |
| Joined: 07 Dec 2007 |
| Total Posts: 4146 |
|
|
| 11 Jan 2014 06:07 PM |
| PHP is already extremely simple. |
|
|
| Report Abuse |
|
|
|
| 11 Jan 2014 06:09 PM |
| I don't even understand how to install django on my website, is it something you can install on your website given the features of shared hosting even? |
|
|
| Report Abuse |
|
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 11 Jan 2014 06:13 PM |
@Charl3s7: But horrible
@Roverandom: Read "how to tango with django" - it's what I've been learning to use and has a chapter on deploying applications using PythonAnywhere (free). |
|
|
| Report Abuse |
|
|
|
| 11 Jan 2014 06:18 PM |
| I'll check it out later, thanks |
|
|
| Report Abuse |
|
|
Charl3s7
|
  |
| Joined: 07 Dec 2007 |
| Total Posts: 4146 |
|
|
| 11 Jan 2014 06:50 PM |
| It's the only web language I can stand for now... I'm working on writing myself a Lua web server. |
|
|
| Report Abuse |
|
|