RE: Help me with my new website!
December 23, 2018 at 5:48 pm
(This post was last modified: December 23, 2018 at 6:06 pm by bennyboy.)
re: language
I'm telling you this bluntly. If you don't like .php, then go with ASP.NET CORE MVC. You get to use Visual Studio, you have all the brains of Microsoft behind you, and it uses C#, which I like a lot. A quick google search for something like "best free asp.net CORE host" provides plenty of pages and suggestions. It used to be you needed a full-fledged Windows server to run ASP.NET 4.x, but .NET CORE is different-- it can be deployed almost anywhere. What you REALLY want is a free provider that also allows you a SQL database.
Visual Studio can not only be used to write ASP.NET CORE sites, but you can use it for making Windows apps, or for scripting for Unity games. It's free, and it has the full brainpower of Microsoft behind it.
You can try starting here: https://www.reddit.com/r/csharp/comments...an_aspnet/
re: quirks mode
You should assume that users have a modern browser, or have a client check at the front of your site which screens old browsers out: "This site does not support old technology. Please update your browser." My philosophy is anyone who doesn't have a browser capable of running HTML5 content properly does not deserve to be viewing any internet pages, ever.
re: Facebook
Fuck Facebook. People need to get a life.
I'm telling you this bluntly. If you don't like .php, then go with ASP.NET CORE MVC. You get to use Visual Studio, you have all the brains of Microsoft behind you, and it uses C#, which I like a lot. A quick google search for something like "best free asp.net CORE host" provides plenty of pages and suggestions. It used to be you needed a full-fledged Windows server to run ASP.NET 4.x, but .NET CORE is different-- it can be deployed almost anywhere. What you REALLY want is a free provider that also allows you a SQL database.
Visual Studio can not only be used to write ASP.NET CORE sites, but you can use it for making Windows apps, or for scripting for Unity games. It's free, and it has the full brainpower of Microsoft behind it.
You can try starting here: https://www.reddit.com/r/csharp/comments...an_aspnet/
re: quirks mode
You should assume that users have a modern browser, or have a client check at the front of your site which screens old browsers out: "This site does not support old technology. Please update your browser." My philosophy is anyone who doesn't have a browser capable of running HTML5 content properly does not deserve to be viewing any internet pages, ever.
re: Facebook
Fuck Facebook. People need to get a life.