by johanc | Jan 19, 2021 | General
If you use single letters to represent the day of the week, you will run into problems with Sunday/Saturday and Tuesday/Thursday. There is a standard way of representing the days of the week which solves this problem. Day Code Sunday U Monday M Tuesday T Wednesday W...
by johanc | Jul 17, 2017 | General
Once again, Microsoft is giving away gigabytes of free books. Eric Ligman (Microsoft Director of Sales Excellence Blog) announced on July 11 that even more books than last year are freely available. If Microsoft is trying to gain loyalty by giving away free stuff, its...
by johanc | May 25, 2017 | General
Internet Explorer 11 and Edge work in a different way with fixed width text boxes (see examples below) than previous versions earlier than 11. IE 11 and Edge inherits the white-space property from its parent. So, if text overflows in these browsers, it won’t...
by johanc | Apr 5, 2017 | General
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...
by johanc | Mar 31, 2017 | General
I normally lock my computer when I step away from it to prevent other users from getting access to it which would give them full access to my web sites, databases, and other sensitive files. I do this as opposed to logging out of the computer. Locking the screen keeps...
by johanc | Feb 27, 2017 | General
After installing Sloeber (the Arduino plugin for Eclipse), the software installation sites were deleted. This will prevent Eclipse from making updates to the installed plugins. These are the sites that I use with my Eclipse for PHP Developers setup which can be...