Archive for the ‘Website’ Category

Gallery upgrade…

Monday, January 11th, 2010

As usual, you shouldn’t notice a difference, but if you do, let me know.

New version for the new year.

Tuesday, December 29th, 2009

I just completed a relatively significant upgrade of the blog database as well as a normal WordPress software update. It looks like things are up and running, and if all went well, you won’t notice. Let me know if you do.

Wedding pics online.

Sunday, February 8th, 2009

Sorry for the delay, finally got the pics from Mike & Becki’s wedding online. Some good ones a few great ones. Take a look, they’re in the gallery.

IMG_9248 IMG_9275 IMG_9280
IMG_9299 IMG_9322 IMG_9311
IMG_9355 IMG_9362 IMG_9368

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.