NiftyHost Forums (Archive)
What coding language do you use? - Printable Version

+- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support)
+-- Forum: Technology (https://niftyhost.chary.us/support/forum-7.html)
+--- Forum: Coding (https://niftyhost.chary.us/support/forum-12.html)
+--- Thread: What coding language do you use? (/thread-40.html)

Pages: 1 2 3 4 5 6 7


RE: What coding language do you use? - jahiy - 05-27-2011

php,python,ruby
php mostly,and also python and ruby


RE: What coding language do you use? - meds - 05-27-2011

CS5
PHP
HTML


RE: What coding language do you use? - capp - 06-01-2011

PHP, Html and Visual basic


RE: What coding language do you use? - man007 - 08-05-2011

I mostly use visual basic. It is an easy program language and very useful too. :)


RE: What coding language do you use? - Lupus - 08-06-2011

I primarily use HTML and CSS. I am a web designer so when making the theme and styles for site, I need to code them. I do know a little bit about JavaScript though and I use it sometimes. I mainly use it for the effects though. JavaScript isn't really necessary, but it is what make themes look better, and therefor I use it :P


RE: What coding language do you use? - ErrorCode - 08-06-2011

Learning HTML in this day and age is pretty much a waste of time. There's too many programs that can simply write the language for you, one of the most popular ones being Microsoft Word. If you're going to spend time learning a language, learn PHP and/or CSS. Those are imperative to today's coding.


RE: What coding language do you use? - HiddenKnowledge - 08-06-2011

(08-06-2011, 09:16 AM)ErrorCode Wrote: Learning HTML in this day and age is pretty much a waste of time. There's too many programs that can simply write the language for you, one of the most popular ones being Microsoft Word. If you're going to spend time learning a language, learn PHP and/or CSS. Those are imperative to today's coding.

I disagree, a lot. First of all, Microsoft Word as a html editor is horrible, it created a document that can hardly be edited properly and is around 5 times as big a a document you can make yourself. And when you edit the html yourself, you will be able to actually understand what you are doing and make properly working websites. Personally, I wouldn't want my website to be created by someone that doesn't want to take the time to learn a simple language like html, since that person probably won't take the time to learn about the security aspects from php or the compatibility of all the css functions. I think using Microsoft Word as a html editor is just as usefull as using Microsoft's calc to calculate PI.


RE: What coding language do you use? - gamingmaster42 - 08-07-2011

I used to be really extensive developer of Javascript but then I switched over to PHP because there's so much more you can do with it and also because a client cannot just turn off PHP from his browser like he can do to Javascript.


RE: What coding language do you use? - pqnation - 08-20-2011

I currently code in PHP and Java mostly. I used to do a lot of xhtml, html, and css. I tend to throw in a little Python from time to time but I wouldn't say that I code with it.


RE: What coding language do you use? - MyDigitalpoint - 08-21-2011

(08-07-2011, 03:26 PM)gamingmaster42 Wrote: I used to be really extensive developer of Javascript but then I switched over to PHP because there's so much more you can do with it and also because a client cannot just turn off PHP from his browser like he can do to Javascript.

I remember this was the major drawback of using Javascript in the past and despite I had a fully-featured CMS written in Javascript, I was advised to move forward towards another programming platform before Adsense and other contextual advertising network made of Javascript a "trendy" solution to display ads.

Even though using Javascript has not changed through the time at all, preserving the three main problem it has since the beginning of the time:

1. It can be turned off by the surfer
2. Information rendered via Javascript can't be crawled by search engines
3. Old browsers or improper set up Mozilla modern browser can't display Javascript either.

What a shame because, like I said, people can develop advanced applications and there is a whole framework in Javascript somewhere in SourceForge that can even deploy 3D-like games.