Archive for August, 2006

The beginning there was nothing…

Friday, August 25th, 2006

Until I got bored and decided to write my own picture engine. Right now it just displays random images for the front page of my new picture gallery. With a little Ajax magic and CSS 2.0 fun we should have a kickin picture party.

Perl Oopssss :)

#! /usr/local/bin/perl -w
use strict;
my $picture = new Picture();
print $picture->randomPicture;

package Picture;

sub new {
my $class = shift;
my $self = {
dir => ‘./slovakia’,
reg_exp => ‘.*THUMB.JPG’,
site_domain => ‘http://www.loganandamy.com’,
site_dir => ‘/slovakia’,
@_
};
bless $self, $class;
}

sub giveMePicture{
my $self = shift;
return “siteDomain.$self->siteDir.”/”.$self->randomPicture.”\”>”;
}

sub randomPicture{
my $self = shift;
if (ref(@_)){
$self->{rand_pic} = shift;
}else{
$self->{rand_pic} = ${$self->openDir}[int(rand(scalar(@{$self->openDir})))];
}
return $self->{rand_pic};
}

sub openDir{
my $self = shift;
my $altdir = shift;
if (ref($altdir)){
$self->dirCriteria($altdir);
}
my $reg_exp = $self->fileCriteria;
my $dir = $self->dirCriteria;
opendir DIR, $dir || die “unable to open dir:$!”;
@{$self->{dir_files}} = grep {/$reg_exp/ && -f “$dir/$_” } readdir(DIR);
closedir DIR;
return $self->{dir_files};
}

sub siteDir{
my $self = shift;
shift @_ ? $self->{site_dir} = shift : $self->{site_dir};
}

sub siteDomain{
my $self = shift;
shift @_ ? $self->{site_domain} = shift : $self->{site_domain};
}

sub fileCriteria{
my $self = shift;
shift @_ ? $self->{reg_exp} = shift : $self->{reg_exp};

}

sub dirCriteria{
my $self = shift;
shift @_ ? $self->{dir} = shift : $self->{dir};
}


Does Amy EVER blog??

Tuesday, August 22nd, 2006

Yes she does, although lately she’s had some other priorities.  Logan proposed to me on June 24!  We have made it official and public that we are crazy about each other.  Since that day, we have been wedding planning, house marketing, job searching, and future dreaming.  We will be married in November, the month when the harvesty season gives way to the holidays.  We will have our wedding here in Medford, and then I will be making the trek back to Portland to settle and start working.  Job possibilities are still up in the air…

This is all so crazy, considering how we met - a blind date from one of my co-workers last September turned into something beyond amazing!  A year ago right now, we didn’t even know each other.  Now I realize how glad I am that I held out for who God had planned for me - His best was yet to come!  Soul mates don’t come around all that often…


No More Long Lines

Sunday, August 13th, 2006

Quote of the Day

Thursday, August 3rd, 2006

Shaping of Things to ComeI am currently reading through the book, The Shaping of Things to Come by Michael Frost and Alan Hirsch. This book has turned upside down my lifelong conceived notions of Christianity and how I view myself as a Christian or as a follower of Christs teachings. I plan to write a throrough review of the book once complete, however here is a quote that I had to share.

“‘For the Romans nascent Christianity was not at all a new religion. It was antireligion. This view was well founded. What the first Christian generations were putting on trial was not just the imperial religion, as is often said, but every religion in the known world. ‘ Christianity is antirelgion, not just another religion competing with all other pretenders to the Way. “

Now that’s some food for thought, and I have my fireman suit on. ;-)

Peace.

There’s more to life people!

Tuesday, August 1st, 2006

I really despise e-mails like this, especially when you work in the epitome of dilbertland.

“Hello! I will be your team captain for all of the activities we have
planned for August. I’ve tried to come meet all of you, I know I have
missed a couple people.

Please remember that we have the luxury of extra casual days on: 8/1,
8/2, 8/8 is Hawaiian shirt day, 8/9, 8/15, 8/16 & 8/23. We can wear
shorts and flip flops on these added casual days but tank tops are not
allowed. I hate to be a nag but we wouldn’t want this luxury in August
to be taken away. We also need to make sure that shorts and skirts are
past your longest finger as you stand with your arms straight down.

Some of the fun activities planned are coconut bowling, hoola hoop and
mini golf. I will need 2-3 volunteers for each one, please let me know
what activity you would be interested in so I have an idea. This is not
mandatory, you don’t have to participate if you don’t want.

I’ll be in touch with you all on 8/1!”

Please, haven’t these people seen Office Space??

Quote of the Day

Tuesday, August 1st, 2006

“Experimental groups seeking to engage the Christian faith in a postmodern context will often lack the resources, profile or success record of the Boomer congregations. By definition, they are new, untried, relatively disorganized and fearful of self-promotion. They reject the corporate model of their Boomer forebears, and thus do not appear, according to exsting paradigms, to be significant. But don’t be fooled. Somewhere in the genesis and genius of these diverse groups is hidden the future of Western Christianity. To dismiss them is to throw away the seeds of our survival.” - Gerard Kelly, RetroFuture

I have to say this quote gets me pumped up. Some of the things that the emerging church is doing is quite amazing, and truly revolutionary.