Archive

Archive for December, 2008

How To Map Links Onto An Image

December 25th, 2008 Masao No comments

The mapping:

<map name="pressMap">
<area href="/weekly" coords="10,6,232,79">
<area href="/store" coords="245,6,469,79">
<area href="/yelp" coords="481,6,705,79">
<area href="/press" coords="718,6,941,79">
</map>

The image:

<img src="hpAdsStatic.png" usemap="#pressMap" />

Categories: HTML, Images Tags:

How to Fix a Failed Network Connection in Fedora 10

December 18th, 2008 Masao No comments
  1. Go to System -> Administration -> Network
  2. Select your “eth0″ device.
  3. Activate it.
  4. Click “Edit”.
  5. Check the box next to “Controlled by Network Manager”.
  6. Save and exit.

Your connection should now work.

Categories: Linux Tags:

How to Automatically Start Pageant with Private Keys in Windows

December 17th, 2008 Masao No comments
  1. In the Startup folder in the startup menu, right-click and create a New -> Shortcut.
  2. Browse to your pageant.exe file.
  3. Add the full path to your private key enclosed with quotes.
  4. Save the shortcut.

“c:\program files\putty\pageant.exe” “c:\documents and settings\esumbar\pka-putty\mykey.ppk”

Categories: SSH, Windows Tags:

How to Get Free Engineering Course Material Online

December 15th, 2008 Masao 1 comment
Categories: Everything Else Tags:

How to Make Firefox Always Start a New Session

December 3rd, 2008 Masao 1 comment

In Firefox, “about:config”, set

browser.sessionstore.resume_from_crash = false

Categories: Firefox Tags: