Justin Cooney
Web Development Tips and Examples
Month: December 2013
-
Getting Classic ASP to run on IIS8.5 comes with a few gotchas that can easily cause problems well beyond what you might expect. In the article below I’ll review the general steps and guidelines that I figured out through trial and error by going through the process myself.
-
JSON is one of the most popular ways of transmitting data between a client and server and is more lightweight than its rival XML. There are many ways to access data in a JSON schema, but overall the simplest is to use pure JavaScript. Why not use an abstraction library such as JQuery? For simple…