Welcome

Not much to see here, right now. When I get a little more time I'll put up a nice page.

PolyRythm example

I made this for Andrew to demonstrate a simple 2 over 3 polyrhythm

See http://en.wikipedia.org/wiki/Polyrhythm

Veoh Downloader

I wrote a python veoh downloader for Linux people (and people who hate veoh player) to use. It uses wxWindows for the GUI, but you can include and use it with your own interface, if you like.

The newest version can be downloaded here:

http://code.google.com/p/veohdownloader/source/browse/trunk/veoh_downloa...

Installation/usage instructions can be found here:

http://code.google.com/p/veohdownloader/

Conditional Field Ideas

download this code

I was having some issues with conditional fields here and here.

I thought I would make a little tester to show some ideas I had about fixing the javascript end of things.

A current limitiation of this approach is that it checks this.id in the javascript, so the keys are limited to ID, but eventually I think it'd be cool to support #whatever as well as .whatever in the keys, so that you could match anything, and hide/show multiple things with one declaration!

This would allow weird stuff like hiding all odd rows in a table.('tr:odd')

Access log settings
The log.
This controls other things. I still don't have double-parenting worked out in a really smart way, but it does work
The timer.
This is some tester text, that depends on log=no. I had to wrap it in 2 div's, so there is a parent, and an element. (the parent is hidden.) Notice that this is not in the same fieldset. As an additional demonstration, I added my search block and logo to be hidden on different conditions, as well.

Cake 1.2 with Auth and ACL, from scratch

I came across quite a few great tutorials on how to use Cake's 1.2 ACL and Auth components, but they all seemed to be missing 1 or 2 key things. Something I realized when I got it all figured out, is that it's really not that complicated, it just takes a little getting used to.

The idea of this tutorial is to explain, step by step, how to setup a cake app using these components. My main goal is to create something that is really useful, and reusable in most apps, so if anyone has any corrections or ideas of how to simplify, I'm happy to hear them. I am by no means an expert.

dompdf: Node Support and Attachment Rendering

I wanted support for loading nodes as well as views, so I added it, along with an option for "attachment" which allows you to set the attachment (inline or attachment.) This makes it display in the browser window, or as a download.

I could make this more generalized, so there is a central function that does the settings form and rendering, and you can add support for pdf printing whatever you want, but this is all I needed, so I'm posting it, people should let me know if they want support for other stuff.

http://drupal.org/node/218362

Bug found in dompdf

I found a nasty security vulnerability in dompdf:
http://www.digitaljunkies.ca/dompdf/index.php
http://drupal.org/node/218334

Constant Contact

Created Constant Contact module:

http://drupal.org/project/constant_contact

View support with imagecache resizing images

I implemented view support and imagecache support for taxonomy image:

http://drupal.org/node/195548

Taxonomy Term distinct

I implemented Taxonomy Term distinct for Views:

http://drupal.org/node/195790

Who's online

There are currently 0 users and 0 guests online.