Featured Posts

Google Voice Applications & ScriptsGoogle Voice Applications & Scripts I like most other users LOVE Google Voice and have found some useful apps that I would like to share with other Google Voice users. 1) Firefox Google Voice Add on This...

Readmore

Ninja Blogging Rss

Pre-race MotoGP Test Schedule At Indianapolis Motor Speedway

Posted on : 10-06-2008 | By : Kropotkin | In : Kropotkin

0

As Indianapolis is a new track this year, the MotoGP riders will get to test at the track before the actual race takes place in September. The date for this test has been announced as July 1st and 2nd.


read more

Don’t track traffic in Google Analytics from your computer

Posted on : 30-05-2008 | By : Administrator | In : Programming

0

I recently built a new website that wasn’t getting much traffic which I was using analytics to track the traffic for. I found that while testing the site I was skewing the data which I had not accounted for initially, so I couldn’t tell who was visiting the site at first. Well I did some digging and found that I could set up a filter to not track certain IP addresses. I didn’t think this was a good idea since I knew that verizon’s DSL IPs were pretty dynamic and will switch about once a month or so. With some more research I found that I could set a cookie with a specific value and set a filter up in Google Analytics so that if the browser had the specific cookie it wouldn’t track it. Here are the stops to set this up:

1) First create a page called no_track.html or something memorable with the following code. Make sure to change the (“UA-XXXXXX-X”) bit to your Analytics account number for your domain.

<html>
<head>
</head>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write("</script><script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>< /script>" );
</script>
<script type="text/javascript">
var pageTracker = <em>gat.</em>getTracker("UA-XXXXXX-X");
pageTracker._initData();
pageTracker._trackPageview();
</script>

<body onLoad="javascript: pageTracker._setVar('no_track');">
<p> Welcome, your computer will not be tracked on this site as a cookie has been
set to exclude it.</p>

</body>
</html>
---------------------------------------------------------------

2) Create an Exclude filter to remove data from visitors with this cookie. Follow these instructions http://www.google.com/support/googleanalytics/bin/answer.py?answer=55494
to create a filter with the following settings:

Filter Type: Custom filter > Exclude
Filter Field: User Defined
Filter Pattern: no_track
Case Sensitive: No

3) In order to set the cookie, visit your newly created page from all computers that you would like to exclude from your reports. Please note that if you clear your cookies on your browser that you will have to visit this page again to re-set the cookie.

High Speed Motorcycle Crash

Posted on : 25-05-2008 | By : Administrator | In : Daily News, Daily Rant, Motorcycles

2

A motorcycle driven by 28 Year old Benjamin Snook crashed Saturday May 24th, 2008 just south of North Shore Drive on Cassopolis Street in Elkhart, Indiana. Ben was traveling at a high rate of speed when going around a bend and veered into oncoming traffic, striking a car at about 7:07pm that was heading south. Benjamin died from head injuries later that evening. You can read more about the news report here

News reports like these upset me, because although it wasn’t specifically stated. From the sounds of the injuries, he wasn’t wearing a helmet. How many more people will have to die because Indiana does not force riders of motorcycles to wear helmets?


View Larger Map

OSX Set Folder View Options in Finder Through All Folders

Posted on : 04-03-2008 | By : Administrator | In : Uncategorized

0

For the past month or so I have been putting up with my folder view options to be in columns by default. I have no idea how the damn thing has been set that way, but tonight I finally said screw it, I’m going to fix this.

History of the issue: For some unknown reason Finder allows you to set a Folder view option for each an every folder individually. It remembers the last preference you had when last viewing that particular folder and sets it that way. Well sometimes things get screwed up and it forgets what your last setting was and in OSX there was no easy way to fix this. Until last year when macworld published an article to fix the problem with Automator!

Here is how you remedy the issue which is pretty easy even if you have never used Automator.

Do you prefer to use one type of Finder window, and only one type? If so, you’re probably somewhat frustrated by OS X’s ability to seemingly randomly pick a different view. You like using icons, for instance, but find that some folders in your home folder open in list or column view. Sure, you can change each one as it opens, but that’s a bit of a pain. If you’ve upgraded to 10.4, there’s a simple solution available, thanks to Automator. Obviously, the following steps could be used for any folder on your machine, but we’ll use your user’s folder for this example.

First, make sure you can see your user’s folder in the Finder. The easiest way to do this is to click on your computer’s name in the sidebar, or click on your home folder and then hit Command-Up Arrow. You should now see your actual user’s folder, along with those of any other users you’ve created on your system. Leave this window open, then launch Automator, in /Applications. Position the Automator window and the Finder window you left open such that you can see both at once. Now drag and drop your user’s folder into the blank area on the right side of the Automator window. If you don’t have enough screen space to see both windows, switch to the Finder, click and hold on your user’s folder, then hit F9 to activate Exposé, drag your user’s folder over the Automator window, hit F9 again (or just wait a second), then drop the folder. When you’re done, you should see something like this in the Automator window:AutoMator ScreenShot

