Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »Programming Forum

Notices

Programming Forum Web and Software Programming Forum - Java, PHP, SQL etc.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-02-2007, 06:35 PM
Junior Member
 
Join Date: Jan 2007
Location: Switzerland
Posts: 49
Default ASP.Net, Php, Ruby on Rails...opinions

Hi,

wanted to start a thread about the web developpement programming languages, your opinions about them :) which ones have a good future ? some that are good , rising and havent been mentioned ?

I currently use Php, am thinking about learning Ruby and Rails, but then on the other hand there is the all new ASP.NET, personally I prefer a non microsoft dependent option, and was never attracted much by VB or ASP, so not sure would want to learn ASP.NET.
__________________
Evolving with style // www.benshu.ch
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #2 (permalink)  
Old 02-02-2007, 05:40 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,958
Default

PHP seems to be leading the way but a good source tells me ruby will lead the way before long, he uses it but claims it's quite limited and could quite easily be supaseded with a new programming language.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #3 (permalink)  
Old 08-02-2007, 10:40 PM
GordonMac's Avatar
Junior Member
 
Join Date: Feb 2007
Location: Scotland
Posts: 49
Default

I think the best way to choose is by considering how quickly you would like to begin selling database-driven dynamic solutions to your clients, and the costs of the software and hosting requirements are likely to incur.

ASP.NET has a very steep learning curve, and due to it not being an open source framework there is less code samples and free community support available for it as you embark on the study.

PHP is open source, and so is the MySQL database that commonly powers sites developed using it... they are free, and hosting packages with both of those installed are relatively cheap.

PHP is easier to learn, and within a few weeks of studying code and freely available tutorials you will be well enough armed to tackle small-scale dynamic web sites.

Ruby is an exciting new technolgy that embraces all of the modern Web 2.0 functionality you could possibly ask for. I'm quite interested in Ruby... but at this point there is a general lack of community support for it, so it may well be something I'll come back to in the future.

That's my 'tuppence worth :)
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #4 (permalink)  
Old 20-02-2007, 05:42 AM
Junior Member
 
Join Date: Feb 2007
Posts: 3
Default

Open source is all good and well, however if you are thinking of working for an employer, they also like to see skills like Oracle on CVs.

Big players in the web programming language market include things like Java.

So for small to medium sites PHP & MySQL etc are the biz, but you wouldn't catch Barclays Bank etc using them.

So depending on where you want to go in web programming, think big! :)
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #5 (permalink)  
Old 22-02-2007, 10:23 AM
Junior Member
 
Join Date: Jan 2007
Location: Switzerland
Posts: 49
Default

I agree, knowing Oracle, MS SQL Server is always good, I have some experience with MS SQL Server :). Have some notions of Java, as that is what we work with in Uni, but wouldnt be able to get a full app going, just simple stuff :), at least I can understand the code, know the syntax, its always a good start.

I am not a "Programmer" at heart, cant stand writing pure code, and designing applications, but web design on the other hand its something I enjoy, its also a lot simpler :) I only design small to medium sized websites at the moment, so Php Mysql works fine. Designing a large scale website for a big company would be another matter entirely, on my own probably wouldnt manage anyway, would need a team.

Im currently starting with Ruby and Rails. Have heard that Python and the framework Django is also a good option.
__________________
Evolving with style // www.benshu.ch
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #6 (permalink)  
Old 03-05-2007, 09:03 AM
Junior Member
 
Join Date: Apr 2007
Location: Kingston upon Hull
Posts: 7
Default

ASP.NET may have a very steep learning curve, but it does give you, practically, the entire Windows object model to programme with. Once the fun and frustration are appeased, there is some very in depth objects you can utilise in your web pages; such as the Cryptology classes.

I found Dreamweaver a bit simplistic, and I loath Javascript for its lack of dedicated error handling. Good or bad, VBNet does away with all these, and offers more, if you invest the time.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #7 (permalink)  
Old 04-05-2007, 10:04 AM
tommylogic's Avatar
f*ck yeah it validates!!!
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 5,707
Default

how did Dreamweaver come into play?
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #8 (permalink)  
Old 14-05-2007, 06:47 PM
Andy's Avatar
Admin
 
Join Date: Jan 2007
Location: Berkshire, UK
Gender: Male
Posts: 237
Default

Commercial:

ASP is commercial based and you will need to learn either C# or VBScript to create some fancy applications... this is hard to learn if you are new to code, considering i started coding in C++ i found it easy to adapt this code style to .NET framework.. there are many overhead costs with the ASP language as you would gather it coming from Microsoft!

Open Source:
PHP is easy to learn and you could master it after a few months as there are thousands of tutorials and example codes! this has a very low if not free overhead cost so you can get started almost right away!

Commercial jobs would value ASP loads more than PHP based on the fact a company would think that paying for a commercial type script would make there site run better and look more professional, However these companies are wrong and PHP is just as good except it has its limits.


Databases:
Do learn MySQL & MS SQL as these can be used by both Languages and are very usfull to understand. this may help you make your choice on which language you would preffer to code in as one is more recommended for the languages specified above.

Also learn:
AJax
CSS

as these wil help any application you create on the web!
Best of luck for finding a solution and hope you have many good years mastering it!
__________________
C# Developer, Passionate Nikon D80 Photographer, Motorcycle Lover
ProtoIP.com
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #9 (permalink)  
Old 14-05-2007, 09:46 PM
tommylogic's Avatar
f*ck yeah it validates!!!
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 5,707
Default

L A M P
If you are building eCommerce sites. this is the way to go right now I think. Otherwise, you're developing your own applications which is a whole another ball game. Valuable skill to learn, but may not be worth the time and energy if your not an application developer.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #10 (permalink)  
Old 17-05-2007, 04:34 AM
Member
 
Join Date: Apr 2007
Posts: 84
Default

Php!!!
__________________
29FIVE Designs - Providing Helpdesk Support Software And Website Design
imagine... create... innovate
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


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 On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rails Tutorials Graphic Design Links Graphic Design Links 0 09-12-2007 12:11 PM
Ruby on Rails Lightbox script solidgold Programming Forum 4 08-12-2007 09:16 AM
Locomotive - Ruby on Rails development ianm Apple Mac Forum 0 11-06-2007 11:17 AM
rails solidgold Programming Forum 1 28-05-2007 09:39 AM
Hackety Hack -- learning Ruby D856C Programming Forum 2 29-04-2007 09:20 AM


All times are GMT. The time now is 02:13 AM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0