Telerik blogs
  • 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.
    December 15, 2012
  • People

    Getting Out of the Office

    There is nothing we like more than writing code...but when we're not writing code we love getting out on the town to meet all of you that are using Icenium. Over the past couple of weeks we've had a ton of fun doing just that. We visited Las Vegas and San Francisco for the HTML5 Connections conference and QCon respectively and had a chance to show of Icenium and answer lots of questions. It was a blast, and we'll be doing a lot more of it.
    November 14, 2012
  • People

    Silicon Valley Code Camp Was Great

    This past weekend, Telerik Insider Ben Hoelting and I presented at the Silicon Valley Code Camp, where Telerik was proud to be one of the Platinum sponsors.  Attendance came in at over 2500 attendees, and there were a whole host of great sessions on both days.  The weather was great, and the attendees were very engaged. We had a steady stream of conversations at the booth, and Ben was kept busy talking about KendoUI on both days.  There was also a great deal of interest in Icenium, as well as all of our other Telerik products.         Happy Coding! Follow @skimedic !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); Tweet !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); (function() { ...
    October 09, 2012
  • Web ASP.NET AJAX

    Migrating OnClientClick handlers from ASP button to Telerik’s ASP.NET AJAX Button

    Let’s start with some background – a common need is for a button to execute some JavaScript code in order to create a more responsive page. With the standard ASP:Button the OnClientClick is used to specify this execution statement. Take the following simple example: <script type="text/javascript">     function ButtonClick(button) {         alert("The Button with ID " + button.id + " was clicked.");     } </script> <asp:Button ID="Button1" Text="Regular Button" OnClientClick="ButtonClick(this); return false;" runat="server" />   What you can see here is a function called with parentheses, an argument provided to the function and the return false; statement that prevents the postback. The case with Telerik’s ASP.NET AJAX Button is slightly different, however. It follows the convention all other Telerik ASP.NET AJAX...
    August 10, 2012
  • People

    Kendo UI at Google Developer Sandbox, I/O 2012

    I'm stoked to share that Kendo UI is at Google I/O 2012 and that we've been invited to show-off Kendo UI in the exclusive Google Developer Sandbox! We'll be hanging-out in the Chrome Sandbox showing how Kendo UI can help you build incredible applications for Chrome...
    June 26, 2012