Opinion: Rise of PHP shows how msft dev tools have lost their way
-
Jeff Hadfield wrote:
PHP and MySQL have beaten Microsoft
What MySQL? The one soon to be TheirSQL?
High five! :laugh:
Rocky <>< Recent Blog Post: Playing with Kubuntu Linux.. Thinking about Silverlight? www.SilverlightCity.com
-
Mladen Jankovic wrote:
The one soon to be TheirSQL?
MySQL is GPL'd, it's not going anywhere.
Yeah, it probably isn't going to go anywhere.. And probably have little work done to it for the next ten years. I cannot see them throwing in resources to maintain and enhance a tool to compete with their own business. It is just getting stuck into a virtual vault forever.
Rocky <>< Recent Blog Post: Playing with Kubuntu Linux.. Thinking about Silverlight? www.SilverlightCity.com
-
Yeah, it probably isn't going to go anywhere.. And probably have little work done to it for the next ten years. I cannot see them throwing in resources to maintain and enhance a tool to compete with their own business. It is just getting stuck into a virtual vault forever.
Rocky <>< Recent Blog Post: Playing with Kubuntu Linux.. Thinking about Silverlight? www.SilverlightCity.com
Rocky Moore wrote:
It is just getting stuck into a virtual vault forever.
it can't be stuck in a vault, the GPL doesn't allow it. the source is available for anybody to download and modify.
-
IIS on XP is somewhat gimp. XP server might work though.
Todd Smith
-
Just put this on the CP Twitter feed (@thecodeproject). RT @jeffreymcmanus: our pal @andrewbrust: rise of PHP reveals MSFT how dev tools have lost their way "Remembrance of Code Past"[^] My favorite paragraph: "PHP and MySQL have beaten Microsoft at the game it practically invented. Together, they offer a programming environment with a low barrier to entry, high productivity, more-than-sufficient functionality, low cost and a wildly enthusiastic ecosystem of developers. Dial back to the early 1990s, and that was Microsoft. In the latter part of this decade, it most certainly is not."
And back in the real world, a manager at my company insisted on using PHP to build a server service. Never did get it to fully work and now that he's gone, we have nobody who knows PHP and no money or desire to hire someone just for that. The real irony; we could have done the whole thing in .NET in a fraction of the time and a fraction of the cost. A few weeks ago, our IT department added a Sharepoint server and almost instantly eliminated a chunk of the functionality of that server.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
Rocky Moore wrote:
It is just getting stuck into a virtual vault forever.
it can't be stuck in a vault, the GPL doesn't allow it. the source is available for anybody to download and modify.
The vault I was mentioning is that there will be little or no improvement. The code is there, but it takes developers to build it and I do not see Oracle spending resources on development to compete against themselves.
Rocky <>< Recent Blog Post: Playing with Kubuntu Linux.. Thinking about Silverlight? www.SilverlightCity.com
-
I saw "binging trips".
That sure would have made it easier to get him to say it was ok. Add a tape (or digital) recorder for proof and he wouldn't have any way to back out. :-)
-
Rocky Moore wrote:
It is just getting stuck into a virtual vault forever.
it can't be stuck in a vault, the GPL doesn't allow it. the source is available for anybody to download and modify.
True, but most of the dev work was funded by selling commercial licenses/support contracts; not by garage coders. If Oracle continues to sell these while pocketing the money it's going to be hard for a new group to get going...
It is a truth universally acknowledged that a zombie in possession of brains must be in want of more brains. -- Pride and Prejudice and Zombies
-
Just put this on the CP Twitter feed (@thecodeproject). RT @jeffreymcmanus: our pal @andrewbrust: rise of PHP reveals MSFT how dev tools have lost their way "Remembrance of Code Past"[^] My favorite paragraph: "PHP and MySQL have beaten Microsoft at the game it practically invented. Together, they offer a programming environment with a low barrier to entry, high productivity, more-than-sufficient functionality, low cost and a wildly enthusiastic ecosystem of developers. Dial back to the early 1990s, and that was Microsoft. In the latter part of this decade, it most certainly is not."
Learning curve...less getting in the way than in VS..??? Sorry, I don't get it. I use VS, MSSQL and IIS with no worries no problems. I am looking forward to VS2010. Every other product I have used seems second rate. In any enterprise situation I can't see where PHP would be a viable option over the Microsoft solution. I am not saying VS is the perfect tool or that PHP is useless, I just dont see where there is a huge learning curve or that VS has anything that gets in the way of learning or developing. Perhaps for the hobbyist or the part time code monkey PHP would be useful. And I really hate how elitist this sounds but....enterprise level applications developed by experienced programmers are going to be done with VS. I am not sure what Rise of PHP you are referring to. The article is obviously an opinion based piece but look at the HUGE assumptions without any factual backing: "More significantly, Microsoft is struggling to understand how MySQL, the relational database that's "good enough," is stealing an increasing amount of momentum from SQL Server." "PHP and MySQL have beaten Microsoft at the game it practically invented. Together, they offer a programming environment with a low barrier to entry, high productivity, more-than-sufficient functionality, low cost and a wildly enthusiastic ecosystem of developers. Dial back to the early 1990s, and that was Microsoft. In the latter part of this decade, it most certainly is not." My particular problem with this statement is that it assumes that everyone WANTS to go back to the old way of doing things. Personally I HATE classic ASP. Why would I want to go back to that style of programming when it has evolved into something more? "But Microsoft can, and must, serve the productivity programmer as well. Because if it doesn't, others clearly will." By productivity programmer do you mean novice independent coder? I am not trying to put down PHP, it is what it is. What it isn't is a replacement for VS. It would seem that Microsoft understands that, but this author did not.
-
Just put this on the CP Twitter feed (@thecodeproject). RT @jeffreymcmanus: our pal @andrewbrust: rise of PHP reveals MSFT how dev tools have lost their way "Remembrance of Code Past"[^] My favorite paragraph: "PHP and MySQL have beaten Microsoft at the game it practically invented. Together, they offer a programming environment with a low barrier to entry, high productivity, more-than-sufficient functionality, low cost and a wildly enthusiastic ecosystem of developers. Dial back to the early 1990s, and that was Microsoft. In the latter part of this decade, it most certainly is not."
I started using PHP w/ PDT and I feel like, to some degree, that Microsoft's tools are bloated, but I have become attached to C#/VB.net/T-SQL and the ease at which (after you learn how to use it of coarse) it inter-communicates. I think Microsoft did something right with the CLR of .net and will always be there for business professionals who want a supplied product. There are pros and cons both ways, in reality it comes down to the skills that have been obtained through experience and the ability to adapt to new projects. But if you are trying to learn .net after already knowing PHP or classic asp, get ready to pull your hair out, it's a brain duster! K-BL
ASP.Net meets JQuery... Imagine the possibilities.