My Review of SeV Travel Boxers

Originally submitted at SCOTTEVEST, Inc.

We spent months developing the perfect travel boxers with features no other brand has! Although not intended as shorts or swimwear, they offer enough coverage to be worn as shorts in a pinch (Just be mindful of the open fly!). Pocket for your iPhone� or anything else you desire – fits an iPhone�, D…


Comfortable and free

By Jeremy the Geek from Eden, MD on 1/4/2011

 

5out of 5

Sizing: Feels true to size

Pros: Well Made, Comfortable, Wrinkle Resistant, Quality Materials

Best Uses: Casual Wear, Wear to School, Date Night/Night Out, Special Occasions, Wear To Work, Travel, Golf

Describe Yourself: Casual Dresser

Comfort vs Style: Comfort Driven

These are probably the most comfortable boxers I have owned. The don’t bunch up, the breath well like cotton and they feel like silk without being clingy. These were one of the best gifts I got for Christmas this year!

(legalese)

Tips on adding PECL uploadprogress to your PHP scripts

I’ve been working on adding PECL Uploadprogress support to the drupal viddler module to give the user a better indication of how long the process will take. In this process I ran into a few gotchas that I thought I would pass along.

  • Make sure to have the UPLOAD_IDENTIFIER hidden element before your file input element. Otherwise it won’t be able to find your uploaded file to monitor.
  • Use the example code provided to make sure your in is actually working. Since moving to Snow Leopard which is an 64bit OS the would load, but not work properly. I had to download the latest version for php and put it in the folder.
  • If you do anything else after the upload that holds up the form from posting (ie http post to another server) expect the timing for the upload progress to only show the upload to the server’s local disk not the remote call.

I’m sure there were other things I ran into, but these were the major ones. Good luck and happy coding!

His Needs, Her Needs: Building an Affair-Proof Marriage (Review)

I just finished reading, “His Needs, Her Needs: Building an Affair-Proof Marriage” and I must say I’m impressed. While Carla and I are by no means anywhere close to an affair the does go over how neglecting key needs in a can deduct from ones “ Bank” and ultimately end up in an unhealthy marriage (or affair).

After introducing the basic idea of the “Love Bank” and going over the 10 basic needs everyone has the book then alternates chapters between a need for him and a need for her. It was fun to read the chapters speaking to the wife (the guys needs) and thinking in my head “yeah that’s the ticket” then only go over how I have some work when going over the wife’s needs.

I’d highly recommend this book to anyone who wants to strengthen their marriage. No matter where you fall on the scale from 1-10 you can learn something from this book. When the author has put in so much time and research in you can tell he knows a thing or two about the needs of a healthy marriage.

Vintage Felt Flowers

It’s been awhile since I’ve blogged, but I’d figure I would start up again for no other reason that I feel like it. So for my first one back I’m going to talk about LOL. Not the typical man topic, but I do on the side and thought the flowers at this particular wedding where interesting enough to post a quick .

I follow Benfield Photography in google reader and he shot this beautiful shot of the bride and brides maid’s flowers. I had to take a closer look and yes they are felt and buttons! So off the wall and interesting I had to send them to my wife who likes to scrapbook and mess around with different types of paper and crafts.

Apparently the flowers where done by Meghan of Princess Lasertron and there are other examples of the felt and on her site. Very interesting indeed. I might have had to talk my wife into them if we were getting married. I’m sure I would have gotten shot down though.

Well thanks for checking in to my annual blog post :) Hopefully I’ll have some more to say before the year ends.

Adding pdftk to 1and1 shared hosting

UPDATE 2010-09-03: I updated a couple links to reflect newer downloads. Because is on an older debian (etch) system I had to tweak the steps for using lenny based packages. ENJOY!

There are some cases where you might need a powerful to use with . 1and1 does not come with any built in processors or built into php. Here is the process I used to integrate phptk into my 1and1 shared account.

Requirements: 1and1 shared plan that has ssh support

- Download file for debian lenny:

http://ftp.us.debian.org/debian/pool/main/p/pdftk/pdftk_1.41-3_i386.deb

- Extract the pdftk deb file:

ar xv pdftk_1.41-3_i386.deb

- Extract the data.tar.gz file:

tar xvzf data.tar.gz

- Download libgcj deb file for debian lenny:

