Category: Code

HTML2Markup: Convert HTML to Textile in C#

Are you making an application where you want to allow users to chose between either the most awesome textile markup language or an RTE for content editing? Are you building said applicaiton in C#? A little while ago, I needed to do this as well. I approached it the same way as a few folks [...]

Simple web sites with django == win

Last night I put the main benogle.com site up. I have been looking for an easy way to create a simple website for a while. All I wanted was a couple things: quick setup with low cruft, pages editable from the browser, and quick, easy extension with god like power. Making a website is such [...]

jQuery pong

I like jQuery. A lot. The only thing I like more than jQuery is the community of crazy plugin developers. It reminds me of the python community: anything I need to do, there is a module, and the modules are pretty easy to use. So I thought I would add to the mix.

I wanted to [...]

Use Wordpress custom fields for your meta tags

Today I realized my posts needed proper jargon in the description and keywords meta tags for uber SEO magic. What is the ‘right’ way to do this in WordPress? I found a bunch of plugins and other complicated methods, but I thought there should be an easy way with custom fields. I ended up on [...]

REMPL: push playlists to remote WinAMP install

Here’s the question: how do I control a box running WinAMP over my little home network? I have a music server box in the spare bedroom running sockso to serve up the ol’ music collection, and I have a stereo in the living room controlled by a laptop that usually plays music from the previously [...]