• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

WinXP tweaks (that work)

hexadecimal (also known as hex) is base 16, with additional "numbers' of abcdef. So, the entire hex number set is 0123456789abcdef. Hex numbers tend to be denoted with 2 common nomenclatures. Either precede them with a 0x, or append them with a h/H. For example 0x10 or 10H. 0x10 = 16 decimal. The positions are 16^0, 16^1, 16^2, 16^3,... or 0, 16, 256, 4096, ......

HTH.
 
Back
Top