Send A Message

If you have a question or comment, drop me a line and I'll be
sure to get back to you. I'm always available to answer any
questions you have regarding your website.

Full Name

Email Address

What can I help you with?


IE6 Double Margin

May 29, 2009 at 1:04 pm | CSS | No comment

IE6 seems to double it’s margins on floated elements…
Why? Who cares… Here’s how you fix it!

Just add display: inline; to the floated element!

I found it here: http://www.jaymeblackmon.com/ie6-double-margin-bug-fix

Reset Windows Networking

May 5, 2009 at 11:40 am | Windows | No comment

When all else fails and your Windows network just won’t behave, nuke it!

Open up the Console (Start -> Run: cmd [Enter]) and issue the following 2 commands.

Reset WINSOCK entries to installation defaults:

netsh winsock reset catalog

Reset TCP/IP stack to installation defaults:

netsh int ip reset [log_file_name]