wget http://ftp.us.debian.org/debian/pool/main/g/gcj-4.2/libgcj8-1_4.2.4-4_i386.deb

- Extract the libgcj deb file:

ar xv libgcj7-0_4.1.1-20_i386.deb

- Extract the data.tar.gz file:

tar xvzf data.tar.gz

- Download libstdc++ deb file for debian lenny (backport file http://packages.debian.org/lenny-backports/i386/libstdc++6/download):

wget http://mirror.linux.org.au/backports.org/pool/main/g/gcc-4.3/libstdc++6_4.3.4-6~bpo50+1_i386.deb

- Extract the libstdc++6 deb file:

ar xv libstdc++6_4.3.4-6~bpo50+1_i386.deb

- Extract the data.tar.gz file:

tar xvzf data.tar.gz

- Create a to link libgcj and libstdc++6 for pdftk (use nano or vi):

#!/bin/bash

LD_LIBRARY_PATH="usr/lib:$LD_LIBRARY_PATH" usr/bin/pdftk $*

- Chmod the pdftk script so it can run:

chmod 755 pdftk

Now you can run pdftk from your main directory and process files from php or cronjobs.

If you run into any problems try running the pdftk command with some test files. If you have any problems please leave a comment. Thanks!

1&1 tightens up Email spam rules

I use 1and1 for my personal and websites as well as for our clients. We’ve had a client recently that was not receiving emails from one of their colleagues and of course the other company’s IT person said it was our problem. Having been an email administrator for many years I always like to look into the bounced back messages, smtp connection info, email headers, and more to track down a problem. This particular issue was perplexing because there where not many posts on the net about it. When someone was trying to send an email to a domain hosted at 1and1 it sent this error after the RCPT TO line:

421 invalid sender domain, possibly misconfigured

I tested at http://www.wormly.com/test_smtp_server (which is a great site btw) to get test the error.

So I sent an email to 1and1 support to see if they could help. This was the very :

The circumstances you have just described is caused by a RFC-non-compliant configuration of the despatcher-domain. The MX-Server
of the domain has no registered A-record, but merely a CNAME-record this is why the e-mail is rejected by our e-.

You can find some general information about this topic here:

http://www.faqs.org/rfcs/rfc2181.html

To provide the e-mail delivery as fast as possible again, we kindly advise you to inscribe the target domain of the CNAME-record as MX-record. For further information, please contact the provider of the despatcher-domain.

Looks like the is blocking any non RFC compliant domains. In the rfc spec above it says:

10.3. MX and NS records

The domain name used as the value of a NS resource record, or part of
the value of a MX resource record must not be an .

Additional section processing does not include CNAME records, let alone the address records that may be associated with the canonical name derived from the alias.

So if you are a or setup DNS for clients make sure to have the for your domains be A records (they directly resolve to an ip) not CNAME records. So far I have had to email a couple of companies related to this issue. I applaud 1and1 for locking down their email servers even more to thwart spam, but it would have been nice to have had a link or faq on their site explaining what was going on. Thus the reason for this lengthy post.

Some other posts on the web about this issues:

Useful links to test out DNS and MX records:

Adding PECL Uploadprogress to 1&1 shared hosting for Drupal FileField

Drupal 6.x is the platform we use to build great websites. There are modules FileField and ImageField 3.0 that allow the ability to update a progress meter when uploading a file. This requires installing a to PHP called uploadprogress. Here is the process I used to get it working on a 1and1.com package. You will need a package with ssh support currently the and Developer packages do.

  • Download PECL uploadaccess to your account
  • Extract the package
    tar xvzf -1.0.0.tgz
  • Go into the directory
    cd uploadprogress-1.0.0
  • Run phpize5
    phpize5
  • Change php-config to php-config5 in configure
    sed -i 's/=php-config/=php-config5/g' configure
  • Run Configure
    ./configure
  • Change include directives in Makefile
    sed -i 's#-I/usr/local/include/php#-I/usr/include/php5#g' Makefile
  • Run make and make test
    make
    make test
  • Make new extensions folder for new extension to go in
    mkdir ~/extensions
  • Copy uploadprogress extension to new folder
    cp .libs/uploadprogress.so ~/extensions/
  • Create new php.ini under your main folder (or under a single subfolder for just that application) to add new extension_dir then add this code to the file
    extension_dir=/kunden/homepages/6/d87663654/htdocs/extensions/
    extension=uploadprogress.so

That should be it. You should now be able to see the “ progress Enabled (PECL uploadprogress)” on the admin/reports/status page in .

Links that helped me with the above info:

The Shack – Book Review

My wife started reading The Shack not to long ago and wanted me to read it as well so she could talk about what she was reading. My typical reading/listening is mostly filled with podcasts, self help, and technical books. work there way in my reading list but not often and not ones that are less than a year old from an unknown author. I was skeptical at best and had only heard short explanations of its contents from my father in-law and brother in-law that made the seem less interesting. Everyone who talked about it had mentioned its of God and shock of their core so when my wife asked me to read it I was reluctant. But knowing my wife she would not allow me to just put off such as request so I told her I would read it if it was on audible.com. It was. I have an audible.com account which had a couple credits queued up, so I downloaded the book to my iPhone that night. The next day I began listing to The Shack on the way to a clients two and a half hours away. I was hooked. The story was moving and captured my attention so much that I was disappointed at every interruption as I was driving in the car. The ride home was no different and I spent most of the evening at home with one or two earbuds in my ears. The book has some suspense so that evening when a transformer popped and made a bright light outside our bedroom window I was startled (you can read more about that on my wife’s blog). The day after I finished listening and all I can say is “Wow”. If this book doesn’t move you in a way to become a I don’t know what will. I won’t spoil the book for those who didn’t read it, but the main characters connection to God was so real it made me want to be familiar with God in that way. I can’t say it challenged my view of God, as much as others, but it made me want to be a and to connect with God in a deep and new way. If you strive for those things you should get a copy today. You won’t be disappointed.

For more info on The Shack you can go to http://theshackbook.com/. If you want to find more info on purchasing check out amazon.com‘s reviews and more.

300k Miles!

So this morning I hit miles in my 1993 Accord SE! I’ve owned my car since 1999 and I got it with 78k miles on it. So I’ve driven it an average of 22,200 miles a year. At my current of 25 at the current gas prices I would have spent over $1580 a year or $15,800 over the last . I could have bought a new car :) I had my Flip Video MinoHD (that Carla got me for my birthday. Thanks beautiful!) with me so I captured the moment of going from 299,999 to 300,000. A I’m sure.

