Author Archives: admin
Tracking MailChimp List Changes in Java
In the previous two articles, MailChimp and Java Integration Part 1 and Part 2, we discussed how you can update your MailChimp list from a Java application. This article is to show how to do the opposite, have your Java … Continue reading
MailChimp and Java Integration – Part 2
In the previous article, we showed how to connection your Java application to MailChimp using the MailChimp api and the XML-RPC library provided by Zviki Cohen at nWire Software. The code in the article also provided a method to initialize … Continue reading
MailChimp and Java Integration – Part 1
MailChimp™ is a great online email marketing site. It is extremely easy to use and provides tools to manage your email lists, build attractive HTML email campaigns, and track how those campaigns performed. On top of that, it offers a … Continue reading
Styling DataGrid rows with an Item Renderer
I had a need to bold the data in only one row of a Flex DataGrid. There were some solutions posted on-line (especially ninjacaptain) but honestly I could not get them to work the way I wanted. So, using their … Continue reading
DataGrid Footer
I was enjoying the enhancements made to the DataGrid control I found on Doug Marttila's site, who in turn was working from an original update made by Alex Harui. However, I found that the footer did not work correctly when … Continue reading