View Single Post
  #18 (permalink)  
Old 07-19-2008, 02:53 PM
Terry Van Horne Terry Van Horne is offline
WebProWorld Pro
 

Join Date: Apr 2008
Location: Toronto On., Ca.
Posts: 276
Terry Van Horne RepRank 2
Default Re: what language should I learn?

Quote:
Originally Posted by bj View Post
Since most servers these days are Linux, .
Site your source please because most can be a lot... every large corporate business I've worked was Windoze. Linux is big on the net and IMO, not even the best platform using the NIX kernel (Apple does as well) but... it's not so big in the corporate headquarters of companies that can actually pay for their software. As deepsand mentions apache is being challenged by IIS.

Quote:
Originally Posted by bj View Post
I'd stick with the languages and scriptiing languages that work best there.
As someone who has programmed Perl on both platforms I'd say you are wrong, in fact the Windoze Active Perl package is easier to maintain and version than the NIX. Windoze Perl can not fork a process that is the only difference. By the way PHP is not a NIX specific programming language so... if you learn Perl and PHP you are covered on both platforms but... there is not a lot of support for Perl or PHP by Windoze administartors.
Quote:
Originally Posted by bj View Post
Mysql would make you marketable..
Mysql is Not transactionable database (can't rollback a database entry) The SQL query language means your good to go on many databases some functions vary across platforms and Oracle likes to do everything differently but... the SQL query language is the best place to start because you can't even do MySQL without it and it is actually quite easy to learn the basics. I taught myself in about three weeks.
Reply With Quote