<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jeff mikels &#187; Geekery</title>
	<atom:link href="http://jeff.mikels.cc/category/geekery/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeff.mikels.cc</link>
	<description>...trying to become more like Jesus.</description>
	<lastBuildDate>Thu, 08 Mar 2012 15:39:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Make SciTE work like Dark Room or Write Room</title>
		<link>http://jeff.mikels.cc/posts/make-scite-work-like-dark-room-or-write-room/</link>
		<comments>http://jeff.mikels.cc/posts/make-scite-work-like-dark-room-or-write-room/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 19:19:09 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/?p=1101</guid>
		<description><![CDATA[I have created a properties file for SciTE that makes it work just like Write Room or Dark Room, but it&#8217;s cross platform and fast! Plus, if you start a paragraph with a tab, the entire paragraph is indented even if there is wordwrap turned on!!

Set this as your user.properties or global.properties script and press f11 to go fullscreen:



full.]]></description>
			<content:encoded><![CDATA[<p>I have created a properties file for SciTE that makes it work just like Write Room or Dark Room, but it&#8217;s cross platform and fast! Plus, if you start a paragraph with a tab, the entire paragraph is indented even if there is wordwrap turned on!!</p>

<p>Set this as your user.properties or global.properties script and press f11 to go fullscreen:<span id="more-1101"></span></p>

<hr />

<pre><code>full.screen.hides.menu=1
minimize.to.tray=0
split.vertical=0
horizontal.scrollbar=0
error.select.line=1
tabbar.hide.one=1
#tabbar.multiline=0
toolbar.visible=0
#toolbar.detachable=1
#toolbar.usestockicons=1
#menubar.detachable=1
#undo.redo.lazy=1
statusbar.visible=0
#fileselector.width=800
#fileselector.height=600
#magnification=-1
#output.magnification=-1

# Sizes and visibility in edit pane
line.margin.visible=0
#line.margin.width=40
#margin.width=100
fold.margin.visible=0
fold.margin.width=10
fold.margin.colour=#000000
fold.margin.highlight.colour=#000000
blank.margin.left=100
blank.margin.right=100
buffered.draw=1
two.phase.draw=1
use.palette=0

# Element styles
#view.eol=1
#control.char.symbol=.
caret.period=000
view.whitespace=0
view.indentation.whitespace=0
view.indentation.guides=0
highlight.indentation.guides=0
view.fold.margin=0
caret.fore=#FF0000
caret.width=3
caret.line.back=#152520
#caret.line.back.alpha=90
#calltip.back=#FFF0FE
edge.column=0
edge.mode=0
#edge.colour=#F9F9F9
braces.check=1
braces.sloppy=1
selection.fore=#EEEEEE
# DADADA used as background because it yields standard silver C0C0C0
# on low colour displays and a reasonable light grey on higher bit depths
selection.back=#606060
#selection.alpha=30
#whitespace.fore=#FF0000
#whitespace.back=#FFF0F0
#error.marker.fore=#0000A0
#error.marker.back=#DADAFF
#bookmark.fore=#808000
#bookmark.back=#FFFFA0
#find.mark=#0000FF
#use.monospaced=1

# Checking
are.you.sure=1
#are.you.sure.for.build=1
#save.all.for.build=1
#quit.on.close.last=1
load.on.activate=1
#save.on.deactivate=1
are.you.sure.on.reload=1
reload.preserves.undo=1
check.if.already.open=1
default.file.ext=.txt
title.full.path=1
title.show.buffers=1
save.recent=1
save.session=1
save.position=1
open.dialog.in.file.directory=1
strip.trailing.spaces=1
ensure.final.line.end=1
ensure.consistent.line.ends=1
#save.deletes.first=1
buffers=5
buffers.zorder.switching=0
read.only=0
#max.file.size=1

# Indentation
tabsize=4
indent.size=4
use.tabs=1
indent.automatic=1
indent.opening=0
indent.closing=0
tab.indents=1
#backspace.unindents=0

# Wrapping of long lines
wrap=1
wrap.visual.flags=0
wrap.visual.flags.location=3
cache.layout=2
#output.wrap=1
#output.cache.layout=3
wrap.visual.startindent=0
wrap.indent.mode=1

# Folding
# enable folding, and show lines below when collapsed.
fold=1
fold.compact=1
fold.flags=16
fold.symbols=3
fold.on.open=0
fold.comment=1
fold.preprocessor=1

# Find and Replace
escapes.in.find.replace=1

# findstr is available on recent versions of Windows including 2000
#if PLAT_WIN
#  find.command=findstr /n /s $(find.what) $(find.files)
#find.input=$(find.what)
#if PLAT_GTK
#  find.command=grep --line-number "$(find.what)" $(find.files)
#find.files=
#find.in.files.close.on.find=0
#find.replace.matchcase=1
#find.replace.escapes=1
#find.replace.regexp=1
#find.replace.regexp.posix=1
#find.replace.wrap=0
#find.replacewith.focus=0
find.replace.advanced=1

# Behaviour
eol.mode=LF
eol.auto=1
clear.before.execute=1
#vc.home.key=1
wrap.aware.home.end.keys=1
autocompleteword.automatic=0
autocomplete.choose.single=0
caret.policy.xslop=1
caret.policy.width=20
caret.policy.xstrict=0
caret.policy.xeven=0
caret.policy.xjumps=0
caret.policy.yslop=1
caret.policy.lines=1
caret.policy.ystrict=1
caret.policy.yeven=1
caret.policy.yjumps=0
#visible.policy.strict=1
#visible.policy.slop=1
#visible.policy.lines=4
time.commands=1
#caret.sticky=1

# Status Bar
statusbar.number=4
statusbar.text.1=\
li=$(LineNumber) co=$(ColumnNumber) $(OverType) ($(EOLMode)) $(FileAttr)
statusbar.text.2=\
$(BufferLength) chars in $(NbOfLines) lines. Sel: $(SelLength) chars.
statusbar.text.3=\
Now is: Date=$(CurrentDate) Time=$(CurrentTime)
statusbar.text.4=\
$(FileNameExt) : $(FileDate) ?$(FileTime) | $(FileAttr)

if PLAT_WIN
command.scite.help="file://$(SciteDefaultHome)\Scite4AutoIt3.chm"
command.scite.help.shortcut=Ctrl+F1
command.scite.help.subsystem=2
if PLAT_GTK
command.print.*=a2ps "$(FileNameExt)"
command.scite.help=netscape "file://$(SciteDefaultHome)/SciTEDoc.html"

# Internationalisation
# Japanese input code page 932 and ShiftJIS character set 128
#code.page=932
#character.set=128

# Unicode
code.page=65001
#character.set=204

# Required for Unicode to work on GTK+:
LC_CTYPE=en_US.UTF-8
output.code.page=65001

# Export
#export.keep.ext=1
#export.html.wysiwyg=1
#export.html.tabs=1
#export.html.folding=1
#export.html.styleused=1
#export.html.title.fullpath=1
#export.rtf.tabs=1
#export.rtf.font.face=Arial
#export.rtf.font.size=9
#export.rtf.tabsize=8
# Magnification (added to default screen font size)
export.pdf.magnification=0
# Font: Courier, Helvetica or Times (Courier line-wraps)
export.pdf.font=Helvetica
# Page size (in points): width, height
# E.g. Letter 612,792; A4 595,842; maximum 14400,14400
export.pdf.pagesize=612,792
# Margins (in points): left, right, top, bottom
export.pdf.margins=72,72,72,72
export.xml.collapse.spaces=1
export.xml.collapse.lines=1

# Define values for use in the imported properties files
chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
chars.numeric=0123456789
chars.accented=???`¡â????????????????????????????????
# This is a better set for Russian:
#chars.accented=`¡â??????????????????????????????

# The open.filter setting is only used on Windows where the file selector has a menu of filters to apply
# to the types of files seen when opening.
# There is a limit (possibly 256 characters) to the length of a filter,
# so not all source extensions can be in this setting.
source.files=*.asm;*.au3;*.c;*.cc;*.cpp;*.cxx;*.cs;*.h;*.hh;*.hxx;*.hpp;\
*.idl;*.odl;*.rc;*.rc2;*.dlg;*.def;\
*.vb;*.vbs;*.bas;*.frm;*.cls;*.ctl;\
*.java;*.js;*.py;*.pl;*.rb;*.cgi;*.lua;*.conf;\
make*;*.mak;*.txt;\
*.properties;*.html;*.xml;*.iface;*.bat;*.e

if PLAT_WIN
all.files=All Files (*.*)|*.*|
if PLAT_GTK
all.files=All Files (*)|*|Hidden Files (.*)|.*|
open.filter=\
$(all.files)\
All Source|$(source.files)|


# FONT SETTINGS
# Give symbolic names to the set of fonts used in the standard styles.
if PLAT_WIN
font.base=font:Segoe UI,size:12,$(font.override),back:#000000,fore:#99cc99
font.small=font:Verdana,size:9,$(font.override)
font.comment=font:Calibri,size:10,$(font.override)
font.code.comment.box=$(font.comment),$(font.override)
font.code.comment.line=$(font.comment),$(font.override)
font.code.comment.doc=$(font.comment),$(font.override)
font.text=font:Verdana,size:10,$(font.override)
font.text.comment=font:Verdana,size:10,$(font.override)
font.embedded.base=font:Verdana,size:10,$(font.override)
font.embedded.comment=font:Calibri,size:10,$(font.override)
font.vbs=font:Lucida Sans Unicode,size:10,$(font.override)
font.monospace=font:Consolas,size:10
#  font.override=$(font.monospace)
if PLAT_GTK
font.base=font:lucidatypewriter,size:12
font.small=font:lucidatypewriter,size:10
font.comment=font:new century schoolbook,size:12
font.code.comment.box=$(font.comment)
font.code.comment.line=$(font.comment)
font.code.comment.doc=$(font.comment)
font.text=font:times,size:14
font.text.comment=font:lucidatypewriter,size:10
font.embedded.base=font:lucidatypewriter,size:12
font.embedded.comment=font:lucidatypewriter,size:12
font.monospace=font:courier,size:12
font.vbs=font:new century schoolbook,size:12
font.js=$(font.comment)

# Give symbolic names to the set of colours used in the standard styles.
colour.code.comment.box=fore:#009F00,back:#FEFEFE
colour.code.comment.line=fore:#009F00,back:#FEFEFE
colour.code.comment.doc=fore:#3F703F,back:#FEFEFE
colour.text.comment=fore:#0000FF,back:#D0F0D0
colour.text.comment=fore:#0000FF,back:#D0F0D0
colour.constant=fore:#607F00,back:#FEFEFE
colour.embedded.comment=back:#E0EEFF
colour.embedded.js=back:#F3F3F3
colour.notused=back:#FF0000

colour.number=fore:#007F7F
colour.keyword=fore:#00008F
colour.string=fore:#7F007F
colour.char=fore:#7F007F
colour.operator=fore:#000000
colour.preproc=fore:#7F7F00
colour.error=fore:#FFFF00,back:#FF0000

# Global default styles for all languages
# Default
style.*.32=$(font.base)
# Line number
style.*.33=fore:#ffffff,back:#000000,$(font.base)
# Brace highlight
style.*.34=fore:#FF0000,bold,back:#0000A0
# Brace incomplete highlight
style.*.35=fore::#009933,bold
# Control characters
style.*.36=
# Indentation guides
style.*.37=fore:#C0C0C0,back:#FFFFFF

# Printing - only works on Windows
if PLAT_WIN
print.colour.mode=2
print.magnification=-3
# Setup: left, right, top, bottom margins, in local units:
# hundredths of millimeters or thousandths of inches
print.margins=700,500,500,500
# Header/footer:
# &amp;&amp; = &amp;; &amp;p = current page
# &amp;f = file name; &amp;F = full path
# &amp;d = file date; &amp;D = current date
# &amp;t = file time; &amp;T = full time
print.header.format=$(FileNameExt) ?Printed on $(CurrentDate), $(CurrentTime) ?Page $(CurrentPage)
print.footer.format=$(FilePath) ?File date: $(FileDate) ?File time: $(FileTime)
# Header/footer style
print.header.style=font:Arial,size:12,bold
print.footer.style=font:Arial Narrow,size:10,italics

# Warnings - only works on Windows and needs to be pointed at files on machine
#if PLAT_WIN
#  warning.findwrapped=100,E:\Windows\Media\SFX\Boing.wav
#  warning.notfound=0,Effect.wav
#  warning.wrongfile=0,Glass.wav
#  warning.executeok=0,Fanfare.wav
#  warning.executeko=100,GlassBreak.wav
#  warning.nootherbookmark=100,Boing2.wav

# Define the Lexer menu,
# Each item contains three parts: menu string | file extension | key
# The only keys allowed currently are based on F-keys and alphabetic keys and look like
# [Ctrl+][Shift+][Fn|a] such as F12 or Ctrl+Shift+D.
# A '&amp;' may be placed before a letter to be used as an accelerator. This does not work on GTK+.
menu.language=\
Text|txt|Shift+F11|\
#Ada|ads||\
#AutoIt3|au3|Shift+F12|\
#Apache Confi&amp;g|conf||\
#Assembler|asm||\
#ASN.1|asn1||\
#Avenue|ave||\
#Baan|bc||\
#&amp;Batch|bat||\
#Bullant|ant||\
#&amp;C / C++|cpp||\
#C&amp;#|cs||\
#Csound|orc||\
#CSS|css||\
#&amp;Difference|diff||\
#&amp;Eiffel|e||\
#Erlang|erl||\
#&amp;Errorlist|err||\
#FlagShip|prg||\
#&amp;Fortran|f90||\
#H&amp;ypertext|html||\
#&amp;Java|java||\
#Java&amp;Script|js||\
#&amp;Kix|kix||\
#TeX|tex||\
#Lisp|lisp||\
#Lot|lot||\
#Lout|lt||\
#Lu&amp;a|lua||\
#Matlab|m.matlab||\
#&amp;Makefile|mak||\
#MetaPost|mp||\
#MMIXAL|mms||\
#&amp;nnCron crontab|tab||\
#NSIS|nsis||\
#Objective Caml|ml||\
#Octave|m.octave||\
#Pascal|pas||\
#Pe&amp;rl|pl||\
#P&amp;HP|php||\
#P&amp;LSQL|spec||\
#&amp;Properties|properties||\
#P&amp;ostScript|ps||\
#P&amp;OV-Ray SDL|pov||\
#Pytho&amp;n|py||\
#Reso&amp;urce|rc||\
#Ruby|rb||\
#Shell|sh||\
#S&amp;QL|sql||\
#Specman|e||\
#&amp;TCL|tcl||\
#&amp;VB|vb||\
#VBScr&amp;ipt|vbs||\
#Verilog|v||\
#VHDL|vhd||\
#&amp;XML|xml||\
#&amp;YAML|yaml||

# User defined key commands
user.shortcuts=\
Ctrl+Shift+V|IDM_PASTEANDDOWN|\
Ctrl+PageUp|IDM_PREVFILE|\
Ctrl+PageDown|IDM_NEXTFILE|\
KeypadPlus|IDM_EXPAND|\
KeypadMinus|IDM_BLOCK_COMMENT|\
Ctrl+F1|IDM_HELP_SCITE|

ext.lua.startup.script=wordcount.lua
command.name.1.*=Word Count
command.1.*=WordCount
;command.1.*=dofile c:\bin\editors\sci_room\wordcount.lua
command.subsystem.1.*=3
command.mode.1.*=savebefore:no
command.shortcut.1.*=Ctrl+i

command.name.2.*=Run Document as Lua Extension
command.2.*=dostring dostring(editor:GetText())
command.subsystem.2.*=3
command.mode.2.*=savebefore:no

# Import all the language specific properties files
import others
</code></pre>

<hr />
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=1101&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/make-scite-work-like-dark-room-or-write-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elvis McNeely on Drupal</title>
		<link>http://jeff.mikels.cc/posts/elvis-mcneely-on-drupal/</link>
		<comments>http://jeff.mikels.cc/posts/elvis-mcneely-on-drupal/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 19:26:43 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Lafayette]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/?p=748</guid>
		<description><![CDATA[I just got a phone call from a guy in town whose name was so interesting I had to call him back. Anyway, Elvis of http://www.elvisblogs.]]></description>
			<content:encoded><![CDATA[<p>I just got a phone call from a guy in town whose name was so interesting I had to call him back. Anyway, Elvis of <a href="http://www.elvisblogs.org">http://www.elvisblogs.org</a> is a <a href="http://drupal.org">Drupal</a> developer here in town who is hosting a Drupal Meetup and he wanted to know if I was interested in it.</p>

<p>I used to use drupal way back in the early days of our church planting adventure and you can still see the remnants of it at <a href="http://thesouthsidechurch.org/main/">http://thesouthsidechurch.org/main/</a> but I moved away from it because of frustrations with the platform.</p>

<p>Anyway, now that I know there are Drupal addicts here in town, I may take a second look at the platform and also make some friends in the process.</p>

<p>Looking forward to meeting you in person Elvis!</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=748&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/elvis-mcneely-on-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FOUND: WikidBASE</title>
		<link>http://jeff.mikels.cc/posts/found-wikidbase/</link>
		<comments>http://jeff.mikels.cc/posts/found-wikidbase/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:03:37 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Stuff I Find]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/?p=738</guid>
		<description><![CDATA[

http://projects.nickblundell.org.]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.nickblundell.org.uk/media/images/wikidbase-icon.png" class="alignnone" width="200" height="177" /></p>

<p><a href="http://projects.nickblundell.org.uk/wikidbase">http://projects.nickblundell.org.uk/wikidbase</a></p>

<p>It&#8217;s a database&#8230; It&#8217;s a Wiki&#8230; It&#8217;s WikidBASE!</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=738&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/found-wikidbase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStomp</title>
		<link>http://jeff.mikels.cc/posts/openstomp/</link>
		<comments>http://jeff.mikels.cc/posts/openstomp/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:00:24 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Stuff I Find]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/?p=734</guid>
		<description><![CDATA[OpenStomp

http://www.openstomp.com/

It&#8217;s a multi-effects guitar pedal that runs on opensource software.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 436px"><a href="http://www.openstomp.com/"><img alt="OpenStomp" src="http://www.openstomp.com/img/purple_9T.jpg" width="426" height="435" /></a><p class="wp-caption-text">OpenStomp</p></div>

<p><a href="http://www.openstomp.com/">http://www.openstomp.com/</a></p>

<p>It&#8217;s a multi-effects guitar pedal that runs on opensource software.</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=734&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/openstomp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiny Audio Player</title>
		<link>http://jeff.mikels.cc/posts/tiny-audio-player/</link>
		<comments>http://jeff.mikels.cc/posts/tiny-audio-player/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 15:25:38 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/posts/tiny-audio-player/</guid>
		<description><![CDATA[My tiny little wavplayer just plays an audio file and then quits. That&#8217;s it.

Since my voicemail gets emailed to me automatically, I wanted a quick way to just listen to it and have it be done without needing to open some bloated media player for one tiny WAV file.]]></description>
			<content:encoded><![CDATA[<p>My tiny little wavplayer just plays an audio file and then quits. That&#8217;s it.</p>

<p>Since my voicemail gets emailed to me automatically, I wanted a quick way to just listen to it and have it be done without needing to open some bloated media player for one tiny WAV file.</p>

<p>If you want to use it, here it is&#8230;</p>

<p><a href='http://jeff.mikels.cc/wp-content/uploads/2008/08/wavplayer.exe' title='tiny little wav audio player'>tiny little wav audio player</a></p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=555&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/tiny-audio-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Professional Sunday Morning Video Presentations</title>
		<link>http://jeff.mikels.cc/posts/professional-sunday-morning-video-presentations/</link>
		<comments>http://jeff.mikels.cc/posts/professional-sunday-morning-video-presentations/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:54:48 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Church Planting]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Lafayette]]></category>
		<category><![CDATA[Lafayette Community Church]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/posts/professional-sunday-morning-video-presentations/</guid>
		<description><![CDATA[In our new church effort in Lafayette, I set as a goal from very early on that we would attempt to do everything we could with excellence, and though we have had some hiccups with our children&#8217;s programming and with our music, we have been consistently high quality with our printed materials and with our video presentations thanks to some really great software.

On the printed front, we have been using Apple&#8217;s Pages for basic word processing and simple page design and Serif PagePlus 11 which is exponentially greater than anything else in its price range ($50 for features that easily surpass Microsoft Publisher and even rival PageMaker or Quark). However, that&#8217;s for another blog entry.]]></description>
			<content:encoded><![CDATA[<p>In our new church effort in Lafayette, I set as a goal from very early on that we would attempt to do everything we could with excellence, and though we have had some hiccups with our children&#8217;s programming and with our music, we have been consistently high quality with our printed materials and with our video presentations thanks to some really great software.</p>

<p>On the printed front, we have been using Apple&#8217;s Pages for basic word processing and simple page design and <a href="http://serif.com">Serif PagePlus 11</a> which is exponentially greater than anything else in its price range ($50 for features that easily surpass Microsoft Publisher and even rival PageMaker or Quark). However, that&#8217;s for another blog entry. On to what we do for video now and what our next steps are.</p>

<h2>Video Presentation Hardware</h2>

<ul>
<li>15&#8243; MacBook Pro 2.16 GHz Intel Core 2 Duo / 1GB RAM</li>
<li>Draper Traveller portable projection screen with High Contrast Gray screen material.</li>
<li>DLP Projector (I don&#8217;t remember the specs right now).</li>
</ul>

<h2>Software</h2>

<ul>
<li>ProPresenter 3.3.8 by <a href="http://renewedvision.com">RenewedVision</a>.</li>
<li>Keynote 3</li>
</ul>

<h2>Description</h2>

<p>ProPresenter is the best program we have found to display lyrics on the screen. It&#8217;s very easy to learn with only a few quirks that take getting used to. Together with the Mac, it is unbeatable in terms of visual quality of the text even with full motion high resolution video images in the background. On top of that, the programmers are very responsive to requests for improvements, and the software was designed from the ground up to meet the needs of touring worship bands like Chris Tomlin and David Crowder.</p>

<p>Keynote is the hands down winner in presentation software that understands the line between attention-getting and cheesy. Transitions, fades, and slide builds are unmatched in PowerPoint because Keynote does what it does with subtlety. It&#8217;s also much easier to work with once you learn a couple of its quirks.</p>

<p>Our current setup has us running ProPresenter and Keynote simultaneously on the MacBook Pro. ProPresenter takes over the projector screen and turns it black while waiting for us to begin. Navigation is done on the laptop screen, but lyrics and backgrounds are sent to the secondary display.</p>

<p>Just before my message, we hit F1 in ProPresenter to black out the projection screen, switch to Keynote without closing ProPresenter (the projection screen stays black during and after the switch), and hit &#8220;Play&#8221; on my sermon Keynote file. Keynote takes over the projection screen with my slides and also displays a &#8220;Presenter View&#8221; on the laptop screen. We turn the laptop to face me, so I can see my current slide and my next slide without ever needing to look over my shoulder.</p>

<h2>Next Steps</h2>

<p>Now that we are meeting in the Long Center (a larger venue), we want to make some changes to our setup so we stay on the excellent side of things.</p>

<ol>
<li>Replace our screen with a larger rear projection screen. We&#8217;re looking at the Draper Cinefold and Draper Ultimate series of screens for this.</li>
<li>Consider upgrading our projector depending on its performance with the new screen. Most likely, we will just need to buy a new bulb.</li>
<li>Purchase a new Mac to put in the sound booth. It needs to have dual external monitor capability, and the only Macs to have that now are Mac Pro computers or Psystar Open Computer Macintosh clones.</li>
<li>Split the monitor signal from each monitor out to drive four displays (1). The monitor in the sound booth, (2). the projector on stage, (3) One monitor in front row pointing to stage duplicating what&#8217;s on the projector screen. (4) One monitor in front row pointing to the stage duplicating what&#8217;s on the screen in the sound booth. That way, the stage-facing monitors will show what&#8217;s on the screen and also show the &#8220;Presenter View&#8221; that Keynote can display.</li>
<li>Use VGA cables or a VGA over CAT5e system to get video signal to the stage from the booth.</li>
</ol>

<h2>Final thoughts</h2>

<p>If anyone is reading this post thinking that technology will save your bad presentations, think again. Websites like <a href="http://presentationzen.com">http://presentationzen.com</a> are a great resource to help you rethink the how and the why of your presentations. Technology can make your presentations more effective, but it isn&#8217;t guaranteed to do so.</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=547&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/professional-sunday-morning-video-presentations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Church Website Redesign</title>
		<link>http://jeff.mikels.cc/posts/church-website-redesign/</link>
		<comments>http://jeff.mikels.cc/posts/church-website-redesign/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 02:20:33 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Lafayette Community Church]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/posts/church-website-redesign/</guid>
		<description><![CDATA[So I&#8217;m embarking on a redesign of our church website&#8230;

Our current website has been in shambles for a while now http://thesouthsidechurch.org and I haven&#8217;t taken the time to really fix it. However, there are a few things I want the site to accomplish:


Have an attractive, fast-loading initial page that communicates friendliness and &#8220;contemporary-ness&#8221;
Have an easy-access media player to watch video and listen to audio files.]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m embarking on a redesign of our church website&#8230;</p>

<p>Our current website has been in shambles for a while now <a href="http://thesouthsidechurch.org">http://thesouthsidechurch.org</a> and I haven&#8217;t taken the time to really fix it. However, there are a few things I want the site to accomplish:</p>

<ol>
<li>Have an attractive, fast-loading initial page that communicates friendliness and &#8220;contemporary-ness&#8221;</li>
<li>Have an easy-access media player to watch video and listen to audio files.</li>
<li>Have an easy-to-use podcast system for downloading media files.</li>
<li>Provide a section for standard Church Marketing Documents.</li>
<li>Provide for blog-style news updates.</li>
</ol>

<p>The current plan is to implement the site with the WordPress engine. The plan is a work in progress now, but here&#8217;s the technical stuff:</p>

<ol>
<li>Create a WordPress compatible theme and overall design of the site.</li>
<li>Use WordPress pages to host specific content.</li>
<li>Use the blog post system for both media files and for news items. (&#8220;sermon&#8221; category with subcategories, &#8220;news&#8221; category, &#8220;articles&#8221; category, and use the built in tagging system for posts in those categories)</li>
<li>Use the &#8220;Podcasting&#8221; plugin to provide separate audio and video podcast feeds.</li>
<li>Modify the Email-Notification plugin to send out newsletters to our mailing list.</li>
</ol>

<p>I plan to do this on a test site first to see how it will all work, and if you are interested in giving me ideas or suggestions, I&#8217;d love to take them. Here are a few other church websites that you can look at to give me some help.</p>

<ul>
<li><a href="http://www.thechurchinwestridge.com">http://www.thechurchinwestridge.com</a></li>
<li><a href="http://heartlandchurch.tv">http://heartlandchurch.tv</a></li>
<li><a href="http://www.elevationchurch.org">http://www.elevationchurch.org</a></li>
<li><a href="http://www.rivervineyardchurch.org">http://www.rivervineyardchurch.org</a></li>
</ul>

<p>If you have any other church website suggestions, post them in the comments!</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=536&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/church-website-redesign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating and Monetizing Communities</title>
		<link>http://jeff.mikels.cc/posts/creating-and-monetizing-communities/</link>
		<comments>http://jeff.mikels.cc/posts/creating-and-monetizing-communities/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 00:28:02 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Stuff I Find]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/428_creating-and-monetizing-communities/</guid>
		<description><![CDATA[The title of this post comes from a video posted on Guy Kawasaki&#8217;s blog about a Chicago company called Threadless that has users create designs for T-Shirts and then sells the finished product. I thought it was an interesting way to talk about there business, and I haven&#8217;t finished watching the video yet, so I&#8217;m posting the link here for my own future reference. You might like it too.]]></description>
			<content:encoded><![CDATA[<p>The title of this post comes from a <a href="http://blog.guykawasaki.com/2007/02/mp3_of_founders.html">video posted</a> on <a href="http://blog.guykawasaki.com">Guy Kawasaki&#8217;s blog</a> about a Chicago company called Threadless that has users create designs for T-Shirts and then sells the finished product. I thought it was an interesting way to talk about there business, and I haven&#8217;t finished watching the video yet, so I&#8217;m posting the link here for my own future reference. You might like it too.</p>

<p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=6790186192162586479&#038;hl=en" flashvars=""> </embed></p>

<p>If you have the time to watch it, post a comment about what you think about &#8220;creating and monetizing&#8221; a community.</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=428&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/creating-and-monetizing-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My home server was hacked!</title>
		<link>http://jeff.mikels.cc/posts/my-home-server-was-hacked/</link>
		<comments>http://jeff.mikels.cc/posts/my-home-server-was-hacked/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 04:56:17 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Home Media System]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/413_my-home-server-was-hacked/</guid>
		<description><![CDATA[I&#8217;m posting this here to hopefully warn other people who are running mythtv on a home server. Here is what happened:

NOTE: Unless you know Linux a little, this won&#8217;t make sense.



On my home server, I was running a web server (apache2) on port 80 and sshd on port 22.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this here to hopefully warn other people who are running mythtv on a home server. Here is what happened:</p>

<p>NOTE: Unless you know Linux a little, this won&#8217;t make sense.</p>

<p><span id="more-413"></span></p>

<p>On my home server, I was running a web server (apache2) on port 80 and sshd on port 22. I had both of them open to the world so that I could access my home server from anywhere with an Internet connection. The only problem with the setup I know of is that when I installed mythtv, it created a user called mythtv and gave that user shell access.</p>

<p>(If you have any standard users on your linux system, make sure they are using non-standard passwords!)</p>

<p>So, this fellow from IP 86.122.48.37 logged into my computer via ssh as mythtv and I&#8217;m guessing the default password. Once in, he created a public_html directory in the mythtv home directory. All files in that directory would be accessible by the url http://[MY_IP]/~mythtv. (By the way, I got his IP address from my access logs, and I got his email address from his php scripts. His email is delablow@yahoo.com.)</p>

<p>Then, he copied two phishing sites into that directory (ebay and paypal) along with an instance of PHP-Mailer. I&#8217;m guessing that he sent out the scam emails from PHP-Mailer on December 10 (while I was in Chicago) and my access log shows people falling for the scam by December 11. I haven&#8217;t yet figured out how many people were scammed, but I got a LOT of hits on my server.</p>

<p>Then, someone told ebay, ebay told Insight, and yesterday, my modem was blocked. I didn&#8217;t hear any details until I called them this morning and they told me there was a phishing server running on my IP address.</p>

<p>Well, I&#8217;m pretty irritated at myself for leaving my system so open, glad that the hacker wasn&#8217;t able to compromise my own system, but mad that many people got scammed.</p>

<p>I&#8217;ve closed down my system for now, and I don&#8217;t know if I&#8217;ll open up the ports again.</p>

<p>I hope no one loses any money on this.</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=413&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/my-home-server-was-hacked/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My Home Media System</title>
		<link>http://jeff.mikels.cc/posts/my-home-media-system/</link>
		<comments>http://jeff.mikels.cc/posts/my-home-media-system/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 03:51:33 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Home Media System]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/407_my-home-media-system/</guid>
		<description><![CDATA[Last Spring, I wrote a blog article describing my plans to create a &#8220;connected home media system.&#8221; (It&#8217;s the first entry in this category.) It&#8217;s been a while, but I thought it was about time to share what I&#8217;ve actually done to create the system so far.]]></description>
			<content:encoded><![CDATA[<p>Last Spring, I wrote a blog article describing my plans to create a &#8220;connected home media system.&#8221; (It&#8217;s the first entry in this category.) It&#8217;s been a while, but I thought it was about time to share what I&#8217;ve actually done to create the system so far. If you&#8217;re interested to read some of my computer ramblings, then read on!</p>

<p><span id="more-407"></span></p>

<h3>The Server</h3>

<p>The core to this system is a PC that I built back in 2000 while Jen and I were still at Denver Seminary. I originally built it to run Windows 98, but of course, it has matured a lot since then. Here are the specs:</p>

<h4>Hardware</h4>

<ul>
<li>Pentium III 600 MHz, 384 MB RAM, Drive 1: 120GB, Drive 2: 30GB</li>
<li>3Dfx Interactive, Inc. Voodoo 3 (rev 01) &#8212; <em>but there&#8217;s no monitor attached</em></li>
<li>C-Media Electronics Inc CM8738 (rev 10) &#8212; <em>but no speakers attached</em></li>
<li>Cheap Ethernet PCI card (National Semiconductor Corporation DP83815 [MacPhyter] Ethernet Controller)</li>
<li>Motorola Brand WLAN controller (Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)) &#8212; usable with <em>ndiswrapper</em> but not currently in use.</li>
<li>Hauppauge PVR-150 MCE (purchased OEM version from NewEgg)</li>
</ul>

<h4>Software</h4>

<p>(I&#8217;m not going to put version numbers here, because I&#8217;ll update them before I update this!)</p>

<ul>
<li><a href="http://www.archlinux.org">Arch Linux</a> (Linux adam 2.6.17-ARCH #1 SMP PREEMPT Sun Jul 16 09:29:38 CEST 2006 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux)</li>
<li><a href="http://www.mythtv.org">MythTV</a></li>
<li><a href="http://www.slimdevices.com/su_downloads.html">SlimServer</a></li>
</ul>

<h3>Set Top Box</h3>

<ul>
<li><a href="http://www.hauppauge.com/html/mediamvp_datasheet.htm">MediaMVP</a> running <a href="http://www.mvpmc.org/">mvpmc</a></li>
</ul>

<h3>How It Works</h3>

<p>I have the computer underneath our stairs connected by Ethernet wire to my office, our living room, and the game room upstairs. I have a wireless router in the mix that provides connectivity to our laptop.</p>

<p>I&#8217;m thinking that I&#8217;ll put up a HOWTO for those who are interested, but who knows if I&#8217;ll ever get the time for that.</p>

<ul>
<li>MythTV on the server records TV programs to mpeg2 files according to a schedule I&#8217;ve set up. Then, it processes the file and removes commercials. I also have the option to convert it to a format that&#8217;s playable on my Palm Pilot PDA (Tungsten T2).</li>
<li>SlimServer on the server uses an iTunes database to stream our music library to any Internet Connected PC (currently, though, it&#8217;s only enabled for our home computers).</li>
<li>MediaMVP (a little box that sits on top of our DVD player) runs a program called mvpmc that automatically connects to MythTV and SlimServer and plays music, videos, and recorded shows on our TV.</li>
</ul>

<p>The whole system really works well, and I can&#8217;t tell you how cool it is to watch an hour long show in 40 minutes because all the commercials are magically missing! The only problem is that I miss a lot of &#8220;culture news&#8221; like upcoming movies and whatnot because I don&#8217;t see commercials anymore!</p>

<p>If you are interested in doing something like this yourself, I&#8217;ll try to put up a HOWTO sometime soon.</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=407&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/my-home-media-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sharemytestimony.org</title>
		<link>http://jeff.mikels.cc/posts/sharemytestimonyorg/</link>
		<comments>http://jeff.mikels.cc/posts/sharemytestimonyorg/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 17:01:15 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Church Planting]]></category>
		<category><![CDATA[Evangelism]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/405_sharemytestimonyorg/</guid>
		<description><![CDATA[A new website has recently been created by Justin Carboneau called sharemytestimony.org with the primary purpose of giving people a place to share their personal testimonies online. It&#8217;s an interesting concept, and his web design isn&#8217;t half bad, but I&#8217;m personally unsure of the value such a site might have.]]></description>
			<content:encoded><![CDATA[<p>A new website has recently been created by <a href="http://sharemytestimony.org/smt/profile/112/">Justin Carboneau</a> called <a href="http://sharemytestimony.org">sharemytestimony.org</a> with the primary purpose of giving people a place to share their personal testimonies online. It&#8217;s an interesting concept, and his web design isn&#8217;t half bad, but I&#8217;m personally unsure of the value such a site might have. From the website:</p>

<blockquote>
  <p>This site was started to encourage people to share their testimony about how they came to have faith in Christ. It is also meant to inspire people to grow in their relationship with God, by seeing how God has worked in the lives of people across the world. My hope is that every Christian who visits this site will share their testimony, because everyone who accepts Christ as their savior has an incredible story to share with the world.</p>
</blockquote>

<p>What do you think?</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=405&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/sharemytestimonyorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gratuitous Firefox Link</title>
		<link>http://jeff.mikels.cc/posts/gratuitous-firefox-link/</link>
		<comments>http://jeff.mikels.cc/posts/gratuitous-firefox-link/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 17:04:09 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/393_gratuitous-firefox-link/</guid>
		<description><![CDATA[If you haven&#8217;t tried Firefox as your web browser yet, you are certainly missing out! It has many benefits, but perhaps this will give you a flavor for how some Firefox users feel about their browser of choice:


...]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t tried <a href="http://www.mozilla.com">Firefox</a> as your web browser yet, you are certainly missing out! It has many benefits, but perhaps this will give you a flavor for how some Firefox users feel about their browser of choice:</p>

<p><object codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="480" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" height="376"><param name="src" value="http://media.revver.com/broadcast/19542/video.mov" /><param name="controller" value="True" /><param name="cache" value="False" /><param name="autoplay" value="False" /><param name="kioskmode" value="False" /><param name="scale" value="tofit" /><embed src="http://media.revver.com/broadcast/19542/video.mov" pluginspage="http://www.apple.com/quicktime/download/" scale="tofit" kioskmode="False" qtsrc="http://media.revver.com/broadcast/19542/video.mov" cache="False" height="376" width="480" controller="True" type="video/quicktime" autoplay="False"></embed></object></p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=393&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/gratuitous-firefox-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.revver.com/broadcast/19542/video.mov" length="869136" type="video/quicktime" />
		</item>
		<item>
		<title>Free Cartoons and Videos</title>
		<link>http://jeff.mikels.cc/posts/free-cartoons-and-videos/</link>
		<comments>http://jeff.mikels.cc/posts/free-cartoons-and-videos/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 14:53:51 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Childlike]]></category>
		<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/389_free-cartoons-and-videos/</guid>
		<description><![CDATA[Another post for my own future reference&#8230; Sermon illustrations?

http://www.nfb.ca/animation/objanim/en/index.]]></description>
			<content:encoded><![CDATA[<p>Another post for my own future reference&#8230; Sermon illustrations?</p>

<p>http://www.nfb.ca/animation/objanim/en/index.php</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=389&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/free-cartoons-and-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Design</title>
		<link>http://jeff.mikels.cc/posts/great-design/</link>
		<comments>http://jeff.mikels.cc/posts/great-design/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 14:47:28 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/388_great-design/</guid>
		<description><![CDATA[Before &#38; After Magazine
...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bamagazine.com/">Before &amp; After Magazine</a></p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=388&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/great-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Fonts</title>
		<link>http://jeff.mikels.cc/posts/free-fonts/</link>
		<comments>http://jeff.mikels.cc/posts/free-fonts/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 14:44:07 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/387_free-fonts/</guid>
		<description><![CDATA[I just found a couple free font websites. I&#8217;m putting them here for my own future reference.


Urban Fonts
dafont

.]]></description>
			<content:encoded><![CDATA[<p>I just found a couple free font websites. I&#8217;m putting them here for my own future reference.</p>

<ul>
<li><a href="http://www.urbanfonts.com">Urban Fonts</a></li>
<li><a href="http://www.dafont.com">dafont</a></li>
</ul>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=387&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/free-fonts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to be a wise blogging pastor?</title>
		<link>http://jeff.mikels.cc/posts/how-to-be-a-wise-blogging-pastor/</link>
		<comments>http://jeff.mikels.cc/posts/how-to-be-a-wise-blogging-pastor/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 04:17:23 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Church Planting]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Tough Questions]]></category>
		<category><![CDATA[VIP]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/386_how-to-be-a-wise-blogging-pastor/</guid>
		<description><![CDATA[Colossians 4:5 says this:


  Be wise in the way you act toward outsiders; make the most of every opportunity.


As a pastor who&#8217;s got a blog, I&#8217;ve been thinking about how this verse relates to blogging. I&#8217;ve been blogging for over a year, and I don&#8217;t yet have a &#8220;manifesto&#8221; like this guy on what my blogging policy should be.]]></description>
			<content:encoded><![CDATA[<p>Colossians 4:5 says this:</p>

<blockquote>
  <p>Be wise in the way you act toward outsiders; make the most of every opportunity.</p>
</blockquote>

<p>As a pastor who&#8217;s got a blog, I&#8217;ve been thinking about how this verse relates to blogging. I&#8217;ve been blogging for over a year, and I don&#8217;t yet have a &#8220;manifesto&#8221; <a href="http://radio.weblogs.com/0001011/2003/02/26.html">like this guy</a> on what my blogging policy should be. However, I&#8217;ve been prompted this week by some friends to consider it, so I&#8217;m thinking through the issues.</p>

<p>As I see it, there are three ways for a pastor (or anyone for that matter) to do a blog.</p>

<ol>
<li>Use the blog as a <em>personal journal</em> where you &#8220;get naked&#8221; (according to a book on blogging by <a href="http://scobleizer.wordpress.com/">Robert Scoble</a> the guy I linked to above.) in front of your virtual audience and basically share anything and everything. Of course, there is some room for discretion, but in general, it&#8217;s your personal journal viewable by the world.</li>
<li>Use the blog as a &#8220;content management system&#8221; which basically means you maintain your own online magazine with articles essays and whatnot and use a blog mechanism to manage your content and people&#8217;s comments on your content. One example of that is <a href="http://theresurgence.com/">The Resurgence</a>.</li>
<li>Use the blog as a hodge-podge mix of the two&#8212;blogging about whatever seems to come to mind. (I&#8217;m not sure it fits, but I&#8217;ll link to it anyway.) See <a href="http://www.challies.com">Tim Challies&#8217; blog</a> for an example of a blog that attempts to be personal &amp; academic though it weighs more toward the academic side.</li>
</ol>

<p>As I&#8217;ve been around the net a while, it seems to me that the majority of &#8220;Gen X&#8221; church planters who blog opt for version 3 with a heavy leaning on option 1.</p>

<p>I&#8217;ve been using this site as mostly #3 so far. As you can see from my categories on the sidebar, I&#8217;ve got sermons, Bible studies, personal journal entries, exposing my own spiritual life, computer issues, and even some posts on internet fraud. You can see it is all over the map like a Christmas tree with every kind of ornament ever invented showing up on it.</p>

<p>In fact, it seems that my posts on self examination and internet fraud are my most popular. Are people even reading my blog to grow spiritually?</p>

<p>So the question I&#8217;m asking myself now is this: What kind of web presence should I have? If you have any comments on this, I&#8217;d like to read them. Or you can give me a call on my cell at 765-404-0807 to tell me what you think personally. If you want to think this through with me, check out the links I placed above or my links in the sidebar of my .</p>

<table style="border:0;width:300px;margin:auto;">
<tr><th colspan="2">What kind of blog helps people grow spiritually?</th></tr>
<tr><td colspan="2"
 style="border-bottom:1px solid black;"
 align="center">X</td></tr>
<tr><td align="left">transparent</td><td align="right">academic</td></tr>
</table>

<p>Where would the X fall for you?</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=386&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/how-to-be-a-wise-blogging-pastor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ZOHO &#8212; 12 incredible, free, web applications</title>
		<link>http://jeff.mikels.cc/posts/zoho-12-incredible-free-web-applications/</link>
		<comments>http://jeff.mikels.cc/posts/zoho-12-incredible-free-web-applications/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 20:06:01 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Church Planting]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/382_zoho-12-incredible-free-web-applications/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>How do you collaborate with teams through the Internet? Web-based applications are the answer. I&#8217;ve found some killer web applications. Read on to find out more!</p>

<p><span id="more-382"></span></p>

<p>Web applications have become really hip and not without reason. The things you can do online these days makes purchasing office applications a thing of the past:</p>

<p>Google has a corner on the market for many of these web apps.</p>

<ul>
<li><a href="http://gmail.com">gmail</a></li>
<li><a href="http://spreadsheets.google.com">google spreadsheets</a></li>
<li><a href="http://www.google.com/calendar">google calendar</a></li>
<li><a href="http://www.google.com/intl/en/options/">more from google</a></li>
</ul>

<p>One of the hippest companies out there is <a href="http://www.37signals.com">37 signals</a>. They have put together some incredible offerings. One of them is called <a href="http://www.backpackit.com">backpack</a>.</p>

<p><a href="http://bobhyatt.typepad.com/">Bob Hyatt</a> over at <a href="http://pastorhacks.net">pastorhacks.net</a> has been <a href="http://bobhyatt.typepad.com/pastorhacks/backpack/index.html">singing the praises</a> of backpack for quite some time. Backpack was put together by the guys who did <a href="http://rubyonrails.com">Ruby on Rails</a> (if you know what that is) and it is a simple tool for putting todo lists, notes, and all kinds of other personal &#8220;stuff&#8221; in a web hosted database that looks really cool and is really easy to use.</p>

<p>Well, today, I stumbled across a suite of tools that looks to beat out all the other offerings. It&#8217;s called <a href="http://zoho.com">Zoho</a>. They offer web-based applications that don&#8217;t look as good on the screen as the others, but they offer more features, and they are free!</p>

<ul>
<li><a href="http://www.zohoshow.com">zohoshow</a> &#8212; put together PowerPoint like presentations online!</li>
<li><a href="http://www.zohowriter.com">zohowriter</a> &#8212; throw out Word. Write your stuff online, blog with it, version track with it, collaborate with it!</li>
<li><a href="http://www.zohosheet.com">zohosheet</a> &#8212; Just like Excel but through your browser.</li>
<li><a href="http://www.zohocreator.com">zohocreator</a> &#8212; Put together your own <em>web apps</em> and web-powered databases for free!</li>
<li><a href="http://www.zohoplanner.com">zohoplanner</a> &#8212; does whatever backpack does but free.</li>
</ul>

<p>Check these out if you are interested in online collaboration or working with teams.</p>

<p>Oh, and if you really like web apps. You might also want to check out <a href="http://ning.com">ning.com</a> which allows you to create your own social network kind of web applications for free as well.</p>

<p>Other web apps:</p>

<ul>
<li><a href="http://ning.com">ning</a></li>
<li><a href="http://wufoo.com/">wufoo</a></li>
</ul>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=382&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/zoho-12-incredible-free-web-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Palm Pilots and Web-based Calendars / Contact Database</title>
		<link>http://jeff.mikels.cc/posts/palm-pilots-and-web-based-calendars-contact-database/</link>
		<comments>http://jeff.mikels.cc/posts/palm-pilots-and-web-based-calendars-contact-database/#comments</comments>
		<pubDate>Sat, 08 Jul 2006 13:44:30 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Church Planting]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/381_palm-pilots-and-web-based-calendars-contact-database/</guid>
		<description><![CDATA[Prompted by an article on pastorhacks.net

I&#8217;ve been a Palm Pilot PDA user since my mom bought me one when I graduated from seminary. (Palm Vx, and awesome tool!)

The best feature of the Palm is the ability to have my contacts and calendar on my computer at home and also on a device in my pocket.]]></description>
			<content:encoded><![CDATA[<p><em>Prompted by an <a href="http://bobhyatt.typepad.com/pastorhacks/2006/06/backpack_on_you.html">article on pastorhacks.net</a></em></p>

<p>I&#8217;ve been a Palm Pilot PDA user since my mom bought me one when I graduated from seminary. (Palm Vx, and awesome tool!)</p>

<p>The best feature of the Palm is the ability to have my contacts and calendar on my computer at home and also on a device in my pocket. Being able to sync to the Palm Desktop has always been a valuable tool for me.</p>

<p>But my contacts are not my own anymore&#8212;neither is my calendar. As a church planter, I&#8217;m facing a need to have my personal contacts synchronized with our church contacts and having my personal calendar sync with my church calendar. But there is just nothing out there to do both of those and sync with my Palm. I need a centralized database that is&#8230;</p>

<ul>
<li>Contacts &amp; Calendars</li>
<li>Updatable by members of our congregation</li>
<li>Shareable with permission-based access control.</li>
<li>Web-accessible</li>
<li>pilot-sync-able</li>
</ul>

<p>I&#8217;ve been looking for this for a long time and have had no luck. Actually, the only viable option I can find is to have an Exchange server paired with Outlook. Of course, that&#8217;s a hefty Microsoft tax that I don&#8217;t want to pay, and I don&#8217;t think it can be updated by users.</p>

<p>Here are some options I&#8217;m considering.</p>

<ul>
<li><a href="http://www.icalx.com">ical exchange</a> &#8212; allows for publishing public and private calendars from any ical capable calendar for others to subscribe to or view them online through a browser.</li>
</ul>

<p>Any ideas?</p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=381&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/palm-pilots-and-web-based-calendars-contact-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Popple Rocks</title>
		<link>http://jeff.mikels.cc/posts/popple-rocks/</link>
		<comments>http://jeff.mikels.cc/posts/popple-rocks/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 03:48:32 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Lafayette]]></category>
		<category><![CDATA[Podcasts]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/360_popple-rocks/</guid>
		<description><![CDATA[
Download audio file (Popple_Contra--popple.us--.mp3)It&#8217;s late at night and my wife is asleep on the couch, but I just have to post this before I go to bed.]]></description>
			<content:encoded><![CDATA[
<a href="http://jeff.mikels.cc/wp-content/uploads/2006/06/Popple_Contra--popple.us--.mp3">Download audio file (Popple_Contra--popple.us--.mp3)</a><br /><p>It&#8217;s late at night and my wife is asleep on the couch, but I just have to post this before I go to bed. Tonight at the Skylight Coffeehouse in Lafayette, I went to the open mic night as I usually do on Thursdays. Tonight, however, I was actually hosting, and I performed a little bit myself, but we were graced at the end with an act that was just so cool.</p>

<p>The band is called POPPLE, and you <em>have</em> to visit their websites:</p>

<ul>
<li><a href="http://www.popple.us">POPPLE&#8217;s main site</a></li>
<li><a href="http://popple.libsyn.com/">Downloads, Demos, and Videos</a></li>
</ul>

<p>You need to watch some of those videos and then come back here to leave a comment.</p>

<p>(Oh, and they are actually doing their music as a Christian Ministry.)</p>

<p>I hope they don&#8217;t mind my posting of this rip. (The live version was better.)</p>

<p><a id="p359" href="http://jeff.mikels.cc/wp-content/uploads/2006/06/Popple_Contra--popple.us--.mp3">Contra by Popple</a></p>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=360&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/popple-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://jeff.mikels.cc/wp-content/uploads/2006/06/Popple_Contra--popple.us--.mp3" length="1756054" type="audio/mpeg" />
		</item>
		<item>
		<title>Some Game Sites</title>
		<link>http://jeff.mikels.cc/posts/some-game-sites/</link>
		<comments>http://jeff.mikels.cc/posts/some-game-sites/#comments</comments>
		<pubDate>Thu, 18 May 2006 13:01:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://jeff.mikels.cc/354_some-game-sites/</guid>
		<description><![CDATA[I&#8217;ve had some good responses from my few game postings, so here are a couple of more links to some cool games and sites:


www.armorgames.com &#8212; flash games
jayisgames.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had some good responses from my few game postings, so here are a couple of more links to some cool games and sites:</p>

<ul>
<li><a href="http://www.armorgames.com/">www.armorgames.com</a> &#8212; flash games</li>
<li><a href="http://www.jayisgames.com">jayisgames.com</a> &#8212; a blog site reviewing games.</li>
<li><a href="http://www.dumbthegame.com">Dumb: The Game</a> &#8212; test how dumb you are.</li>
<li><a href="http://onamis41.free.fr/jeu/JeuOnamis01.html">Room Escape</a> &#8212; post a comment if you can escape from this room!</li>
<li><a href="http://www.pythonchallenge.com">The Python Challenge</a> &#8212; learn the Python programming language by playing this online game (Hint: Always view the source of each page)</li>
</ul>
<img src="http://jeff.mikels.cc/?ak_action=api_record_view&id=354&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jeff.mikels.cc/posts/some-game-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

