Category: Uncategorized

Outlook Auto Bcc all messages

By , March 12, 2010 10:13 PM

Outlook to automatically Bcc all outgoing messages

Outlook has a rule to automatically Cc another person on outgoing messages, but no equivalent for Bcc. This page offers two code samples for adding such an automatic Bcc. Both use the Application.ItemSend event, which fires whenever a user sends a message or other item.

IMPROVED METHOD

http://www.mcgrathtechnology.com/addins

 

2011

 

Method #1 (Basic)

This version is suitable for Outlook 2003 or later. It uses Outlook objects exclusively and includes error handling to avoid problems with an invalid Bcc address.

Place this VBA code in the built-in ThisOutlookSession module:

Private Sub Application_ItemSend(ByVal Item As Object, _
 Cancel As Boolean)
 Dim objRecip As Recipient
 Dim strMsg As String
 Dim res As Integer
 Dim strBcc As String
 On Error Resume Next

 ' #### USER OPTIONS ####
 ' address for Bcc -- must be SMTP address or resolvable
 ' to a name in the address book
 strBcc = "someone@somewhere.dom"

 Set objRecip = Item.Recipients.Add(strBcc)
 objRecip.Type = olBCC
 If Not objRecip.Resolve Then
 strMsg = "Could not resolve the Bcc recipient. " & _
 "Do you want still to send the message?"
 res = MsgBox(strMsg, vbYesNo + vbDefaultButton1, _
 "Could Not Resolve Bcc Recipient")
 If res = vbNo Then
 Cancel = True
 End If
 End If

 Set objRecip = Nothing
End Sub

Continue reading 'Outlook Auto Bcc all messages'»

make office 2007 like 2003

By , February 10, 2010 9:50 PM

UBitMenu is a free tool that can emulate the Office 2003 interface in Office 2007 without any performance loss. It’s basically for anyone who can no longer find the same functions in Office 2007 that were easily findable in Office 2003.

What I like about this program is that it does not actually get rid of the ribbon interface, but instead just adds the classic menu as a new ribbon. So you can continuing using the ribbon interface, but when you want to find something quickly the old way, just go to the classic ribbon.

Click on this download link Michelle HERE

Nexus One editing Hosts file

By , February 7, 2010 1:22 AM

Ok your device must be rooted

follow androidandme.com

then

on the device settings, Applications,
Unknown sources – yes
Development, USB debugging – Yes

then

If your Nexus one is rooted, then

adb-windows.exe pull system/etc/hosts hosts
modify it
adb-windows.exe remount
adb-windows.exe push hosts system/etc/hosts

If its not rooted, then i doubt you will be able modify it.

Thunderbird Labels

By , January 7, 2010 11:56 PM

Thunderbird Labels

o update your labels in Thunderbird follow these simple steps.

Install Stylish in Thunderbird – Go to https://addons.mozilla.org/en-US/firefox/addon/2108 and download the Stylish extension. Open Thunderbird and go to Tools -> Extensions (v1.5) Tools -> Addons -> Extensions (v2) and click the install button. Browse to where you saved Stylish on your computer. Then restart Thunderbird. Note: If using Firefox, make sure to right click on the Stylish install link and choose Save Link As… because we don’t want to install it into Firefox.

Create a New Stylish Style – Open Thunderbird, click on the Stylish icon in the status bar, choose manage styles, click write and in the description field add TwisterMc’s Labels.

Get the CodeClick here and copy the code into the big Stylish input box. Make sure that the Enabled checkbox is checked and hit Save. Then close the Manage Styles window.

Refresh – In order for the labels to appear, close the main inbox window and re-open it, or just restart Thunderbird.

That’s it.

Configuring NTP Server Windows Server 2008

By , December 28, 2009 4:17 PM

HOW TO SET UP A TIME SERVER in WINDOWS SERVER 2008

Sick of being confused about setting up a NTP time server in windows server 2008

Follow this Step by step guide

Step 1:
Net time /setsntp:
W32tm /config /syncfromflags:manual /manualpeerlist:
W32tm /config /reliable:yes
W32tm /config /update
W32tm /resync
Pause
Exit

Step 2:
[HKEY_LOCAL_MACHINE\SYSTEM

\CurrentControlSet\Services\W32Time\Config]
“AnnounceFlags”=dword:00000005
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]
“Type”=”NTP”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer]
“Enabled”=dword:00000001

Step 3:
Net stop w32time
Net start w32time
Net time
Pause

YOUR DONE :)

NOW IT WILL WORK

DKU 5 Driver Winows 7, Vista, Server 2008, 64bit

By , December 20, 2009 1:04 PM

DKU 5 Driver windows 7, Vista, Server 2008

