Day of the Programmer so let’s Celebrate

Software Events
Day of the Programmer so let's celebrate The Day of the Programmer is an international professional day that is celebrated on the 256th (hexadecimal 100th, or the 28th) day of each year (September 13 during common years and on September 12 in leap years). It is officially recognized in Argentina, Bangladesh, Chile, Brazil, Mexico, Austria, Germany, Canada, China, Croatia, Czech Republic, France, India, Belgium, Australia, Poland, Romania, Ireland, Italy, Serbia, Slovenia, Ukraine, United Kingdom, the United States and Russia.[1][2] The number 256 (28) was chosen because it is the number of distinct values that can be represented with an eight-bit byte, a value well-known to programmers. 256 is also the highest power of two that is less than 365, the number of days in a common year. You wonder why Russia out of all places decided to create the official day…
Read More

How to tell which iPad model you have

Computer PC Tips - bits and bytes
How to tell which iPad model you have iPads aren't as easily distinguishable as iPhones are the following article will assist. How to find your iPad model number In addition to the marketing names that we all know so well, all iPads have a model number. Two of them, actually. The first one is on the device itself. If you flip over your iPad, you'll see a bunch of tiny writing below the word "iPad." That's where you'll find the model number. At the end of the top row, you'll find the world "Model," followed by an "A" and a four-digit string of numbers. The number string tells you what screen size and generation of iPad you have, as well as whether it's cellular-equipped. For example, the latest 10.5-inch iPad…
Read More

Coding Boot Camps should they go or be used ?

Software development Concepts, Software Events
Coding Boot Camps should they go or be used ? Within the past week, two well-known and well-established coding bootcamps have announced they’ll be closing their doors: Dev Bootcamp, owned by Kaplan Inc., and The Iron Yard, owned by the Apollo Education Group (parent company of the University of Phoenix).  Not the most strongest places to learn how to code but some industry observers have suggested that the market may be merging in the coming months. It appears that there are simply more coding bootcamps – almost 100 across the US and Canada – than there are students looking to learn to code.   Remember these courses are geared for a quick turnaround in studying and learning how to program.  I never mentioned that these were gifted academic schools since on average…
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