Like I mentioned in the video I’ve had a great time driving my little Honda. Maybe I’ll get another 100k our of it!

Share photos on twitter with Twitpic
Yes it is dusty :) I haven’t cleaned in awhile.

Why do I use linux? Top 5 Reasons.

Linux TuxI was inspired by a post about “Why Do You Use Linux” to post why I use and I wanted to post how I use one of the best operating systems out there as well. First off if you are not familiar of what is you can read up about it at wikipedia, but basically it is an operating system like Windows and Mac OSX that allows you to interface with the hardware and software on your computer system. Each operating system has its pluses and minuses. I’ll give you my take on what those are bust first I’ll give you some background.

I’ve been using Linux since around 1999 for both personal and professional reasons. I’ve always liked to tinker with computers as it is more than just a job for me. It’s fun. What isn’t fun is having to reboot every 10 minutes and having no clue why something like that is happening. It’s like having a car that is sputtering smoke and your not allowed to look under the hood. Fortunately in Linux everything is available under the hood. File locked? check it with lsof, network slow? view all the traffic with wireshark, running out of memory? use free or a large amount of other free and that is at your disposal. So here are the main reasons why I use Linux:

  1. Freedom: no vendor lock-in, open source code
  2. Stability: I have that have been running for over a year. ’nuff said
  3. : never have to worry about virus’ again, plus built from the ground up to be a secure OS
  4. Efficiency: Can run on small devices (Kindle anyone?) as well as a full or server
  5. Choice: I’m not forced into candy XP, glassy Vista or keechy OSX I have a multitude of choices from KDE, Gnome, XFCE, e17 and more great . Not to mention the thousands of other programs I can use.
  6. And those are just 5 of the reasons of why I use Linux. If you want to try this out you can download a “Live CD” that allows you to boot from a CD to run Linux and not touch mess with the system you are on right now, but I must warn you you might be tempted to click on the install now button because it is nice!

    I’ll write another post on How I use Linux, but this should get anyone who has not heard of Linux interested.

    Until next time. Linux on!

    Linux!




SEO Powered by Platinum SEO from Techblissonline