Archive

Archive for the ‘How To's’ Category

10 Essential Apps For A New PC

November 6th, 2009

I just set up a newly purchased Windows PC, and I decided to keep track of the programs I consider important to getting up an running. Here is what I have so far, and I am open to suggestions:

  1. Firefox: http://www.mozilla.com/en-US/products/download.html
  2. VLC Video Player (this baby will play anything) http://www.videolan.org/vlc/
  3. Uninstall Norton Antivirus – even if it’s free. Same with McAffee Antivirus. Stay away from these bloated apps! If you want virus protection, I suggest AVG Anti-virus Free Edition: http://free.avg.com/us-en/download
  4. Flash Player: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe
  5. Open Office: http://download.openoffice.org/ (you’ll need this unless you have MS Office)
  6. iTunes (includes Quicktime): http://www.apple.com/itunes/download/
  7. Primo PDF lets you print/save to a PDF: http://www.primopdf.com
  8. Skype: http://download.skype.com/SkypeSetup.exe)
  9. Pidgin multiple IM client: http://sourceforge.net/projects/pidgin/
  10. I usually install the following 10 Firefox add-ons. Not all will be useful to you, but the first 5-6 might be: Read more…
  • Share/Bookmark

Related Posts:

  • No Related Posts

How To's, Software , ,

How I track reuse and let my Flickr photos wander

October 20th, 2009

flickrlogoPhotography has been a hobby of mine for a long time. From developing the old black and white photos in my basement darkroom to today’s tiny digital cameras. One of the things that is much easier with digital images is sharing. Uploading photos to a site like Flickr makes sharing photos with family and friends very easy. I used to email photos to friends, but now they can go to my Flickr page and view them whenever they want. It changes sharing from a “push” to a “pull” technology. People can set up notifications or use RSS if they want to know when new content becomes available. I also have it set up to put a little blurb on Facebook when I add new photos to Flickr.

I also like seeing the different ways my amateur photography gets reused by others. For example, one of my photos of the Crab Cooker restaurant in Newport Beach, CA was reused on Wikipedia. Two other images were used on a travel site called Schmap.com. But my favorite reuse photo is one showing a row of three identical houses, all for sale in my old neighborhood in Redlands, California. It really captures the essence of housing crisis, and it has been reused in at least five different places.

Reuse & Reputation: Can they be tracked?

They say the more you give the more you get. (They also say that all you need is love, but that’s another topic.) While my photo sharing isn’t likely to generate anything more than a simple satisfaction of being appreciated, it has implications for reuse in other areas as well. Openness can pave the way for increased reputation in your profession just as easily as in your hobbies. But how do you know if you are making progress? Tracking reuse can be fairly simple if you have a fairly unique username. I have set up a Google Alert to crawl the web and notify me anytime my Flickr username (caswell_tom) pops up somewhere. Of course, this won’t track reuse in print or on password protected web pages, but it’s a start. As my collection grows I keep track by adding a “reused” tag to each of the photos. I also add a comment on my image with the URL where the photo was reused. Flickr makes adding tags and comments to your photos very easy. Here is what I have so far.

Does greater openness = greater reuse?

I have learned that unique of obscure photos get reused far more than common ones. And while greater openness does not necessarily translate to greater reuse, I have noticed that people started reusing my photos around the same time I assigned an Attribution-only Creative Commons license to all my photos. It’s just anecdotal, but I didn’t not have any cases of reuse until I made the change from CC-BY-NC to CC-BY. It seems logical that a less restricted license would be more appealing to an online journal, magazine, or other site. Of course, adding metadata also helps. I usually add a few descriptive tags to my best photos. But just as important is my willingness to open up my CC license by only asking for attribution without adding a bunch of other conditions that make reusers nervous. The truth is, I really don’t care if people use my photos commercially. And the odds of them being used for something really offensive approaches zero.

I collect reuse like some people collect coins. I think it’s fun to see what happens with them. You never know where they might end up. If you have your own story of tracking reuse, please share!

UPDATE: I just found out that my friend, Julià Minguillón from Barcelona does the same thing! He posts all the places his photos have been reused to delicious, and he has over 160 cases of reuse. Wow!

  • Share/Bookmark

Related Posts:

How To's, Openness, Web 2.0 , , , , , ,

Historical Reenactments – Teaching with Twitter

September 25th, 2009

I received an email from a school teacher interested in reenacting parts of the Cuban Missile Crisis using several accounts as “actors.” My friend Marion Jensen came up with the concept in early 2009, and together we started the website TwHistory.com. Earlier this summer he single-handedly recreated the Battle of Gettysburg. Since there seems to be some interest in this kind of Twitter reenactment I thought I would explain the process for those who are interested. The technology behind a project like this is fairly simple, and everything but the web hosting is free. Most of the time spent involves researching the events, which is where the real learning happens. Here are the three basic elements to set up a “TwHistory” reenactment project:

