When a website is redirected to another site, it may be necessary to redirect the home site to a local page instead of the new URL. This can be to show redirect information or just show a logo on the old web site. The redirect info can be written in the .htaccess file...
If you get a “..package did not load correctly” error in Microsoft Visual Studio, this can be easily fixed with through the command prompt. Close all running instances of Visual Studio. Run the following from the command line with administrative rights:...
Programmed elements in a dynamic document for XMPie uStore can be built using JavaScript instead of QLingo. Follow the steps below: Don’t use JavaScript in InDesign with the ADOR objects. All of the programming will take place in uPlan. In uPlan, create the variables...
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...