A few weeks back, Jonathan Sampson noted that testing the HTML5 AppCache feature is a bit of a pain. One reason is that, in IE10, putting the browser into Work Offline mode is ineffective—the browser will detect that a network connection is available and exit the Work Offline mode automatically.
If you've been following me on Twitter you've probably watched a few of my trials and successes in getting PHP up and running on my computer. It's been fun digging in to something that I haven't used in 13+ years. PHP has certainly changed a lot since...
As a member of the Sitefinity team, Rich Text (WYSIWYG) web editors are literally the core of my world. These tools are the pipe through which most web content flows. They allow people—who know nothing about the HTML—to create HTML. However, the sad truth is that most WYSIWYG editors are worse than awful. In fact, I heard one CMS analyst refer to them as the “Achilles’ heel of CMS.” Frequently buggy, they’re renowned for allowing atrocious HTML to spill into the website.
This blog post not only shows how to store to local or roaming folders, but it also creates a complete Data Repository to demonstrate one powerful way of managing data.
Fiddler’s Inspectors have the choice of displaying either the relative or absolute URL in the Request Line. Displaying the absolute URL simplifies request tampering, while displaying only the relative path more closely replicates what servers actually receive.
Last week we wrote about our new ASP.NET DropDownList control taking some specific functions of our existing ComboBox control, but in a more lightweight and better performing manner. Continuing this trend, it’s time to introduce another of the new members of Telerik’s ASP.NET control suite – the SearchBox.
In WCF Data Services there is a set of not supported LINQ queries and you will get NotSupportedException if you try to group RadGridView for WPF bound directly to such IQueryable or through QueryableCollectionView/VirtualQueryableCollectionView.
Last week we dove headfirst into Java, Servlets and the Kendo UI JSP Wrappers. This week we'll expand on that experience and explore the most popular and feature rich control in the Kendo UI arsenal - the venerable Grid. The Grid widget isn't just an interface for...
How do you show a hyperlink style button inside a column in RadGridView that will popup a new WPF Window upon click?” This blog post answers this question.