CSS Is A Lie.

According to Wikipedia: Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Furthermore: CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called [...]

Comparing similarities/differences between C# and Objective-C

It’s been a little over a month and I’ve been grinding through learning iOS development using Xcode and Objective-C. I come from a .NET background using Visual Studio and C# and find it slowly becoming easier to understand the Objective-C syntax. I’ve been primarily using the Nerd Ranch Book to learn iOS development but recently [...]

Creating and Registering Windows 7 Bootable VHDs

Here at InterKnowlogy we have the benefit of working on a lot of cutting edge technologies. A good deal of our first looks at different technologies involve installing alpha/beta bits that may or may not install or uninstall properly and may or may not play nice with existing technologies that we use in other projects. [...]

GitHub 101 on Windows

This post is a continuation off of this post on Up and Running with Git and Visual Studio, if you have no idea what Git is, or how to setup git and git-extensions on windows I recommend you start there. So you’ve installed git and git extensions, written a sweet hello world application, made some [...]

Initial Thoughts on Blend 3 MIX Preview

After trying out the new features in Blend 3 I’m definitely looking forward to the full release. It already seems to be more responsive than Blend 2 SP1 while navigating around files, templates, selected elements, etc, even at this pre-Beta stage. I was disappointed to see SketchFlow missing from the Preview, but look forward to [...]