Justin Cooney
Web Development Tips and Examples
Category: Various Languages
-
Recently Google Webmaster tools was updated with a new look and feel as well as new Webmaster options. As part of that update I have noticed that authorship and site publisher links between your Web presence and Google+ have gained importance. The Google Structured Data Testing Tool gives Webmasters a quick and easy way to check…
-
I’ve always been curious about the popularity of the most commonly used programming languages, but haven’t been able to find a reliable (non-biased) source. I decided to take matters into my own hands and use the Google trends tool to see the frequency with which five of the most commonly used server-side programming languages have…
-
In this article I’ll cover two useful regular expressions that often come in handy when writing validation logic for a Web page. Most programmers will find they need to either validate a URL or an Email at some point, and the example expressions below are the most commonly used versions of each expression. I’m not…