Re: More buzz wanted




Alvin Ryder wrote:
frebe73@xxxxxxxxx wrote:
My question is where is all the buzz, "what's hot", especially for web
apps?
mySql + PHP, Python + Zope, Ruby on Rails. A Prolog dialect? Something
else?

I think PHP already is the most used language for web development. And
it just seem to become more and more used every week. Just look at the
number of hosting providers that supports PHP. Apprently it is possible
to host PHP applications at a very low cost. Development using PHP is
also rather easy (compared to Java anyway).

I am also speculating in that we rather soon will see a Apache module
for server side JavaScript. It seem to be rather obvious that
JavaScript is the main language for the client side of web
applications. It is a problem that a web developer need to use one
language for the client-side and one for the server-side. Switching to
JavaScript on the server-side would eliminate that problem.

Fredrik Bertilsson

Great thanks for you reply Fredrik. I must say I was quite inspired by
your PHP/SQL version of "the RCM challenge". Would that PHP code be
embeded inside a web page or can you put it inside some other kind of
non-html file?

I've built up a little library of PHP "helper" functions for common
web-related stuff. Big all-encompassing frameworks are a huge hassle if
the framework does not handle something you need. Helpers are easier to
toss, ignore, or rework if they don't do what you need. Frameworks you
marry, helpers you only date so you can dump them easier if they nag
you too much or become high-maintenance :-)

Over time they get better and better as you learn what works and what
doesn't. One drawback is that PHP does not have named parameters for
optional features. However, you can emulate them in various ways.

For more info on "helpers":

http://c2.com/cgi/wiki?HelpersInsteadOfWrappers


Cheers.

http://frebe.php0h.com

-T-

.



Relevant Pages

  • Re: new to PHP
    ... > I went out and bought a PHP book. ... >possibility of web development in case I found myself between jobs. ... >low level feel for web stuff and decided to read up on PHP. ... >could be a general purpose programming language. ...
    (comp.lang.php)
  • Re: Most productive web development frameworks
    ... If you don't like PHP, try CGI, in any language ... > how well PHP or CGI scales in a HA clustered environment. ... > I am really interested in peoples experience with different frameworks, ...
    (comp.programming)
  • Re: Breaking backwards compatibility - good or bad?
    ... coming and are needed to anything really big and useful in PHP. ... command or statement in the language that is going to be made invalid ... The PHP team tries very hard not to break CORRECT scripts. ... "Introducing case-sensitivity for variables and functions names has ...
    (comp.lang.php)
  • new to PHP
    ... I went out and bought a PHP book. ... possibility of web development in case I found myself between jobs. ... I have a computer science degree, have done alot of C++ work, a good ... could be a general purpose programming language. ...
    (comp.lang.php)
  • Re: Case sensitivity in programming languages.
    ... the language. ... And these conventions take advantage of case sensitivity. ... In PHP it can be any of those things. ... group of programmers who want t force their stupid ideas onto others. ...
    (comp.lang.php)