Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_server:mswindows_notes [2024-03-14 Thu wk11 05:31] – [friction factor calculation] baumkp | home_server:mswindows_notes [2024-07-11 Thu wk28 15:31] (current) – [New Paperspace View port] baumkp | ||
---|---|---|---|
Line 237: | Line 237: | ||
====friction factor calculation==== | ====friction factor calculation==== | ||
Earlier in my engineering career I used Lotus123 and MSExcel with iteration to calculate the friction factor of piping with Newtonian fluid according to the [[https:// | Earlier in my engineering career I used Lotus123 and MSExcel with iteration to calculate the friction factor of piping with Newtonian fluid according to the [[https:// | ||
- | <code basic> | + | ++++VSBasic code for Colebrook Equation| |
- | ' | + | <code basic>' |
' | ' | ||
Public Ff As Double ' | Public Ff As Double ' | ||
Line 285: | Line 285: | ||
' | ' | ||
' | ' | ||
- | 'End Function | + | 'End Function</ |
- | </ | + | |
As can be seen in the wiki page, [[https:// | As can be seen in the wiki page, [[https:// | ||
+ | |||
+ | ====Excel Conditional Formatting Applies to Field Changing Unexpectedly==== | ||
+ | MSExcel unnecessarily and annoyingly changes conditional formatting ranges. | ||
+ | |||
+ | The options menu, advanced options, Editing options, unselect Extend data range formats and formulas reputedly stops this behavior. | ||
+ | |||
+ | References: | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
======MS Word====== | ======MS Word====== | ||
Line 319: | Line 327: | ||
======Autodesk====== | ======Autodesk====== | ||
- | =====AutoCAD Hardware Acceleration===== | + | =====AutoCAD===== |
- | The Intel built in graphics accelerator seems to have problems with proper full screen resolution on 4K monitors. | + | ====AutoCAD Hardware Acceleration==== |
+ | The Intel built in graphics accelerator seems to have problems with proper full screen resolution on 4K monitors. | ||
+ | |||
+ | ====Annotative block===== | ||
+ | If inserting block does not seem to scale or show up check the annotative option on the block properties. | ||
+ | |||
+ | ====Inserting a Picture==== | ||
+ | Attaching a picture effectively externally references the picture. | ||
+ | Use the PASTESPEC command and paste in as a picture file. This embeds into drawing file, not as a link. | ||
+ | ====New Paperspace View port==== | ||
+ | *'' | ||
+ | *'' | ||
+ | ======Accessibility Contract Checker====== | ||
+ | Form versus function, unfortunately the moronic types seem to favour form over function. | ||
+ | *WebAIM | ||
+ | *[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
<- home_server: | <- home_server: |