AOL Dial-Up Service Ends: A Nostalgic Farewell

AOL Dial-Up Service Ends: A Nostalgic Farewell

Rad Studio Delphi Development
2025 will mark the end of the longest dial-up service provided by AOL. original co-founder Steven Case said "Thanks for the memories RIP". AOL merged with Time Warner in 2000. The deal was widely deemed disastrous. AOL boasted about 30 million subscribers at the end of 2001. It was famous for luring customers by mailing them free trial CD discs. AOL dial-up provided millions the entrance path to the internet. The quenching sound from a modem allowed users to read and send emails. They chat online, join user groups, and view the outside world. AOL dial-up was launched more than 30 years ago. It was known for its chirpy whirring start-up sound. However, it has long since been replaced by faster alternatives. Fewer than 300,000 people in the US reported having…
Read More

Why is there the hate for Microsoft Access and Excel ?

Rad Studio Delphi Development
During a recent question that was published by a developer. they were requesting how to convert and import Paradox tables into Microsoft Access. When all of a sudden there was a huge amount of hate towards Microsoft Access and Excel. The responses were overwhelming about the evils from these two products. There is some truth with limitation concerns using Access. Limitations on using Access It struggles with huge amounts of (2 gigabyte limit) and often slows down with if 10 plus users are added. The database can easily become corrupted and needs to be compacted/repaired. It only works on Window platforms and is not cheap. Does not work from a web site. Should you use MDB or ACCDB The main difference between Microsoft Access's mdb and accdb file formats is…
Read More
Why Choose Delphi for Rapid Application Development

Why Choose Delphi for Rapid Application Development

Rad Studio Delphi Development
Delphi is a rapid application development IDE that shortens time for designing and implementing an application for various platforms. Some of the highlights A visual design interface. Fast compilation speeds Strong database integration. A mature component library (VCL). Its ability to maintain legacy systems. Delphi can create high-performance applications with quick development cycles. By using Firemonkey this allows for one code base for different platforms. Key reasons to use Delphi: Rapid development: The visual development environment with drag-and-drop components allows for quick GUI creation and prototyping. Reducing the development time is key. High performance: Delphi compiles to native code, resulting in fast execution speeds, making it ideal for applications requiring high performance.  Database integration: Seamless integration with various databases through its robust database access components, simplifying data management.  Legacy system…
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