Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Upgrade Time – A Few More Days Till Fedora 21

We are only a few days away from the Fedora 21 release.  My Upgrade Checklist Backup $HOME, /etc (settings) to external USB drive (Test random files with md5sum to make sure they are OK) Inventory installed applications and settings and make a note of what needs...

QCAD now Supports Complex Line Types

https://plus.google.com/116353478893976991600/posts/aRevgCpC1He I have been looking for an application that will do train tracks over an image...  QCAD as of version 3.7.3 now supports an extra series of "complex line types" This is why I continue to purchase the...

Change Progress DB Block Size

Been a while since I posted anything... And I found this in my drafts. I can't remember if this is correct but no one is wrong on the internet so... prostrct create db-name db-name.st -blocksize 8192 procopy $DLC/empty8.db db-name   While you can create a...

TCPDF Tables with Word Wrapping Cells

TCPDF Tables with Word Wrapping Cells

This code is used to create a table using TCPDF the example I got it from used Cell which didn't word wrap and then when switching to writeCell the borders were messed up so I had to change the code from another example to properly write the cells and their borders....