Get the Flash Player to see this player.

Development

KEXP Desktop Sidebar gadget

I wrote a Google Desktop sidebar gadget. It shows the last three songs played on KEXP. You can browse the subversion repository here.

Downlaod the .gg file here.


Previous / Next photo brower, a la Flickr

New Drupal theme - serene

I'm going to release the theme that drives this Drupal installation. I'm calling the theme 'serene' since the theme is a little mellow. The theme can be seen in action at test.willwyatt.com. The code for the theme can be found here.

View snippet

So, I'd like to be able to create something like a view snippet on a node. On my existing site I have:
[G2:13592].

Basically, I'd like to create a page with content and have view data withing the page. I don't have any idea if this is possible and I haven't even started looking.

-------------------
Update - 04/0/2006
This turned out to be really easy to do. There is a module called insert_view.

You can also use the views_build_view() function to print or echo the view. This function is documented in views.module.

Spellcheck module

I've completely rewritten the old 4.5 spellcheck module. I'm ready to 'release' the module and wonder what I'm supposed to do now. I could create a patch, but there is almost nothing that remains from the old spellcheck module. This is also my first module for Drupal, so I'm hoping I've done everything correctly.

So what should I do now?

The module uses the GPL'ed Speller Pages from http://spellerpages.sourceforge.net and requires aspell on the server. You can try it out at http://test.willwyatt.com you can login as testuser/testuser and create a blog entry. There should be a 'Check Spelling' button below the body form element.

The module only works with 4.7 and has only been tested against 4.7 CVS.

The module really is just a front end to aspell, so your mileage may vary depending on your aspell installation.

Code is available here.

To Do...

Here are the things I'm still working on...

Caveat emptor...

I've only tested the views module against CVS. I'm running Drupal CVS and the HEAD Views module.

I had several bugs right of the bat that were caused by not running the HEAD version of the Views module. If you run into a problem, check the View issue log to see if there is a patch or if your problem has been solved.

Syndicate content