Justin Cooney

Web Development Tips and Examples

Author: Justin Cooney

  • The question of the day is how to use a regular expression to select the last instance of a word in a string of text. Finding the first instance is quite straightforward, but finding the last isn’t as intuitive.

  • It’s always a good idea to keep a reference for the basics of handling various form elements. Here is my attempt to explain some of the general functions for dealing with drop-down lists in pure JavaScript. Note that I am talking about a simple single-selection drop-down list. The syntax for multiple-selection drop down lists is…

  • If you are wondering how long Microsoft is planning to support a particular technology, then take a look at their product lifecycle search engine. It will tell you both the mainstream support end dates as well as the extended end dates. If you take a closer look at the support dates for some of the…