tools

What You Should Keep in Your Bike Tire Repair Kit

0

Howdy folks. I was just working on my bike and decided to write a quick post about what to keep on you at all times while biking. Here goes.

I keep the small stuff  in an old, rectangular Altoids tin:

  1. patches – & contact cement if necessary
  2. emery/sand paper – to roughen up the tire rubber
  3. presta-schrader adapter – for gas station compressor, if you have presta valves.
  4. razor blades – to get out tough bits of glass/metal/rock/etc.
  5. money – for gas station air compressor, phone call, spare tube, food, etc. I have at least $3 in quarters, several singles (for change), and a $5 or $10 bill.

I keep the rest in my bag (either shoulder bag or seat bag):

  1. tire levers – 2 minimum. I usually have 3 on me.
  2. compact air pump – get one that has a small hose, especially if you stick with Presta valves. You’ll pay a little more, but the kind without the hose will break Presta valves somewhat easily. I personally avoid the CO2 pumps (the cost/benefit just doesn’t seem even close to worth it) – but if you have one, take spare CO2 tanks till you get it down.
  3. if you ride a bike with bolted skewers, make sure to have the appropriate wrench/es
  4. if your wheels won’t come off because your brakes are in the way – check to see if you have a quick release brake. If not, bring a tool to allow for easier removal of the wheel.

That’s all folks! Feel free to add/comment on what you take along on your rides.

User Testing Websites

0

A few user testing websites – know of any others?

http://www.loop11.com/pricing/
http://www.optimalworkshop.com/chalkmark.htm
http://www.usertesting.com/
http://www.userzoom.com/

Google Analytics Links & Resources

0

gleaned from http://appsumo.com/googlevid/ (must sign up to gain access to [temporarily free] video!

Campaign Tracking Overview:
http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/

Google Analytics URL Builder:
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55578

Goals & Funnels:
http://www.google.com/support/analytics/bin/answer.py?answer=55515&hl=en

Site Search:
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=75817

Google Analytics: Power User Guide:
http://blog.vkistudios.com/index.cfm/2009/6/5/The-Google-Analytics-Power-User-Guide

50 Resources for Getting the Most Out of Google Analytics
http://blog.kissmetrics.com/50-resources-for-getting-the-most-out-of-google-analytics/

The Huge Collection of Google Analytics Tips
http://www.searchenginejournal.com/the-huge-collection-of-google-analytics-tips/7426/

Google Analytics YouTube Channel
http://www.youtube.com/googleanalytics

Blogs about Google Analytics

The Official Google Analytics Blog
http://analytics.blogspot.com/index.html

Advanced Web Metrics
http://www.advanced-web-metrics.com/blog/

Google Analytics Results
http://www.googleanalyticsresults.com/

Luna Metrics Blog
http://www.lunametrics.com/blog/

Analytics Talk
http://www.cutroni.com

Browser Tabs #0

0

I regularly have way too many tabs open. Rather than bookmark them or log them in delicious, I’m going to start listing them here. It will act like a snapshot of what’s going on in my brain…? I think that’s interesting. Maybe you will too.

  1. http://www.beeratjoes.com/index.php/beer-dinners/spent-grain-beer-bread/
  2. http://www.realbeer.com/discussions/showthread.php?t=11228
  3. http://www.instructables.com/id/Etched-Copper-Board-Valentines-Day-art-wLEDs/#step0
  4. http://www.harkavagrant.com/index.php?id=152
  5. http://www.amazon.com/gp/search/ref=pe_77460_18793460_pe_09/?ie=UTF8&rh=n:1055398,n:!13900811,n:!1063496,n:331401011,n:284507,p_6:ATVPDKIKX0DER,n:13162311,n:13217501,n:13217701&page=1&bbn=331401011
  6. http://www.jagjaguwar.com/home.php
  7. http://chicago2011.drupal.org/tickets-and-registration
  8. http://bamfestpdx.com/schedule.html
  9. http://www.goldmine-elec-products.com/prodinfo.asp?number=C6900
  10. http://www.workbenchdesign.net/walkaround/walkaround.html
  11. http://www.workbenchdesign.net/
  12. http://www.skycraftsurplus.com/toolstoolkits.aspx
  13. http://www.closegrain.com/2010/08/portable-workbench.html
  14. http://www.instructables.com/id/Stop-using-Ferric-Chloride-etchant!–A-better-etc/?ALLSTEPS
  15. http://www.redwallprints.com/Services.php

Eric Meyer’s CSS Reset

2

For rapid xhtml/css development, this is invaluable:

http://meyerweb.com/eric/thoughts/2011/01/03/reset-revisited/

Especially when you pair it up with this:

http://960ls.atomidata.com/

Restoring PC Stickies

0

I use a program called “Stickies” to temporarily keep track of notes throughout the day (similar to the OS X program with the same name, but for Windows). It creates resizable, styleable post-it-note-esque boxes on my desktop that can be repositioned, deleted, or serve as reminders (visually, and with audible alarms). I restarted my machine a few days ago and was prompted to choose a file from which to restore my stickies settings. My heart sunk as the backup restoration failed – but I knew somehow I’d get them back, and I did. Here’s how:

  1. Right-click on the stickies icon in the taskbar hidden icons area
  2. Select “About Stickies v7.0beta” – yours may say something different
  3. A window will open. At the bottom, click the ellipsis (…) to go to the data directory folder
  4. Right-click again on the stickies icon in the hidden icons area and select “Exit” to quit the program
  5. Go to the data directory folder you just opened and duplicate the last file that contains usable data (you can usually tell if the file size is larger, or open it with a code editor and search for significant text)
  6. Duplicate the backup file by copying and pasting it (ctrl+c, then ctrl+v)
  7. Find the file stickies.ini in the data directory and rename it stickies.ini.old
  8. Rename the file you copied stickies.ini
  9. Restart your Stickies program, and you should be back in business

301 Redirects in Drupal Pages

0

I recently ran into a problem with a Drupal site I designed and maintain. Here’s a quick explanation of the problem, and then the solution.

The front page has a Views Slideshow Block that grabs node data from custom CCK types. These types contain an image to be displayed in the slideshow (but not the node itself) and a checkbox for enabling or disabling the node from appearing in the Slideshow Block. The slideshow images by default link to the nodes from which they were created.

The problem is linking to a page rendered by Views. Since I can’t add a field for the image or checkbox in a view page (not that I know of, let me know if I’m wrong on this) I had to figure out a different way. And I did, but not without further glitches.

I added the image and checkbox fields to my Page content type and created a node with the appropriate image. It appeared in the slideshow and linked to the page. I then tried several methods to redirect the alias to the correct page. First, the Path Redirect Module. Fail. Then, cpanel’s .htaccess redirect configuration tool. Fail. Then manual .htaccess configuration. Fail.

I don’t really know why the .htaccess failed – I have suspicions it has to do simply with Apache not updating, the fact that I have the Global Redirect Module installed, the clean url directives that already exist in the .htaccess file, or some similar url rewriting conflict.

In a pinch, I added this snippet of code to the body of the page I created:

<?php
 header("HTTP/1.1 301 Moved Permanently");
 header("Location: http://www.mysite.com/aliasname");
 exit();
 ?>

This delicious morsel did the trick, but not without a headache first. You’ll have to have access to posting PHP code, and post it as source, even if you select the PHP option.

Go to Top