Programming

Random Links of the Day

Went to the Fraser Valley Ruby on Rails meetup tonight. Organized by a guy who now works under one of my ex-bosses from back in the dot com days, basically a group of geeks interested in the Ruby on Rails framework who get together and geek out. I’ve only been to two meetings so far,

Random Links of the Day Read Post »

Ruby Camp 2008 Review

Today I went to my first Vancouver Ruby Camp, a set of talks by people in the local Ruby and Ruby on Rails community. Translation for non-techies out there… a complete geek-fest! It was great 🙂 Honestly my RoR experience is near nil, and my Ruby experience consists of reading a book on the train

Ruby Camp 2008 Review Read Post »

Perl Programming Assist Please

I’m going crazy here, my brain apparently fried from the weekend or the water or something, looking for some perl assistance from my perl-knowledgeable buds (you know who you are… 🙂 I’m creating a menu system and converting entries in a database into a perl data structure that I can then parse to create an

Perl Programming Assist Please Read Post »

The FizzBuzz Test

Interesting way of determining how good a programmer is on Imran’s blog, called the FizzBuzz. I took it to make sure I wasn’t a crappy comp-sci grad who couldn’t program and discovered happily I could. Took just under four minutes to complete, though part of the extra time was I forgot how the ‘%’ operator

The FizzBuzz Test Read Post »

Dear Javascript Gurus out There…

I have a bit of code that is using the excellent free XUpload progress bar. I’ve modified it a bit for my current project, and am having some performance issues due to some javascript I added. What happens is the main <FORM> tag has an onSubmit() action of calling a StartUpload() function. I’ve added code

Dear Javascript Gurus out There… Read Post »