-
Recent Posts
Recent Comments
- Marc on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Textmate: Bundle Items menu shortcut fix | TJ's Logic on Textmate: Use Command-Escape as a Shortcut to the Gear Menu
- James Murty on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
Archives
- December 2011
- May 2011
- April 2011
- February 2011
- January 2011
- October 2010
- July 2010
- May 2010
- March 2010
- February 2010
- January 2010
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Meta
Category Archives: Coding
XMLBuilder : Easily build XML documents in Java
I have long been irked by the difficulty of creating simple XML documents in Java code. While Java has excellent support for handling XML in general, if you just need to whip up a quick document — say, to interact … Continue reading
Posted in Coding, Java
3 Comments
CloudFront: A CDN for Amazon's Simple Storage Service
Amazon has added a new service to their arsenal. CloudFront is a content delivery service that works closely with S3 to make public objects in your account available through a distribution network with edge locations in the US, Europe and … Continue reading
Posted in AWS, Coding, JetS3t
3 Comments
Code samples for new SimpleDB feature: QueryWithAttributes
A couple of weeks ago, a new API operation was added to Amazon’s SimpleDB service: QueryWithAttributes. This operation makes it possible to retrieve all the attribute data for SimpleDB items that match a query. Previously, to retrieve item attributes it … Continue reading
Posted in AWS, Coding
Leave a comment
SimpleDB: Finally Supports Sorting
The latest version of Amazon’s SimpleDB service is available, and happily it now allows for sorting of query results. This highly-anticipated feature will make the service much more useful. Sorting still suffers from some limitations: you can only sort by … Continue reading
Posted in AWS, Coding
3 Comments
SSH Tip: Redirect External Internet Traffic to a Dev Machine
When developing a web site or application, you may sometimes need to expose the development version running inside your network to the public Internet. This can be necessary to test the communication between your application and an external service, such … Continue reading
Posted in Coding, Tips
3 Comments
PAWS Marketplace – A Rails Marketplace Application in the Cloud
I have added an article about my PAWS Marketplace example application to the AWS resources site: PAWS Marketplace – A Rails Marketplace Application in the Cloud. The PAWS Marketplace is a proof-of-concept Ruby on Rails web application that runs entirely … Continue reading
Posted in AWS, Coding
Leave a comment