1. Setting up your Twitter “character” accounts:
Think of your project as a play, and make a list of all the characters you will need. Each of these will need a separate Twitter account, and each account requires a different email address. So you will need several different email addresses to register multiple Twitter accounts. (If you use Gmail, there is a trick to get around this problem. You can fool Twitter into thinking you are using a different email address by adding “+1″ or “+something” to your Gmail address. An example would be yourname+something@gmail.com. So if you have 10 Twitter characters you need to set up, you can register one as yourname+1@gmail.com and then register another one with yourname+2@gmail.com, and so on. Gmail will ignore the + and everything after it and promptly deliver a confirmation email for each of your character accounts to yourname@gmail.com.) Before you get started you will also want to set up a main Twitter account and then use it to follow the “Twitter characters” in your project. I called mine “HistoricTweets.” Don’t follow anyone else with this account (other than your characters) and don’t tweet from the project Twitter account or those tweets will show up as well. (Frankly it’s a little tricky to erase an accidental tweet, since it involves digging into the mySQL database to find and delete the problem entry.)

2. Archiving Tweets on a single web page:
This is not really a necessity, but it’s nice to be able to show all the tweets in one place, especially to people who don’t use Twitter. Before you can do this part you will need a web hosting provider that can support PHP and mySQL (most can). Something inexpensive like BlueHost.com is fine. I used a free program called Twitster to capture all the tweets. Setting up Twitster is easier than setting up a WordPress blog, so if terms like PHP and mySQL are somewhat familiar to you, then you can probably do it. Download Twitster (http://plasticmind.com/twitster) and set it up using the project Twitter account and following the instructions in the README.txt file (included below). Be sure to leave the hash tag field blank in the setup wizard so that all tweets from anyone your follow with the project account will appear on your Twitster page. The tweets show up with the newest ones first, and there’s not much you can do about that unless you are a programmer. Here are a couple examples:
http://twhistory.com/gettysburg/
http://tomcaswell.com/historictweets/

From the Twitster Installation Guide:
1. Upload the Twitster files into the directory you want to use. (e.g. http://mysite.com/twitster/)
2. Bring up that location in your browser. Twitster will bring up a setup wizard the first time you access it.
NOTE: You may need to make your make your Twitster directory writable (777) so the wizard can create your configuration file. For security’s sake, once you run the wizard, you should delete setup.php and set the main directory permissions back to something safer, like 755.
3. Fill in the setup form. Leave the hash tag field empty if you want to display all the tweets for those you are following. Click “Set Up Twitster”. You’re done!

3. Scheduling Tweets:
Being able to schedule tweets ahead of time is very useful, especially if you are reenacting an even with many characters tweeting around the same time. The best free tweet scheduler program I have found is called TweetMaster (http://www.twtmstr.com) It was developed by a fellow contributor to the TwHistory.com project, and now it seems to have a few extra bells and whistles. This app lets you schedule tweets down to the minute, so recreating an even like the Cuban Missile Crisis could be really exciting (especially when events happen in rapid succession). The other thing I like about this app is that you can set up multiple twitter accounts into groups for easy tweet scheduling. I highly recommend testing whatever timed tweet app you decide to use with a couple fake accounts. That way you know what it can and can’t do for you.

I hope this helps others get started with Twitter History or other reenactment projects. Please leave me a comment and let me know if you are doing a Twitter project so I can link to it from TwHistory.com.

  • Share/Bookmark

Related Posts:

How To's, twitter , , , , ,

Rooting your Android G1 or MyTouch phone just got a lot easier!

August 23rd, 2009

The folks at AndroidAndMe.com recently wrote this great tutorial showing how to use FlashRec app to root your Android G1 or MyTouch in about 6 minutes. Here is the video:

Update: I have switched from JF 1.5.1 to the latest Cyanogen ROM (v.4.0.2). You should NOT use Apps2SD with this ROM because it already has built-in support for using your microSD card for app storage (you still need to set up a separate ext partition so it will work). More details are available here: http://forum.xda-developers.com/showthread.php?t=537204

(v4.0.2 – stable version, updated 8/22):

Download: http://n0rp.chemlab.org/android/upda…0.2-signed.zip
MD5Sum: 9c316180ca61d5cb8728ad3c4f43bc97

  • Share/Bookmark

Related Posts:

  • No Related Posts

Android, Gadgets, Google, How To's

Moving contacts from Blackberry phone to T-mobile’s G1

October 31st, 2008

I was concerned about how I would move all my addresses and phone numbers from my Blackberry Pearl to my new Google Android phone, but it went really smoothly thanks to a very nice vCard to CSV Converter I found online. I was able to export my addresses from both Outlook and Apple’s Address Book app to vCard format. From there, I used the converter to make CSV files that would be Gmail compatible (so as not to lose any data). Then from the Contacts section of Gmail, I used the Import link to import all these CSV files. Gmail did a great job of merging all my duplicate contacts, since it had already stored email addresses for many of them. The creepy thing about this is that now Google has all my contact info. The cool thing is that now I can access it from any computer or phone (so I won’t have to do this again if I stick with Android phones). So please Google, remember not to be evil. :-)

  • Share/Bookmark

Related Posts:

Android, Gadgets, Google, Hardware, How To's, Tech Tools , ,

-->