Next, still in Automator, click on the Finder item in the Library column, and then drag Set Folder Views from the Actions column into the right-hand workspace. Drag and drop it below the existing entry for your home folder. What you’ve just done is to create the view action that will act on the folders in your home folder. The next step is to customize the settings to match your desired views. As an example, here’s a look at a possible set of settings for icon view:Automator Folder View Options

As you can see, the icon size, text size, label position, item info, preview, and more have all been set, and a background color has been specified. In addition, the Apply window properties section lets us enable the toolbar, status bar, and even set the width of the sidebar.

Near the bottom of the screenshot, though, is the key to this Automator action—to change the views on all the folders in your user’s folder, you must check the Apply Changes to Sub-folders checkbox. Once enabled, your Automator action will run on every folder within your user’s folder, not just the topmost one. Putting it all together, this full-size screenshot is representative of the completed Automator action—your version, of course, will have your home folder and your view settings in it.

Please read this bit before proceeding! Before you go any further, be aware that the next step will set all folders in your user’s folder to the settings you’ve created here. It may also take a while to run, depending on how deep your folder structure is. No data will be lost, but if you had customized window settings for a folder (for instance, a downloads folder in list view sorted by date), those settings will be overwritten.

The last step is to simply click the Run button and wait for Automator to finish running the action. When it’s done, every folder in your user’s folder will open with the settings you created. Save your Automator action somewhere handy for future use, just in case you want to run it again.

What About New Folders?

When you add a folder to your user’s folder, it won’t automatically inherit these settings—it will keep whatever settings are presently in use. There are two solutions to this problem. The “big hammer” approach is simply to open your saved Automator action, and run it again. But this is overkill for fixing a few folders.

Instead, open your existing action, and delete the first action in the work area (the Get Specified Finder Items entry). Just click once on it, then hit delete. This leaves just the Set Folder Views action in place. Next, select File: Save As Plug-in, and give your new plug-in a name like “Set Folder to My View” or something similarly remindful of its functionality. Set the Plug-in For pop-up to Finder, and click Save.

You’ve now got a new Finder plug-in you can easily use to set the view options for a given folder (and its subfolders, unless you removed the subfolder option). Just highlight a folder in the Finder, control-click on it, scroll down to Automator, and choose Set Folder to my View from the submenu. Presto, you’ve just changed everything to your preferred view.

You could expand this last step, too—create a number of different view settings, one each for icon, list, and column view, each one set up as you prefer. You should also probably uncheck the Apply Changes to Sub-folders box as well, so that you’ll take action only on the current folder. Then just save each as a Finder plug-in, and you’ve got a quick and easy way to set any one folder to a customized view.

Automator is really a powerful tool that can help you create simple tools that make using OS X even more fun and productive than it already is.

International Motorcycle Show Chicago

Posted on : 10-02-2008 | By : Administrator | In : Uncategorized

0

Yesterday Mike, Heather, and I went to the International Motorcycle Show in Chicago by taking the SouthShore Train. We got to see all of the new bikes for 2008, which honestly I wasn’t impressed with the three of the four main Jap. Manufacturers. I liked the way the new Yamahas look, but the GSXRS, CBRS, and Ninjas aren’t all that stylish in my opinion. But anyway, it was very similar to last year in that there are a ton of people and Ducati still has the best display and bikes. :) I did get to pick up some 1:12 scale bikes, and meet somebody famous…..Nicky Hayden’s mom! She had her own space and was selling Hayden Memorabilia and trying to educate everyone she could about MotoGP 2008 in Indianapolis. She asked if we had tickets and we assured her that we would be going. I also bought from her, A signed Copy of “The Haydens: Nicky, Tommy, & Roger” which she personalized for me. To top things off, I asked for a photo with her. She was super friendly the whole time and even talked to me about Rossi, whom she thinks is a super cool guy. All in all, I am really glad I went this year. And it was awesome to see a Nicky Hayden’s mother out and supporting her sons.

Nicky Hayden's Mother

Search Engine Optimization

Posted on : 08-01-2008 | By : Administrator | In : Uncategorized

0

I have been learning more about SEO. Which is in short, how to get a website into the top search listings of google, yahoo, dogpile, etc. under specific keywords. There are easy/evil ways to get your website up faster in the ranks, which involve link spamming. These are things I will not be doing since I don’t want to get my site(s) banned. My goal is to do it the right way, which is going to take time and patience I’ve read. Here are some of the books that I have been reading to educate myself on the topic:

Google SEO Secrets 2006
Sybex Search Engine Optimization
SEO Made Easy by Brad Callen
SEO For Dummies

Also Some Sites:
http://www.wordtracker.com/
http://www.keyworddiscovery.com/
http://www.searchenginewatch.com/
http://www.bruceclay.com/
http://www.nielsen-netratings.com/
http://www.highrankings.com/