Saturday, February 4, 2017

Introductions

I first started developing for the web in 1999. Netscape still roamed the planet doing battle with IE4+. Specialized tags like blink and marquee were cool and table-based layout was just how you did it.
Microsoft had just released something called XMLHttpRequest in IE5 and the profession web community took notice. This was the beginning of Dynamic HTML.


For coding on the server side, developers had a few choices. Adobe's Cold Fusion, which was powerful, but expensive and ran in java. Sun Microsystem's JSP which was just released so lacked a strong community...and ran in java. Microsoft's ASP which was fine in it's own right but you were restricted to Microsoft OS's....and ran LIKE java. OK that last one may not be fair, my bad! A few other languages existed that fell into obscurity, but the one I decided to target was PHP.


PHP was a magical place! A fine dynamic community of people willing to help one another with free code snippets, free libraries, free advice, free tutorials, free meetups (before meetups) and lets not forget, free tools! It is an oddly wonderful place where so much human effort is embraced by a single concept...PHP. What did you think I would say?


Meanwhile the big browsers; Internet Explorer, Firefox (formerly Netscape) and introducing Opera continued to fight each other. Changes in browser features happened at a rapid fire pace. Libraries like jQuery did not exist, so anyone developing back then had to write there own custom code to not only control a web page, but make it work on all of these different browsers and versions of browsers and even the version of browser on specific operating systems...IE5 on Windows had a different feature set (or implementation of a feature) than that of IE5 running on a Mac.


I sometimes think I should have a t-shirt that reads, "I survived web development pre 2006". Because at that time jQuery was released and web development became a happier place. I must admit I did not jump on jQuery when it was first released, but in time I did and almost immediately wanted to kick myself in the backside for not doing so earlier. Gone are the days of "feature sniffing"...why does that read weird?


PHP continued to grow in dominance on the server side driven by a horde of cost conscious developers mad on Mountain Dew and Doritos. Well maybe that was just me. An ever growing number of profession PHP frameworks where soon followed by Content Management Systems. Being a purist I have steadfastly maintained that PHP is the only framework or CMS one needs!


Voicing this is like standing in a room full of like minded believers. Developers all milling about and having a great time sharing stories of coding successes. Then as time passes you start to realize the voices are getting quieter. Looking around the room you notice people are leaving through doors marked, Drupal, Word Press, Joomla, and others. Does this mean I'm not a part of the cool kids? Ah...now I'm sad.


Somewhere in all this table-based layout was replaced with CSS layout. Frameworks came and went. PHP added OOP, got fat, and is now dieting.  HTML5 and CSS3 had FINALLY been released. And this landscape known as web development is moving from physical servers to "The Cloud"...which is a cluster of physical servers...that creates virtual servers...with the ability to provision other virtual servers on demand...Try not to think about this too much, you will get caught in some virtual endless loop...virtually.


I am still in that PHP room, standing in front of that door marked Drupal. I can not help but wonder, if I open it and walk through....how will I respect myself in the morning.

No comments:

Post a Comment