From the blog ✍

WordPress tutorials, rants, coding guides, and discussions on topics like Sitefinity, JavaScript, and more. It's all here.

Why a Good Website Design Matters for Business Success

In today’s digital age, your website is often the first interaction potential customers have with your business. It serves as a virtual storefront, providing a glimpse into what your company...

Get child taxa of parent taxon in Sitefinity

axonomies are a powerful feature in content management systems like Sitefinity, allowing you to categorize and manage content effectively. In this post, we’ll explore a piece of code that...

Creating a Shortcode for a Custom Post Type in WordPress

WordPress shortcodes are a powerful tool that allows you to add custom functionality to your site with ease. In this post, we’ll explore a PHP snippet that creates a shortcode for displaying a...

Understanding a Dynamic Author Box in ASP.NET Razor Views

Introduction When creating dynamic websites, especially those involving content management systems (CMS), displaying author information for articles or posts is a common requirement. In this post,...

Fetching with JavaScript: A Simple Guide

In today’s world, web applications are becoming more interactive and dynamic, with real-time data fetching playing a crucial role. One common feature is displaying random quotes on a webpage....