Over the holiday season, the engineering team open sourced the Dynamic LINQ Helpers to provide ASP.NET developers a simple way to handle communication between Kendo UI widgets and Entity Framework queries. This article looks at how to install and use the dynamic LINQ helpers in a variety of ASP.NET environments.
As 2013 is closed out and we move into the new year, it’s worthwhile going back a year and taking a look at some of the advances we’ve made in automated testing with Test Studio. Here are thirteen things that were noteworthy about Test Studio in 2013: We let you capture HTTP traffic directly with Fiddler, and bring that into Test Studio as an important part of your test scripts. We continue to develop Fiddler to provide testers and other IT professionals with the best tools for capturing, analyzing, and using HTTP traffic. Colleague Jim Holmes presents five things ...
Adding icons and splash screens to a PhoneGap/Cordova project has always been a bit tricky for developers. Each platform has its own file formats, image dimensions, and conventions - such as how the files are named.
In this article I'll attempt to demystify how to create and add images to your projects. We'll look both at how to add images to PhoneGap applications created through its CLI, as well as how to add images to Icenium projects.
As you begin writing hybrid mobile apps using Icenium, one of the things you should know about early on are the "lifecycle events" that are a core part of PhoneGap/Apache Cordova. These events are emitted on the document and provide critical hooks ("deviceready", for example) for when your application behavior should execute. In this post we'll take a brief look at the most important/often-used lifecycle events.
It is that time of year again when the media and analyst community start putting out a plethora of resolutions and predictions for the coming year. Whether it’s the typical "diet" resolution or something a bit far-fetched, people love to know what others are thinking, planning and the like. That is why we’ve asked Telerik leaders to voice their opinions for 2014. Some talked personally, some talked professionally, but all offered some good food for thought.
Cordova's InAppBrowser plugin does as its name implies: opens a new browser window within the current app. This gives you the powerful ability to access web content without needing to embed it within the app itself.
While Cordova provides plenty of options to configure how this browser works, there are no built in APIs that let you directly pass data back and forth between the app and the InAppBrowser window. In this article we'll take a look at a workaround to make this possible.