Monetizing Feeds

Tuesday, October 14th, 2008

I’m experimenting with AdSense for Feeds to see if I can increase the revenue from these sites from its current level at which my time would be more profitably spent digging in the couch for lost change.

This has required some changes to the feeds (they are now redirected through FeedBurner) so holler if anything looks awry. If it borks up, I’ll just kill the feed ads. The only real money this site makes is from the Amazon affiliate sales anyway. (Hmm, I wonder if I can sneak those into the feeds somehow?)

If this works, soon the feeds too will contain adds for “American Touch Painting”, “Top O.C. Divorce Attorney (Aggressive & Caring Representation)”, “Internet Dispute with a Free Telephone Consultation with Aggressive Lawyers”, and “Tummy Tuck Orange County”. Hmm, Maybe this wsn’t such a good idea after all. I wonder if AdBlock Plus works for feeds?

Android XML Weirdness

Tuesday, September 16th, 2008

Here’s something weird I noticed while fooling around with the Android SDK:

<?xml version="1.0" encoding="UTF-8"?>
<TextView xmlns:a="http://schemas.android.com/apk/res/android"
    a:layout_width="fill_parent" 
    a:layout_height="wrap_content" 
    a:text="Hello World"
    />

If the weirdness doesn’t strike you, look twice.
(more…)

Dreams Do Come True

Monday, August 11th, 2008

Dreaming in Code book cover Dreams do come true. Chandler 1.0 has been
released. The client component is written in mostly Python and the server in mostly Java. I’ll have to try this out a little later today.

Incompetent Boobs Part 3

Thursday, July 10th, 2008

I’m beginning to feel like I can write this story on autopilot:

Our companies web site uses a content managment system whose interface is all browser based. Turning the GSA loose on our web site using an administrative account ended up wiping out 85% of our web site’s content thru the execution of delete actions from web page links in the administrative interface of the content managment system.

The CMS system we use is built in coldfusion (which we’re rapidly moving away from to .NET sometime next year.). These coldfusion pages have buttons / images all hyperlinked to perfrom different actions for content records, content folders, and unfortunately whole web site instances. One of these hyperlinked image buttons deletes the content when clicked, which the crawler furiously did last night.

And just in case anybody didn’t get the point the first two times I ran this story:
(more…)

Firefox 3 for the Mac

Thursday, June 19th, 2008

I tried Firefox 3 on Windows and I liked it there, but on the Mac? Bleah. It looks like a bad knockoff of Safari but without the attention to detail that signifies Apple products. A lot of the icons are ugly, and off by just a pixel here or there. You’d think one pixel wouldn’t make that much difference but it does. Plus I actually preferred the traditional Firefox 2 chrome to the Safari style brushed metal widgets.

Plus it’s perceptually much slower than Firefox 2. I’m a 20 WPM typist at best and I’m typing faster than Firefox can enter text into this form. The characters are several words behind where I’m typing about half the time.
(more…)

Borked Again

Monday, May 26th, 2008

While I wasn’t looking, WordPress somehow decategorized most, but not all, of the over 700 posts on this site. However it did this mostly to older posts so I didn’t notice at first. However the result of this is that most of the URLs have now changed, and many things that shouldn’t be in the birding category now seem to be; for instance, this post about Mac OS X Leopard. In addition the category pages such as Sci Fi now are virtually empty.

I can see no alternative but to go through and manually recategorize all 730 posts on this site as time permits. If I do 10 a day I’ll be finished in three months. Bleah.

I am increasingly unpleased with WordPress. I’m going to stop recommending it to others, and will seriously consider any alternatives that come along.