Leak Society - The Home Of Nulled Resources.
Forum Beta v1 Now Live!
What's your preferred language?
Thead Owner : Google1644926388, Category : Everything Coding, 7 Comment, 52 Read
Viewers: 1 Guest(s)
Member
***
113
Messages
16
Threads
0
Rep
4 Years of Service
06-27-2016, 11:09 AM
#1
What is your language of choice when creating a desktop app or website? Personally, I use HTML, CSS, and PHP for simple sites and Node.JS for live capabilities.

fun fact: HTML & CSS arent programming. theyre markup languages
Junior Member
**
11
Messages
1
Threads
0
Rep
4 Years of Service
06-29-2016, 08:55 AM
#2
HTML and CSS are my most preferred when it comes to creating a website. I remember when I first started learning HTML before I moved onto CSS and I remember thinking it was going to be hard and I wouldn't be able to do it but I was surprised at how easy it was to learn and then once I knew HTML moving on to CSS was a piece of cake.
Unregistered
 
4 Years of Service
06-29-2016, 10:30 PM
#3
I think HTML, cause its so easy to manage it.
Member
***
109
Messages
33
Threads
0
Rep
4 Years of Service
06-30-2016, 12:16 AM
#4
I like HTML, it's fun and intriguing. I always love to learn new languages!
Administrators
LeakSociety Owner
*****
7,137
Messages
1,907
Threads
4
Rep
2 Weeks
07-03-2016, 09:00 AM
#5
HTML, Easiest language to learn and understand.
Forum Owner
Junior Member
**
29
Messages
4
Threads
0
Rep
4 Years of Service
07-03-2016, 02:48 PM
#6
Everyone saying HTML I personally like me some Python :)
Administrators
LeakSociety Owner
*****
7,137
Messages
1,907
Threads
4
Rep
2 Weeks
07-05-2016, 09:19 AM
#7
(07-03-2016, 02:48 PM)Blue Wrote: Everyone saying HTML I personally like me some Python :)

HTML is the easiest  :happ:
Forum Owner
Member
***
51
Messages
4
Threads
0
Rep
4 Years of Service
07-09-2016, 05:53 PM
#8
HTML is not a programming language so please don't consider it as such. HTML is a markup language (just like Markdown) that is used to create hyper-text websites.
As far as preferred language is concerned, in 2016 there is no such thing as only one preferred language. There is a learning curve that you have to follow.

Personally, I am a front-end web developer which means I am using the following languages to build the interface of web applications:
HTML (Markup Language)
CSS (Style-sheet Language)
JavaScript (Client-side Programming Language)
jQuery (JavaScript library)
AngularJS (Client/server-side JavaScript framework)
Ionic (JavaScript framework for apps)

There are also React.js and other frameworks and libraries, of course. But the aforementioned ones are the becoming or are the standard of front-end web development.

Of course, there are (primarily) back-end programming languages such as Python, C++, Ruby on Rails and more.


Forum Jump: