Tag: programming

  • Teaching kids how to code with programming games

    Teaching kids how to code with programming games

    It comes as no surprise that computer coding is a viable life skill. Computer programs, video games, and virtually everything else runs off the stuff, and knowing how to write said instructions can turn into a lucrative career. The problem, however, is that there just aren’t enough coders to keep up with the booming rate…

  • Why Coding is the New Black

    What job skill do you think will be most valuable by the year 2020? As it turns out, the world runs on code and as you can expect, coding will be a valuable skill set to have by then. In fact, so many companies and individuals are so optimistic about this that there are now…

  • HTML5 and the Future of Mobile Apps and Gaming

    HTML5 will change the way we view mobile apps, and will change the way we think about how software has to be viewed on a mobile device. It will even change the way we view desktop applications. HTML5 is the biggest game changer since Apple’s App Store. But if what I am saying is right,…

  • Bring Python to Your .NET Development with IronPython

    Bring Python to Your .NET Development with IronPython

    Python is a high-level programming language that has gained popularity in recent years for its emphasis on clear code that is easy to read, combined with surprising power and flexibility. Because Python is free and open-source, it has become a widely used scripting language primarily for web-based applications…but did you know that a little help from…

  • How to install Microsoft’s FxCop for Visual Studio 2010

    I recently discovered Visual Studio Achievements, which as the name indicates, adds video game-style “achievements” to Microsoft’s premiere IDE while you code. Visual Studio Achievements was even created by Microsoft’s Channel9 team, so you know it’s the real deal. Some of the unlockable achievements include positive awards like “Add 10 regions to a class. Your…

  • ShiftEdit: A Web-Based IDE for PHP, Python, Ruby and More

    If you’re a programmer or developer that juggles several projects at a time, your code can sometimes be lost between multiple workstations, or worse, lost in some sort of catastrophic system failure. If only you’d had a chance to run a backup first! With everything going to the cloud these days, wouldn’t it make sense…

  • Four HTML5 and JavaScript Frameworks To Jump-start Your App Development

    Four HTML5 and JavaScript Frameworks To Jump-start Your App Development

    Let’s just face the facts: Flash is dying, platform/browser agnostic development is in, and Windows 8 is bringing HTML5/JavaScript to desktop development. Love it or hate it, as a developer you’ll probably need to familiarize yourself with the finer points of HTML5 and JavaScript-driven application design, but where does a person start? Traditionally HTML and…

  • Add Variables, Operations, and Functions to Your CSS with the LESS Dynamic Stylesheet Language

    Add Variables, Operations, and Functions to Your CSS with the LESS Dynamic Stylesheet Language

    As a programmer, the most frustrating part about working with CSS is the redundancy. If you’re designing a layout with a strict color and font scheme, you can find yourself copy/pasting the same same snippets over and over…and what if that scheme changes? You get to track down each element, which takes forever even with…

  • Creator of C Programming Language, Dennis Ritchie, Dies at 70

    Creator of C Programming Language, Dennis Ritchie, Dies at 70

    If I were a revolutionary in the tech industry, I’d be a little worried. Just a few days after the death of Steve Jobs, the tech community has lost another game-changing leader on October 12 — Dennis Ritchie. While considerably less famous than Jobs, Ritchie was the father of the C programming language, which he…

  • How to Stretch a Menu Control to the Width of a Window in WPF

    If you’ve ever created a Menu in WPF, you’ve probably noticed something peculiar: A Menu will not stretch to fill the entire width of its parent container. If you set the Menu’s width to ‘auto’ or delete the width property altogether, the Menu will shrink to the maximum width needed by its MenuItem elements (so…