Since i recently installed vista and had to install every Firefox plugin again i can tell you wich add-ons i definately use on a daily basis:
Adsense
fireform
Live HTTP headers
firebug
lori
When you are working in different environments development/quality/production you cant get lost in file management.
With examdiff you can compare files and it even shows you what and where there are some differences.
The following code shows how you can kill a process using vb6 code.ÂÂ
Example
Private Sub cmdKill_Click()
‘ Usage:
Dim pID As Long
Dim i As Integer
Dim strExe As String
strExe = “calc.Exe”
For i = 0 To 4
pID = Shell(strExe, vbNormalFocus)
Next i
‘Five instances of notpade.exe is now created
Debug.Assert False
MsgBox “It is ” & _
KillApp(strExe) & _
” that all instances of ” & […]
These HTTP Status codes are returned by the server to the client software to determine the outcome of a request.
The first digit of the status code specifies one of five classes of response.
1xx Informational
2xx Success
3xx Redirection
4xx Client Error
5xx Server Error
Each Status-Code is described below.
200: request completed (OK)
201: object created, reason = new URI
202: async completion […]
The Round function in vb.net is not always like u want it. Not in my case.
I wanted to round every up. For example 1.5 to 2 and 2.5 to 3.
When i used the Round function in vb.net it uses bankers rounding. This means that is rounds to the nearest integer.
So, if there are two nearest […]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jun | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||