Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > Server Side Programming
User Name:
Password:
 

 
 
  View Poll Results: PHP or .Net ?  
 
 
 
PHP 59 81.94%
.Net 13 18.06%
Voters: 72. You may not vote on this poll

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 06-10-2008, 12:23 PM
  #16
afterburn
Can't say much here
 
afterburn's Avatar
 
Join Date: May 2004
Posts: 2,832
iTrader: (0)
afterburn will become famous soon enough
Really,

Why are the *nix groups making a version?
Why does a version already created by MS run on OSX and BSD?
__________________
ASP.net nice bits
Code Smith rocking tool for Code Generation in any language (Written in .net)
Red Gate SQL tools for DBA
Blog Personal blog
.afterburn
afterburn is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-13-2008, 05:40 AM
  #17
karthimx
Paladin (Level 15)
 
karthimx's Avatar
 
Join Date: Jun 2008
Location: India
Posts: 495
iTrader: (0)
karthimx is on a distinguished road
You cannot view the PHP source code by selecting "View source" in the browser - you will only see the output from the PHP file, which is plain HTML. This is because the scripts are executed on the server before the result is sent back to the browser.
karthimx is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-13-2008, 09:17 AM
  #18
afterburn
Can't say much here
 
afterburn's Avatar
 
Join Date: May 2004
Posts: 2,832
iTrader: (0)
afterburn will become famous soon enough
huh?

that is with any language
__________________
ASP.net nice bits
Code Smith rocking tool for Code Generation in any language (Written in .net)
Red Gate SQL tools for DBA
Blog Personal blog
.afterburn
afterburn is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-17-2008, 10:14 AM
  #19
putts
SELECT MINE FROM TITLES
 
putts's Avatar
 
Join Date: Nov 2002
Location: Frankenmuth, MI
Posts: 4,930
iTrader: (0)
putts has a spectacular aura aboutputts has a spectacular aura about
Quote:
Originally Posted by karthimx View Post
You cannot view the PHP source code by selecting "View source" in the browser - you will only see the output from the PHP file, which is plain HTML. This is because the scripts are executed on the server before the result is sent back to the browser.
What Burner said.....

All Server Side Scripting languages are designed around the premise of using script to create HTML output dynamically.


Pros for each:

PHP
  • Cheap
  • Runs mainly on *nix boxes and Apache which offers certain features like mod_rewrite out of the box that many web developers like not to mention that Unix > MS Dos so the system itself has better processing capabilities
  • Great Web community......you can find pretty much anything you need for PHP/mySQL all over the web
  • It's not MS. Probably it's biggest selling feature because it's ingrained in all CS programmers by the programming elitist that MS is evil
  • Integrated tightly with mySQL which reduces much of the technical knowledge a developer needs to be able to interact with the database back-end


.NET
  • Can build applications much faster than with PHP
  • Probably 5X more jobs exist for .NET than for PHP (or any other language)
  • Similar to PHP's built in mySQL support, You can do a lot in .NET without really knowing a lot about Databasing
  • OOP-based insistance leads programmers to correct more reusable code along with all the other advantages of OOP
  • Multiple Languages are supported as opposed to PHP which is just designed around the PHP language
  • Full-featured. Meaning that they had thousands of developers looking (and still looking) over the product and have pretty much anything any developers could ever want (whether they know it or not)

Of course, those are just some but they are the ones that stand out to me.

Personally, there's just flat out more jobs in .NET than anything else so if you plan on having a career as a programmer, .NET is your best bet.
Also, there's just SOOOOO many things that if someone comes up to .NET developer and says "I need this and that, when can you have it to me?" their answer is going to be way less than a PHP or ASP developer simply because of the power of the .NET framework. It's not even a question about which developer is the better programmer.......if I give you a pair of scissors and someone else an electric shaver and tell you 2 to race and see who can shave the quickest, it won't be a contest. The toolset for the other guy is just too great to overtake.....no matter how good you are at shaving.
__________________
Signature Image Rotator will return when I have time to fix it

Running Scoreboard
Anthony : 3 points
putts is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-17-2008, 11:13 AM
  #20
AnthonyDamasco
Last Post Warrior
 
