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

Fixinsight for Delphi 2016.03 released!

Rad Studio Delphi Development, Software Releases
Fixinsight for Delphi 2016.03 released! What's New Introduced rule W529 ("Should be 'raise' instead of 'raise object'?") Rule O802 now works in entire project scope Added buttons 'Save as Default' and 'Load Defaults' to FixInsight Settings window Improved parser Minor fixes When working with software there will be software bugs that slow the process but if you find the bugs during the development stage it is clearly less overhead to fix them instead of when the software is released to the public.  The cost involved to fix a bug at the end of the project rises since the release has been held as well. The software was designed strictly for the Delphi platform helps the software developer to reduce the amount of bugs or chances of a bug by providing the…
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

Apple news that may be announced on March 21

Software Events
Apple news that may be announced on March 21   Apple is preparing to make the annual product announcements on March 21st, 2016.  High expectations are there for newer geek toys from one of the favorite vendors which is apple.  Some of the possible noted things are: New iPhone 5se Headlining the event will be the 4-inch iPhone SE and a new 9.7-inch iPad. Rumors suggest the iPhone SE will look nearly identical to the iPhone 5s, but it will include new internal hardware that brings it in line with newer Apple devices. It is rumored to have an A9 chip, an improved camera, and NFC support for use with Apple Pay. New Apple Air 3. The new 9.7-inch iPad has been referred to as the iPad Air 3, but it may…
Read More

How to fix a WordPress Memory exhausted error on your blog.

Computer PC Tips - bits and bytes
How to fix a WordPress Memory Exhausted error in the Cache.php Many times a blogger will insert a plugin thinking that everything will be fine and you will see the results immediately but instead after activating the plugin you are shown after logging back into the admin area. PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6253909 bytes) in #### on line ### leaving you with no method of getting to the admin area getting only a white screen with this message. After doing some research the results were 3 simple updates that fixed the problem and brought back the web site. Step #1 - Make sure you have a FTP account with a username / password to retrieve the necessary files as well as…
Read More