Notes from the field

Computer PC Tips - bits and bytes, News Items, Software development, Software development Concepts
In writing "Notes from the field" allows Baron Software to list quick fixes or observations from the programming world. Anchors away! Using PHP and HTML it can remember the window position as to where the user left off. Without the need of elaborate coding using an "Anchor" can solve the issue. Anchor Syntax <a id="anchor-name">The name where you want to jump</a> Anchors can be used when pages have considerable amounts of text. You would typically make an index at the top of the page linking to the anchors that have been added to key places in the text that follows. When displaying a list of records within a PHP while loop you can place the record ID within the data. The code listed below has the anchor next to the…
Read More

Steps for a successful code review

Computer PC Tips - bits and bytes, Rad Studio Delphi Development, Software development, Software development Concepts
Successful programming teams always have followed department or company guidelines on how code reviews should be done. Technical specifications provide the programmer the initial steps for application development. Excellent specifications provide insight on libraries and APIs. The coding standards should be part of this document. Preparing for a code review Self checking items: What are the company policies ?Did you follow company coding standards ?Have you read the company guidelines ?Did the code successfully compile ?Was testing successful ?Check for duplicate code or very large functions and procedures. These steps should be adhere to by any programmer. Code should be formatted and indented. Comments listed at the top of the module providing a brief description along with update history. You must be able to accept any type of criticism. This…
Read More
Purchase a Western Digitial My Cloud NAS Server

Purchase a Western Digitial My Cloud NAS Server

Computer PC Tips - bits and bytes, Hardware Reviews
The WD 8 TB My Cloud EX2 Ultra NAS Server is a fantastic device to place in your work or home environment. Once connected a user can access the device from all of the internal machines within the office. They can also access the NAS server from the outside world using a dedicated IP address. WD EX2 Ultra options Centralized network storage and access from Anywhere with computers or Mobile devicesHigh Performance 1.3 GHz dual core processor and 1GB memory for seamless media streaming and Ultra fast file transfersMilestone Arcus Surveillance Software with unLimited Camera licensesMultiple RAID configurations and automatic backup Options to help guard important dataAutomatic file synching across all Your computers for up to date access from AnywhereVolume encryption and password Protection for Enhanced data securitySupported Browsers:Internet Explorer…
Read More

How to fix Remote Desktop “CredSSP encryption Oracle remediation” error when using Windows RDP

Computer PC Tips - bits and bytes, Software Events
How to fix Remote Desktop "CredSSP encryption Oracle remediation" error when using Windows RDP   Yes, it is a dangerous tool but only if you have a fully unsecured entry point or using poor passwords. The error recently happened preventing access to numerous servers from Windows 10 machines.    The Remote desktop would not connect and gave the following error listed below An Authentication error has occurred. The function requested is not supported. This could be due to CredSSP encryption oracle remediation Now this occurs within the organization and may not happen everywhere but the OS was Windows Professional 10 with all updates. The quick fix as it turns out is to add a single key to your workstation's registry by using the utility REGEDIT. When REGEDIT starts, click on…
Read More

Google reports that Flash Usage Declines from 80% in 2014 to Under 8% Today

Computer PC Tips - bits and bytes, News Items
Google reports that Flash Usage Declines from 80% in 2014 to Under 8% Today The percentage of daily Chrome users who've loaded at least one page containing Flash content per day has gone down from around 80% in 2014 to under 8% in early 2018. These statistics on Flash's declining numbers were shared with the public by Parisa Tabriz, Director of Engineering at Google, during a keynote speech at Network and Distributed System Security Symposium (NDSS) which was held recently in San Diego. Flash's demise was to be expected, though. Adobe announced last year plans to stop supporting the Adobe Flash Media Player by the end of 2020.  But while Chrome, Firefox, Edge, and all major browsers have already moved from a Flash-enabled-by-default to a Flash-click-to-play policy since last year, the massive…
Read More