Cindy asked a question in a comment on yesterday's post that bears some discussion. She had the grace to apologize for linking to a post of mine last week on some great new resources on fair use.
Here's my take. In the world of blogging, links are LOVE. I don't think it's ever necessary to ask to link to a blog post.
When linking to a resource like the fair use guides, the author obviously wants them distributed. Further, you are probably going to reference the source in your copy, anyway.
In the case of Cindy's link directly to a resource I recommended, a shout out or a hat tip are kind of customary in the blog world. So thanks Cindy! 'preciate the LOVE!
And, by the way, Cindy has a pretty cool blog herself, where among other things, you can find our once and for all whether crap is really a swear word, right here!
And, lest I be accused of not following my own example, HT to Craig and crew from the Swerve blog for kicking off this little conversation.
by Kirk Longhofer (noreply@blogger.com) at July 24, 2008 10:09 AM
Dustin shot me an email this morning with the news ... next week VMware is going to start giving away it's latest ESX3i hypervisor ... and yes it fully supports iSCSI SANs!
Of course, you'll still need to pay for the big daddy features like vmotion, virtual center, etc; but this is a great move by VMware to get their hypervisor product into the publics hands (like ours) before we look closely at switching to Microsoft's new hypervisor :-)
Sadly, we don't have any physical servers that are on the hardware support list for 3i ... but the list is still young and growing. That won't stop us from testing it on our older Dell servers :-)
This is just the next step in the virtualization ladder. VMware Server is a great entry point to get familiar with virtualization and we've been running it production level for 3+ years now. It works VERY well. However, the bare metal 3i hypervisor eliminates the need and resource hit of the host operating system, in our case Server 2003 Enterprise, along with a host of other benefits VMware Server doesn't offer ... and again all this for free. So we loose nothing and gain features all for free? w00t!
Even support is available for a low cost of $500-900 ... that's a no brainer.
Now if only VMware would give us non-profits a big price break, like Microsoft, for vmotion and the other VM goodies! Pretty Please!!!???
Alright so I am still alive and in Edmond. I’m currently writing this from my “new” iPhone.
Really liking it so far. With this new wordpress app I may actually write more but no promises.
Go check out http://www.tulsaloop.com
I was chatting in the SMUUG (Southwest Missouri Unix Users Group) IRC channel from my favorite IRC client irssi, and someone posted a link to vimpress. That’s right, I can now post my WordPress blog entries directly from vim, my favorite editor and yours.
Now if that ain’t geeky enough for you, I don’t know what is!
There have been a couple of interesting discussions online regarding plagiarism and the use of creative material, with and without permission this week. One involved a church who recently discovered that their web site had been jacked by another church. Ripped off. Like even using the same stock photos. Amazing! I don't think anyone would disagree that is just flat wrong. Sometimes, though, the line is not quite so clear.
Over at the Swerve blog, Craig Groeschel asked the question about when it's appropriate for a pastor to use material from another pastor's sermon, and when credit should be given.
Lots of interesting responses in the comments.
Here's my take, for what it's worth.
Reference. Footnote. Attribute. Always. Every time. Without fail.
Why?
Because if you don’t, it will be discovered, and that has the potential to harm the cause of Christ. It’s SEEN as inappropriate.
Some folks questioned whether this is a thinly veiled attempt to seek credit. I don't think so. Attribution and credit are not the same thing. Even when credit isn’t sought, attribution is still appropriate.
Use of material unattributed can be a huge barrier to the reception, and ultimately the emotional and intellectual integration of that message by the person hearing it. It doesn’t diminish the message, or the messenger to acknowledge where material has come from.
by Kirk Longhofer (noreply@blogger.com) at July 23, 2008 11:59 AM
The Charleston Roundtable is set for October 8-10. We've got an Atlanta tour of North Point set for Tuesday, October 7. There had been earlier interest in touring other Atlanta churches. *IF* we were to do that, it would have to be Monday, October 6. Anybody interested in spending time on Monday in Atlanta? If so, we could probably arrange visits with some (maybe all) of:
If you'd be interested in "one more day" (in the Atlanta area), let me know by comment here and I'll set something up.
When you setup a network interface(s) for a Virtual Machine (VM) you must assign a MAC address to that interface. Much like an IP address, you must insure that the MAC address you assign does not conflict with any MAC address on your network. For a home network, it is simple enough to check the MAC address of each device, but in a larger environment with a large number of devices the task can be much more difficult.
For either situation, there is an easy solution. A reserved range of MAC addresses exists, much like the reserved range of IP addresses for private use. It is technically referred to as a Locally Administered Address, or LAA. Where a MAC address is comprised of a 6 octet address (in hexadecimal form), the LAA range has the second LSB (Least Significant Bit) set to '1'. So valid ranges for LAA in hex form are:
You can assign your own value for 'x'. Of course, it must be in hexadecimal form, so valid values are 0-9, and A-F. Examples of valid LAAs are:
02-ab-cd-ef-12-34
d6-22-33-ff-ee-1a
etc...
Something to think about:
As you assign these address to your VMs, you want to be organized about your distribution model. For your home office, it is less relevant, as the number of MACs you will be assigning should be small. However, in a corporate office you need to interface with a large number of other users that may be attempting to do the same thing. You IT department would be responsible for administering and assigning these addresses. I would assume you are probably a part of your IT department if you are reading this, so let me make a suggestion for a methodology to follow.
I prefer to use an identifier of the individual, such as their phone extension, and then let them assign their own address for whatever VMs they create. For example, if John Doe is at extension 12345 (or his DID number ends in 12345) then I would assign him the MAC range of 22-01-23-45-xx-xx. He could decide his own designation for xx-xx. This would ensure that if conflicts arise, it will only be with his own system.
On the server side, I prefer to identify the VM itself. I select one of the IP addresses that is assigned to the VM (assuming the IP address is static - for a server, it should be) and include that as part of the MAC address. For example, if my VM has an IP address of 10.123.234.222 it's MAC address would be aa-12-32-34-22-2x. x would then be assigned, one to each interface of the VM. As long as the VM did not have more than 16 NICs installed, it would be no problem. For the rare system with more than 16 NICs, I would change the first octet to 'ba', and follow the same approach for an additional 16 available addresses.
To clarify, note that I selected a 'primary' NIC of the Virtual. It doesn't matter which one. For me, when installing a system for the first time, I usually only have one NIC that is installed in active to get the OS loaded and setup. I'll then add additional as needed. That is the NIC/MAC/IP combination that I refer to as my 'primary'.
Of course, make sure you have all of this information centrally documented, just as you would for your static IP addresses.
A while back I was using the offline files function of Windows to sync files from my laptop to the network and back. It worked great.... for a while.
After using it for a few weeks I would get sync conflict errors or the process would just lock up and not work. I was beginning to get frustrated not being able to keep my files up to date on our network and my laptop at the same time.
I then found a piece of software called Smart Sync Pro.
Smart Sync Pro is relatively inexpensive and allows the user to sync multiple local directories to multiple server directories. It also allows you to choose different sync types (one way, two way, etc).
It also works great for backing up your files - as it can send them to a zip file or an FTP server on a schedule.
So far I have not had an issues with it on Vista either - and it works much better than the Microsoft built in tool.
So far Outlook 2007 and Exchange 2007 have worked great. We were able to get Outlook Anywhere with Outlook 2007 and ISA 2006 working today- after some intense trouble shooting.
The only error we have left is a certificate error regarding the autodiscover service.
(You can see the full error by clicking the photo below)
This is because we changed all of the services in Exchange 2007 to use webmail.newcovenantbible.org as the location for the service- and we forward them to the correct place- avoiding having to purchase a UCC certificate.
It looks like we will now need to purchase a UCC cert or a wild card certificate to fix this issue permanently - or I guess we could just deal with the error (but that would really bother my OCD and perfectionist tendency's) - and I really want to release this to our mobile staff with out having to explain an error.
Has any one else done this - any thoughts?
The 1970's musical "Godspell" ... which has arguably exposed more people to the Gospel stories recorded in Matthew than any preacher or evangelist in history... is headed back to Broadway.
Interesting. The music is amazing. Lots of songs you'll be humming for days after seeing the show. They may be a bit dated, although there was an update done to the score in 2000 or so. The show is often set in a junkyard, but I've seen it done on a playground, and with a very minimalist set of colored blocks. Real fans know it was the musical banned from Bobby Hill's school on "King of the Hill."
My question: Moving a show to Broadway is big bucks. So is this another piece of evidence that our culture is more curious than ever about all things spiritual?
by Kirk Longhofer (noreply@blogger.com) at July 23, 2008 12:28 AM
This past week I received a call from one of our staff members who reported that every key he pressed ANY key on his keyboard he heard a beep. He couldn’t type since everything displayed as strange characters and the problem didn’t go away after rebooting.
When arrived he showed me the symptoms he had described. I first thought that it had something to do with the laptop docking station, and removed the laptop from the dock… All was well. So next we deleted the hardware profile and rebooted the laptop… and all was well.. for about 30 seconds and the problem started again. None of the keys were stuck in the down position, but it appeared that the control key was stuck. At the login page you could press alt-del and the login page displayed, if you pressed ctrl-alt-del the machine just beeped.
So for a few minutes I thought about the problem and suggested we get an external keyboard to see if that allowed us to use the laptop. Quickly the user says “I have a keyboard right here under my desk, and its even wireless”. On a hunch I suggested he press the ctrl key on the wireless keyboard while I press the alt-del keys on the laptop… sure enough the login prompt displayed. The wireless keyboard had been left on and ‘connected’ to the laptop while under the desk. Sometime during the day a small cardboard box fell over under the desk pressing the ctrl key.
Lesson learned: remove your batteries from your wireless keyboard when you aren’t using it!
{This Story was shared with the permission of G. Webb}
One of the people who was on my original blogroll a few years back popped back up today! BJ Bergfalk was one of the first voices speaking of an emergent, missional faith that I found. His self-imposed sabbatical from blogging is now over. Do yourself a favor and add Naked Religion to your daily reading list today! Now if we could just get Terry to use more than 160 characters at a time, life would be sweet again!
by Kirk Longhofer (noreply@blogger.com) at July 22, 2008 11:46 PM
For all things Church IT related, check out CITRT.org
Events Ahead:
I'm sure everyone will be shocked: we have a change in plans! Unfortunately, this change of plans is that we're substantially delaying our Asterisk implementation. As we looked at our new construction project, getting phones configured and installed in time, and exercising even moderate stewardship, just wasn't looking good.
We narrowed things down to three basic options.
After lots of heart-wrenching discussion, we chose #1. That was actually my suggestion, even with great reluctance. That means we won't be touching Asterisk for months. Darn! Of course, it means we won't quite be killing ourselves between now and August 30. Sure hope that's the right trade.
Well, because of some staffing changes, my office was recently rearranged. During the "move", I gained some desk space. At the same time, I also setup a new computer. The fast workstation I now have under my desk will be used for a Virtual "Test Lab", server staging, and (eventually) a network monitoring station. Here's some pics of the new layout:
Here's the hardware I'm working with:
1. IBM Thinkpad T43: Centrino 1.86GHz, 2GB RAM, 2x HDD (160GB total), removable DVD burner.
2. Custom Built computer (outside of pic): Core2 Quad Q9450, 8GB RAM, 300GB 10k boot disk, 1.3TB of usable disk space (1TB RAID-5 and 300GB RAID-0 array), Dual Nvidia 8600GT, Logitech Z4 speakers and a DVD burner.
3. Displays: 2x Benq G2400WD on an Ergotron Monitor arm, 1x Acer AL2216WBD attached to an Ergotron Laptop/Monitor combo mount.
The 2 Benq LCD's and the Acer are currently all hooked up to the Quad-core rig, and I'm using the Thinkpad stand-alone (although I sometimes use the Acer with it).
Software I work with everyday:
ACS People Suite
Microsoft Office 2007
Mozilla Firefox 3
Mozilla Thunderbird
Putty
UltraVNC
VMWare Workstation 6.0
Winamp
I'm thankful that I've got such a great setup of tools to use every day.
by noreply@blogger.com (Shawn Ross) at July 22, 2008 01:12 PM
Great post and reminder from Tony Morgan yesterday. If you're reading blogs (and if you are reading this, you are!) you should be using a blog reader. Yes, this may be basic for lots of folks, but let's not assume!
I have a tremendous amount of stuff I need to stay current on every day. Lots of that input comes from the web. Much of that is available on a blog, or as what is called syndicated content. What's that, you ask? Simple.
When you go to a web page, you're PULLING the content to you. How cool would it be if the web page PUSHED new content to you whenever something you are interested in is updated? That's what syndicated content and blogs do when you use a blog reader!
Anytime you see this symbol, there is content that can be pushed to you on that page. It's so much more convenient than visiting dozens of websites every day! You set up the blog reader to go get what you want and deliver it to you neatly! I'm using Bloglines right now, but a switch to Google Reader may be in the works. Give it a try. I guarantee, it's addictive!
by Kirk Longhofer (noreply@blogger.com) at July 22, 2008 08:43 AM
About a year ago we were looking for a way to track benevolence requests in a more effective manor. We landed on choosing a piece of software called Charity Tracker.
Charity Tracker is a piece of software that allows many organizations to collaborate on one data set and share information on benevolence. It helps the community put in place a system that helps to prevent fraud, and help make sure we are able to focus more on the people than the system we are using.
So far we have not added any organizations to our network- but we would envision doing so in the future.
Imagine if you had all of the area churches, as well as organizations such as the United Way, and Salvation Army all tracking information in some what the same way. We would immediately know if a person has already received assistance as well as where from and possibly how much assistance if the organization choose to show that much detail.
It has a lot of potential in the future. The user interface is easy to use - and it has a decent reporting system. If you are looking for anything similar - I would recommend giving it a try or even take the tour on their site (it was very helpful)
The pricing structure is very reasonable (its only $15.00 a month -and if you need more than the 5 users they give you - they seem to be very willing to negotiate giving you more at a reasonable price).
The only thing I feel it is missing is an API that would allow us to tie it into our Arena ChMS system to keep all of the information in one database.
Over the last couple of months we have realized we had a few tedious tasks in Arena ChMS we thought we could automate to make someone's job a bit easier and more enjoyable.
The list included two main items-
(1) A way to change anyone's member status to ""minor" if they are under eighteen years old- even if some one entered them as an attendee or member.
(2) Once some one turns eighteen change their record status to attendee from minor - but only where their member status was first "minor" - which stops the system from automatically making everyone attendees.
By creating a couple- some what simple stored procedures in SQL with the help of David from Shelby / Arena ChMS.
We were able to save some time (and over all money) by making this process "just happen".
Yumm. Living in S. Florida I am blessed that Publix stocks Merenguitos. This little puffed sugar sweet is a treat to both my taste buds and my admittedly under-developed sentimentality. This is one of the few foods that take me back to Sao Jose dos Campos where I grew up.
Today I tried the Guava flavored ones in a package that said many confusing and conflicing things like:
Grandma's Style
No Guilt
Sweet & Tasty
No Cholesterol/Fat Free.
I'm positive all those things can be true at the same time. For sure there is a lot of guilt related to the fact that I scarfed the whole bag and didn't share with anyone.
This past weekend our network administrator, Jeremie Kilgore got married to the wonderful gal who he affectionately calls “lady”. See Erin’s user name on their wedding blog as shown below.
While at the Wedding I snapped some photos to share. Of course I emailed these to JK on his phone before they were even out of the church… Unfortunately, I wasn’t able to take a shot of them running thru the bubbles and email that to them before they got in the car… Sorry Bobbi.
So here are some photos of Jeremie & Erin’s Big day.
Jeremie Assessing the situation
Communion
Announcing Mr & Mrs Jeremie Kilgore
A Sweet Ride (What doe he do for a living??!)
Dave B and others waiting to “do the bubble thing”…you pull the top and toss whole container right?
Mel and Alex checking the car over.
Jeremie being a gent
Jeremie made the cake that Erin and he cut, and I am glad because the test cakes were tasty office treats!
This photo was placed on the tables at the reception, WOW I think I might have been too scared to hire JK if he still had hair like that…. Talk about a guy you wouldn’t want to mess with. Note to self… if you ever need a bodyguard, have Jeremie grow his hair long again….
Congrats Erin and Jeremie!!!!
I’ve had a few inquiries regarding how I setup BIND as a DNS relay for my remote offices. It’s really not as complicated as it sounds. I’ve standardized all my Linux stuff around Ubuntu LTS, so these instructions may need to be tweaked somewhat if you’re on a different platform. The BIND9 configuration stuff should be the same, but the location of the configuration files may (and probably will) differ.
I started with a clean install of Ubuntu Server 8.04 LTS inside a VMWare virtual machine. During the installation, I selected the “DNS Server” option and proceeded. Once the install was finished and the virtual instance had rebooted, I ran “apt-get update” and installed all updates and again, rebooted. If you already have a working Ubuntu system and want to add BIND, it should be as simple as typing “sudo apt-get install bind9″ on your terminal.
Now, here’s the good stuff. Open /etc/bind/named.conf.options in your favorite editor and make some adjustments. Here’s what my basic configuration looked like:
options {
directory “/var/cache/bind”;
allow-query { any; };
allow-recursion { any; };
query-source address * port 53;forwarders {
172.17.0.5;
};auth-nxdomain no;
listen-on-v6 { any; };
};
Make these changes to the config and restart BIND. Test that the lookups are being properly forwarded to the upstream nameserver. Once you verify it’s working, you can make additional changes, such as implementing a BIND access control list (ACL). Add something similar to this to your /etc/bind/named.conf.options file:
acl my-subnets {
172.17.0.0/16; //headquarters
172.18.1.0/24; //office01
172.18.2.0/24; //office02
};
Once you’ve added the definition for the ACL, change your allow-query and allow-recursion to the name of the ACL:
allow-query { my-subnets; };
allow-recursion { my-subnets; };
As usual, restart the BIND service and you’re all done!
Copyright and the church and copyright law is one topic guaranteed to kick up a cloud of dust. Lots and lots of confusion out there. Some people still think that churches get a pass on copyright issues, just because they are a church. Not so, but we'll leave that discussion for another day.
When the whole subject of video media in the church comes up, things get even more confusing. Yes, you should have a CVLI license in place, but it doesn't cover everything. And, what about this whole concept of fair use?
The Center for Social Media has a couple of great resources on the topic of fair use. They've put together a HIGH POWERED panel of attorneys and legal scholars to create a statement of Best Practices in Fair Use for both online media, and for documentary filmmakers. There's a lot in here that applies to our use of video and other copyrighted works in the church.
Both give real world examples, and boil down complex legal concepts to a place where normal folks can get a handle on them. Both are worth taking 15 minutes to read.
by Kirk Longhofer (noreply@blogger.com) at July 21, 2008 05:22 PM
Their have been a few times where I have been stuck on something - or have been trying to figure out why a certain part of Arena ChMS acts the way it does. Usually- with anything open source I would just check the source code and see what is going on - with Arena its a bit harder to do since they complied all of the source code into a Framework.dll file.
A few months ago a ran across a program called Reflector for .NET which allows you to open op the .dll file and see the code behind it- in an organized fashion. The best part about Reflector is its free.
As always with tools I suggest or post on my blog - you use them at your own risk- as most software companies have a clause in their license terms regarding reverse engineering.
Well.. Hillsong Conference 2008 is slowly fading into the distance. It's only 2 weeks ago that Conference started, and we were finalising the setup of the Internet Cafe, and the cabling of the Expo hall.
It shouldn't be any harder than...
Then you can run a report that...
Today I wrote two reports in about 4 hours that do exactly that. However, the reports themselves are not the big deal, the two stored procedures behind the reports are the big deal. They can be referenced by a web application. Imagine that you are the small group leader and you log in and see people who are candidates for your group. On the other hand you might be a person who logs in and sees the groups that are the best candidates for you!
For this to work you have to have the following ingredients:
We've got 1, 2, & 3 covered, but we need #4 before we can engage with #5. #4 is where our old tools failed to deliver. Good thing we are working on fixing that.
"Creativity is a wild mind and a disciplined eye."
Don't know who said this, but it's really rolling around in my mind today. I love the dichotomy of the wild mind and the disciplined eye. Here's what I've been thinking, though. Both are impacted by junk and clutter and a lack of white space. Is it even possible to maintain consistent creativity in the midst of chaos?
Checklists, process and SOP are all tools tools of the concrete and sequential. They're certainly not intuitive to me. I'm learning more and more to use them. Here's why. I think they're tools that can be used by creatives like me to manage our worlds.
That creates more space. White space. More margin. That allows our minds go off on wild goose chases. And it increases the likelihood that we can capture the connections between those random pieces of experience that make up our lives.
Those connections, I think, are critical. It think that it's in these connections where creative thought and expression live and breath.
HT to Jon for the quote. Have a great week!
by Kirk Longhofer (noreply@blogger.com) at July 20, 2008 06:58 PM
If you are like me you have responsibilities and deadlines that cause you to procrastinate. Recently, I have found there are multiple procrastination factors in my life at a one time. No longer am I just putting off writing one term paper. Now there are 5 or 6 things I'm avoiding doing till the last minute just in case of rapture or the collapse of the global economy.
Given what seems an exponential growth of procrastination sources, I can now devise interesting ways to fool myself into doing things that I used to avoid since there are other things I want to avoid even more! What a blessing.
I offer this advice if you find yourself with multiple procrastination causes.
Pick the biggest ugliest thing you're procrastinating about. Gear yourself up to do it for like an hour. Do the whole shower, shave, clear the desk, walk the dog, etc routine. You know what I'm saying right? Then, just as you are about to pretend to go do that big thing (you know you won't do it anyhow), give yourself permission to go do one of those other less frustrating-tedious-impossible-boaring-useless-difficult things on your list.
You see, you are still procrastinating. That makes the lazy part of you feel good. You are also getting something off your list of things you were procrastinating about. This makes that other part of you feel good.
For instance
We can call this principle Procrasductivity (Procrastination + Productivity). Here are a few ways to use this in general conversation.
Procrasductive - adj. the measure of what one can do while avoiding something that needs to be done even more. (for instance: He is amazingly procrasductive at work!)
Procrasduce - v. the act of getting one thing done while avoiding another. For instance: He procrasduced an amazing amount of blogs yesterday while avoiding doing his taxes.
Google says I am only the 3rd person to use the word "Procrasductivity" and no one has used "Procrasduce" or "Procrasductive". While these facts argue the words may not catch on, I am staking a claim here just in case they do. I want a footnote at least when someone procrasduces the solution to the global energy crisis.
As I said in my previous post- more often than not - I need to turn an email into a task or project.
Using Clear Context I choose "Task" and the email immediately opens up into a task. (see image below - click for larger version)
I then choose a category for this task based on the context of it.
For this specific email I choose to categorize it as "Online" since I can only work on this task if I have an Internet connection.
Now that I have assigned the task a category I can see it in the list of all the possible tasks I can do while "Online" in Outlook.
I have many other categories (Any Where, At Home, At Office, Calls, Errands, Projects (with the next step outlined within them) , and then categories for staff that I work with directly that I have items to discuss with them or something I am waiting for them to review. I also have a category called "Waiting For" which a task is filed if I am waiting for some one else to complete an action first.
So far - this has been the most successful way I have found to organize my tasks and projects using the GTD methods.
I would like to see something similar to Remember the Milk created as an add-on into Outlook - or for Microsoft to build in some of the features to have "sub tasks" assigned to a major task or project to keep things a bit easier to organize.
I finished Getting Things Done last week- but have been slowly implementing the practices over the last 6 months or so.
One of the things that has helped me the most over the past couple of weeks has been organizing my tasks by "context" in Microsoft Outlook.
When an Email comes in to my Inbox I immediately (well okay- not every time but its a goal) choose what to do with it. I have a few options.
1. Defer it to a later time (the tickler concept) (The great thing about this add-on is when you hit differ- the item magically appears back in your Inbox on the date / or time you choose)
2. If it takes less than five minutes do it immediately
3. Turn the item into a task or project.
4. Turn the item in to a calendar request / meeting
5. Assign the item to some one else to do.
By use the Clear Context Pro Add-on I have all of these choices at my finger tips. (see image below- click to make it larger)
Many times I need to turn the item into a task to do later. Most of the emails I get are action items- (need to call some one, purchase something, meet with someone, train a new staff member, etc).
I will post more about how I handle these items using the GTD concepts next.
Looking for graphics, audio or visual resources to spice up your next series? This is my current list of sites that provide materials for ministry, some free and some may cost a bit. Let me know of any sites that I have I missed in the comments.
Don't get me wrong- I like everything about iTunes, my iPod, and mostly everything about the Mac I have been using recently- but there is one thing that bothers me.......
iTunes updates.
Why is it that every time iTunes updates - it tries to install Safari during the update?
I have nothing against Safari (besides I do not want to use it on my Windows Laptop)
I would compare this to Microsoft trying to push out a new version of Internet Explorer when you download the new version of Windows Media player.
Will this turn me away from using iTunes? Probably not - but it is something that bothers me.
Any one else feel the same way about this? Do you think it's okay that Apple does this?
I was very excited about the release of Fire-Fox 3 - but the one feature I missed the most after switching was Google Browser Sync. I used this feature to sync my bookmarks from my laptop in my office to my Mac, my desktop at the house, and a computer in our IT Work Center at the church.
I would constantly find myself needing a file or web-site I book marked on another PC and not be able to get to it - since I no longer has Browser Sync. (Google discontinued it after the release of Fire Fox 3.)
I have been using a new tool from Mozilla called Weave over the past couple of weeks.
At first it was very slow, did not work well, and did not show you the progress of the sync- but many of these issues have now been fixed, and it seems to work well.
If you were a Google Browser Sync user- I would encourage you to give Mozilla Weave a try.- The release built for the pre-release
of Fire Fox 3 seems to work well with the final release.
Today while on vacation my family and I went to the movies and saw Get Smart. It was SO good! If you're a movie goer, this one's a must see. It's very funny and pretty family friendly!by Nick Nicholaou (noreply@blogger.com) at July 19, 2008 01:53 AM
Earlier this year I wrote about a Group Policy book that I really liked. I’m happy to discover that it has recently been released again in what is equivalent to its “fifth edition”, but now as two books instead of one.
Rather than repeat what the author has posted regarding the reason for two books, I’ll simply point you here. Suffice it to say that I’m even more of a fan with these latest releases! They really explain Group Policy in a way that’s easy to grasp, and provide you with all the ammo you need to use GP effectively. I have only just started the second book, but I’m confident it will be just as useful as the first! An added bonus is that they completely cover the GP changes and enhancements that have arrived with Vista and Windows Server 2008.
Highly recommended for any AD admin that is just starting out learning Group Policy and those who want to know just about everything related to GP.
Over a year ago we launched the latest version of our web site, www.stonebriar.org . I say we, but in fact I mean Jason Reynoldsand Andrea Bagwell. They along with a few vendors really created a far above average site. Jason has moved on and is the CIO of a large church in Florida and is doing some mighty work down there. Andrea remains here and continues to make fresh changes and updates that keeps our site well ahead of the crowd, IMHO.
A few weeks ago Andrea pointed out to me a church website in the mid-west. I looked at it and I thought it looked great, well I would as it was essentially our site. They did change the colors around but it was clearly our site remade. They even had a pull-down in the exact spot of our unique Ministry Index, except theirs didn’t work. Maybe the worst part, in my opinion is under the section ‘Get Connected’ they used our page word for word. They even used they same photos we paid to use. If you looked at the source of the ‘Get Connected’ page you can even see the Stonebriar.org name throughout. Some of “their” photos actually were even being pulled from our page! Andrea attempted to contact them and no one responded until just a few days ago. They seemed to be cooperative and we will see what they will do. They still have not changed anything yet.
A few days after we found the other church website, another website was brought to our attention. This time it was a technology company in the south. Their version of our site even had the exact same colors and exact layout. Every page still had Stonebriar.org references in the source on every page. When Andrea contacted them the responded very quickly and within a day they even took their page completely down. Right now they they have a simple apology up and zero content. They say the company they hired to do their page is now out of business.
In both case they lay the blame at the developers feet. In the case of the church their vendor says the church signed off on the content and they are not to blame. Andrea’s and my boss wisely said to inform our developers and the offending sites and we would not pursue anything on the legal side. All in all is it really a bad thing to copy a good site? It does show a lack of integrity I’d say. I think the people who have gotten hurt the most is the developers and designers. Essentially they did a lot of work and were paid for it by us, and someone else just came along and cut and pasted their work.
We use the TYPO3 content management system. At it’s core it is open-source and a community so by default ideas are readily shared. However just to cut and paste what someone else has done seems wrong to me. I think Andrea has been awesome with all of this. Many times in the past some group will call up asking us to share some element of our code for a page. She is always generous and will share any and everything we have. She only asks they not just duplicate our page.
The nice thing is that with the level of exposure our church here has, it is very unlikely a copy of our site will go unnoticed. I know web developers face this issue every day and it is nearly impossible to combat it. The old saying comes to mind, “Imitation is the sincerest form or flattery”. In these cases I think sincere is the wrong word. I purposely left off the actual websites as I would like to take everyone at their word that these were just mistakes. I have a feeling we could drive ourselves nuts finding more of these pages out there. I think it is very possible to see elements of your page that you may have “inspired” on other pages. But when they don’t even bother taking your name out of the copied code…..
No time for a long post, but Pandora.com with a radio station based upon one of my favorite bands, Toad The Wet Sprocket, resulted in an awesome playlist for lunch today.
As I mentioned earlier, Pandora is the killer free iPhone App Store download in my opinion.
Can't wait to see what happens when I put Crash Test Dummies in.
It's Friday. Time for monkeys. These ads are from the Super Bowl a few years back. The first one is my personal favorite!
Have a great weekend!
by Kirk Longhofer (noreply@blogger.com) at July 18, 2008 04:35 PM
There are many flavors of Linux out there in various forms. Some have cool names some have cool branding. I started out with RedHat. Then I moved to their Fedora distro. Now I am using Ubuntu and now they are my go-to-guys for two major revisions. I use ubuntu because there is a plethora of detailed of instructions sets for step-by-step instructions with screen shots and complete command line examples. I'm a gumby when it comes to Linux and I know that. It's been nice; all I need to do is add ubuntu and a description of what I want to accomplish in a search bar and I'll find newbie instructions so I can do what I want.
Linux is a great tool (OpenSource, Yeah!) since it can run on outdated hardware and there are no licensing fees associated with it. Some people use it to run everything from testing to full production.
I know why I chose Ubuntu but it makes me wonder why people choose their specific flavor of Linux. Am I missing out on some great gem or going about Linux entirely the wrong way?
Ever since I was exposed to OpenOffice in 2003 I've been keeping an eye on it. My interest was initially sparked by an article that indicated the City of Houston was moving away from MS Office to a hosted product called SimDesk. That got me looking around and I came across OO. I've used sporadically on personal level but haven't thought much about moving our organization to it until now. We have a volunteer that is a trainer and he is willing to help get our church offices converted. I plan to meet with him and iron out some of the logistics but needless to say I'm very interested. I've said it before but I'll say it again, Non-profit pricing models are great but OpenSource pricing is hard to beat. This is really possible especially since the OpenSource applications have gotten so good in the recent years.
I'm interested if any other organizations have scrapped MS Office for an openSource package like OpenOffice.
As a follow up the City of Houston is no longer using StarOffice as far as I can tell.
Many churches send weekly and/or monthly reports to board and committee members on a weekly basis about attendance, offerings, etc. Those reports are usually expressed as merely numbers, but could easily be turned into charts. Well, there's a new website that posts your charts on the web, does it nicely, and it's free!by Nick Nicholaou (noreply@blogger.com) at July 18, 2008 01:25 PM
Hey... I noticed last week that Google Feedfetcher had edged into the lead as the most popular feed reader among the literal dozens of folks who read this blog. Question! What do you like about FeedFetcher? Have any of you made the switch from Bloglines to FeedFetcher? I'm a
Google fan, and I tried FeedFetcher quite a while back. Not too impressed then, but I'm sure that like all things Google, it's improved with time. What do you like about it?
by Kirk Longhofer (noreply@blogger.com) at July 18, 2008 12:31 PM
I ordered an iPhone 3G today! (Well, yesterday technically…on Thursday) Should be here in less than a week supposedly, and I’ve already downloaded 71 of the free applications from the iPhone App Store in iTunes, ready to install! The WordPress app is done (Matt Mullenweg posted about it) but hasn’t been put in the store by Apple yet (oh yeah, WordPress 2.6 is out! Woohoo!). I’m looking forward to it! There are several paid apps ranging from $1 to $10 that I will consider at some point after I have the phone in-hand (and maybe some more $$!).
Why did I choose the iPhone? Well, I’m tired of my Treo 650, which is showing its age. I like the multi-touch interface, I like the data speeds, I like the screen size, and I like that, because it’s so popular, people are writing sites and apps (both!) specifically to work well on it. That means I can do more with it than with any other phone, or at least I can do so much so easily compared to other phone options right now. OK, I have to correct myself, will be able to do…gotta get the thing first! Oh yeah, and now it does Exchange ActiveSync with Push email, calendar, and contacts! That’s the one thing that made me sit up and take a look. Before, I at least told myself (and others) that I was OK giving the iPhone a pass–yes it was cool, but it wasn’t truly functional if you need Exchange access. Supposedly, that’s no longer true! It seems that the $30/mo data plan, unlike AT&T has been claiming per my previous post, works just fine with ActiveSync, which makes sense from a technical level.
It’s a 16GB black iPhone, if you were wondering, and I’m going to use it to replace my iPod Classic 80GB I think (the first Apple product I’ve ever owned) which is why I opted for the larger version; my iPod has over 20GB of podcasts and I’ll still have to pare that down to fit on the iPhone! Shouldn’t be hard; I didn’t try on the iPod because there’s plenty of space. I’m already with AT&T (but no longer in a contract), and the monthly plan will only cost me $10 per month more than what I’m already paying as part of my family’s FamilyTalk plan, so while I considered a 2G used iPhone, the 3G made enough sense given the subsidy for me.
It seems I'm not the only one to notice my CPU keeps working after my iPhone 1.0 with 2.0 software is done syncing.
http://discussions.apple.com/thread.jspa?messageID=7637489
We aren't talking about some minor overhead on my dual core processor. We're talking continuous, keeps going until you shut down the machine or stop the process manually overhead. I can hear the sound track of a World of Tomorrow video where the room-filling-mainframe whirls, clacks and clicks sounding like it might be working to discover the last prime number or the ultimate decimal of the number pi.
The behavior seems related to XP and Outlook 2003.
Don't forget the time change ... our interactive podcast has moved to 10pm Eastern ... still the 1st and 3rd Thursdays of the month. Talkshoe is now very easy to join ... no user/pass required and no client to install ... more info at www.churchITpodcast.com
Tonight we'll get to see a 'webex'-ish demo of Solarwinds Orion network monitoring solution via our church IT peer Derek. After that who knows what interesting stuff we'll discuss ;-)
The plan is to integrate more screencasting into each podcast so we can have more visual presentations instead of just plain ole audio.
Got something you'd like to demo for all to see? Send me an email and we'll get you on the schedule.
Cya tonight!
I have been using Vista Service Pack 1 successfully for a while now and have been very happy with it- it seems to have fixed many of the issues I have had with Vista.
This evening I was reading some blogs and came across a way to remove the files from your computer that Vista no longer needs after installing service pack 1.
The software is called vsp1cln.exe. I would recommend checking it out of you are not planning on uninstalling it from your PC- if freed about about 1.5 Gig of space on my hard drive.
Here is a link if you are interested-http://lifehacker.com/370321/get-rid-of-the-junk-left-over-after-you-install-vista-sp1
We were on the road for a couple of weeks so I wanted to make sure we had our bases covered when it came to tech gear. Some of the churches we visited are savvy and have everything we could need, others not so much. This is what I ended up taking along:
I did it, after downloading only free stuff (10 apps) I finally bought one. Drum roll please...
Sudoku Unlimited - This is a fantastic Sudoku game at the low prices of $2.99. There are a bunch of more costly options to avoid.
It is challenging because puzzles are built by the application rather than saved, has a good UI with three skins, and has a very intuitive way to make notes to assist with puzzle solving. My favorite skin is the one that looks like you were pencil drawing on the screen. It doesn't work that way, but it is a great look. How it works is clicking on a box gets you a 9 digit keypad to pick a number.
The iPhone battery will definitely not last long enough now. Here's a review with pictures.
I hope the folks at the App Store won't get too excited. 8 months after ring-tones came out I've still only spent $