AnthonyDamasco's Avatar
 
Join Date: Jun 2006
Location: NYC -- Train -- NJ
Posts: 728
iTrader: (0)
AnthonyDamasco has a spectacular aura aboutAnthonyDamasco has a spectacular aura aboutAnthonyDamasco has a spectacular aura about
I'm an Open Source guy. Recently there has been a huge spike in job opening for PHP programmers in NYC. I think It's best to know both, however I am a php fan. There is a ever growing community of people trying to not use microsoft's software and languages. That is why PHP is so popular.

Websites made using php:
Youtube,
Facebook,
Wikipedia
yahoo
google

Don't take php lightly, It's in extremely high demand - and as the community for php grows, so will the features
AnthonyDamasco is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-17-2008, 11:22 AM
  #21
afterburn
Can't say much here
 
afterburn's Avatar
 
Join Date: May 2004
Posts: 2,832
iTrader: (0)
afterburn will become famous soon enough
google isn't only made with php;

sites made with .net framework

dell
myspace
monstor
newegg
lego
__________________
ASP.net nice bits
Code Smith rocking tool for Code Generation in any language (Written in .net)
Red Gate SQL tools for DBA
Blog Personal blog
.afterburn
afterburn is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-17-2008, 12:00 PM
  #22
AnthonyDamasco
Last Post Warrior
 
AnthonyDamasco's Avatar
 
Join Date: Jun 2006
Location: NYC -- Train -- NJ
Posts: 728
iTrader: (0)
AnthonyDamasco has a spectacular aura aboutAnthonyDamasco has a spectacular aura aboutAnthonyDamasco has a spectacular aura about
Dood! I want to make a .NETPHP website O.o -->, it would be unstoppable!


I'll call it.... gohoo.com - 10 times bigger than facebook - 400 times more traffic than digg.

I have to keep this idea secret...

>.>
<.<
AnthonyDamasco is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-18-2008, 02:58 PM
  #23
putts
SELECT MINE FROM TITLES
 
putts's Avatar
 
Join Date: Nov 2002
Location: Frankenmuth, MI
Posts: 4,930
iTrader: (0)
putts has a spectacular aura aboutputts has a spectacular aura about
Quote:
Originally Posted by AnthonyDamasco View Post
There is a ever growing community of people trying to not use microsoft's software and languages.
Lots of individual people, yes.

Lots of large corporations, no.

It just doesn't make sense in a corporate environment where a few hundred dollars is not a large chunk of change to not invest in .NET and get .NET developers when it is so much more efficient than PHP.

You will always be able to find a bunch of programmers in any CS circle who hate M$......but try to sell a company on a language that takes twice as long to develop in
__________________
Signature Image Rotator will return when I have time to fix it

Running Scoreboard
Anthony : 3 points
putts is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-18-2008, 05:51 PM
  #24
Vege
Super Deity (Level 18)
 
Join Date: Sep 2004
Location: Finland
Posts: 3,410
iTrader: (0)
Vege is just really niceVege is just really niceVege is just really niceVege is just really nice
Quote:
but try to sell a company on a language that takes twice as long to develop in
I would argue that it's actually faster to develop in PHP as it is ment for fast script writing.
Maintainability imho is the .NET best part.
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-19-2008, 03:01 PM
  #25
forlamp
Myrmidon (Level 12)
 
Join Date: Mar 2004
Location: B.C, Canada
Posts: 196
iTrader: (0)
forlamp is on a distinguished road
Quote:
Originally Posted by putts View Post
Are you looking to learn something as a means of a long-term career? Then go .NET.
Incorrect. This may apply in a strict web-development company that is focused on web development as their primary service.

However, on the flip side there are MANY large appliance corporations (Cisco, Sophos, Layer7, etc) that build "appliances" on [1-4]U servers, and run RHEL w/ a Web service powered by PHP or JSP. There are also a handful of online services that use PHP as their back end. (Gaiaonline for example uses a REST+PHP interface for their web services.)

In fact silicon valley is starving for PHP devs right now as you can find intermediate to senior positions starting at $110k/yr, I've seen some salaries as high as $130k in the SF area. That's comparable to NYC salaries for PHP dev's as well.

