Year: 2014

jQuery Modal Prompt

Today I am going to demonstrate how easy it is to integrate a stylish modal prompt.  It takes a very little amount of code and can be easily slipped into any web page that you may be working on.  The

Posted in Design, Developement, jQuery, Web Tagged with:

Tricking Out Classic ASP With JSON – Updated

Amendment:  Some people have had trouble downloading the aspJSON.asp file from the site where I had found it.  You can download the file from me. Amendment:: Some people were asking for a solution to Mandrill and SendGrid. Both solutions are

Posted in ASP, Developement, JSON, Web Tagged with: ,

DotNet Postbacks Not Working in IE11

Many people are posting the woes of DotNet Postbacks not working in IE11.  I too experienced this and remembered that there were app_browser files that could be modified to give the browser further instructions.  With a quick google search I

Posted in Developement, DotNet, Web Tagged with:

How to change IE11 Useragent

I recently tripped on a need to change the Useragent string for IE11 because of an older DotNet control that I was using and was no longer in development. Again this is not my solution, but it worked for me

Posted in Developement, DotNet, Web Tagged with:

IE11 Thinking it is a Cookieless Browser

Recently I had an issue where IE11 did not want to track cookies turning IE11 into a Cookieless Browser.  I learned quickly this is the default behaviour of the browser unless you uncheck a no-tracking option during its setup.  You

Posted in Developement, DotNet, Web Tagged with: