Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > General > Chit Chat > What new language should I learn?

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-26-07, 04:33
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,144
What new language should I learn?

So I fancy learning a new programming language; any opinions?
The whole VB.NET thing never really took off (even though I'm still picking up the pieces) so I never even got to give that a real go

Any suggestions (and justifications ) appreciated!
__________________
George
You only stop learning when you stop asking questions.
  #2 (permalink)  
Old 09-26-07, 06:59
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 5,460
what is the purpose of the exercise?
if its to strengthen your CV then Id stay within the Microsoft stable and look at either VB or C#, possibly ASP within the .NET.

if its to have a play, produce say some web sites then consider PHP & ASP

I dont think Web 2 & AJAX are credible replacements for conevnetional languages, but I think its a step in that direction, mebbe it will come as the technology matures, but if it does then there needs to be a heck of a lot more refinement of the development environment. Eclipse is a fine starting point, but way to complex for me....
__________________
Warning
May! contain traces of NUT. people with NUT allergies should not pay attention to any of the above
  #3 (permalink)  
Old 09-26-07, 07:06
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,144
It's for both really; CV and to play. I've done some ASP development in the past - it was a lot less challenging than I thought! I have taken a dip in the PHP pond too, more OO syntaxy if memory serves.

I've considered setting up a website for a while - so perhaps I should just give that a go!

--

However, If I want to head more in the application development / FE programming direction C# or VB might be the way I head (that's your cue to give your own opinions ). I'd need to get some more software for the home dev PC before I can run off and do that though!

Thanks for the reply Healdem
__________________
George
You only stop learning when you stop asking questions.
  #4 (permalink)  
Old 09-26-07, 08:02
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
george, you beat me to it: my suggestion was to learn html to the point where you can build a web site and have it validate according to the strict doctype for html 4.01
__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
  #5 (permalink)  
Old 09-26-07, 08:32
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,144
Hehe Rudy... I code in xhtml
I use the term "code" loosely - I rarely get to play with web development stuff!
__________________
George
You only stop learning when you stop asking questions.
  #6 (permalink)  
Old 09-26-07, 08:37
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 5,460
Quote:
Originally Posted by georgev
...I'd need to get some more software for the home dev PC before I can run off and do that though!...

..obviously you are not a student so the academic versions of Visual Studio that are sold on EBay for around 25..35 wouldn't be an option

given your grounding in VBA the VB would be easier to learn, but some employers sneer at it. .NET is another level its certainly a lot more OO orientated

PHP can be OO orientated.. it depends on how you develop stuff. in many ways its a bit like VBA.. its very easy and quick to get meaningful results. but its power and simplicity can lead you to pish poor design which is a pig to maintain over time. Its too easy to get something up and running. The newer versions of PHP do support classes (not to sure about inheritance & polymorphism though. I know you can extend classes with PHP 5.

Id steer clear of things like Ruby & Ruby on Rails, at least until there is a clear market for it.

have you thought instead of going down the DBA route, and getting out of development (coding) altogether, or mebbe a hybrid analyst / developer if such a beast still exists.
__________________
Warning
May! contain traces of NUT. people with NUT allergies should not pay attention to any of the above
  #7 (permalink)  
Old 09-26-07, 08:51
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
Quote:
Originally Posted by georgev
I code in xhtml
i think you should unlearn that, and (re)learn html

the problem is, the biggest browser on the planet does not support xhtml
__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
  #8 (permalink)  
Old 09-26-07, 08:56
Ryker Ryker is offline
Registered User
 
Join Date: Nov 2003
Location: Sussex, England
Posts: 404
This might be an interesting link if you're thinking of switching to RUBY:

http://www.oreillynet.com/ruby/blog/...ck_to_p_1.html

Personally I would go with c#, but that's just becasue I like the language. There are lots of .php based web sites out there, so I imagine that would be a good way to go.

  #9 (permalink)  
Old 09-26-07, 09:10
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,144
Quote:
Originally Posted by r937
build a web site and have it validate according to the strict doctype for html 4.01
...
i think you should unlearn that, and (re)learn html
XHTML is compatible with HTML 4.01
Quote:
Originally Posted by r937
the problem is, the biggest browser on the planet does not support xhtml
The problem is, the biggest browser on the planet is by no means the best browser on the planet (Couldn't resist!)

Rudy, are you aware that Firefox is now used by nearly 35% of internet users?
Quote:
Originally Posted by healdem
have you thought instead of going down the DBA route, and getting out of development (coding) altogether, or mebbe a hybrid analyst / developer if such a beast still exists
Yes, I have indeed! But I do enjoy coding - I know I moan about FoxPro but I have to admit I love the ongoing challenges it gives me. I don't think I could give up coding altogether but I do want to move much further into the database design/maintenance/optimisation side of things.

*shrug* I guess I'll never really know what I want to do
__________________
George
You only stop learning when you stop asking questions.
  #10 (permalink)  
Old 09-26-07, 09:13
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,144
Quote:
Originally Posted by Ryker
This might be an interesting link if you're thinking of switching to RUBY:

http://www.oreillynet.com/ruby/blog/...ck_to_p_1.html
I have to say - I had never heard of Ruby until this thread; is it really worth looking into?
__________________
George
You only stop learning when you stop asking questions.
  #11 (permalink)  
Old 09-26-07, 09:20
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
firefox used by 35%???

i want some of what you're smoking!!!!!
__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
  #12 (permalink)  
Old 09-26-07, 09:29
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,144
http://www.w3schools.com/browsers/browsers_stats.asp

UPDATE: I may have to retract my previous statistics for these http://www.w3counter.com/globalstats.php - Firefox gets over 25% of users.
__________________
George
You only stop learning when you stop asking questions.

Last edited by georgev : 09-26-07 at 09:34.
  #13 (permalink)  
Old 09-26-07, 09:36
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 9,573
Quote:
Originally Posted by georgev
*shrug* I guess I'll never really know what I want to do
I know what I want to do, but I can't find anyone willing to fund that!

One of these days I'll figure out what I want to be when I grow up... Maybe before I get done growing up!

-PatP
  #14 (permalink)  
Old 09-26-07, 09:41
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,144
I told my career counsellor that I wanted to become a professional beach bum... She told me I could be a dentist.
__________________
George
You only stop learning when you stop asking questions.
  #15 (permalink)  
Old 09-26-07, 09:44
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 9,573
There's a difference in the UK ?

-PatP
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On