ace’s blog

a place for me to record events in my life. plus I can bitch and moan here if I feel like it =)

ace’s blog header image 4

Entries Tagged as 'Web Development'

Week in review

May 9th, 2008 · · AJAX, Family, Home, Lansa, Work

We got back from our trip to mass. on Tuesday. The trip was like our
normal trips, some fighting, some fun, more uncomfortable than anything
really. We had Aaron’s birthday party on sunday, in mass. He had a lot
of fun and got quite a few gifts. We had to mail ourselves a box full of presents even [...]

[Read more →]

Tags: ·······

Beefstew post (lots of topics)

May 1st, 2008 · · Family, Lansa, Masters Program, Teaching, Web Development, Work, twitter

Of course I mean my interest in my current job.  It seems I can’t stand to stay at a place for over a year (check my linkedin.com profile).  There are a few LANSA contracts in central Florida but with the economy behaving the way it is, I think I’m too nervous to take that step [...]

[Read more →]

Tags: ·············

Updated the Vox-Crossposter

April 10th, 2008 · · Blogging, Family, PHP, Vehicles, Web Development, WordPress Plugin

Holy sheep shit! I just fixed a known (to me) bug in the vox-crossposter WP plugin I wrote a LONG time ago.
All I changed was the character encoding from
$email_headers .= ‘Content-type: text/html; charset=iso-8859-1′.”\r\n”;
to
$email_headers .= ‘Content-type: text/html; charset=utf-8′.”\r\n”;
If you look at the second “known bugs” list at http://www.acedanger.com/vox-crossposter, you will see exactly what I changed. [...]

[Read more →]

Tags: ·

Showing shared items from Google Reader in the sidebar

December 19th, 2007 · · Blogging, Web Development, Website, WordPress Plugin, XML

I’ve been trying to make use of the Shared Items in Google Reader and show them on my blog. I’ve tried a couple of different RSS widgets without success, until this morning.
I found a widget that will display the feed correctly. It is called Google Reader widget and was written by James Wilson.
The problem with [...]

[Read more →]

Tags:

My attempt at the utilizing the opensocial API

November 29th, 2007 · · Web Development

So I decided that I would attempt to use the OpenSocial API from Google.
This is not turning out to be a simple task…
I thought I would just be able to create a form, ask for some info, send a POST to some doctored-up URI to some API and then parse the response. Nope. There seems [...]

[Read more →]

Tags: ·