I just wrote a page about a single density disk project I completed last year. See it here.
Archive for November, 2008
CoCo and Single Density Disks
Monday, November 24th, 2008Pipe wrench fight!
Saturday, November 15th, 2008
This is me sharing
Thursday, November 6th, 2008At the begining of 2008 I decided to grow my beard. If fact I decided not to cut any of my hair. Two weeks ago I cut my beard off and last week I finally got a hair cut. I asked around to see if anyone had a picture and my friend Chris took one last July. I ended up much more hairy than this.
Pre with line breaks
Saturday, November 1st, 2008I know I am going to forget this. So I am going to write a post about this and I am hoping this process will help me remember this information.
Recently I needed to add some content to a wiki, but I didn’t want to pre-parse the data to escape any wiki or html formatting. What I wanted was the pre tag. But the pre tag will not line break the content to fit on the page. I need a pre tag with line breaks. Here is the standards based way to do this:
<pre style=”white-space: pre-wrap;”>
