CBC Music & open source

Posted on Sep 16, 2013 in Open Source Projects | 0 comments

Today I just released a simple github repository for my work: it’s a C# file upload user control, with HTML5 progress bar support. Check it out!
https://github.com/CBCMusic/ajax-file-uploader

I’m very pleased. My co-workers and bosses are all very supportive of open source, so it’s nice to be able to help make a little nudge in that direction. The code itself is really quite basic. When I was tasked with updating out old file uploader script, I was surprised there wasn’t something in C# already written (and free…!) that did this, but perhaps I’ve been living in open source land too long.

I hope it comes in handy for somebody, and I hope this’ll lead to a lot more code being released by CBC Music. I’m going to do my utmost to see that that happens.

Read More

generatedata.com updated

Posted on Sep 8, 2013 in generatedata.com, Open Source Projects | 0 comments

I’ve just updated the generatedata.com website to run the latest code. This new version made some pretty substantial changes behind the scenes, including mysqli for database connectivity and proper resource bundling and minification for CSS, JS and the requireJS modules. The resource bundling is a very nice addition: it’ll help speed up page loads (over 200KB less to download, and half the resources!) and it also includes cache-busting md5 filenames to help eliminate problems caused by old files being cached by the browser.

If anyone encounters any problems with the site, please email me at [email protected] and I’ll look into it. Thanks!

– Ben

Read More

generatedata.com 3.0.7

Posted on Sep 7, 2013 in generatedata.com, Open Source Projects | 0 comments

I’ll be updating the website soon with this upgrade. Here’s the changelog for 3.0.7.

Read More