Archive for January, 2009

BlueBug Features – Integration

Thursday, January 29th, 2009

I’m working on some new features for BlueBug and one of them is a bit of integration, for instance to link to a ClientExec support ticket you just do [ce]1234[/ce] where 1234 is the ticket ID. Each project can have it’s own CE URL. I’ve also done the same with GitHub so [git]commitID[/git] will open up the page for the commit.

Would anyone like to see more If so what program (if its commercial please give me an example URL).

BlueSocket Wifi Auto Login

Wednesday, January 28th, 2009

On campus they use BlueSocket as a WIFI manager…. I got tired of waiting for the browser to load their nasty redirect page to login so I wrote a simple python script to automatically log me in, just execute and your good! (only tested on MAC)

TinyMCE and Flash

Friday, January 23rd, 2009

Kept trying to enable flash in a TinyMCE editor I was using and finally the following worked for extended_valid_elements:

object[classid|codebase|width|height|data|type],param[name|value],embed[src|quality|width|height|type|pluginspage|bgcolor],a[name|href|target|title|onclick]

I also added flash and media to my plugins init as well.

Hope this helps someone else with that annoying tag stripping issue!

© 2008 Josh Rendek.