Hear me wax philosophical on APIs and Jabberwockies

Last week I had the delight of being interviewed by Mike Buechele and Trisha Lyn Fawver for their Affiliate Marketing Fanatics podcast on GeekCast Radio.

They’re currently conducting a series of interviews with some speakers at the upcoming Affiliate Summit East (8/15 through 8/17 in NYC).  In the interview, we discuss my work at Adknowledge, APIs in the affiliate space, plus some Lewis Carroll trivia.

If you’d like to give it a listen, please head on over to GeekCast.fm.  Let me know what you think on Twitter.

HOWTO: Setup Google Public DNS on Windows 7

You may want to consider changing your default DNS server on your Windows 7 computer to Google Public DNS.  There are a few reasons why you’d want to do this:

You’re running Windows 7, so you’re either fresh off an upgrade or have a relatively new computer.  Either way, now is the time to switch over to Google Public DNS.

DNS (Domain Name System) is the Internet’s lookup system whereby easily remembered domain names are translated on-the-fly to cryptic IP addresses where the content resides that you’re trying to access.  In an effort to speed up the web, Google launched a free DNS service in 2009.

To switch over to Google Public DNS on Windows 7, please follow these instructions (or check out Google’s):

  1. Click the “Start” button
  2. Click “Control Panel” in the menu
  3. Click “Network and Sharing Center
  4. Select the connection for which you want to configure Google Public DNS (I recommend doing this for all connections)
  5. A prompt will open showing the connection’s status, click “Properties”
  6. Under the “Networking” tab, double click on “Internet Protocol Version 4 (TCP/IPv4)” beneath “This connection uses the following items”
  7. IMPORTANT: Make note of the current settings (write them down!) and also write down Google’s Public DNS telephone support numbers which are 877-590-4367 (inside the USA) and 770-200-1201 (outside the USA).  You’ll need this stuff if you mess up.
  8. Select “Use the following DNS server addresses:”  (Note: do not modify the IP address section)
    1. Change the “Preferred DNS server” to 8.8.8.8
    2. Change the “Alternate DNS server” to 8.8.4.4
  9. Click “OK”
  10. Click “OK” again (on the Connection Properties window)
  11. Repeat these steps for all connections you wish to enable Google DNS for (wireless, LAN, etc.)
  12. Restart the computer

Network and Sharing Center Prompt

After this, you’re all good to go!  Remember, if you want to use Google Public DNS on future connections (at the office, for instance), you’ll need to configure it for each new connection.  Just remember to use the DNS servers 8.8.8.8 and 8.8.4.4.   The steps above can also be roughly followed on other versions of Windows, but the prompts may be slightly different.

If you run into problems getting Internet access after making these changes, Google Public DNS telephone support can be reached at 877-590-4367 (inside the USA) and 770-200-1201 (outside the USA).

HOWTO: Fix 550 Invalid Recipient Error on Citadel

If you’re like me and did a hasty install of Citadel and didn’t pay much mind to the manual, you may have found a few quirks here and there.

For instance, you may have found yourself able to configure the mail server to receive mail without issue, and allow users to connect via a POP3 connection.  But you’d be stymied if you tried to make a similar connection to send outgoing mail via SMTP.  And that’s why you’re probably on this page.

So without further ado, the answer is in the command line, my friends:

sendcommand IGAB

If the user account is configured, that should just about do it for you.  Four words for you:  Initialize Global Address Book.  Then again, I’m the most novice Citadel admin on the planet.