dinsdag 22 juli 2008

Signeer mails met ingescande handtekening

Ingescande handtekening invoegen zou dus kunnen gebeuren met een coderegel als:

Let er op dat je hier het volledige, absolute pad naar dat plaatje opneemt. Sla het bestand vervolgens op met de extensie .htm of .html.
Start nu Outlook Express op, en ga naar EXTRA, OPTIES.
Open het tabblad HANDTEKENINGEN, en stip de optie BESTAND aan bij HANDTEKENING BEWERKEN.
Zodra je nu een nieuw berichtje intikt -zorg dat je bij OPMAAK voor RICH TEXT (HTML) kiest! - kan je via het menu INVOEGEN, HANDTEKENING je hoogsteigen exemplaar toevoegen. Maak je geen zorgen over het plaatje: dat wordt samen met het berichtje verstuurd.

maandag 14 juli 2008

Web Page Printing: Date, Time, URL, .....

Web Page Printing: Date, Time, URL, etc.
Do you like to print out web pages? If so, do you become annoyed at all the header and footer information that gets printed on each and every page?
Well, with Internet Explorer, you can get that adjusted right out of there, or customize it.
Here's how:
1. Click the File menu, Page Setup.
2. Find the "Headers & Footers" area and remove all the gibberish in the respective fields. Hit OK and there you have it.
Before:
After:
Now that will keep the computer from printing out all of your header and footer info, but what if you want some of it? Well, you can do that too, using the parameters below in the header and footer fields:
&w Window title
&u Page address (URL)
&d Date in short format as specified by Regional Settings in Control Panel
&D Date in long format as specified by Regional Settings in Control Panel
&t Time in the format specified by Regional Settings in Control Panel
&T Time in 24-hour format
&p Current page number
&P Total number of pages
&& A single ampersand (&)
&b The text immediately following these characters as centered.
&b&b The text immediately following the first "&b" as centered, and the text following the second "&b" as right-justified.
For example, if you want the header to have the window (page) title and the URL, you would type:
&w &u

zondag 13 juli 2008

Seagate maakt harde schijf van 1,5 TB + NBK 2.5" 500 GB

  • Opslagcapaciteit notebooks stijgt naar 500 GB
    Met een opslagcapaciteit van 1,5 terabyte vestigt Seagate een nieuw record voor harde schijven.
    Vorige record van 1 terabyte, waar Hitachi destijds mee uitpakte.
    Het gaat om de Seagate Barracuda 7200.11, die eigenlijk vier schijven (platters) van 375 GB gebruikt om het nieuwe record te bereiken.
    Dit gebeurt in combinatie met PMR-technologie.
    Daarbij worden de data als het ware rechtopstaand weggeschreven, wat voor plaatsbesparing zorgt.
  • Nog een nieuw record: Laptopschijven zijn tot nu toe beperkt gebleven tot 320 GB.
    Met de Momentus 5400.6 en 7200.4 stijgt die limiet tot 500 gigabyte voor harde schijven van 2,5 inch.

dinsdag 8 juli 2008

Belgacom Speedoptie naar 12Mbit/s

Zie hier onderaan staat:


Als u niet bent aangesloten op Belgacom TV moet de Speed optie geactiveerd worden (via het gratis nummer 0800 22 800) om uw surfsnelheid te verhogen van 4 naar 12 Mbps.
Prijs van deze omschakeling :
  • gratis voor ADSL Plus klanten,
  • gratis voor nieuwe ADSL Go klanten in juli 2008,
  • 50 € voor bestaande ADSL Go klanten

vrijdag 4 juli 2008

Determine Installed "Windows Installer" Version (via vbs)

Set WshShell = WScript.CreateObject("WScript.Shell")
Dim objInstaller
Dim strVersion
Set objInstaller = CreateObject("WindowsInstaller.Installer")
strVersion = objInstaller.Version
MsgBox("Installer version is: " & strVersion)