Roughly the TRUTH

Just another WordPress weblog :: by JFN

Roughly the TRUTH header image 4

Slide Guitar at Montreal

March 3rd, 2010 by JFN
Respond

Might be forced to pick up the DVD when it comes out.

Tags:   No Comments.

Cookie Inflation

January 24th, 2010 by JFN
Respond

bw-linegraph

Has your website been doing gangbusters recently? Think again. As Comscore explains, you may be just be welcoming back a single visitor with OCD.

Techcrunch is covering a mini-soap opera today starring Comscore’s web analytics business. Linda Abraham, Comscore’s CMO jumped in with some thoughts:

1) First of all, we measure Unique People rather than Unique Cookies which web analytics systems erroneously can unique visitors. I would challenge you to find any kind of server side measurement system that measures people, not machines or cookies. To show you how absurd server side numbers are, AOL Inc. had about 259 MM Unique cookies which gives it over 125% reach compared to a true reach of 54%. The inflation is driven by cookie deletion, multiple browsers, multiple machines for the same users, multiple devices etc… Large companies do not complain about their numbers because they know their server side numbers are flawed as obviously evident by the AOL metrics, not because “comScore fixes your number”. This dynamic is less obvious with smaller sites—they don’t realize how inflated their numbers are until their reach starts exceeding 100%.

(emphasis mine)

You’re probably asking yourself how bloated are those “unique visitor” numbers in your analytics software? Unfortunately, there is no universal flat rate that will reduce your numbers to provide an accurate reading. In general, if returning visitors make up a large portion of your traffic, your inflation rate will be running higher than would otherwise be the case.
inflated-oreo
In the longer term, these concerns will diminish. As the personalized/mobile computing trend accelerates, people will be online with the devices in their own pockets and time on shared systems will diminish in proportion to their overall online life. When not on the go, people’s mobile devices will sync with their more stationary brethren.

In the meantime, how would you quantify the concerns laid out by Comscore’s Linda Abraham? What formula or method are you already using to get an accurate reading?

Tags:   · · No Comments.

WordPress Theme Fundamentals

August 15th, 2009 by JFN
Respond

Template Tags, Themes and PHP Basics

Turn your WordPress Theme into a finely tuned machine. This concise breakdown of the most important pieces of your WordPress Theme will keep your coding efforts focused and productive. Even the experienced WP site developer will appreciate how these slides serve as a great reminder of the theming basics.

These slides are courtesy of Jeremy Clarke’s presentation at WordCamp: Intro to WordPress Theming.

You can find other great WordPress tutorials and presentations at WordPress.tv.

P.S. What I really like is the example showing all of the creative uses of custom sidebars (slide 30 & at 42 min. in the video):

And the code showing how to add new custom sidebars to your theme (slide 31):

Tags:   · · · · No Comments.

Domain Name Forum Review – Top Five Forums for Domainers

July 11th, 2009 by JFN
Respond

After Google didn’t give me the results I wanted, here is my completely arbitrary list of the best domain name forums on the web. Without further adieu from the fifth best, to number one:

  1. The Webmaster World | Domain Names (5,200 Posts)
  2. Domain Name Forum | Acorn UK Domain Names (196,043 Posts)
  3. DNForum – The Place To Talk Domains (1,503,829 Posts)
  4. DomainState.com – Domain discussion forum (469,771 Posts)
  5. NamePros.Com | Buy. Sell. Discover Domain Names (3,380,038 Posts)

The number of posts is as reported by each forum as of 7/12/09. This is based on personal experience and the thinking that the number of posts should be a rough estimate of how robust the discussion is at each domaining community.

Buying, developing and selling domain names is a hobby of mine and I have found these communities to be a great place to gain insights into the industry and the business. I hope this list is helpful to those who are just starting out with their domain name portfolios and possibly to those who have been in the business a long time.

Did I miss any good domain forums? It would be great to know, just drop a note in the comments…

Tags:   · · · · · No Comments.

How To Fix Internet Explorer CSS with Thesis in Wordpress

July 8th, 2009 by JFN
Respond

