Amazon Rank Update

I know I haven't done any work on AmazonRank in a while. Today, when I noticed that it was published on Flex.org and it was having some issues, I thought that I should put some work into it to get it to return results better.

The ehancements I made to this version are:

  • Improved error-catching to eliminate issues with Amazon data attributes that don't exist for a given item
  • Added a height attribute to the item rows to eliminate the issue where titles with many words would push other items off the display in the widget
  • Background of the application is now invisible so the widget merges in seamlessly with your website.

You can download this update at RIAForge:

You can see a demo on the bottom left-hand column of this page or any other of my blog pages.

Amazon Rank 0.3: New Features

I have added a couple of features to my AmazonRank widget. You can now click on any of the items in the list and the widget will fade in the item detail for the selected item. The detail shows you the full name of the title, author, actual Amazon SalesRank, and the price.

Additionally, you can jump to the product page on Amazon.com from the item detail.

I have also updated the download on RIAForge. Click the link below to check it out.

Amazon Rank Receives Graphical Update

My Amazon Rank widget has been updated to 0.21a due to some graphical changes. An example of these changes are to the left.

Now I know there are quite a few features missing still, but I would like to get some additional ideas. Please comment below and leave suggestions. Thanks!

Amazon Rank on RIAForge

My Amazon Rank Widget project just got approved on RIAForge.

Amazon Rank Widget

Mike Potter encouraged me with his post about The Most Popular Flex or Actionscript Book to build an online Amazon Ranking application. I wanted to know if he was using an existing tool to do this or if he was doing it manually. Sure enough, Mike replied that every month he would visit each of the product pages and put the rank result into an Excel spreadsheet.

I emailed him back saying that I was interested in creating an online app that would streamline the process via Amazon's Ecommerce Service. He replied with encouragement to create a Flex widget that could be placed on a webpage that would show some books sorted in their Sales Rank order. The user would be able to see an image of each item as well as click on it to go the Amazon detail page. The owner of the website would specify the list of ASINs or ISBNs in an XML file for the widget to lookup.

I am very very new to Flex and have only been working with it on a project at work for a few weeks. This afternoon, I couldn't wait to take on Mike Potter's suggestion in beginning the work of this widget. What I am showing below is obviously not what the widget is going to look like but rather just the basic code that pulls a list of ASINs from an XML file and looks them all up on Amazon and displays them here.