I guess you gave upgraded your box to the latest os,
and found your non-genuine Nokia DKU 5 cable no longer works
and you cant find the driver for it anywhere on line.

Most non-genuine DKU 5 cables use the Texas Instrument TUSB3410 RS-232/IR-to-USB converter

so after much work

here are the drivers:

and if you get stuck visit: http://www.multitech.com/en_US/SUPPORT/Updates/Drivers/drivers_by_filename.aspx

search for:  Server 2008 64 bit

Very Minimal CentOS Installation

By , November 15, 2009 11:47 PM

Very Minimal CentOS Installation – we use CENTos for our Moon Rover

Any attempt to install CentOS using text-mode or kick-start will result into 340+ packages and lots of useless services. The only way you can achieve a true minimal CentOS is through a manual install process and using graphics mode.

Please seek more guidance from this manual for topics not covered here.

Checkpoint 1: Start graphics installation by hitting enter on boot prompt.

Checkpoint 2: Pick Customize now during package group selection.

Checkpoint 3: De-select everything (Yes, I repeat it! Deselect everything including base).

If you follow the suggested process, you will get a True Minimal CentOS installation with only 148 packages installed (and very few system services).

OTHER VERSION

For my version of the minimal install I:

1. Boot to CD 1
2. Type in “linux text” to get the text installation setup
3. Proceed normally with the installation until it asks which packages to install
4. I deselect all of the packages and then click on the “customize package selection” check box
5. I then hold down the “-” key, which scrolls through all of the package options, and deselects them all for me
6. I finish the install and I am done

7. Then I do a “yum update” to get latest
8. Then I do a “yum install <package>” for what ever packages I need but didn’t get during installation.

All of this with only CentOS 5 CD 1.

OR ANOTHER

You can do a minimal install that just requires the first CD by performing the following two steps during the installation:

  • During the category/task selection, deselect all package categories, and choose the “Customize now” option at the bottom of screen.
  • During the customized package selection, deselect everything.

<!> There are reports that more than CD 1 is required in the following case:

  • If you use some software raid options (this will also require CD 2 and 5)
  • If you use encrypted filesystems

When the anaconda installer notes that additional disks will be required, but you desire a one CD install, the quick answer is one or more of the following approaches:

  • Trim back and do a minimal install. Then once the install is up and running, pull in more packages with yum, and add more options later.
  • Use the method: linux text ( Note: you cant do a minimal install using the Text mode, you *must* use the GUI mode if you are looking to install the minimal package set)

If you want to avoid using more than one CD, but want to install more than just the minimal set of packages, you could also consider doing a network installation. A network installation ISO (called boot.iso) is available from the 5/os/<arch>/images/ directory on CentOS mirrors.

CUSTOM DVD ISO OF CENTOS

http://lingxiang.tang.googlepages.com/createalesssizecentos5

http://www.centos.org/docs/5/html/Installation_Guide-en-US/ch-kickstart2.html

Unified Field Theory and Gravitational Anomaly

By , September 23, 2009 9:58 PM

Unified Field Theory

In the middle of the 1800′s the first successful (classical)  field theory was developed by James Clerk Maxwell .
In 1820 Hans Christian Ørsted discovered that electric currents exerted forces on magnets.
While in 1831, Michael Faraday made the observation that time-varying magnetic fields could induce electric currents.

Until then, electricity and magnetism had been thought of as unrelated phenomena.

First Field Theory – 1800′s – James Clerk Maxwell proposed for electromagnetism,
Second Field Early – 20th century – Albert Einstein’s proposed general theory of relativity – dealing with gravitation.

The term unified field theory was coined by Einstein, who was attempting to prove that
electromagnetism and gravity were different manifestations of a single fundamental field thus The Unified Field Theory.

http://www.youtube.com/user/noonscience

When quantum theory entered the picture, the puzzle became more complex.

The theory of relativity explains the nature and behavior of all phenomena on the macroscopic level (things that are visible to the naked eye);

Quantum theory explains the nature and behavior of all phenomena on the microscopic (atomic and subatomic) level.
Perplexingly, however, the two theories are incompatible. Unconvinced that nature would prescribe totally different modes of behavior for phenomena that were simply scaled differently, Einstein sought a theory that would reconcile the two apparently irreconcilable theories that form the basis of modern physics.

Although electromagnetism and the strong and weak nuclear forces have long been explained by a single theory known as the standard model, gravitation does not fit into the equation.

Gage

Gravitational interaction: a long-range attractive interaction that acts on all particles with mass. The postulated exchange particle has been named the graviton.

Gravitational Anomaly

ss

Propulsion Systems

By , September 14, 2009 3:23 AM

Propulsion Systems

Hello world!

By , August 11, 2009 8:32 PM

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

After Hours Doctors After Hours Doctors