Tag Archive for 'services'

Webpage Thumbnails — Screenshots via Page Glimpse in JavaScript

For quite some time I’ve had a desire to fetch screenshots of webpages in thumbnail form. My last round of development in the area involved a somewhat overly complex solution using Amazon’s AWS Alexa Site Thumbnail service. I chose to integrate with the AWS Alexa Thumbnail service over other services because it just returned an image, no extra crap (Snap’s thumbnails are grotesque) and no ads. Although the service wasn’t free, it only cost a few pennies to use.

The other requirement I have is to retrieve the thumbnails in JavaScript. This lead to the creation my Ajax Alexa Thumbnails project. The AWS Alexa Thumbnail service required a client to interact via a XML web service (similar to the other AWS services), this means signing the request with your AWS credentials; something I wasn’t going to do in JavaScript. The project became too complex for the task; it involved making an Ajax request to a local PHP file which dealt with sending the request to and receiving the response from Amazon. Crazy I know, which is why I’m deprecating the Ajax Alexa Thumbnails project along with the deprecation of the AWS Alexa Thumbnail service in favor of my new solution [below] using Page Glimpse. Continue reading ‘Webpage Thumbnails — Screenshots via Page Glimpse in JavaScript’

Amazon EC2 Web Console

This is great! What I’ve been waiting for from Amazon Web Services; Manage Amazon EC2 With New Web-Based AWS Management Console.

My initial reactions are very positive when using the AWS Management Console, the app is clean, stable, easy to use, and useful. I really disliked using the ElasticFox plugin to Firefox and held off on paying the $66 for a Jollat license while anticipating a useful take on GUI AWS management from Amazon.

The app appears to be written on a heavy usage of YUI which is great; YUI is my JavaScript library of choice. The developers of the AWS Management Console have done a great job creating an Ajax GUI that’s using the full power of the YUI library.

I’ve been following Amazon EC2 for quite some time but haven’t decided to start really working with it until, well, this week. Essentially my experience has been frustrating using ElasticFox for a day and rewarding and educational using the AWS Management Console last night.

I look forward to the S3 and SimpleDB components to the Management Console, I suspect I’ll have the same great experience with them too. :-)

Thanks Amazon and the dev team who made the Amazon EC2 Web Console!