Sami Greenbury
Technology, Teaching & Travel

Portfolio

I am a programmer, troubleshooter, technical support person. I like to write code because it feels awesome to make someone’s life easier by getting the computer to help them. This…

Using WYMEditor with Dojo (by including jQuery when needed)

…1.7.2 jQuery: 1.7.1 WYMEditor: 1.0.0a5 require([‘dojo/DeferredList’, ‘dojo/io/script’], function(DeferredList, script) { // We don’t want to include things twice because it’s bad and breaks WYMEditor. var requireds = []; if (typeof…

Tags:
Categories:

Magical Image Resizing URL’s with Zend_Framework (and cached for Apache)

…{ if (in_array(strtolower($this->getExtention()), $exts)) { return $type; } } return ‘unknown’; } function getFileTypeExtentions($type = null) { $types = array( ‘images’ => array(‘jpg’,’jpeg’,’gif’,’png’,’tiff’,’bmp’), ‘documents’ => array(‘doc’, ‘docx’, ‘txt’, ‘rtf’, ‘odt’,…

Tags:
Category: