Telerik blogs
  • Release

    Telerik DevCraft Q3 2012 What’s New Webinar Week is coming! Are you ready?

    Watch out! The Telerik DevCraft Q3 2012 “What’s New” Webinar Week is fast approaching! Free your calendar for the week of October 22-26, 2012 and prepare for five days packed with information-rich webinar sessions explaining all the cool new features we have developed for you in the past 4 months.  Are you ready for Windows 8 and Visual Studio 2012? DevCraft is here to help you explore and take advantage of all the new opportunities that come with Win8 and VS 2012. Let us help you get there! Book your seat for Webinar Week now! As always, each attendee of Telerik’s Webinar Week...
    May 27, 2021 1 min read
  • Release

    Kanban Boards and Microsoft TFS 2012 support in Telerik TeamPulse R5 2012

    Our agile project management tool TeamPulse just released our R5 2012 bits and let us tell you, TeamPulse has never been that Agile. R5 marks the release of the much requested Kanban boards, as well as some other great features like TFS 2012, Windows 8 and Windows Server 2012 support. Let’s take a closer look at the new TeamPulse features. TeamPulse becomes more Agile than ever with Kanban! With this release TeamPulse introduces the new Kanban board functionality which allows users to visualize their development flow and gain better control over their flow of work. The Kanban boards leverage the already popular TeamPulse...
    February 27, 2025 2 min read
  • People

    MobilityDay 2012 Official Windows 8 App Developed with Telerik Windows 8 UI Controls

    MobilityDay 2012 Official Windows 8 app is the next app built with the Telerik Windows 8 UI controls. In case you’ve missed this piece of information, the last version of the suite is Release Candidate, which means that it is still free, but you can submit apps to the store. And you know how important it is to be among the first out there. You can download Telerik Windows 8 UI controls here. Mobility Day 2012 Conference targets business decision makers and IT professionals who are involved in business and technical aspects of mobile solutions. It will be held on Sept...
    May 27, 2021 1 min read
  • People

    Why I am Starting a Hybrid Development Accelerator

    I often get the question, “why the focus on hybrid development for your accelerator?” This question has come up more and more as Mark Zuckerberg said that Facebook’s focus on HTML5/hybrid development was a mistake. As I argued over a year ago on this blog, it is mistake to bet exclusively on native or hybrid since some Apps will call for a native approach and some will call for a hybrid approach. Projects that need maximum performance and hardware interaction will require a native approach (medical scanning/rendering apps and some games come to mind) and projects that require larger reach and very fast time to market require a hybrid...
    May 27, 2021 2 min read
  • Mobile

    Location Awareness in about 2 minutes with Windows 8–HTML

    Introduction I was working on a mapping application for Windows 8 – HTML using the Bing SDK and needed to pass the latitude and longitude into it. I began searching for a straightforward way to get the location and had to read through pages of documentation before finally finding it. Here it is in case you want to use it in your own apps. Default.html Just replace the <body> tag as shown below: 1: <body> 2: Latitude: <div id="latitude"></div><br /> 3: Longitude: <div id="longitude"></div><br /> 4: Accuracy:...
    May 27, 2021 3 min read