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

TechSmith Snagit update is now available.

Software Events
TechSmith Snagit update is now available Once again TechSmith has delivered on their promises by providing an exciting new update to the Snagit application.  Version 13.1 provides some new abilities in gear with software developers and technical writers.  Snagit gives you a simple way to create and edit screenshots or record videos to show a complex process, give detailed feedback, or share important information with the people who need it most. Snagit features such as: Image capture - Make sure to capture exactly what you need. Click and drag anywhere on your screen to select a region with pixel perfect accuracy. Video capture - Sometimes it's easier to talk things through. Create, narrate and trim quick videos of your screen for demos, feedback, reviews, and more.   Mobile capture -…
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

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