Learning from the Yahoo hack and how to protect yourself

Computer PC Tips - bits and bytes, Software development Concepts
Learning from the Yahoo hack and how to protect yourself How and what can you do to protect yourself or your company from being hacked from malware or virus ?  Some of this are very simple steps that you can do on a daily basis. Safe steps to protect yourself Step 1 - Make sure the email you are receiving is from someone or company you know before you do anything.  Opening up an email can trigger an attempt by an outside party to install something on your system. Step 2 - Make sure your workstations and servers have up to date virus and malware software installed.  Staying on top of updates is now necessary due to the daily virus creations that are being done.  You need to make sure that…
Read More

Nintendo announces the Switch game console

Computer PC Tips - bits and bytes, Hardware Reviews
Nintendo announces the Switch game console for March 2017 There isn't much information on the cost but it can be anywhere between $200 to $350 (USD).  This pricing is critical for Nintendo as to whether they think the Switch will compete against the Xbox or PS4.  Remember the Xbox one dropped it's price since the PS4 was winning on the console war.  Does this mean Nintendo cares about the war or are they going their own way with their fans? You can view the Switch console video which shows everybody either remotely, on planes, walking just playing their games.   Satoru Iwata, Nintendo "As proof that Nintendo maintains strong enthusiasm for the dedicated game system business, let me confirm that Nintendo is currently developing a dedicated game platform with a brand-new concept under the development codename 'NX'. It…
Read More

Code Analysis what does it do for your application ?

Computer PC Tips - bits and bytes, Software development Concepts, Software Releases
Code Analysis what does it do for your application ? When developing an application you want to provide the best solution for your clients.  This means you need to evaluate current or possible future defects in your source code.  This is a reality during the development stage and is highly recommend that this is implemented in all cases. Necessary steps to do during the code analysis Identify potential errors and oddities. Identify from the produce warnings on why and how you can remove them. Check your code for coding convention compliance. Team code review. There are numerous packages that can be purchased to do simple to deep analysis.  Some packages are installed with the IDE you are using or are external but all have the similar need.  They have to…
Read More

Embarcadero Webinar C++ latest features

Computer PC Tips - bits and bytes, Rad Studio Delphi Development, Software development Concepts, Software Events
  <h1>Embarcadero Webinar - Useful C++ Features You Should be Using</h1> The Embarcadero webinar are usually excellent and short providing you insight on the latest features for C++ Builder.  Even if you do not use the product there is a possibility that you will pick up some new clue on how to use C++. David Millington knowledge on the product line is a breathe of fresh air and hopefully puts this compiler on a better path for getting updates or upgrades.  The future of the product will be for Linux server application development by the fall.  In comparison with Visual Studio, Rad Studio does cost money but the product is superior in usage and application development.  You can use Visual Studio Community which is free but it is at times confusing…
Read More

Sitemap for web crawlers

Computer PC Tips - bits and bytes, Software development Concepts
What is a Sitemap ? A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for Web design, or a Web page that lists the pages on a Web site, typically organized in hierarchical fashion. Why would you need a sitemap for your web site is usually a reasonable question for any web designer.  A sitemap is a quick access point that allows the visitors on your web site to see the hierarchy of your website and pages in a single glance.   Your web designer tool kits usually provide a method to generate a sitemap from the current set of available pages which will be constantly…
Read More