Tag Archives: how-to

Transfer Palm Treo Data to Blackberry Curve


A friend called me up tonight because he had run into an insurmountable obstacle. He wanted to transfer the contacts from his Treo 680 to his new Blackberry Curve. Simple, right? It comes with software to do that. Well, even after spending hours and hours with AT&T and RIM support, he was left without a successful migration. Even the software tool that’s supposed to transfer the data directly from a Palm Treo to the Blackberry Curve failed to work–it didn’t allow him to select the Treo device as the data source even though it was plugged into the PC. If you’re in this situation as well, here’s how we got the job done.

Note: Since I don’t own these devices, this is written from memory (very recent memory; half an hour ago). Thus, the actual names of some things such as menu items may be slightly different but that won’t prevent you from carrying out the steps.

Before you begin (things you’ll need):

  1. Palm Desktop (the software that came with the Palm Treo)
  2. Blackberry Desktop (the software that came with the RIM Blackberry)
  3. Microsoft Outlook 2000 or newer (even if you don’t normally use it, you’ll need it to act as a translator and synchronization source for the address book data)
  4. Blackberry device and sync cable

Exporting/importing the data:

  1. Start Palm Desktop. (The latest version as of this writing is 4.2 although Palm’s own web site only has the older version 4.1.4 available. [Update: apparently 4.2 has compatibility problems so Palm reverted to an earlier version on their site.])
  2. Create a new entry and in every field, put the name of the field as the value for the field (e.g. in the Last Name field, enter Last Name; in the First Name field, enter First Name). This will make it easier to do the data mapping later.
  3. Go to the address book and select all the entries you want to export (choose Select All from the Edit menu to choose everything). Failure to select entries will result in only the first one being exported.
  4. Choose Export from the File menu.
  5. Choose the file type as CSV (comma-separated value).
  6. Enter the name for the file (e.g. Contacts.csv) and remember where you’re saving it.
  7. Start Microsoft Outlook.
  8. Open your Contacts.
  9. Select Import from the File menu.
  10. For the file type, select Windows CSV or DOS CSV (the name may be different in your version of Outlook).
  11. Select the file you exported in step 6.
  12. If Outlook doesn’t automatically map the fields in the CSV file, you’ll have to map them manually. The easiest way to do this is to go to the address of the person named Last Name (remember that you entered this in step 2?) so that you can easily see which field is which in the CSV file. Then assign them to the appropriate field name in Outlook (the method to do this may vary with different versions of Outlook).
  13. Click the Finish button to import all the addresses.
  14. Go to the Blackberry Desktop and open the synchronization utility.
  15. On the configuration tab, make sure that the Address Book is associated with Microsoft Outlook (there will be a double-headed arrow between the two).
  16. Plug the Blackberry into your PC with the synchronization cable.
  17. Watch all the messages go by as the data is synchronized.
  18. When the sync is done, disconnect the Blackberry and check that everything appears in the Blackberry’s address book. If it doesn’t, reboot the Blackberry (not sure why this is necessary but my friend’s Blackberry wouldn’t show the new data until he took the battery out and put it back in).

That should do it. If you don’t have Outlook, then Outlook Express may also work. I believe I saw it as an option in the Blackberry synchronization software’s configuration options.

Remove Blog Name from Page Title on Blogger.com for Better SEO

By default, the page title of individual blog posts on Blogger.com begin with the name of the blog. Unless your blog name contains keywords relative to your post, they don’t help the ranking of the page by search engines.

For better search engine optimization (SEO), you want to put the blog name at the end of the title after all the good keywords from the post’s heading text. Siege’s blog, Widget-based, has a nice template hack to fix the page titles. The title of the main page won’t change (it’ll still contain the blog’s name) but the title of individual post pages will place the post’s heading first, followed by the blog’s name.

Encrypt Synergy Connections with SSH

If you’re using Synergy, all of your keystrokes are sent over the network as cleartext because Synergy does not provide any encryption. In other words, unless you’re using a private network to connect your computers, anyone can sniff the data to see what you’re typing to client computers including passwords, credit card numbers and other sensitive information.

The good news is that it’s not too difficult to prevent snooping by using OpenSSH. The Synergy Network Security Guide shows you how to do this on Linux/Unix-based systems (which should work similarly on Mac OS X).

