The VFR Flight Guide aims to help pilots fly safely anywhere in Australia. Download the 2009 VFG from CASA.
The following information will be useful should you need to use iiNet VoIP with a trixbox installation. These settings may…
VBScript does not implicity allow the Sleep command that you can use in the VB Programming language, to force the…
This post shows you how to create a basic popup window using Java Script as well as a reference list…
This tutorial is from tutorialwiz.com In this tutorial, we will create an effect that looks like a stamp created using…
This article describes a quick method that you can use to troubleshoot the “NTLDR Is Missing” error message that you…
Create and append a HTML element dynamically using javascript. var divTag = document.createElement(“div”); divTag.id = “divID”; divTag.setAttribute(“align”,”center”); divTag.style.margin = “0px…
This is a quick and easy way to read a files content into a string, or write a string to…
You may want to direct the browser view to a particular part of your page, either when the page is…
Format a large integer (long) that represents a file size in bytes to a more readable string representation that includes…