Yesterday, an updated Fiddler Beta was released, targeting .NET2 or .NET4. This update contains the usual set of bug fixes as well as a number of small features that I hope you’ll find useful.
Accessibility is becoming increasingly popular for websites and critically important for their success. The idea behind accessible website applications is allowing people with disabilities or limited access to Internet to freely navigate your content. This could be achieved by adding additional attributes and elements which could be used by special readers to provide more in depth information for what certain part of a web application is used for.
[Updated: Fixed a pasting error] Earlier today I posted up a video on Telerik TV: Five in Five. It’s five things I love about Test Studio in five minutes. (Well, the video is 5:54 long, so it’s not quite six minutes which means it’s still five minutes. Mostly.) My five favorite things about Test Studio are: The Element Repository. Centralized, managed handling of element locators? Sign me up. This is perhaps my most favorite part of Test Studio. Flexible find logic. Yes, you can write various Xpath selectors in WebDriver, Watir, or other tools, but Test Studio’s chained find ...
Yesterday, an updated Fiddler Beta was released, targeting .NET2 or .NET4. This update contains the usual set of bug fixes as well as a number of small features that I hope you’ll find useful. Column Customization Fiddler has always permitted you to customize the set of displayed columns to show information you’re interested in directly inside the Web Sessions list. However, adding new columns isn’t as easy as it could be, and this Beta includes the first steps toward simplifying this process. Simply right-click on the column headers and choose Customize columns… A simple popup will open to allow you ...
Telerik offers a wide variety of training resources, both online and onsite, and both directly and via our Partners. We've recently partnered with Pluralsight to bring hardcore developer training on Telerik products to the masses. Learn how this can benefit you and your team.
In just a couple weeks Telerik releases new features and improvements to its developer and Visual Studio productivity tools. If you’re looking to get up to speed fast, then DevCraft Webinar Week is a must. Join our evangelists on March 4-8, 2013 to learn what’s new with your favorite .NET products and how they work together to make your .NET development simpler and more productive.
Today we begin an exciting look at how the Manufacturing Industry uses WPF in their Enterprise Applications. In this post, we are going to first take a look at what manufacturing industries consist of, why they are choosing WPF and how they typically represent data in their app. We will then switch gears and write a sample application using Telerik RadControls for WPF that can help accelerate your development efforts in this industry and others.
In my first post about learning kendo.data.DataSource , a commenter asked me about the differences between this and a Backbone.Collection. He also wondered if there would be any value in creating an adapter that could turn a Backbone.Collection in to a Kendo UI DataSource. The value that...