Tonight during the historic US election, the Canadian Immigration site (http://www.cic.gc.ca/) was down. I’m sure it had nothing to do with Americans trying to leave their country and move to Canada in light of the imminent Trump victory. The following ASP.NET error...
You can login to an XMPie uStore using a direct URL. This is just for debugging purposes. Normally an outside user will use a friendly URL that the proxy server generates. The URL for accessing a store is: ...
I don’t mind online installers. They’re convenient but if your installing a multi-gigabyte application, you don’t want to reinstall it this way. Visual Studio 2015 is one of those apps. This, in my humble opinion, is the best software developer tool...
A user created an account in my web application which had an apostrophe in their e-mail address. It was similar to First_D’Second@website.com. I didn’t think that an apostrophe was a valid character for an e-mail so I didn’t have any code to prevent...
I’ve compiled a list of important emergency alerts that should be on your cell phone and Twitter accounts. These can be found on the EmergencyInfoBC web site, but I summarized the important data to use with your devices for receiving these alerts. Two of these...
When I started my adventure in computers in school in the 1980’s, we were using Apple II’s and Commodore Pets which had around 64K of memory. My first computer in 1984 had 128K memory and a 360K floppy disk drive, which seemed like quite a bit of storage...
If you don’t login regularly to your Joomla administrator site, you may one day forget what your password is. If this unfortunate event does happen, its very easy to recover it if you have access to the database that your web site uses. Open your database and find the...
When I upgraded to Windows 8 from Windows XP, everything worked well except Microsoft Outlook. It required me to activate its license and failed on every attempt I made at this. This may be due to it trying to write data to a folder that Windows 8’s enhanced...
You can redirect an ASP.NET page using one of three methods. The first method is through metatag redirection. If that fails, then it will try to redirect with JavaScript. If that fails, a URL will be displayed that the user can click on to redirect the page. An HTML 5...
I was trying to find out which version of Joomla was installed in a web site. The first place I looked was in the database where this type of information was normally stored. I couldn’t find any global settings table which would have the version number. This is...