danielinsley.com
Blog posts in General
SWFUpload and Flash 10
With the recent release of Flash 10 by Adobe, a change in security regarding FileReference.browse broken SWFUpload. The details of the security changes are out lined at the following address:
http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes_02.html#head3
Any existing c…
Native OS X gitk clone
Github is currently featuring an awesome native OS X gitk clone. The application matches most of the feature set of gitk as far as I can see, and it also loads up the repositories quite a bit faster.

I'll definitely be using this instead of gitk from now on. You can download the latest stable relea…
Markaby in Rails 2.1 RC1
If you're needing to use Markaby with the latest Rails release candidate, you can clone my git repository by issuing the following command:
git clone git://github.com/dinsley/markaby.git
This repository is a fork of James Golick's fixes for Rails 2.0.2. If you're interested in what changes were made…
Javascript debugging in Internet Explorer
We're just coming up to finishing a two week iteration of mostly browser compatibility fixes on Viviti, mostly for Internet Explorer. I've poked around quite a bit trying to find anything that even comes close to the glory that is Firebug for Internet Explorer, but I've come up empty handed for th…
TinyMCE button labels
While working on getting TinyMCE configured for viviti.com, we found that some of the buttons in TinyMCE weren't exactly clear in what they were intended for. We decided that we'd need to put a label beside the buttons we felt needed more explanation. There wasn't that many changes needed to get thi…
In the process of moving website
I'm in the process of moving my website so there may be a couple of broken links and pages with no content over the next couple of days. Everything should be back soon, hold tight if you're looking for something that's not back up yet!
Installing Git on CentOS 4.6
I currently have a VPS that has CentOS installed and went to install Git via Yum, but it didn't seem to have it in the default repos. I've tracked down the following repos and you just need to follow the steps below and git will be installed in a snap:
$ sudo touch /etc/yum.repos.d/atrpms.repo /etc/…
Ruby standard out piping problems on Ubuntu
I've been having problems where the output of binaries was not being redirected properly from within Ruby when invoked as followed:
>> `ls -l &> /dev/null` => "total 4 drwxr-xr-x 2 dinsley dinsley 4096 2007-05-08 20:00 Peepcode - Rest"
If the shell supports this piping convention, it should ret…
TinyMCE syntax highlighted code editor
We're currently using the super-improved TinyMCE version 3.0rc1, which apparently has gone through an entire rewrite for the 3.0 release. Aside from making TinyMCE incredibly faster and more efficient, they also implemented an awesome API for easily creating plugins. I decided to test the new API ou…
About me
I'm a 23 year old Software Developer from British Columbia, Canada. I currently have the privilege of writing Ruby full time at viviti.com. I enjoy spending my time with my family, programming, watching hockey, and listening to all kinds of music!
Archive
- October 2008 (1)
- September 2008 (1)
- May 2008 (2)
- April 2008 (2)
- March 2008 (3)
