Calendar
Categories
Recent Comments
- timlyg on Timeline of the Bible
- timlyg on Timeline of the Bible
- timlyg on Bible Study: Hebrews
- timlyg on Learning ancient Greek and Latin Languages
- timlyg on Impeccability of Christ: Was it possible for Christ to Sin = Was Christ able to Sin?
Meta
Category Archives: Technical
Fell off from scooter
Last Saturday, after buying some sweet corns (mmm...they are sweet indeed) from the farm near our house, Willy (that chicken) decided to go take the inner neighborhood route home instead of the shorter, better, bigger Brodentown Ave road. So in … Continue reading
Posted in Faults, Technical
Leave a comment
Microsoft Word Javascript Add-in API
Learning this in order to replace the old 32 bit VBA macro template add-in for my company's letterheard wizard. Now I learn that the JS API doesn't import contents from a local file, but it could read from OoXML, which … Continue reading
Posted in Technical
8 Comments
Sharepoint Designer Can't save Workflows
Solution: Install SharePoint Online Management Shell, use PowerShell to connect to Sharepoint Online as global admin, run: Set-SPOSite <siteURL> -DenyAddAndCustomizePages 0
Posted in Technical
Leave a comment
Choosing Power Supply Adapter
To clear the confusion of what Amperage adapter to use, this is a good source to read: Voltage Rating If a device says it needs a particular voltage, then you have to assume it needs that voltage. Both lower and … Continue reading
Posted in Technical
Leave a comment
My Folding Floor Chair & Desk Idea
Basically, this folds into a briefcase. I don't think this idea is out there yet. But it's not very complicated. It's meant to be very portable. The hinges on the desk allows the desk board to be swivel open, to … Continue reading
Posted in Authoring, Projects, Technical
Leave a comment
How Do I Save Messages Sent From A Shared Mailbox To The Sent Items Folder Of The Shared Mailbox?
Exchange 2013/2016( https://kb.intermedia.net/Article/34469##exch )This is because when a user sends/replies as/on behalf of a shared/other mailboxes, the mails are saved under the Sent Items folder of that user's personal account instead of the shared/other mailbox's Sent Items folder. The following … Continue reading
Posted in Technical
Leave a comment
How to connect to Wifi automatically (i.e. after reboot, etc.) while still connected to ethernet
I have this problem at work when trying to have a device maintain connection to a HP Printer (Laserjet Pro M477fnw) via Wi-Fi Direct. Because it is also connected to the internet via Ethernet, the Wifi-Direct hotspot in the printer … Continue reading
Posted in Technical
Leave a comment
Uninstall Windows Program Via Command Line
To get a list of installed programs: wmic product get name or for a filtered list wmic product where "name like '%DriveHQ%'" get name To uninstall: wmic product where name="DriveHQ....." call uninstall
Posted in Technical
Leave a comment
Pages to Docx conversion
A good online tool to convert MAC's Pages file extension to Docx is https://cloudconvert.com/pages-to-docx It works better than most others which converted to a blank docx file.
Posted in Technical
Leave a comment
CopyrightX
So I signed up to take/survey an online free course offered by Harvard. It's on Copyright. I had to write a short essay why I want to take the course and I was accepted. Twice. I wrote about how I … Continue reading
Posted in Authoring, Music, Reviews, Technical, Theologization
2 Comments