Get GIMP (Free)
Open the image
Filters->Web->Image Map
Map the shapes to a url and save.
Open the .map file in a text editor
Copy all of the code
Open the HTML page
Paste code were you want the image to be.
Save… Done…
Get GIMP (Free)
Open the image
Filters->Web->Image Map
Map the shapes to a url and save.
Open the .map file in a text editor
Copy all of the code
Open the HTML page
Paste code were you want the image to be.
Save… Done…
<html style="height: 100%;">
<body style="height: 100%;">
<table style="height: 100%;">
<tr>
<td>....</td>
</tr>
</table>
</body>
</html>
or... (CSS)
html, body
{
height: 100%;
}
Got a Cisco 881W that you enabled the firewall on and broke your PPTP Tunnel and turning it back off don’t work? That crap happened to me.. You have to allow GRE (Port 47) to pass. This is what I found…
All basic traffic like HTTP, HTTPS, Live Messenger … passes through the router but a MS-VPN client installed on PCs on the LAN is unable to connect to the remote VPN-server.
First a PPTP connection is made, but after that, the logon screen never appears and a
timeout popup shows up. When I remove all lines in the CPP Edit Firewall Policy (similar to disable firewall) the logon screen apears and a connection can be made.
If it is a PPTP connection in addition to TCP port 1723 which you have already allowed you need to allow GRE through your firewall. Note that GRE is not TCP/UDP or ICMP. It is it’s own protocol number at the IP layer.
access-list 101 permit gre any any (assuming that your existing acl is access-list 101)
Turn Off Teredo by Using the Netsh Command
netsh
interface
teredo
set state disabled
Prior to 10.5, you had to manually delete them on the other system, or use Terminal trickery to remove them on the Mac prior to copying. As of 10.5, though, you can just use the dot_clean command on the directory in question. Type dot_clean /path/folder to join the dot-underscore files with their parent files. Read OS X 10.5’s manual pages (man dot_clean) for more information. YESSSSSSSSS……..
You would think that this would be included in the O.S. but… here is the link
/etc/sysconfig/network
After having a 20gb drive and getting annoyed about having to constantly delete stuff I did something about it. I purchased a nice 250gb laptop hard drive and used hddhackr on it to enable the 360 to use it. Good write up..
Nothing to add… Great write up..
http://osireztech.blogspot.com/2010/09/samsung-vibrant-inaccurate-battery-icon.html