Now that you’ve got jEdit and Infoviewer working together to use Firefox to preview your web pages or code, it gets tedious quite quickly to go all the way thru the menu’s just to load a page. So, let’s setup a button on the toolbar in jEdit to launch our preview. Open jEdit and go [...]
jEdit is my code editor of choice. I’m running it on Windows 7. Here’s some quick instructions for setting up the preview of your code or web pages to launch Firefox instead of jEdit’s own internal browser. First, install the InfoViewer plugin from within jEdit. Open jEdit choose Plugins | Plugin Options under InfoViewer | [...]
The directions below are a bit outdated with the latest version of Ubuntu. You can still disable IPv6 in Firefox per the instructions below, but if you’re on Ubuntu (or any variety of Ubuntu), there is no longer the alias file. Instead, use sysctl to disable IPv6 without rebooting by typing this in Terminal (you [...]
There is a pesky display bug that will render a “peek-a-boo” effect when you layer div containers in CSS. When this bug is at it’s best, content that should stream after a previous div container, instead partially hides behind it. This is how my home page displays without the position: relative in the post div [...]