MKR 1299 € 15/jul/09
========================
Productnaam dv7-2080eb
Productnummer NS496EA
Microprocessor Intel Core2 Quad processor Q9000 van 2 GHz
Microprocessor-cache L2 cache, 6 MB
Geheugen 4096 MB
Max. geheugen 8 GB
Videographics Radeon HD4650
Vaste schijf 2 320 GB (5400 rpm)
Multimedia Drive Lightscribe Super Multi dvd-writer (+/-r, +/-rw) met ondersteuning voor dubbellaags
Display 17,3-inch (diagonaal gemeten) HD+ high-definition* HP BrightView LED-breedbeeldscherm (1600 x 900)
Netwerkkaart Geïntegreerd 10/100/1000 Gigabit ethernet LAN
Draadloze verbinding Intel 802.11 a/g/n
Bluetooth
Geluid Altec Lansing luidsprekers met geïntegreerde subwoofer
Toetsenbord Compatibel toetsenbord met 101 toetsen
Aanwijsapparaat Touchpad met aan/uit-knop en aparte verticale op/neer scrollzone, volumeknop, dempknop
Pc-kaartsleuven Eén ExpressCard/54-sleuf (ondersteunt ook ExpressCard/34)
Externe poorten 5-in-1 geïntegreerde digitale medialezer voor Secure Digital kaarten, MultiMedia kaarten, Memory Stick, Memory Stick Pro of xD Picture kaarten
4 USB 2.0 (vierde gedeeld met eSata-poort)
1 HDMI-connector, 1 eSata-connector
Infraroodpoort
1 VGA-poort
1 RJ45-ethernetaansluiting
Kabel voor dockingconnector
Uitbreidingspoort
2 hoofdtelefoonuitgangen
1 microfooningang
1 IEEE 1394
Stroomvoorziening 8-cels lithium-ion (Li-Ion) batterij
Software
Besturingssysteem:
Legitieme Windows Vista Home Premium met Service Pack 1 (32-bits)
woensdag 15 juli 2009
woensdag 8 juli 2009
Enable or Disable UAC From the Windows Vista Command Line
Enable or Disable UAC From the Windows Vista Command Line
Disable UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
Enable UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f"
Disable UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
Enable UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f"
vrijdag 15 mei 2009
Internet explorer error codes 400
400 - Bad Request - You probably typed in a URL wrong, the server has no clue what you're looking for, or you aren't allowed to have access. Usually, it's a matter of the URL being typing in wrong. Maybe you mixed upper and lowercase letters or something.
401 - Unauthorized Request - you tried to get to something on the web server you're not allowed to play with. In other words, you ain't on the party list.
403 - Forbidden - You can't access the page. You may not have access (it may require a password), or it may be blocked from your domain.
404 - Not Found - The page you were trying to look at was not found on the server. This is probably the most common error you'll come across. What has probably happened is that the web page you were going to has been removed or re-named.
500 - Internal error - Usually caused by a CGI error. You fill out a form, but the script used to process it is not working properly.
503 - Service Unavailable - The server may be overloaded, down, or have other similar problems. Try later.
401 - Unauthorized Request - you tried to get to something on the web server you're not allowed to play with. In other words, you ain't on the party list.
403 - Forbidden - You can't access the page. You may not have access (it may require a password), or it may be blocked from your domain.
404 - Not Found - The page you were trying to look at was not found on the server. This is probably the most common error you'll come across. What has probably happened is that the web page you were going to has been removed or re-named.
500 - Internal error - Usually caused by a CGI error. You fill out a form, but the script used to process it is not working properly.
503 - Service Unavailable - The server may be overloaded, down, or have other similar problems. Try later.
vrijdag 8 mei 2009
Tekst conversie in Excel
Sub Import()
Open "d:\data.txt" For Input As #1
R = 1
While Not EOF(1) 'Scan file line by line
C = 1
Entry = ""
Line Input #1, Buffer
Length = Len(Buffer)
i = 1
While i <= Length 'split comma-delimited string into cells
If (Mid(Buffer, i, 1)) = "," Then
With Application.Cells(R, C)
.NumberFormat = "@" 'Text formatting
.Value = Entry
End With
C = C + 1
Entry = ""
Else
Entry = Entry + Mid(Buffer, i, 1)
End If
i = i + 1
Wend
If Len(Entry) > 0 Then
With Application.Cells(R, C)
.NumberFormat = "@" 'Text formatting
.Value = Entry
End With
End If
R = R + 1
Wend
Close #1
End Sub
Open "d:\data.txt" For Input As #1
R = 1
While Not EOF(1) 'Scan file line by line
C = 1
Entry = ""
Line Input #1, Buffer
Length = Len(Buffer)
i = 1
While i <= Length 'split comma-delimited string into cells
If (Mid(Buffer, i, 1)) = "," Then
With Application.Cells(R, C)
.NumberFormat = "@" 'Text formatting
.Value = Entry
End With
C = C + 1
Entry = ""
Else
Entry = Entry + Mid(Buffer, i, 1)
End If
i = i + 1
Wend
If Len(Entry) > 0 Then
With Application.Cells(R, C)
.NumberFormat = "@" 'Text formatting
.Value = Entry
End With
End If
R = R + 1
Wend
Close #1
End Sub
woensdag 6 mei 2009
Hyperlinks vewijderen in Excel
Select the cells with the hyperlinks that you want to remove.
Start Visual Basic Editor (Alt+F11).
Open sub window "Direct" (Ctrl+G).
Type: selection.hyperlinks.delete
and click on Enter key.
Attention: CTRL+Z doesn't restore the hyperlinks.
Start Visual Basic Editor (Alt+F11).
Open sub window "Direct" (Ctrl+G).
Type: selection.hyperlinks.delete
and click on Enter key.
Attention: CTRL+Z doesn't restore the hyperlinks.
vrijdag 1 mei 2009
Tekstverwerkers
Notetab Light 5.8
De vervangers van Windows Notepad zijn niet aan te slepen. Toch weet dit programma boven de rest uit te stijgen, met zijn tabbladen en templates.
Textpad 5.2.0
Textpad is een krachtige teksteditor inclusief spellingcontrole, macro's en meer. Je kunt meerdere documenten tegelijk openen en ook schrijven in Java, HTML en C++ is mogelijk.
Notepad++ 5.3
Notepad++ is een lichtgewicht tekstbewerker met ondersteuning voor HTML-opmaakcodes, C-varianten, macro's en nog veel meer. Het biedt tabs, zodat je overzicht houdt. Het kan dit allemaal zonder druk op je systeem uit te oefenen.
Editpad Lite 6.4.5
Met zijn geavanceerde zoek- en opmaakmogelijkheden is Editpad Lite een waardig alternatief voor de teksteditor die bij Windows zit.
De vervangers van Windows Notepad zijn niet aan te slepen. Toch weet dit programma boven de rest uit te stijgen, met zijn tabbladen en templates.
Textpad 5.2.0
Textpad is een krachtige teksteditor inclusief spellingcontrole, macro's en meer. Je kunt meerdere documenten tegelijk openen en ook schrijven in Java, HTML en C++ is mogelijk.
Notepad++ 5.3
Notepad++ is een lichtgewicht tekstbewerker met ondersteuning voor HTML-opmaakcodes, C-varianten, macro's en nog veel meer. Het biedt tabs, zodat je overzicht houdt. Het kan dit allemaal zonder druk op je systeem uit te oefenen.
Editpad Lite 6.4.5
Met zijn geavanceerde zoek- en opmaakmogelijkheden is Editpad Lite een waardig alternatief voor de teksteditor die bij Windows zit.
Panda Cloud Antivirus
De populariteit van gratis virusscanners als AVG is de makers van betaalde beveiliging niet ontgaan. Zo heeft Panda net zijn eigen gratis scanner gelanceerd: Panda Cloud Antivirus.Deze scanner maakt onder de naam Collective Intelligence gebruik van centrale servers om verdachte bestanden bij te houden en herkennen. Hoe meer gebruikers er zijn, hoe beter de dekking wordt
Abonneren op:
Posts (Atom)