When you are 'manufacturing' appliances on a large scale it would be a large price difference if you were to include the cost of the license for a windows server setup on the machine. I haven't looked at Windows Server licensing recently but from what I remember they even require you to License the number of users that will be using the machine.

Both languages have their pro's and con's, and both languages can perform just as well with optimizers and byte code compilers thrown into PHP's ammunition.
__________________
- fl :: ns
forlamp is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-19-2008, 03:05 PM
  #26
forlamp
Myrmidon (Level 12)
 
Join Date: Mar 2004
Location: B.C, Canada
Posts: 196
iTrader: (0)
forlamp is on a distinguished road
Quote:
Originally Posted by Vege View Post
I would argue that it's actually faster to develop in PHP as it is ment for fast script writing.
Maintainability imho is the .NET best part.
With the maturing of PHP frameworks and development methodologies PHP is gaining some ground on it's maintainability.
__________________
- fl :: ns
forlamp is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-19-2008, 09:04 PM
  #27
Vege
Super Deity (Level 18)
 
Join Date: Sep 2004
Location: Finland
Posts: 3,410
iTrader: (0)
Vege is just really niceVege is just really niceVege is just really niceVege is just really nice
Quote:
Originally Posted by forlamp View Post
With the maturing of PHP frameworks and development methodologies PHP is gaining some ground on it's maintainability.
As mentioned earlier, thats what PHP people have been talking for few years now, nothing new really has happened.
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-21-2008, 08:20 AM
  #28
putts
SELECT MINE FROM TITLES
 
putts's Avatar
 
Join Date: Nov 2002
Location: Frankenmuth, MI
Posts: 4,930
iTrader: (0)
putts has a spectacular aura aboutputts has a spectacular aura about
Quote:
Originally Posted by Vege View Post
I would argue that it's actually faster to develop in PHP as it is ment for fast script writing.
Maintainability imho is the .NET best part.
Vege, watch a pro .NET developer whip up a web-based database in a matter of minutes and then you'll understand.

PHP and ASP, in my mind, are on the same level when it comes to coding time. I'm a pretty darn good ASP developer and I would not even think of arguing about ASP being even 1/2 as fast as .NET........and that is with all my prebuilt functions that do form validation, form processing and datasheet-style input form creation. There is no comparison and you'll probably never fully understand that until you learn .NET.

forlamp,
Do a Monster search in almost any place but Silicon valley and then come back to me with numbers and I'll listen. I've done the searches...I've seen the results.... both ASP and .NET are in higher demand in corporate America than PHP. It's not as efficient and it doesn't have the name power behind it that corporations want as the backbone to their Intranets.


Hehehehe....to further the point, Firefox's spelling dictionary knows about ASP and .NET but apparently not PHP
__________________
Signature Image Rotator will return when I have time to fix it

Running Scoreboard
Anthony : 3 points
putts is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-21-2008, 09:51 AM
  #29
AnthonyDamasco
Last Post Warrior
 
AnthonyDamasco's Avatar
 
Join Date: Jun 2006
Location: NYC -- Train -- NJ
Posts: 728
iTrader: (0)
AnthonyDamasco has a spectacular aura aboutAnthonyDamasco has a spectacular aura aboutAnthonyDamasco has a spectacular aura about
I'm in NYC, and PHP is in much higher demand then .NET
AnthonyDamasco is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-22-2008, 07:09 AM
  #30
putts
SELECT MINE FROM TITLES
 
putts's Avatar
 
Join Date: Nov 2002
Location: Frankenmuth, MI
Posts: 4,930
iTrader: (0)
putts has a spectacular aura aboutputts has a spectacular aura about
Quote:
Originally Posted by AnthonyDamasco View Post
I'm in NYC, and PHP is in much higher demand then .NET
Monster.com search for .NET in New York City and surrounding areas returned 437 results

Same search for PHP returned 204.


I'm not sure what your idea of "much higher" is but I dont think that's it
__________________
Signature Image Rotator will return when I have time to fix it

Running Scoreboard
Anthony : 3 points
putts is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote

Reply
KEEP TABS
SPONSORS
 
Boxedart
 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  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 On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 12:47 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.