Tag: HTML

  • 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, […]

  • 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 […]

  • Getting to Know Markdown

    Getting to Know Markdown

    The Web has become enmeshed in all aspects of our lives. And whether we realize it or not, so has HTML, the language that’s used to format Web pages. Even people who aren’t web designers or coders — bloggers, writers, even folks who want to create content for personal web pages — need to know […]

  • How to Create a HTML-style ComboBox in WPF and C#

    Before I started doing software development in C# and WPF, I spent quite a bit of time with HTML. Because of this, I was used to having the ability to create drop-down boxes (known as select in HTML) to display lists of information with a “front-end” value the user could see and a “back-end” value […]