Category

Computers & Programming

Computers & Programming

Kayaking Trips

In the process of copying content from www.rectorsquid.com, I decided to include a link to my kayaking trip map page. The image below is a snapshot of the page but is not up-to-date. Click on the image to go to the map page and see the most up-to-date…

Continue reading
Computers & Programming, Sculpture and Art

Recent Projects

Rolling Ball Sculpture I’ll need to post some photos soon. I’m working on a billiard ball rolling ball sculpture. It is about 4.5 feet tall and has a chain lift like a roller coaster. The cool feature of this sculpture is the authentic roller coaster look and feel….

Continue reading
Computers & Programming

SSE2 Parallelization

I finished my initial SSE2 project. It worked out well but I was hoping that it would work out better than just “well.” The algorithm I needed to speed up is called the Smith-Waterman algorithm. In reality, Smith and Waterman modified a type of algorithm called a dynamic…

Continue reading
Computers & Programming

IE 8 Show/Hide CSS Bug

I found a bug in IE 8 related to showing and hiding div elements. I have some simply JavaScript code that runs when a button the page it clicked. <input class=”optionsbutton” type=”button” name=”ButtonHide” value=”Show” OnClick=”showoptions( true )”/> The showoptions function is quite simple as are the functions it…

Continue reading