Sands of MAUI: Issue #92
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleAngular Basics: Angular Constructor Overview
Learn about Angular constructors and how they can help with dependency injection, setting default property values and running other initialization code.Angular is a framework that has many different...
View ArticleInclusive vs. Accessible Design: Is There a Difference?
Accessible and inclusive design might be commonly interchanged, but the truth is, these two design disciplines take very different approaches to web design. We’ll examine the differences between the...
View ArticleHow to Create a Quick and Easy E-Shop with ASP.NET Core or jQuery
Explore an e-shop application built with Telerik UI for ASP.NET Core and Kendo UI for jQuery, bolstered by the power of Telerik Reporting for things like invoicing and order reports.The e-shop...
View ArticleGetting What You Want (or Something Like It): Negotiating for Techies
Negotiating effectively means building your options, knowing your partner’s pie and understanding your BATNA—all things that you can nail down before you start.My story: I asked my boss to have our...
View ArticleTest Studio R1 2023 Brings More Features to Boost Productivity and Ensure App...
Test Studio R1 2023 comes with more features to increase the productivity of testing teams and to ensure the delivery of high-quality applications!Test automation becomes an increasingly significant...
View ArticleWhy You Should Use a PDF Viewer Component in Your React App
While viewing PDFs might not be the most exciting problem that we get to tackle as developers, chances are that—eventually—you’ll need to include a PDF in your React application. When you do, there’s...
View Article.NET MAUI Challenge 5: Telerik Barcode
input { position: absolute; opacity: 0; z-index: -1; } .tabs { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); } .tab { width: 100%; color: white; overflow: hidden;...
View ArticleHand-Signing a PDF File Made Easy with RadSignature for ASP.NET AJAX
The Telerik UI for ASP.NET AJAX RadSignature allows you to add a signature spot to PDFs and includes customization options like brush, stroke and background color. Learn how to add it to your PDF.In...
View ArticleAngular Basics: Troubleshooting Unknown Element Errors
Error NG8001 flags when there is an unknown element or component in your Angular code. Here are some of causes, solutions and steps to prevent such an error.With the growing complexity of today’s web...
View ArticleSands of MAUI: Issue #93
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleTelerik Reporting REST Service Storage Revealed
An under-the-hood look at the Reporting REST Service Storage purpose, structure and usage.In this blog post, I will elaborate on the storage paradigm of the Reporting REST Service. The purpose of the...
View ArticleHow to Get a Responsive Data Grid
Need to squeeze more data on screen for your web app? Check out the compact grid option now available in our React, Angular, Vue and Blazor libraries!Data grids can be a tough thing to conquer in a web...
View ArticleBlazor’s New LocationChanging Events in .NET 7
No one wants to see their work go up in smoke. .NET 7’s new location handling logic makes it easy to check with your users before they depart for another site and lose all their changes.We’ve all been...
View ArticleFunctional Testing: Definition, Types and Importance
Functional testing adopts black-box testing techniques as testing is conducted without prior knowledge of internal code structure. Learn more in this post.What Is Functional Testing?As the name...
View ArticleGetting the Most out of the Telerik UI for ASP.NET Core DropDownList
Let’s see how powerful the dropdown component from Telerik UI for ASP.NET Core really is. With a variety of customization options and easy integration into other components, this straightforward tool...
View ArticleAdding Audio Visualization to a React App Using the Web Audio API
In this post, we will build a simple React application that shows how to use the Web Audio API to extract audio data from an audio source and display some visuals on the screen. It can be a good...
View Article4 Things Web Designers Can Do to Ensure Brand Consistency
When building a product that digitally represents a brand and enables them to do business online, ensuring that their brand identity is consistently implemented throughout it is crucial. In this post,...
View ArticleA WordPress Plugin Using Telerik PHP Wrapper
This project uses the Telerik UI PHP wrapper to create a reusable WordPress plugin.The PHP wrapper from Progress Telerik was something I have wanted to use for some time. It is inexpensive if you...
View ArticleAngular Basics: Create and Use the OrderBy Pipe
Learn how to use the orderBy pipe to manipulate data in templates to display them in the format we want.Angular is a component-based framework that lets us create interactive web frontends for users by...
View Article