Technology Dissected and Discussed

Here at devknoll, we are passionate about technology. Read technical writeups about challenging problems with applied technology, find news and musings about upcoming tech, and share your own encounters.

Technology

Nothing is off limits. From backroom python scripts to enterprise-ready message queues and distributed programming, we discuss it.

Consulting

Leverage the experience of those who have gone before you. Get help when you need it.

Education

Learn. Improve your skillset with the resources you can find here and around the internet.

Joomla 3.1: Migrating from K2 to Native Tags

Joomla 3.x – What’s the big deal? Joomla 3.x is a radical departure from the 2.5 series, but 3.1 brings native tagging functionality, something previously only possible with extensions or solutions such as creative usage of metadata in the database. One tempting implication is to question the usefulness of the powerful, well-known Joomla component, K2. Arguably a valuable part of Joomla, bringing modern features […]

Authenticated downloads from private github repositories

Update 2014-08-16: The method described below no longer works. For historical reasons, I will be leaving the post as-is; for an updated how-to on the subject, please refer to this StackOverflow answer. Let’s face it. Some of the biggest projects on the internet are flocking to github. But what if you have a top-secret project using a private repo, and you want to programmatically […]