Categories
Blogging Camera Gedankenexperiment HDR How to(s)? Information Online Life Photography Reference Reviews Tech Talk Tips Tone Mapping Website

HDR Cookbook by Klaus Herrmann (farbspiel)

HDR Cookbook - Klaus Herrmann (farbspiel)
HDR Cookbook – Klaus Herrmann (farbspiel)

A couple of days ago, I found the link to “HDR Cookbook – Creating 32-bit HDRs the Right Way“, and basically, have NOT left the website since.

Klaus Herrmann (farbspiel) is a photographer out of Germany, who specializes in Interior HDR Photography.

On his main website, “HDR Cookbook“, you will find a wonderful collection of pages, that describe in vivid detail, the ‘what’ and ‘how’ of creating his beautiful images.

Topic include:

Over the years, I have gone through many pages and videos on “How to do…” HDR, but this is the first site that I have found, that goes into ‘in-depth’ experiments explaining why certain steps are needed to achieve the final product.

Seeing the side-by-side effects of software and processing, has caused me to reconsider how I will view and process future images.

Recently, I have been revisiting some of my older captures, and processing them with new knowledge and techniques.

In reading Klaus’ suggested Workflow, which is highly recommended, he makes the following observation:

Let the finished file sit on your hard disk for a day or two. Don’t post it right away. I found that when you get back to it a day later, you will discover things that you might want to change, things that you did not discover while you were working on the details of the image very intensely. If you let you mind do other things and some time passes, you will look at the image more objectively, more like your viewers will. If you’re content with the image now, go ahead and post it.

Needless to say, I highly recommend that if you are interested in HDR, Tone Mapping related photography, and are in search of some advanced tips, techniques and very qualified insights, then you should be rewarded with a visit to “HDR Cookbook“.

[contentblock id=1]

Categories
How to(s)?

How to Add LinkedIn Icon to email signature

Requirements

  • Active Account on LinkedIn.com
  • Microsoft Outlook XP, 2003 and 2007
  • The ability to see file extensions in Windows Explorer
  • Administrator or Power User access to the User Profiles
  • Basic Knowledge of HTML and CSS

Notes

I have tried to use more advanced W3C CSS techniques (boxes with shadows, etc.), but Outlook 2003 does not render them correctly.

DISCLAIMER

One should always have a current backup of their system before trying any modifications to the Operating System or Applications.

Step by Step Details

1) Close Microsoft Outlook

It is HIGHLY recommended that you Close/Quit your active session of Outlook.

2) Locate Microsoft Outlook Signatures directory on the Local machine

This can be found at: “C:Documents and Settings%username%Application DataMicrosoftSignatures

%username%Is the name one uses to Login/Logon the local machine, WITHOUT the “%” signs.

3) Create desired BASE Signature file in HTML

Right click in the “Signatures” directory.

Select “New > Text Document“.

Rename the file to “LinkedIn-Icon.htm“.

The OS is going to ask you if you want to change the file type, click “Yes”

Open/Edit “LinkedIn-Icon.htm” with a Text Editor (like NotePad)

Right click the file; “Open With > Notepad”.

Copy the following basic HTML code into “LinkedIn-Icon.htm” and “Save“.

