fleshyorgans

tryin’ not to be a linux fanboy

fleshyorgans Two Cats

Been awhile, some fun Drupal code-related stuff

April 14th, 2008 · No Comments

Been busy with the play and work. We switched to a 4 day, 9 hour work week. So that leaves me with about 2 hours each day for non-theater, non-work related stuff. Not counting the day off, I guess.
Anyway, check this out. I have been tasked with writing a SQL Server database module for Drupal […]

[Read more →]

Tags: stuff

Code: Dynamically Insert HTML Into Any Rendered PHP Page

February 15th, 2008 · No Comments

So, this pleases me enough to post it.
dynamic buffer insertion with PHP
Needed to quickly add a notice to every page on a client’s site where there was a single include, but not single-included layout pages (teachers, *sigh*).
I’ve never messed with output buffer stuff before, so this was just sort of surprising to me. It’s […]

[Read more →]

Tags: stuff

New Wordpress

December 22nd, 2007 · No Comments

Just installed the latest and greatest WordPress. Kinda easy, all things considered. I rather like the post autosave, plugin management, and data import features. Welcome additions!
I also installed SimpleTags tag management plugin. It is hot. The autotagging feature is extremely useful, as is the tag suggestions overlay on post entry.
Still, even with the autotagging thingy […]

[Read more →]

Tags: stuff

Seriously Word Press, WTH?

November 4th, 2007 · No Comments

While trying to figure out how to remove formatting from ‘wp_list_cats’ in Word Press, I discovered this awesome bit. Click the thumbnail for the full glory of the code.

You will notice that in my screenshot, the final function call to ‘list_cats’ at the end is truncated. This is because there are eighteen parameters. Again with […]

[Read more →]

Tags: programming · stuff

PHP and Payflow Pro FOR THE LOSE

October 29th, 2007 · No Comments

Posting this cause I wan’t aware and the only other post I found was dated January.
Since Paypal purchased Verisign they are discontinuing the pfpro extension to PHP. And in fact, what I’m reading is that Sept 2009 is the end of life for that functionality, meaning requests will not work beyond that point.
For sites using […]

[Read more →]

Tags: programming · stuff