Telerik blogs

Latest

  • People

    Mobile MeetUp at the Movies: Seattle

    Last night I had the great pleasure of introducing a few hundred mobile app developers to Icenium, and then treating them to a pre-release private screening of The Hobbit: An Unexpected Journey in High Frame Rate 3D. I have to say, I had a blast. The energy level was high, I meet a lot of very cool, developers, and learned a lot about some of the start-ups in the area.
    May 27, 2021 1 min read
  • Release

    Announcing the new Fiddler Logo

    Last month, I announced that Telerik designers had created a variety of new logo proposals for Fiddler, and that we were looking to the Fiddler community to select their favorite. A month later, thousands of votes have been cast, and while the contest was close, a winner emerged-- candidate #2...
    May 27, 2021 1 min read
  • Mobile

    Building The Wisconsin Gameday Mobile Application

    Being a web application developer in higher education brings with it numerous challenges, not the least of which is the sheer diversity of projects. Case in point: In January 2012 the Athletic Department here at the University of Wisconsin contacted my group...
    May 27, 2021 8 min read
  • People

    India Trip Notes

    12 days. Two user groups, three conferences, two days of training/coaching for a customer, five customer site visits, one interview, several community engagements. I’m pretty sure I’m missing something there, but that’s a fairly accurate summary of my trip to India these last two weeks. Our country manager, Abhishek Kant, lined up an extremely full itinerary (because I told him to!) for my extended trip. We spent a lot of time having great conversations with customers, other organizations, community members, and each other. India’s an amazing place, and I’ll have a post about the more personal aspects of my ...
    March 22, 2023 3 min read
  • Productivity Testing

    Mocking Constructors with JustMock

    In .NET there are two types of constructors, instance constructors and static constructors. Instance constructors are called when objects are instantiated, while static constructors get called before any member of the class is invoked for the first time.
    May 27, 2021 3 min read
  • People

    Forbes Magazine Bulgaria Honors Telerik During Annual “Forbes Business Awards 2012”

    This week Telerik was awarded the “Human Resources Development” and “Community Involvement” awards by Forbes Magazine during its annual “Forbes Business Awards 2012” in Bulgaria. The two awards come only days after Telerik was once again named “Number 1 Best Employer in Bulgaria” by AonHewitt for the fifth consecutive year.
    May 27, 2021 2 min read
  • Mobile

    Windows 8: Storing JSON Data for Conference Buddy

    Once we gather the data, we’d like to save it to a format that will be consistent across Windows 8 C# and Windows 8 Javascript, as well as Windows 8 Phone. For now, we’ve settled on JSON as a common persistence and wire-format. While JSON stands for JavaScript Object Notation, there are good libraries for converting .NET objects to JSON and back.
    May 27, 2021 3 min read
  • Mobile

    Windows 8: Adding An AppBar to Conference Buddy

    In the most recent posting, we looked at a wire-frame that illustrated some of the data we’ll be collecting. The user fills in the fields, but then how does the user indicate Save or Cancel? It would be tempting to add buttons right beneath the data entry form, but the design guidelines call for keeping Chrome, including such buttons, out of sight.
    May 27, 2021 2 min read
  • Release

    Announcing RadControls for Windows Phone Q3 2012 SP1: Revamped DataForm, ListPicker enhancements and many more

    Q3 2012 SP1 comes as a milestone in the development of RadDataForm. This release introduces significant improvements and enhancements in the control making it entirely revamped. The changes are important because they are inspired by our real-life experience with the control while integrating it in our Tasks application for Windows Phone and other smaller projects. Since some significant breaking changes are introduced with the new RadDataForm upgrades, we strongly recommend anyone who uses the control to take a look at the Release Notes for further information. We are also going to update our online help regarding RadDataForm considering the new APIs.
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    Get Started: Creating My First Working ASP.NET AJAX RadControls Application

    My name is Jeffrey T. Fritz, and I am a developer who has been working with Asp.Net since the 1.0 days of 2002. I’ve built web applications of all sizes for all form factors, and included localization features in those applications. As an experienced developer, I’m also a rookie with Telerik’s ASP.Net AJAX controls. To assist other who might be in a similar situation, I’m going to write a series of posts here that share my experiences in getting started with the ASP.Net AJAX controls. I’ve primarily used the default controls that Microsoft distributes with Visual Studio, and thought to myself that using these controls would be a similar experience. Please understand, I’m a developer who starts coding first, and reads product documentation later. You should see how I assemble IKEA furniture...
    May 27, 2021 4 min read