<!–DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML>
<HEAD>
<TITLE>MS Outlook eMail Signature</TITLE>
<META http-equiv=Content-Type content=”text/html; charset=windows-1252″>
<STYLE>
P.HorBar {FONT-SIZE: 10pt; MARGIN: 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.Name {FONT-SIZE: 10pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.Address {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.Phone {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.eMail {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.WebSite {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
</STYLE>
</HEAD>
<BODY>
<P CLASS=HorBar ALIGN=left>_____________________________</P>Firstname Lastname<P CLASS=Address>123 Main Street</P>
<P CLASS=Address>City, State Zip</P>
<P CLASS=Phone>MAIN: (123) 456-7890</P>
<P CLASS=Phone>CELL: (123) 456-7890</P>
<P CLASS=eMail>eMail: <A HREF=”mailto:UserName@domain.com”>UserName@domain.com</A></P>
<P CLASS=WebSite><A HREF=”http://www.domain.com/”>http://www.domain.com/</A></P>
<BR>
<!– Insert LinkedIn Icon Code Here –>
</BODY>
</HTML>

When “Personalized”, the previous code should look like (with a White Background (Silver):

_____________________________
Firstname Lastname
123 Main Street
City, State Zip
MAIN: (123) 456-7890
CELL: (123) 456-7890
eMail: UserName@domain.com
Web: http://www.domain.com/

4) Add LinkedIn Icon code

Login/Logon to your LinkedIn profile.

Click the “My Profile” tab in the Top navigational area.

Near the top section of “Profile” page, you will see a section called “Promote your profile with customized buttons“, click on the link.

Link (Need to be Logged In): Promote your profile!

On the “Promote your public profile” page, select the icon you want to be on your signature.

HINT: Keep it fairly small (160×25)

You can either copy/save the code to the right of the icon to a local file (using NotePad), or leave the window open.

Note: This is the code to be added to the HTML signature file

At the end of the HTML Comment “<!– Insert LinkedIn Icon Code Here –>“, Add a “Line Break” by pressing either the “Enter” or “Return” key)

On the new line “Paste” the contents of the LinkedIn code.

Save” the current file.

The HTML code should look something like:

<!–DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML>
<HEAD>
<TITLE>MS Outlook eMail Signature</TITLE>
<META http-equiv=Content-Type content=”text/html; charset=windows-1252″>
<STYLE>
P.HorBar {FONT-SIZE: 10pt; MARGIN: 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.Name {FONT-SIZE: 10pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.Address {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.Phone {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.eMail {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
P.WebSite {FONT-SIZE: 7.5pt; MARGIN: 0in 0in 0in 0.1in; FONT-FAMILY: “Arial”}
</STYLE>
</HEAD>
<BODY>
<P CLASS=HorBar ALIGN=left>_____________________________</P>
Firstname Lastname

<P CLASS=Address>123 Main Street</P>
<P CLASS=Address>City, State Zip</P>
<P CLASS=Phone>MAIN: (123) 456-7890</P>
<P CLASS=Phone>CELL: (123) 456-7890</P>
<P CLASS=eMail>eMail: <A HREF=”mailto:UserName@domain.com”>UserName@domain.com</A></P>
<P CLASS=WebSite><A HREF=”http://www.domain.com/”>http://www.domain.com/</A></P>
<BR>
<!– Insert LinkedIn Icon Code Here –>

<IMG SRC=”http://www.linkedin.com/img/webpromo/btn_viewmy_160x25.gif” WIDTH=”160″ HEIGHT=”25″ BORDER=”0″ ALT=”View Your Account’s profile on LinkedIn”>
</BODY>
</HTML>

When “Personalized”, the previous code should look like:

_____________________________
Firstname Lastname
123 Main Street
City, State Zip
MAIN: (123) 456-7890
CELL: (123) 456-7890
eMail: UserName@domain.com
http://www.domain.com/View Your's profile on LinkedIn

5) Open Outlook to generate New Code (rtf and txt files)

Open the MS Outlook application

Go to the “Tools” menu and select “Options“.

In the “Options” window, select the “Mail Format” tab.

In the “Mail Format” pane, near the bottom in the “Signatures” section, click on the “Signatures…” button.

In the “Create Signature” window, select the “LinkedIn-Icon” file, and click the “Edit…” button.

Note: There is NO “.htm” extension visible.

In the “Edit Signature – [LinkedIn-Icon]” window, use the slider to verify your signature code.

Click the “OK” button in the “Edit Signature – [LinkedIn-Icon]” window.

Click the “OK” button in the “Create Signature” window.

Click the “OK” button in the “Options” window.

The above actions will have cause MS Outlook to create two additional files:
LinkedIn-Icon.rtf” and “LinkedIn-Icon.txt“.

To verify this, check:
C:Documents and Settings%username%Application DataMicrosoftSignatures

6) Edit txt signature file (Optional)

This is a completely Optional step, and mainly depends on your usage of Text based emails.

It is recommended that you completed this step for “Just-in-Case” situations.

With the “Signatures” directory open, “Right” click “LinkedIn-Icon.txt“, and select “Edit“.

C:Documents and Settings%username%Application DataMicrosoftSignatures

With the Text Editor open, you should see something like:

_____________________________
Firstname Lastname
123 Main Street
City, State Zip
MAIN: (123) 456-7890
CELL: (123) 456-7890
eMail: UserName@domain.com
http://www.domain.com/
View Your Account’s profile on LinkedIn

Remove the extra “Line Breaks” to shorten the signature.

_____________________________
Firstname Lastname
123 Main Street
City, State Zip
MAIN: (123) 456-7890
CELL: (123) 456-7890
eMail: UserName@domain.com
http://www.domain.com/
View Your Account’s profile on LinkedIn

And add your LinkedIn URL below the “View Your Account’s profile on LinkedIn” line.

You might also want to change the grammar of the line: i.e. “View my profile on LinkedIn.com”

_____________________________
Firstname Lastname
123 Main Street
City, State Zip
MAIN: (123) 456-7890
CELL: (123) 456-7890
eMail: UserName@domain.com
http://www.domain.com/
View my profile on LinkedIn.com

Save the changes, and exit/quit your Text Editor.

7) Test in MS Outlook

With MS Outlook open and active:

If you have made the “LinkedIn-Icon” signature your default, create a new email, and your LinkedIn signature should appear as you created it.

If you have another default signature, create a new email, and then “Right” click in the signature section.

A pop-up window should appear with signature selections.

Select “LinkedIn-Icon“, and your LinkedIn signature should appear as you created it.

§ § §
Version: 1.4
Page Created: October 17, 2007
Lasted Modified: September 20, 2009

[contentblock id=1]