SA-MP Forums Archive
Developing Websites - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Developing Websites (/showthread.php?tid=449850)



Developing Websites - GreTex - 10.07.2013

I'm just gonna learn How to Develop Websites
But i want to know from which Language should i start
there are many languages So i'm a bit Confused


Re: Developing Websites - Aerotactics - 10.07.2013

Quote:
Originally Posted by GreTex
Посмотреть сообщение
I'm just gonna learn How to Develop Websites
But i want to know from which Language should i start
there are many languages So i'm a bit Confused
HTML and/or PHP

Go to codecademy.com to learn how.


Re: Developing Websites - gtakillerIV - 10.07.2013

HTML for the page itself, PHP for server sided scripts, and finally CSS for styling your webpage.


Re: Developing Websites - Misiur - 10.07.2013

HTML is just a markup language.

For serverside language python or ruby (php is terrible first choice).


Re: Developing Websites - Vince - 10.07.2013

Quote:
Originally Posted by Misiur
Посмотреть сообщение
For serverside language python or ruby (php is terrible first choice).
You do realize that less than 1% of all websites use Python or Ruby, right?
http://w3techs.com/technologies/over...g_language/all


Re: Developing Websites - iLinx - 10.07.2013

Python isn't for the web lol.


Re: Developing Websites - [ABK]Antonio - 10.07.2013

Quote:
Originally Posted by iLinx
Посмотреть сообщение
Python isn't for the web lol.
Python always has been able to be used on web stuff. Though I'd still suggest PHP like others have...just for simplicity.


Re: Developing Websites - Misiur - 10.07.2013

Learning php is painful - the noise to signal ratio is terrible. It doesn't mean I discourage php, because it's my main language nonetheless - I only think that as a starter it's a bad idea (like choosing bulbasaur in gen I)


Re: Developing Websites - IJzerenRita - 10.07.2013

Quote:
Originally Posted by iLinx
Посмотреть сообщение
Python isn't for the web lol.
Yeah, <a href="https://www.djangoproject.com/">LOL!</a>


Re: Developing Websites - thefatshizms - 10.07.2013

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Learning php is painful - the noise to signal ratio is terrible. It doesn't mean I discourage php, because it's my main language nonetheless - I only think that as a starter it's a bad idea (like choosing bulbasaur in gen I)
painful ?? I thought it was one of the most easiest languages I have ever seen.


Re: Developing Websites - SsHady - 10.07.2013

To Start Off Learn HTML Because its the base of your website