|
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 |
|
|
#11 | |
|
Senior Member
Join Date: Jul 2016
Location: Back in Colorado! Yaay!
Posts: 2,260
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
*nix/Linux has a long history of being much more efficient at server tasks. Personally, I've always used Microsoft for playing and linux for working. There are a few specific apps which run better(only) on Win/Mac, but they're not server apps.
|
|
|
|
|
|
|
#12 |
|
Member
Join Date: Aug 2012
Location: New York, London, Paris, Munich
Posts: 743
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Using a hosted Web server is the right choice for most people, including me. Server side stuff requires different skills and tools than site development does. I have no interest in being on call 24/7/365. I spend $400 a month for a dedicated server for my business, but there are really good options for less critical needs that start at $20/month. Instead of having an alarm go off at 2am telling you there is a problem with the server, they get the alarm. If something happens that they don't catch, I send an e-mail. Much better.
I used to maintain Linux servers on site for development work. I don't do that anymore because connections are so fast now that I just telnet into my server and work in a development space that is identical to the live version. It's really remarkable what can be accomplished now. |
|
|
1 members found this post helpful. |
|
|
#13 |
|
Member
Join Date: Nov 2010
Posts: 965
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
So is it ok if I design my web app on my windows PC and then get a web host?
|
|
|
2 members found this post helpful. |
|
|
#14 | |
|
Hi ho here we go
Join Date: Dec 2009
Location: Kalifornica
Posts: 2,609
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
Years ago I made a functional equivalent of Monster using PHP and MySQL. That said you can write Web Stuff with PHP but if you're doing a forum, buy the commercial product. I write and maintain websites for my NONPROFIT friends. I use Dreamweaver for production sites. Go for it Hubbleman, programming is fun
|
|
|
|
2 members found this post helpful. |
|
|
#15 |
|
Member
Join Date: Apr 2015
Posts: 790
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Like 420, I've been a programmer since tape and punchcards. (I just recently sold my Texas Instrument TI-994/a) LOL.
HTML is definitely not my specialty but I recently did a project with a Raspberry Pi where I needed to interface via html, php, python and sql. I can't tell you how many times I referred to this site during the learning curve. https://www.w3schools.com/html/ |
|
|
2 members found this post helpful. |
|
|
#16 |
|
Seed Whore
Join Date: Dec 2016
Location: In the Fridge
Posts: 1,603
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Use Windows 3.1 and get lots of 5 1/4 floppy disks and you're all set.
__________________
I just died. |
|
|
1 members found this post helpful. |
|
|
#17 |
|
Member
Join Date: Apr 2015
Posts: 790
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Here is what mine ended up looking like. I'm really pleased with the RPi. I have 2. One in each room and I really like them for monitoring.
I can click on the pic of either room and it takes me to the stats for that room. The html is a little clumsy but, like I said, it's not my specialty. LOL |
|
|
|
|
|
#18 |
|
Member
Join Date: Aug 2012
Location: New York, London, Paris, Munich
Posts: 743
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Each Web host is different, uses different software and makes different tools available. The very first thing you want to do is decide what version of which tools you will use. MySQL/PHP means you're producing a DB backed dynamic site (or your waiting your time). Are you proficient in PHP and SQL?
|
|
|
1 members found this post helpful. |
|
|
#19 |
|
Member
Join Date: Nov 2010
Posts: 965
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
I am making a database based website, where people can store info and search and retrieve info
My original idea was to use dreamwraver with C# ASP.NET I was told against it because apparently not all servers support it. Where’s php is widely accepted. I know little about php but I did lots of database and sql stuff in uni. I actually bought a book on php a week ago and it’s supposed to be released and arrive next week!! So yea, hopefully I can make it! Oh and big thank you to all who replied!! |
|
|
|
|
|
#20 |
|
Hi ho here we go
Join Date: Dec 2009
Location: Kalifornica
Posts: 2,609
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Way to go..
When I started using PHP/MySQL for websites I bought a tutorial book which showed how to integrate two.
It helped a lot. Once you get used to it, it's as easy as "C"..Hehe Good Luck
|
|
|
1 members found this post helpful. |
|
|
|
|