Do you need to know Javascript ?

Microsoft Development, Rad Studio Delphi Development, Software development Concepts
Do you need to know Javascript ? Web site maintenance or development has led to the need for software developers to know and understand how to write or read JavaScript.  The need for professional JavaScript developers is growing at a fast rate.  Now that does not mean there will be college courses dealing with JavaScript 101 but there is a vast amount of on-line knowledge areas for self taught on how to use JavaScript. The beauty of JavaScript is that you do not need a degree where it is a free technology that requires no installation and no configuration.  You can easily open up a HTML page and quickly write a function to send out the famous "Hello World!" Hello World Sample <!DOCTYPE HTML> <html> <body> <p>Simple JavaScript</p> <script> alert(…
Read More

A simple approach to software development

Rad Studio Delphi Development, Software development Concepts
A simple approach to software development Setting up your software development for a new application there are quite a few set of software developers that tend to jump on their machine and begin coding.  I would strongly suggest that an application which could be successful needs to start from thought to paper (even electronic) before any new code is typed. Now as some suggest creating designs or layouts are the best method for them and sometimes that does make sense.  Creating a sketch board  or laying out the screen design is a simple way to visually see what you want to achieve. Here are the steps that you can use when you are preparing to create a new application. Sitting at a table or desk Using white boards do help…
Read More

Visual Studio 2017 Version 15.3 Released

Microsoft Development, Software Events
Visual Studio 2017 Version 15.3 Released For Visual Studio 2017 version 15.3, Microsoft focused on improving accessibility, particularly using Visual Studio with the most popular screen readers. Microsoft made over 1,700 improvements but if you are using Visual Studio 2017 in a low-vision or no-vision mode, a lot has improved. Couple of the more major things Microsoft improved. Debugging is much more accessible. Debugger windows like the Call Stack, Locals, Autos, and Watch windows were inaccessible to screen readers. That’s now fixed. The VS editor’s text adornments let developers know about features available at particular points on a line of code, such as breakpoints, lightbulbs, and error and warning “squiggles.” Customers can now discover and navigate between these adornments via the new “Show Line Annotations” command set, which you can…
Read More

Half of Windows 7 machines do not run AV software

Microsoft Development, Software Events
Half of Windows 7 machines do not run AV software It has been disclosed by Microsoft that Windows older desktop operating systems remains more vulnerable to malware as of today.  The majority of users are still running older versions of Windows, without necessarily using up to date security software which is Anti-Virus packages. In its latest Security Intelligence Report, the company revealed that among all Windows 7 and Windows Vista PCs reporting statuses other than “Protected” to Microsoft, more than half of them have no type of protected software installed at all, which is pretty massive. Starting with Windows 8, Microsoft decided to turn on Windows Defender by default when no other anti-malware software is present. The majority of unprotected Windows 8 and Windows 8.1 PCs have their anti-malware software turned…
Read More

HotFix for RAD Studio 10.2.1 and iOS

Rad Studio Delphi Development
RAD Studio 10.2.1 HotFix for iOS AdHoc Deployment Embarcadero released a hotfix to address a regression (reported as https://quality.embarcadero.com/browse/RSP-18813) in RAD Studio Tokyo Release 1 related with AdHoc deployment for iOS. The fix available for download is at:  https://cc.embarcadero.com/item/30797 The fix (which is a single file to add to your system) provides support for building iOS Ad Hoc Applications.  Only using RAD Studio 10.2.1 and Xcode 8.2, 8.3.2 or 8.3.3. Extremely important if you are developing for the iOS platform with Delphi.
Read More