Blogs
XSL Transformations for Blogger and Delicious RSS feeds using Coldfusion behind a proxy at Godaddy.com
Coldfusion Environment
The Coldfusion 7 hosting service at Godaddy.com has been excellent since it provides many other programming languages such as PHP, Java, Perl, Microsoft .net, and Ruby on Rails for me to work with. The only problem I have had so far is to remember to work around their proxy and not being able to upgrade to Coldfusion 9.
Blogger.com Syndication
Here is a function I created to consume my blog hosted on blogger to create my blog webpage, notice the proxy server and proxy port variables:
This function needs the Extensible Stylesheet Language (XSL) file referenced in the code as blog.xsl (just look at the source of the this webpage) to style the Atom RSS feed. I added a test for summary or full output of the blog which is set in blogger at Settings > Site Feed > Allow Blog Feeds.
The results of the of this function are stored in the displayXML variable and can be displayed on the page using this command: #displayXML# surrounded by cfoutput tags.
Delicious.com Syndication
This function is identical to the one above but it references link.xsl (click here and view the source) and powers my links page.
If you have any questions please comment or contact me.
VNC Server Setup
The problem: I would log into the service using the VNC client and receive my login screen from the server, but after inputting my password the screen would go black and nothing else would happen.
I found many potential answers by Googling but all seemed to point at the firewall to solve the issue. I opened up internal firewall ports 5900 and 5901 as indicated by this guide in an attempt to find a quick solution but this didn't seem to help. After talking with a colleague he suggested that I check what account I had started the VNC service from to ensure the proper permissions were being accessed during the transaction.
Solution: In my case the VNC server was started under the account that I had planned on using to access the VNC Server, however I needed to start the service under the root account instead. After changing to the root account everything worked correctly.
Server Configuration Steps:
1) Set up VNC Server
sudo vi /etc/sysconfig/vncservers
2) Change the default configuration to add the users that will run the service
VNCSERVERS="1:username"
VNCSERVERARGS[1]="-geometry 1024x768 -depth 16 -AlwaysShared"
3) Edit the user home directory xstartup file
vi /home/username/.vnc/xstartup
4) Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
5) Open internal firewall port 5901
6) Set VNC Server password
vncpasswd
7) Start the VNC Service as the root user
sudo vncserver :1
Connection Steps:
1)Open a shell client and tunnel the VNC port through the local session:
ssh -L 5900:localhost:5901 username@xxx.xx.x.xxx
2)Start the VNC Client
home:127.0.0.1:0
SSH Encryption For Your Web Connections
1) Run the command below in the terminal
ssh -ND 9999 username@xxx.xx.x.xxx
2) Open "Network" under Apple > "System Preferences..."
3) From the "Location" drop-down, select "Edit Locations", then select the gear sign and "Duplicate Location." In my case I duplicated my "Automatic" location and named it "Secure Proxy".
4) Click "Done" to close the "Edit Locations" dialog box.
5) Select your new location from the Location drop-down.
6) Click the "Advanced..." button in the lower right.
7) Click "Proxies" and select the "SOCKS Proxy" checkbox.
8) Fill in "localhost" for the SOCKS Proxy Server value and port 9999 in the box after the ":" symbol.
9) Select "OK" to close the "Advanced..." dialog box, then click "Apply".
10 In Firefox, go to Firefox > "Preferences... > Advanced > Network > Settings and select "Use System Proxy Settings" option box.
11) Select "Ok"
12) Safari automatically uses the System Preferences so you don't need to worry about that browser.
Now whenever you want to switch to proxy mode, just start your client and select your "Secure Proxy" location.
Maiden Voyage
Painting the Boat Trailer
The light kit was easy to install but I am not satisfied with the brightness of the lights so I will need to research ways to make it brighter.
Painting the trailer is a slow and tiring process since the trailer is covered in rust each section takes nearly 2 hours to get to the bare metal. I went ahead and bought an electric sander for the project but I soon found that it was not designed for this type of sanding.
Sailboat Naming
- She's almost 18 - This is funny because the boat is 17 ft. 9in. long...
- One Ping Only - From the movie "Hunt for the Red October".
- iBoat - The latest Apple gadget!
- AFK - Stands for away from keyboard but mostly used by nerds so I doubt anyone would get it.
- The Pearl - From the movie "Pirates of the Caribbean".
- PWNED - Another nerd reference.
- Giggidy Giggidy - From the TV show "Family Guy".
- The Other Woman
- SpaceBall 1 - From the movie "Space Balls".
- 88 knots per hour - A reference from the movie "Back to the Future".
- Kelly - My friend Kelly suggested that I name it after her.
- Cupcake - Some girl asked me to name it this a long time ago.
Bought an O'Day Sailboat

Today I picked up my O'Day sailboat from Sebastian, FL. The boat is much bigger than I had pictured it from the photos that were posted on Ebay. The boat is 17 feet long and has a mainsail, jib, and a spinnicker. I am really excited to take her out on the water and see what she can do.
Pictures of the boat on Flickr
Memorial Day Activities
Relaxing

Relaxing
Originally uploaded by Stephen Kropp
The past week I have been relaxing in my hometown, Kansas City and it has been great. Seeing my friends and family made me want to take another week off and delay the inevitable trip back to Daytona. I have noticed that the people my age in Kansas City are much nicer than those I meet in Daytona. For now I am going back to the daily grind I have fallen into in Daytona Beach.
Process Optimization by Design
Bike Week 2008

Bike Week 2008
Originally uploaded by Stephen Kropp
I recently acquired an intro sport bike that has proven to be a lot of fun around the area, especially during Bike Week. I have never really enjoyed this week of loud exhausts and crazy bikers in the 8 years I have spent in Daytona but going around with friends has been a lot better behind my own motorcycle. My friends and I all took off the day from work and rode all around to see the sights of bike week. We started at the Cabbage Patch where we saw women's coleslaw wrestling at its finest, then headed to main street to see the hundreds of bikes and people all gathered for the yearly event.
Leopard Install Issues
Drew Graduation Photos

Lora, Drew, and Mom
Originally uploaded by Stephen Kropp
Drews graduation photos from Ray-Pec High School
Lora Graduation Photos

Mom is Proud
Originally uploaded by Stephen Kropp
View photos from my sister's graduation from the University of Tulsa.




Social Media Channels