Quote:
Originally Posted by Aren Siekmeier
Why? He doesn't mean that PHP is running on the client side. That's why he suggested client side as a clarification. Many many websites are not stored on the server as the html css and javascript that ends up being delivered to the browser, but rather this "front end" is generated by scripts written in languages such as PHP, based on http requests and session history.
|
I've always interpreted front end as client side. I'm moderately okay with it as a server-side language (would never start a new project with it). I'm just trying to imagine someone (somehow) attempting to write some form of compiled client-side kludge instead of using something like LESS.