Dev Corner – Cast Operator
Today’s Dev Corner post is brought to you by AJ Orians. The cast operator is not well known so I’ll explain what it is and how it can be used. To start off POD stands for Plain Old Data in C++ which is...
View ArticleDev Corner – Installing Hubot on Heroku
Here at TechSmith, lots of our teams like to use Campfire to collaborate. We’ve built a few homegrown bots for things like announcing check ins and daily Dilbert comics, but we never took it to the...
View ArticleDev Corner – Magic Numbers In Designing
Everyone should know what I mean by Magic Numbers. Those no named numbers in code that live just to make you scratch your head and scream. I know I’ve come to despise seeing numbers without a variable...
View ArticleDev Corner – Regular Expressions for Improved Productivity
If you’re a developer, the term “regular expression” should at least sound familiar. But, if you’ve never had to write any code that made use of them (i.e. code in a scripting language), you may not...
View ArticleInterview With a Lead Developer: Jim Dusseau
Who are you, and what do you do? Jim Dusseau. I’m a lead developer currently working on Camtasia Relay. I spent the last few months helping out the Coach’s Eye team. How did you find out about...
View ArticleDev Corner – Decltype Keyword
The keyword decltype is new in Visual Studio 2010 and is available as well in GCC C++. It is pretty simple you can get a type out of an expression. I see it used most in cases where you don’t want...
View ArticleDevCorner: Creating a Kanban Game for learning purposes
Recently, TechSmith hosted a Macomb Community College class. They were interested in learning the Kanban practices used by one of our development units. Being on the committee, I volunteered to develop...
View ArticleDevCorner: Introducing Hyde, TechSmith’s first open source project
Today, TechSmith is excited to release its first open source project called Hyde. We developed the library internally to solve problems we’ve had interacting with Windows Azure Storage. The code and...
View ArticleThe Camtasia Studio 8 Library: Store Subprojects in the Library for Better...
Guest post by Bob Jones, owner of Bob Jones Software The Camtasia Studio Library, first introduced with version 7, is a powerful tool for leveraging my screencasting workflows. In this six part blog...
View ArticleDevCorner: Microsoft TechEd 2014 – Recap and Major Takeaways
DevCorner is where we talk about all things software development-related from inside TechSmith. This is the place for interviews with our devs, source code samples, and an inside peek at some of the...
View Article