Archive for the ‘Website’ Category

FeedBurner hate.

Saturday, December 27th, 2008

Did I mention that I hate FeedBurner?

That last post was supposed to get published tomorrow, but I mistyped the date to December 8th instead of 28th… so bing… out it went. Normally this wouldn’t be a problem, except the FeedBurner plugin snags the post and IMMEDIATELY distributes it to all of your feed-readers with no opportunity for revocation.

This also means that when I edit the posts to correct spelling and grammar that I inevitably spot after posting, MOST of you will NEVER see those changes… because FeedBurner has decided that the first posting is the One True Post… updates don’t seem to be carried through (at least that I can tell).

Hate.

K apparently gets some useful features out of FB which is why it was installed in the first place. Perhaps this will be revisited soon, but obviously this isn’t important enough to annoy her for.

Comments fixed!

Tuesday, October 21st, 2008

Apologies to those friendly readers who noticed that the comment area was missing from the blog!

This has been repaired. If you didn’t notice, you should comment more… this is intended as an interactive media. If you did notice, but didn’t mention it, well, I guess I don’t need your comments anyways.

Theme Update…

Saturday, October 18th, 2008

Inspired by all the new theme building that John has been asking me about, and the work K&I are doing for the church website, I’ve updated our theme again.

The difference is subtle, but significant. The entire page now scales with window size rather than being fixed width, so for the growing number of people with wide-screen displays, they can spread east and west to their heart’s content. I also put the side bar on all pages rather than just some of them. I’m not quite sure why I didn’t change that earlier.

Let me know if you have any viewing issues.

Welcome to The Manlius Formation!

Monday, October 13th, 2008

Shout out to my friend John who is taking on the inter-tubes with his very own blog and photo gallery (sound familiar?) titled The Manlius Formation.

Go click on that there link and show him some love.

Oh and John: You have now been officially added to the link list.

Edit: Just to make this an appropriate welcome to John, I’ve decided to add this photo:

John gets crazy.

XHTML compliant YouTube embedding.

Wednesday, September 3rd, 2008

I’m sort-of anal when it comes to having standards compliant markup. So it annoys me to find out that YouTube’s default code for embedding videos is not compliant. Thanks to Bernie Zimmermann (and the commentors) for figuring out how to do this better.

You’ll need to change this*:

<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/b3nodga6qmU&hl=en&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/b3nodga6qmU&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>
</object>

To this:

<object type="application/x-shockwave-flash" width="425" height="344" data="http://www.youtube.com/v/b3nodga6qmU&hl=en&fs=1">
<param name="movie" value="http://www.youtube.com/v/b3nodga6qmU&hl=en&fs=1" />
<param name="wmode" value="transparent" />
</object>

Or copy the second block of code and paste the URL of the video of interest into the “data” and “value” fields. Also verify that the height and width are correct.

* Shout out to the WP_CodeShield plugin for automatically formatting HTML code inside the “code” tags.

Another fake post.

Monday, July 21st, 2008

This is not a real post. You are seeing this only because I am trying to figure out why Evil Eyebrow’s feed is weirdly unformatted.

Peace.

I can conclusively say that the theme has nothing to do with it (although I had to edit out the call to the random quote engine.. but I seriously doubt that’s related.)

Ugh… Gallery link refactoring.

Monday, May 12th, 2008

I discovered today that we’ve somehow gotten off by a month on our Nathan albums in the Gallery. We, of course, managed this months ago (in like the 4th month). Of course, we should be in Nate’s 12th month now… not the 11th (as was previously in place). Age is a zero-based numbering scheme but the cardinal numbers associated with age are one-based. You’re immediately in your first year, which ends by turning one year old. So all of this geekiness aside, I fixed all of the albums and the links in the blog going back all the way to last summer. Unfortunately, this is a complete manual process.

The thumbnails displayed in the blog are interestingly enough permalinks, so the images are still visible after I change they’re albums. The links to the image pages in the gallery are not… they are ‘meaningful links’ like “Nathan/5th+Month/”. Unfortunately, this means that they break when the album hierarchy changes. Bleh.

I’ll probably look into changing this because this doesn’t really scale well into the future. I foresee all of Nate’s first year albums being organized into a new album when we break into his second year in a few weeks. This will require me to manually edit all of the links again. Bleh^2. I think I better figure out something better by then.

what’s that? An Update from Kristin…

Wednesday, May 7th, 2008

It’s been a while since I actually made a post here, so I thought I’d use today’s nap time to do just that. Not a real lot going on here other than just day to day stuff, so it may not be real exciting.

I took Nate to the doctor yesterday. He’s had a cold and a very runny nose for several days now, and after waking up many time screaming on Monday night, I was quite sure that he had an ear infection. He most definitely did, so now he’s on an antibiotic. hopefully it will kick in today, and he’ll be a little less cranky.

Nate and I are taking a Music Together class on Friday mornings. it’s been a lot of fun for both of us. He gets to be around a group of kids his age, and I love to see him interact with them. He’s gotten out of the “babies are for eating” stage into the “I’m going to poke you in the eye” stage. lots of fun. He also seem to be enjoying the music. He gets excited when the jingle bells come out and he gets to play with them. So far a good experience.

Nate’s getting better at walking, and is almost ready to do it on his own. When we’re outside in the lawn, he walks everywhere, just using one hand to hold onto 1 of my fingers. Inside, he still prefers to hold on with both hands. I don’t think it will be long now before he’s walking on his own.

We’ve been spending a lot of time outside since the weather has turned nice. Nate enjoys it, and my gardens are starting to look pretty good because of it. Every time we walk around to look at the flowers, I pause to pull a weed or two. Even managed to trim the hedges the other day. hopefully I’ll be able to keep the weed pulling up all summer.

I’ve been doing more scrapbooking again recently. A couple of the moms I met thru the MOMS Club have been getting together fairly regularly in the evenings to scrap, and I’ve been joining them. I’ve been working on a simple photo album of Nate’s first year pictures. Just a regular 2-up 4×6 album that I’ve been making little 4×6 mini-pages to journal on about the accompanying photo. Goes quite quickly once I get momentum.

Well that’s about all I can think of right now. Gotta get back to the laundry. Maybe more to come soon, but I wouldn’t count on it.

New blog theme

Wednesday, May 7th, 2008

What? You can’t see any difference? Well, you shouldn’t but believe me when I tell you that the code is COMPLETELY different.

I’ve converted our theme into the modern WordPress era by Widget-izing the sidebar. Yeah, I know, you don’t really care, but this will make it easier for us to tailor the site to our whims and change the look from time to time.

I also had to create a brand new WordPress widget to support the Gallery Image Block you see on the left. This will be my first ‘real’ submittal to a project like WordPress, so it will be interesting to see how that process goes. It’s written as a plugin which activates the widget (like most widgets are).

If you care, you can read more about the External Gallery 2 ImageBlock Widget.

Gallery up! Stay tuned for more chaos.

Saturday, March 22nd, 2008

With a sweet find from the Gallery 2 forums, I’ve edited some configuration settings for the website. This has forced the Gallery software to use a more modern version of PHP than it was defaulting to. Without any obvious reason why, this has now corrected the server error.

We’ll keep an eye on it, but we’re up and running!