Current location: Hot Scripts Forums » General Community » The Lounge » Which programming language do you use?


Which programming language do you use?

Reply
  #11 (permalink)  
Old 07-19-04, 04:31 PM
takipci takipci is offline
Newbie Coder
 
Join Date: Jul 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
This is a useful thread.
I'll tell you what my plan is because i am also at the beginning stages. As I have loaded up MySQL Apachie and PHP i will not be going down the ASP route. It seems to me that I should pick either PHP or ASP to concentrate on ( is that correct ?)

Most people seem to be saying good stuff about PHP so I'll go that route. I did do some work in C++ and in VBasic before but as I mainly want to work with MySQL, I'll use PHP.

I saw somewhaer someone say that Pearl/cgi-bin is outdated and there's not point to it. I did not want to have to learn that as well.

I guess that between Javascript and PHP ( and incorparating CSS with the HTML )I should be able to do most things.
Is that about right ? or should I learn something else as well before I tackle some projects ?

My projects are mainly database driven not much need for fancy graphics.

Most am also happy to have any extra guidance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #12 (permalink)  
Old 07-20-04, 08:19 PM
EvilHaider EvilHaider is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
I've used many: C/C++, C#, VB, VB.NET, ASP, ASP.NET, PHP, HTML, and so on...
__________________
**
Tutorial Maniacs
**
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #13 (permalink)  
Old 07-20-04, 09:33 PM
infinitylimit's Avatar
infinitylimit infinitylimit is offline
Code Guru
 
Join Date: Jun 2004
Location: Oregon
Posts: 758
Thanks: 0
Thanked 0 Times in 0 Posts
Perl isn't nessacerily outdated. It hasn't seen as many revs as other languages recently but that is because it's an old language when compared.

There are still somethings that perl will do that PHP won't. I just recently ran up against the need to tell if something is uploading how much is done. In PHP there is no support to read raw post data. To do this in php would be riduclous. Perl on the other hand has no problem.

Perl also has many scripts available for use where newer languages have many but not nearly like perl.

I'm not avocating learning Perl, I'm just correcting the statement it's outdated. Saying it's outdated is saying ISO C++ is outdated.

If I was to tell you a language to learn for internet programming I would be biast and say PHP. But to tell you the truth they all have there nice features. I like ASP especially if you know your clients will only be using internet explorer, there are some amazing things you can do really easily with that windows server/sql server/internet explorer framework.

Coldfusion does some neat things to, along with JSP.

I would say pick one. Then open up the newspaper and see if there is anyone hiring and be your own judge if you've chose right.
__________________
Hawk Enterprises -- Home to PHP games, open-source code, tutorials and free downloads
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #14 (permalink)  
Old 08-18-04, 06:18 PM
polanhe's Avatar
polanhe polanhe is offline
Newbie Coder
 
Join Date: Aug 2004
Location: Guatemala
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Visual Basic, Delphi, .NET.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #15 (permalink)  
Old 08-28-04, 11:34 AM
ArmedGeek's Avatar
ArmedGeek ArmedGeek is offline
Newbie Coder
 
Join Date: Feb 2004
Location: Houston
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
My primary language is Perl. I've dabbled in php, c, c++ but Perl really is a 'swiss-army chainsaw'. I use it for small utilities, web apps, sysadmin scripts, etc. I do more system administration in perl than bash (although bash is a REALLY good 'language').

I'm involved in a handful of software projects right now in Perl, but when I finish those off I will begin learning Python as it seems that it is the next 'up-and-commer'.

Not intending to be insulting, but I've always viewed php as more of a toy than a programming language. I've never found anything that I could do with php that I couldn't do as well or better with a more established/complete language. In my experience, there's nothing you can't do with just Perl and C.

I have heard that php transfers better between *nix and windows than perl but I don't code for windows so it's not an issue for me.
__________________
--
Work is punishment for failing to procrastinate effectively.
http://www.lonestarcode.com/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #16 (permalink)  
Old 08-28-04, 11:40 AM
feha feha is offline
Wannabe Coder
 
Join Date: Mar 2004
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
php/mySQL

php/mySQL
best combination, best value
__________________
www.flashwebshop.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #17 (permalink)  
Old 09-04-04, 09:05 AM
hardcoded's Avatar
hardcoded hardcoded is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Object Pascal all the way

C++ language is ungraceful, ugly (VB is worse, but isn't worth mentionning). I could say Delphi instead of Object Pascal, but I'm in the process of going cross-platform using Free Pascal Compiler, so I'm not really programming in Delphi.

As for the webpage, I write my content in XML files, and render them with XSLT.
__________________
http://www.hardcoded.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #18 (permalink)  
Old 09-13-04, 06:19 AM
tolongges tolongges is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Smile

I don't use any (yet). But I am planning to use PHP/MySQL. Is it good? By the way, newbie here from the Philippines.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #19 (permalink)  
Old 09-24-04, 02:16 AM
Kei Kei is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
PHP, Perl,MySQL, HTML, JavaScript,CSS, and Java
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #20 (permalink)  
Old 11-24-04, 08:50 PM
colusion.com's Avatar
colusion.com colusion.com is offline
Newbie Coder
 
Join Date: Nov 2004
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
ColdFusion, HTML, CSS

ColdFusion does the exact same things PHP can and then some, the big difference is how many less lines of code you have to write to do the exact same thing! In PHP, it takes many lines of code just to connect to an SQL database, but in ColdFusion, I can do it in as little as 3 lines of code.

The HTML and CSS are just add ons to the ColdFusion. You have to know HTML for almost any language. It's used in PHP, ColdFusion, ASP, and many others. Same with CSS.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
language classes for VC++6.0 adruta C/C++ 3 06-05-04 09:39 AM
which language to use? ginahoy New Members & Introductions 0 06-04-04 08:46 PM
mySQL reports without programming? janeinpa The Lounge 0 04-03-04 07:56 AM
Question on language files rozojc PHP 4 11-08-03 08:40 AM
php visual basic perl cgi - outsource programming to india outsource_india General Advertisements 0 10-28-03 04:21 AM


All times are GMT -5. The time now is 09:01 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.