What employers are looking for in a new hire.

News Items, Software development, Software development Concepts
A resume has a person's history of previous held positions to the most current. After a resume is viewed the natural next step is for the employer to request the interview. During the interview a person has to tell the employer why they are the best choice. Just providing a technical background the employer is also looking for something discussed as a "soft skill" Are you able to work with current product line and provide support to customers ? Are you a team player or a lone wolf. a new study by ZipRecruiter suggests 93 percent of employers think soft skills play a “critical” role in the hiring decision. Some of the top skills that have been suggested: CommunicationCustomer serviceSchedulingTime managementProject managementAnalytical thinkingComplianceIndependent workInterpersonal skills Baron Software requires that employees present…
Read More

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

The cost of crossing the line

Rad Studio Delphi Development
Informing employees about company standards With the pandemic still raging across the world it seems that folks have way too much time on their hands. Decisions made by individuals at the time seem like a justified method. When in reality they could be harming others, breaking the law and tarnishing the company's image. Employees need to know when how far they can protest before they cross the line. The line is not physical but in reality you represent the company you work for. That decision was made upon hiring you. Acts that cannot be taken back There has been stories due to the social unrest that places a company in a position that they cannot turn away from. Some act such as: Capitol riots where selfies were taken.Riots where violence…
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
What to do if you get Acecore couldn’t start last time.

What to do if you get Acecore couldn’t start last time.

Microsoft Development, Rad Studio Delphi Development, Software development
Sometimes you wonder about Microsoft and their wisdom on older applications that still work. Due to a recent Office Update, applications that use Microsoft Access as a backend database received the message "Acecore couldn't start last time". This file is part of the Microsoft Office system. ACECORE.DLL is developed by Microsoft Corporation. It’s a system and hidden file. ACECORE.DLL is usually located in the %PROGRAM_FILES% sub-folder and its usual size is 1,751,904 bytes. Somehow there was an update to the office application that damaged it. The following are steps you can take to repair it so the message cannot be displayed any longer. Go to any Office Application.Click AccountClick Update Allow office to perform the latest updates to repair any broken feature. Wait for the successful completion and then attempt to start…
Read More