Category Archives: Coding
Configuring the EGit Plugin for Eclipse
You would hope this process was straightforward but it’s not so I’m writing this post to help Future Me again. Here are the prereqs: Install Eclipse Install Git Set up an account on GitHub, set up a local repo, and … Continue reading
How to Remove Old Eclipse Workspaces
Removing old workspaces from Eclipse is easy. I don’t know how many times I’ve run across this issue for various reasons such as: – Eclipse won’t start because it’s trying to load a workspace that contains projects that reference folders … Continue reading
Two WYSIWYG Replacement Plugins for WordPress
I’ve been doing a bit of meddling recently with another WordPress blog and have found the need to pump up my rich text visual editor. Here are a couple rich text replacement editors I have found to currently be the … Continue reading
How to Import an Existing Non-Eclipse Project Into Eclipse
I always seem to have issues organizing my projects in Eclipse. It’s really convenient to have all my projects in one workspace, but then again it adds unnecessary complication with searching the workspace, closing/opening projects, etc. Recently I’ve sort of … Continue reading
How to Install WordPress MU in 8 Steps
This is a documentation of my first attempt to install WordPress MU. Since others will certainly face this situation I thought it would be helpful to tell my story.
CSS Hack: text-indent: -10000px;
This CSS technique is used to replace a piece of text with a graphical representation of that same text. The result is that the real text still gets indexed by a search engine AS TEXT. It’s a bit grey-hat’ish because … Continue reading
Pfff… I Could Make a Website, Big Deal.
Maybe I just don’t get out of the house much, maybe I spend too much time reading and not socializing (in the real world at least) but it has become apparent to me that there are still a LOT of … Continue reading
How to Write HTML – Part 2
In part 1 I tried to explain the basics of HTML. Now, I will go into a little more detail.First things first. Let’s look at some code. I want to explain the different parts of a standard HTML page. Every … Continue reading
How to write HTML – Part 1
Recently a co-worker has been interested in learning a little bit of HTML. He’s very insightful in realizing the huge value you get for investing a little time. Honestly there’s really only a little bit you need to learn in … Continue reading
Anyone else having problems downloading WordPress 2.2?
I have been trying all day to download this file from WordPress.org and the file 1. takes forever to start downloading, 2. takes forever to download and 3. is corrupt when I try to open it. It must be my … Continue reading

Follow Me