How to Design XML Documents
Aug 27 2:51:29
Back online!
Jul 30 16:17:53
Response to "Knowledge Management 2.0"
Jul 18 2:45:52
Drupal Apps
Jun 3 7:17:00
Google Sites and the AJAX universe
May 21 1:18:39
Just poking around with PowerShell. Here are some useful tips and tricks I have found to customize it:
function prompt { [string]$(get-location) + " % " }
PS> Set-PSDebug -trace [level] [-step]
There are three possible trace levels:
• 0: No tracing
• 1: Trace script lines as they execute
• 2: Also trace variable assignments, function calls, and scripts.
Adding -step means that the script also pauses after each line.