danielinsley.com

Blog posts in General

SWFUpload and Flash 10

2008.10.20

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…

Read more

Native OS X gitk clone

2008.09.12

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.

Gitx

I'll definitely be using this instead of gitk from now on. You can download the latest stable relea…

Read more

Markaby in Rails 2.1 RC1

2008.05.29

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…

Read more

Javascript debugging in Internet Explorer

2008.05.26

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…

Read more

TinyMCE button labels

2008.04.08

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…

Read more

In the process of moving website

2008.04.07

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

2008.03.29

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/…

Read more

Ruby standard out piping problems on Ubuntu

2008.03.29

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…

Read more

TinyMCE syntax highlighted code editor

2008.03.29

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…

Read more

Displaying all 9 posts

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!

Daniel Insley's Linkedin Profile