Internet Explorer can be a real pain when writing CSS :( . It seems that others have struggled with cross-browser compatibility issues, but using Thesis, I was able to conquer most of these issues on my own :D

First, take note of the body classes called when your site is viewed in IE (you can see this by viewing the source code in the right-click context menu when you’re on the page with the problems). In IE8, my about page looks something like this:
body class=”custom about ie ie8″

While in Firefox 3.5, my about page looks like this:
body class=”custom about”

This will enable you to create CSS rule(s) which will apply to your site only when users view it in an IE browser.

Second, in IE8 you can tweak your pages (much like Firebug for Firefox) with the built in Developer Tools (Navigate to the ‘Tools’ menu and you should see it beneath there).

The developer tools will open up in another window. Select the CSS tab at the top and then you should be able to select your custom.css style sheet from the drop down menu. As you un-check/check the boxes next to the different CSS rules, you will be able to see the changes made live to your webpage in the other window. You will also be able to change the current styles and add new ones (right-clicking in the developer tools window has some useful functions for adding rules to your style sheet).

IE8 Developer Tools - HTML/CSS Split View

Finally, changing your custom.css in developer tools won’t make your changes permanent, so once I get things right, I usually just make the changes manually to my custom.css (there may be a better way, but this is what works for me).

Good luck!

P.S.
Just to be clear, the information above refers to my setup which includes:

  • Firefox 3.5
  • IE8 (Thesis will apparently read which version of IE the site is viewed in and will display the appropriate body classes – IE6/IE7/etc. – allowing even more specific CSS rules)
  • Wordpress 2.8
  • Thesis 1.5.1

When identifying the IE specific rules in your custom.css file, it is not necessary to include the .custom class specification. Instead, use the appropriate IE body class. For instance:

.ie #header { border-top: 1px; }

Some Related Resources

Tags: No Comments.

Google Reader + Twitter Feed Fixed!

June 3rd, 2009 by JFN
Respond

How to Get Your Twitter Friend Feed working with Google Reader in 3 Minutes…

Google Reader does not play well with feeds requiring authentication (Following Your Friends on Twitter with Google Reader doesn’t work; luckily this tweak fixes that!). Here is the straight forward and secure way to resolve the problem of adding your authenticated Twitter feed to Google Reader or any other feed reader you use.

NOTE: A Google Feedburner Account is Required (if you have a Google Account, you probably already have access to Feedburner)

  1. Open Your Feedburner Account

    Simply open your existing Feedburner account and when you see the space to add a new feed, enter this (replace “myusername” and “mypassword” with your Twitter account information):

    http://myusername:mypassword@twitter.com/statuses/friends_timeline/9999999.rss

  2. Create Your Feed

    The on screen step-by-step process will guide you through, it’s really easy. You can add stats if you want, but that’s really unnecessary unless you are planning to publish your feed publicly.

  3. Add Your New Feed URL to Google Reader

    Your original Twitter RSS feed (http://twitter.com/user-name/with_friends) now looks something like this:

    http://feeds2.feedburner.com/Twitter/Enter Whatever You Want

Congrats on removing that annoying Twitter DRM!

Hope that helps; I had to search through some comments until I found this great workaround and didn’t see any solutions that were safe/private enough in the Google search results for “twitter feed google reader“.

Not much to say on Twitter, but if you’re interested: @joelhaus

Tags: No Comments.

Subprime Legal Domain Names

March 17th, 2009 by JFN
Respond

In early 2007, the irrational exuberance in the real estate market was clearly apparent. Many individuals made incredible profits; everyone from the single-family home flipper to the big-time bond insurers at AIG.

Attorney’s are now preparing for the legal battles that will ensue from this dramatic fall out. As the economic picture becomes clearer and the new regulatory regime is put in place, lawsuits are sure to follow:

SubprimeLawyers [org]
SubprimeLaw [org]
SubprimeAttorneys [net]

After deciding not to put these domain names to use, I am putting them up for sale on GoDaddy.com. The reserve price is $50, but feel free to bid as much as you want ;)

Tags:   · · · · · · No Comments.

Obama Ad

December 6th, 2007 by JFN
Respond

Tags: Comments Off

Five Birds, One Stone – How Iraq Saves the World

July 17th, 2007 by JFN
Respond

Violence flares, various parties battle for political control, and with a one-way ticket to the U.S. in hand, Al Qaeda waits patiently in the screening lines of Baghdad airport. A scary scenario? Hold on to your seat, but this isn’t what happens if the U.S. pulls out of Iraq, it’s happening right now.

However, there are some results of a U.S. draw-down we can confidently predict: increased dialogue in the region (similar to welfare reform in the 90’s), increased focus on developing alternative energy (in conjunction with the increased oil prices), greater wealth for the poor people in oil-rich nations (in conjunction with the increased oil prices), a dramatic cut in U.S. casualties in Iraq (duh) and a drastically improved budgetary picture (duh).

iraqi skies

As Iraq spirals deeper into chaos, at what point will the crazy man quit doing the same thing and expect to get a different result? With elections drawing near, the U.S. congress will finally recognize the need to reign Bush’s policy in. With the start of a significant withdrawal, don’t be surprised to increasingly see headlines reading: peace & stability, prosperity, clean-energy and balanced-budget. Stories that are in high demand and short supply these days.

Then again, WWIII might be just around the corner.

Tags: No Comments.

The Zen of Jott.com | Anti-Clutter Tool

May 11th, 2007 by JFN
Respond

Tracking my hours has never been this easy…

All it took was signing up on this free website and programming their number into my cell phone. It’s called Jott.com and it’s what keeps my head clutter-free and in a (more) Zen state of mind.
Brain Synapse - Mind Writing Notes
In a nutshell, here’s how it works:

  • Go to their website and sign up for free (you’ll need to provide your mobile phone number and an email address).
  • Save the number they provide in your mobile phone address book.
  • Call that number anytime, say something, and like magic, they’ll convert what you’ve said into text and deliver it to the email address you provided during sign-up (in case your voice comes across garbled, the email provides a link to your account where you can listen to the recorded audio message you left).
  • Daily, I use it to track billable hours, leave notes and send myself reminders. There are some more advanced features, but the basic function alone is truly a saving grace. I can’t remember the last time I found a web application so useful.

    So there’s my sales pitch. Hope it comes in handy.

    Tags: 1 Comment