-
How to upgrade from Office 2010 to Office 365 (Office 2013)
I am an IT consultant and I use my personal laptop for work with many clients. I am the happy owner of Microsoft Office Professional 2010 that I have configured nicely and used with no difficulty for many years. My set up is Windows 7 Home Premium Microsoft Office 2010 Word 2010 Excel 2010 Access 2010…
-
How to quickly clear the browser cache
As a developer I use many browsers and I often forget the menu navigation to find “clear cache”. Indiana University to the rescue. In most computer-based web browsers, to open menus used to clear your cache, cookies, and history, press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac). If this doesn’t work, follow the appropriate instructions below. One…
-
How to create numbered appendices in Word 2013
I have wasted hours of my life trying to make Word number a document correctly. My first attempt was 25 years ago when I was doing my thesis. I gave up and retyped it in Tex. Time has moved on by Ph.D students are still fighting this war and one at least has won the…
-
How to render a blank WordPress page
I want to create a REST endpoint on my WordPress site. This is to be consumed by a computer so I don’t want any HTML in it at all. In the WordPress architecture the page or post content is put into a template and rendered to the user. This template has all the HTML boilerplate…
-
Joke: Ever wonder why Java programmers wear glasses?
Ever wonder why Java programmers wear glasses? They don’t C#
-
Extending the WordPress application framework with Formidable Forms
In my previous post I discussed how WordPress fulfils many of the needs of an application development framework but I noted that it did not support forms. I have chosen to implement this requirement with Formidable Forms (other forms plug-ins exist). This page is a work in progress and subscribe if you want to receive future updates.…
-
Understanding WordPress as a web application framework
I have decided to use WordPress as my preferred web application framework. This is because it is free, simple, elegant and easily extensible. For this post I though it would be useful to compare it with a general web application framework as described on Wikipedia (displayed in italics below). Model–view–controller (MVC)[edit] Main article: Model–view–controller Many…
-
Excel CSV is not UTF-8, fix it with Notepad++
Excel CSV is ANSI encoded (the CSV specification does not define an encoding). Many web applications are UTF-8 encoded. If necessary you may open the file in Notepad++ and change the encoding. I had to do this to successfully import to Formidable forms on WordPress.
-
Fighting DNS Propagation when you move server
If this is the sort of problem you face, then you will like this article. Fighting DNS Propagation with a Reverse Proxy
-
Ouch – PDF might not preserve your website
I have a some very valuable website content that I have archived by printing to PDF using Adobe Acrobat Professional. What follows is true for websites but also any other sort of file you want to preserve. The take-away from the post is that if you want to preserve digital content and be able to…
