|
in:
|
|
| Forums > Talk About It! > Hobbies and Interests > Computers > How to make a website like this one? | ||
| How to make a website like this one? | Thread Tools | Search this Thread |
|
|
#21 |
|
Member
Join Date: Apr 2015
Posts: 790
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Do a search for "LAMP"
It stands for Linux Apache MySQL PHP server. It's a snap to set up. Also look into using Google resources like "google charts" |
|
|
2 members found this post helpful. |
|
|
#22 |
|
Hi ho here we go
Join Date: Dec 2009
Location: Kalifornica
Posts: 2,609
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
What I did..
I had my own Linux Web server which made it easy. (Was able to debug all of my learning problems)
When I put it into production I put it on a hosted LAMP website server. I hope you have fun.
|
|
|
1 members found this post helpful. |
|
|
#23 | |
|
Member
Join Date: Aug 2012
Location: New York, London, Paris, Munich
Posts: 743
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
|
|
|
|
1 members found this post helpful. |
|
|
#24 | |
|
Member
Join Date: Aug 2012
Location: New York, London, Paris, Munich
Posts: 743
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
|
|
|
|
1 members found this post helpful. |
|
|
#25 |
|
Member
Join Date: Nov 2010
Posts: 965
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
What’s your take on ASP.NET?
Is it easy / better than PHP MySQL?. |
|
|
|
|
|
#26 |
|
Member
Join Date: Nov 2010
Posts: 965
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Yea what’s the deal with PHP vs C# ???
Some dude on the other forum said PHP is more widely supported than ASP NET, is that true ?? |
|
|
|
|
|
#27 | |
|
Senior Member
Join Date: Dec 2005
Posts: 1,086
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
Just about any host, no matter how cheap and accessible will support PHP. Lots will support ASP/.NET too, but you'll have to make sure. May cost a bit more. However, just 'cause PHP is the most popular, doesn't mean it's the best. Bit like weed strains, LOL. Check that you like it first. For normal, simple use it's just fine. For super techie stuff, well, you wouldn't be asking here, would you? |
|
|
|
1 members found this post helpful. |
|
|
#28 |
|
Member
Join Date: Nov 2010
Posts: 965
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Cool, thanx for info!!
The only thing I got against PHP is that I have to learn another language, where’s C/C++/C# feels more like home! |
|
|
|
|
|
#29 |
|
Member
Join Date: Nov 2010
Posts: 965
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Can u use ASP NET with SQL ?
|
|
|
|
|
|
#30 |
|
Senior Member
Join Date: Aug 2009
Location: Africa!
Posts: 1,598
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
By your questions I can see you have a long way to go before you are going to be able to one-man-code a progressive web app from scratch. But don't let that stop you from trying! Attempting this kind of stuff is the fastest way to learn.
Short answer: CSS skills are what you need to make a site mobile responsive. Bootstrap is a good way to start learning how this works. But its not required. PHP is an ancient language and only runs on page load. It can be your server side language but in 2017+ I wouldn't use it unless you already know it well in which case it will be faster than learning a new language from scratch. Most of the time people use PHP is because it comes with their Wordpress / Joomla / Drupal content management system built in, and also because PHPmyadmin and C-Panel are very popular on server hosts (because of the aforementioned popular CMS's). If you are starting from scratch there are not many reasons to use it. You can access Apples and Androids own native UI elements if you really want to code for mobile. You don't need to learn Objective C or Java/LUA either, you can get the elements through CSS classes. Although java is a rock solid back end language and I would consider it. HTML 5, CSS 3, Javascript ES6 - these are the only three things you really have to learn on front end. Try not get caught up in a framework without knowing these basics really well. Back end its up to you there are a lot of choices. I prefer Node JS but its a personal preference. Also selecting the right tool for the job is relevant here. Each language has its own strengths and weaknesses. As far as databases go, sounds like you are comfortable with SQL. MariaDB is the more updated version of SQL and it uses 99% the same commands. If you are doing a forum site like this, SQL based DB will be fine. But as with back end using the right tool for the job is relevant here. If there is a demand for high speed to the database or replication speed / micro service architecture then you might want to check out Redis which you can use in conjuction with a slower SQL based database. Good luck! |
|
|
1 members found this post helpful. |
|
|
|
|