I am So Outdated: Net Version


I am So Outdated: Net Version

Time is usually a humorous factor. I nonetheless keep in mind discovering HTML, CSS, and JavaScript coding. I nonetheless keep in mind my first faculty programming course. I nonetheless keep in mind my first day at my first coding job, then my first day at my second coding job, after which my first day at Mozilla. I nonetheless keep in mind my first day coding for MetaMask. This 12 months marks my twentieth 12 months as an expert software program engineer and it is occurred within the blink of a watch.

Each every now and then I’ll make an previous programming reference to a a lot youthful engineer after which notice they don’t know what I am speaking about.

I am so previous…

  • Webpage layouts have been being performed with <desk>s and this new “CSS float” property was changing into the brand new commonplace
  • Rounded corners have been achieved by way of pictures and VML hacks for Web Explorer
  • FTP was one of the best ways to add web sites adjustments
  • SVN and copying its trunk was the perfect versioning software
  • alert and verify have been the usual for “modals”
  • Firebug was the perfect debugging software out there
  • The “commonplace” for getting movies to play correctly was discovering the precise codec to put in
  • ActionScript information was as precious as JavaScript information
  • Dreamweaver was finest in school textual content editor and design software
  • XML was the way forward for knowledge buildings
  • Cellular-first? Cellular did not exist
  • Reactive navigation? How about Java Applets…
  • …and even totally different <img src=""> upon mouseover and mouseleave!
  • Need to code a desktop app with net tech? Strive Adobe Air!
  • NPM stood for “not performant, man”
  • Voting on a ballot meant the web page would refresh
  • “Social media” meant HotOrNot.com
  • The love sound of the net was a 56k modem connection purrrrr
  • Disabling right-click enforced picture safety
  • Bitmap (.bmp) was a viable picture format
  • JavaScript had a competitor referred to as JScript
  • SpyJax’ing allow you to detect the place your person had been
  • Cookies have been the top of person monitoring
  • Social media wall? It is referred to as a “guestbook”…
  • …and a buddies checklist? It is referred to as a “net ring’
  • Search engine marketing was spamming the <title> with key phrases=

Whew, these the place the times. How previous are you in net?

  • fetch API

    One of many worst stored secrets and techniques about AJAX on the net is that the underlying API for it, XMLHttpRequest, wasn’t actually made for what we have been utilizing it for.  We have performed effectively to create elegant APIs round XHR however we all know we are able to do higher.  Our effort to…

  • Regular Expressions for the Rest of Us

    Eventually you may run throughout an everyday expression. With their cryptic syntax, complicated documentation and big studying curve, most builders accept copying and pasting them from StackOverflow and hoping they work. However what when you might decode common expressions and harness their energy? In…


Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles