Reading Time: 9 minutesIn July of 2015 I had the opportunity to participate in the first ever SDL Hackathon. The rules were relatively simple: Pick an SDL product, do something cool with it. In recent months I’ve been learning quite a bit about … Continue reading
Category: jQuery Plugins
Plugins built for jQuery
Hacking Media Manager at an SDL Hackathon
Reading Time: 2 minutesThis year, SDL decided to host a hackathon that launched at SDL Innovate. And I, having a full time job, school, and a side project, needed something to keep me busy. So I decided to participate. I had some ideas … Continue reading
SDL Media Manager – a Necessary jQuery Plugin
Reading Time: 2 minutesAs I’ve mentioned in the past, I’ve been working with Media Manager pretty heavily these last few months. One thing that I’ve noticed is that there’s no real jQuery plugins out there to assist with embedding Media Manager videos. Well, … Continue reading
The Contenteditable jQuery Plugin Gets an Update
Reading Time: 2 minutesA good long while ago, I discovered that contenteditable was a pretty nifty attribute to play with, especially when you get CSS involved. Then I stumbled upon the scoped attribute which you can apply to a <style>block, which isolates styles … Continue reading
Making Content-editing easier with an editable jQuery plugin
Reading Time: 2 minutesI’m written in the past on how cool contenteditable is, and what the potential usages are. Especially once you mix it with the scoped attribute, you can turn contenteditable into a pretty powerful component of an editing application of some … Continue reading
HTML5, SDL Tridion, and a dab o’ jQuery
Reading Time: 3 minutesAt Tahzoo, we pretty much shoot for HTML5 websites 100% of the time; the only time the project isn’t HTML5 is if the client explicitly says so. We have a current client whose HTML5 site also required some fun Ajax … Continue reading
Konami Edit: a jQuery plugin for [Contenteditable]
Reading Time: < 1 minuteI was getting frustrated on a project with having to test my CSS with different line-lengths of content and whatnot. So I decided to write a little tiny jQuery plugin to help me test out my web pages a bit … Continue reading