John Fiala's blog

Jan 31 2008

DME and Nodecarousel released!

Well, it's taken a while to get all the ducks in a row, but finally I've officially checked in and released two new modules for Drupal 5.x: NodeCarousel and the The Drupal Markup Engine. These two modules were originally developed to help bring the new Popular Science website to life, and now they're available for everyone to use.

The NodeCarousel module helps bring the jCarousel plugin for jQuery into easy use for drupalers who want to display their nodes with the ability to scroll through them side-to-side or otherwise shift through the nodes with ajax.

••• (#)
Aug 21 2007

Quick and dirty XMLRPC Clients for testing

Hey folks. I'm a new hire here at the pingVision ranch, and so I've not had a lot to say, but some of my esteemed colleagues suggested I share this tidbit.

I recently had to create a small, simple xmlrpc service in a Drupal project. That involves hook_xmlrpc, which is very well documented and is pretty darn easy to use. However, for testing purposes I needed to throw together a simple page to hit my service and display what it found. After a little googling, I found this page: http://keithdevens.com/software/xmlrpc.

••• (#)