Andrew Alden

name

How to track your steps with the history panel

19th September 2011
In this panel you can undo or redo chunks of steps as opposed to just one at a time. You can also create commands, clear, replay, and copy and paste steps all in this little panel. Access the history panel by selecting window | other panels | history from... Read >

How we use the Syntax with ASP Script

10th August 2011
You may also separate code from script using a more traditional, HTML lime syntax. Using the method, the code begins with a tag and ends with a tag. To use the syntax with ASP script. If you do not include the text, the server will ignore the script, but ... Read >

Which type of code we are using in computers ?

26th July 2011
Computers do not understand code as you write it. Instead, other programs translate the code you write into machine instructions. There are two ways to make the translation. You can translate the code at runtime, which means the computers reads a line or ... Read >