The bad news is that if your Synergy server or client is on Windows, setting up OpenSSH isn’t as straightforward. I was in this situation for quite a while and, after several unsuccessful tries, I put it on the shelf for a while. Well, tonight I found a very good resource to get OpenSSH working on Windows. I successfully set up a Synergy/OpenSSH server on a Windows XP laptop and connected a Linux client to it.

Note that if you’re using QuickSynergy to set up a client on Linux or Mac OS X, you can simply enter localhost as the server name in the QuickSynergy dialog instead of running synergyc -f localhost as described in the last step of the Synergy Network Security Guide.

Create Custom Smiley Themes for Pidgin

It’s easy to create your own smiley theme for the Pidgin instant messaging client. For all the details, see the Smiley Themes wiki page at Pidgin’s developer site. Here’s a crash course.

In the Pidgin profile directory called .pidgin (the location varies by operating system), there is a subdirectory called smileys. In there is a subdirectory for all the smiley themes that are currently installed.

To create a new theme, make a new directory inside the smileys directory. Then put all the smiley image files (PNG or GIF format) inside. Finally, create a text file called theme. This is where you’ll define all the smileys.

The format of the theme file is similar to the old Windows .ini file (remember those?). There are multiple sections separated by a section heading in square brackets as shown below.

[default]
smile.gif :) :-) (: (-:
sad.gif :( :-( )-: ):
bigsmile.gif :D :-D

[Yahoo]
yahoo_angel.gif o:-) O:-) 0:-)
yahoo_angry.gif X-( x-( X( x(
yahoo_batting.gif ;;)
yahoo_bigsmile.gif :D :-D :d :-d

The section heading indicates for which instant messaging network the smilies apply (default applies to any network that isn’t already defined). Then, each line below the heading is the name of the smiley image file followed by one or more examples of the smiley text that Pidgin will look for to do the substitution. You can even add your own if people you chat with use a different combination of characters to represent a particular smiley.

Note that if you install a smiley theme and you don’t get any smiley images for some protocols, check the theme file to see if it has a section for that protocol. Chances are that it doesn’t. So, you can either create a section for it, or add a section called default that contains the smilies that you want to appear for any unspecified protocol. Be sure to put the default section above any others.

Adding Links in Blogger for Popular Aggregation and Bookmark Sites

To make it easy for readers to add a blog post from here to link aggregation and bookmarking sites, I’m adding buttons to the Blogger template for each service. To do this on your own Blogger blog, do the following:

  1. Log into Blogger
  2. Click on the Layout tab, then Edit HTML
  3. Select “Expand Widget Templates”
  4. Find the following block of XML (your template may be slightly different)
    <div class='post-body entry-content'>
    <p><data:post.body/></p>
    <div style='clear:both;'/> <!-- clear for photos floats -->
    </div>
  5. Add the following div block immediately after it
    <div style='float:right; margin-left:10px;'>
    <!-- Add button links here -->
    </div>
  6. Add the HTML for any of the sites listed below to the inside of the div block, replacing the line “Add button links here”

    Blinklist

    <a expr:href='"http://blinklist.com/index.php?Action=Blink/addblink.php&url="
    + data:post.url + "&Title=" + data:post.title'>Blinklist</a>

    Del.icio.us

    <a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title="
    + data:post.title'>Del.icio.us</a>

    Digg

    <a expr:href='"http://digg.com/submit?phase=2&url="
    + data:post.url'>Digg</a>

    Furl

    <a expr:href='"http://furl.net/storeIt.jsp?t=" + data:post.title
    + "&u=" + data:post.url'>Furl</a>

    Reddit

    <a expr:href='"http://reddit.com/submit?url=" + data:post.url
    + "&title=" + data:post.title'>reddit</a>

    Technorati

    <a expr:href='"http://technorati.com/cosmos/search.html?url="
    + data:post.url'>Technorati</a>
  7. Preview the template and, if it looks OK, save it

The icons for each service can be used in place of the link text if desired. Since I don’t want to hot link the images from each service’s site directly, I’m attaching them to this post and referencing them locally (i.e., from Blogger’s server).