Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries Tagged as 'Open Source'

15 Segment ASCII Display Project

February 8th, 2006 · 3 Comments

With the resurgence of interest in hobby electronics, I thought my readers might enjoy looking at the details of a simple project I did with cheap EBay-acquired parts. This was a fairly straightforward scrolling LED ascii display.
Goal
A simple-to-use Simstick display, capable of showing a reasonable subset of ASCII, utilizing cheap 15seg displays.
15 Seg Display
I […]

[Read more →]

Tags: Open Source · Uncategorized

Ajax remoting for Invisible Castle

February 1st, 2006 · 1 Comment

I offer the code for my Invisible Castle site under a GPL license. However, it is not the easiest code in the world to get running. Plus, it is really overkill for most people. Most people who ask for the code really just want a die-roller with database lookup for their site.

[Read more →]

Tags: Open Source · AJAX · Javascript · Downloads

Wordpress title suffix plugin

January 24th, 2006 · 29 Comments

I read some research lately which seems to show that keywords matter to search engines in your site’s “title” tag. Not only that, but position matters. Preferably your page title should precede your site title.Unfortunately Wordpress is coded to make that sort of ugly.

[Read more →]

Tags: Plugins · Wordpress · Downloads

Prototype modification to fvlogger

January 20th, 2006 · 2 Comments

fvlogger.js is a fine logging system for Javascript, but when you are already using Prototype.js, it unnecessarily duplicates a lot of functionality. I’ve forked the original code to “fvlogger 1.0.proto”, removing this duplication.

[Read more →]

Tags: Libraries · CSS · Open Source · Javascript · Downloads

AJAX goodness for Invisible Castle

January 2nd, 2006 · 3 Comments

I just rolled my first real AJAX application out to a to testing.

[Read more →]

Tags: Libraries · Open Source · AJAX · Javascript

Wordpress 2 multi-blogging made easy

December 30th, 2005 · 20 Comments

I upgraded the site to Wordpress 2 this morning. This wouldn’t be a bit deal, since the dev team has made it so easy to upgrade.

[Read more →]

Tags: Site · Open Source · Linux · Downloads