- Published on
This extension is not installable on any currently installed products Visual Studio 2022 ARM
How to install a Visual Studio 2022 extension that hasn't been updated to support Visual Studio 2022 ARM yet.
Tutorials, Rants, Coding, Sitefinity, Javascript, it's all here. Please enjoy my content and let me know what you think!
How to install a Visual Studio 2022 extension that hasn't been updated to support Visual Studio 2022 ARM yet.
How to setup and run Sitefinity on an M series ARM Apple Silicon mac
If your custom widget exists more than once on a page, and you want to expose a JsonResult or HttpPost ActionResult, here's how to you target a specific controller so the saved Public Properties are correct.
I wrested with the Sitefinity timezone conversion through the OData API so you don't have to.
Helper to query the sitefinity database for a Controllers saved properties on a page. Useful for querying through an ajax callback.
Sitefinity allows linking to the root element in the backend Advanced Configuration, but have you had it not work? I think I might know why...
Trying to accept an invite link when connected to xCloud on a PC keeps throwing a ms-xbl-multiplayer error, here's how to get it to work.
Quickly pull in who has custom access to Sitefinity page permissions through this handy SQL Stored Procedure!
Experiences moving platforms for a major project from traditionally Sitefinity here to PHPs Laravel
How to add class names to your HTML when your custom Sitefinity Widgets exist on the page.
How to write your own function for a KendoUI Spreadsheet cell, the documentation is a bit all over the place on the how to set it up.
Telerik Reporting was removed from Sitefinity, if you need printable PDF business reports, here's how you can easily get them back.
Tips on how to use VueJs with Sitefinity and not have every widget all webpacked and loaded on every page.
Sometimes I don't want an Async upload before a form submission, I want to submit the results of a file through a regular form element postback, here's a quick way to do that.
When you click a protected file in Sitefinity it sends you to the login page, but after login the user is left looking at a blank page, here's how to resolve that.
How to configure Sitefinity to allow authenticated users to anonymously submit a Sitefinity Form.
Here's how you can add meta description or opengraph properties to your dynamically created Sitefinity page routes in your custom widget controllers.
Sitefinity generates it's sitemap to a .gz file which Google\Bing can read, but I can't. Here's how you can dump a readable version.
Oh no! I have a Custom Sitefinity Widget with ActionResult routes but every attempt to use them throws a 404.
Blocking requests like bottraffic.live or trafficbot.life from triggering on your site. These requests come in the thousands and jack up your Google Analytics.
Sitefinity can run code in the background through scheduled tasks or cronjobs. Here's a complete sample created using the idea of a mail system to flush out messages, it's pretty easy.
Sitefinity 13.2 introduces a way to validate signing certificates, however the error message and docs are weak on details, here's what it means and how to fix.
Populating a Sitefinity Form Dropdown with Data from an API couldn't be more simple with Javascript, here's how you can accomplish it.
Excluding pages\routes from netlify-plugin-sitemap
How to figure out which Tailwindcss responsive breakpoint you're currently on