Uploaded August 2026 | Updated September 2026, 2 weeks ago
I replaced PowerPoint's animation system with a custom deterministic runtime — my own interpolation engine, timeline cache, trajectory math, and a JavaScript SDK that lets web developers control PowerPoint shapes without touching COM or C#. Today I'm coding live with Codex and watching the results directly in PowerPoint. No slides. No demos. Real architecture, real bugs, real fixes.
PowerPoint is supposed to make presentations. I turned it into a cinematic animation studio with a custom runtime engine underneath. Watch me build it live — writing C# and JavaScript, watching shapes move in ways PowerPoint has no idea how to explain, and slowly turning a productivity app into something that looks more like After Effects.
4 years ago, I started replacing PowerPoint's animation engine with my own. Today I'm live — using Codex to update the runtime, watching the results appear on screen in real time. The architecture has a deterministic playback engine, a JavaScript SDK, a WebView2 overlay system, and a two-surface extension model. Come watch either the code or the animations. Both are interesting.
Built with C#, WPF, VSTO, WebView2, and a JavaScript SDK. All running inside a PowerPoint add-in.
#LiveCoding #DevStream #BuildingInPublic #CodeWithMe #TechYouTube
I replaced PowerPoint's animation system with a custom deterministic runtime — my own interpolation engine, timeline cache, trajectory math, and a JavaScript SDK that lets web developers control PowerPoint shapes without touching COM or C#. Today I'm coding live with Codex and watching the results directly in PowerPoint. No slides. No demos. Real architecture, real bugs, real fixes.
PowerPoint is supposed to make presentations. I turned it into a cinematic animation studio with a custom runtime engine underneath. Watch me build it live — writing C# and JavaScript, watching shapes move in ways PowerPoint has no idea how to explain, and slowly turning a productivity app into something that looks more like After Effects.
4 years ago, I started replacing PowerPoint's animation engine with my own. Today I'm live — using Codex to update the runtime, watching the results appear on screen in real time. The architecture has a deterministic playback engine, a JavaScript SDK, a WebView2 overlay system, and a two-surface extension model. Come watch either the code or the animations. Both are interesting.
Built with C#, WPF, VSTO, WebView2, and a JavaScript SDK. All running inside a PowerPoint add-in.
#LiveCoding #DevStream #BuildingInPublic #CodeWithMe #TechYouTube


![Fix Visual Studio IntelliSense Shows Errors but Compiles and Builds Successfully [SOLVED]
Struggling with Visual Studio showing hundreds of IntelliSense errors even though your project compiles, builds, and runs perfectly? Youre in the right place! This tutorial provides a quick, safe, and effective solution to fix these frustrating phantom errors.
In this video, I demonstrate a real-world scenario in my PowerPoint VSTO add-in project where the Error List showed 291 errors in the Build + IntelliSense view but showed zero errors and built successfully in Build Only mode. This is a common issue that can happen in any complex C# or .NET project when the Visual Studio cache becomes corrupted or outdated.
The root cause is often a stale cache stored in hidden folders within your solution. I will walk you through the simple, step-by-step process of safely locating and deleting the .vs, bin, and obj folders to force Visual Studio to regenerate them, resolving these phantom errors for good.
🕒 TIMESTAMPS / CHAPTERS:
0:00 - Introduction: Explaining the IntelliSense Error Problem
1:04 - Proving the Build is Successful (Switching to Build Only mode)
1:58 - Explaining the Cause: Corrupted Visual Studio Cache
3:19 - Locating the Hidden .vs Folder in Windows Explorer
4:35 - The Solution: Deleting the .vs, bin, and obj Folders
6:25 - Re-opening Visual Studio and Starting the Clean/Rebuild
8:22 - Verification: The IntelliSense Errors Are Gone!
8:45 - Final Summary & How to Get More Tutorials
💡 WHAT YOU WILL LEARN:
- How to differentiate between genuine build errors and IntelliSense cache errors.
- The purpose of the .vs, bin, and obj folders in a Visual Studio solution.
- The safe and correct procedure to clear your projects cache without losing any important data.
- How to force Visual Studio to perform a clean rebuild to fix corrupted file references.
- This solution is applicable to a wide range of C# and .NET projects, including:
- VSTO Add-ins (PowerPoint, Excel, Word, Outlook)
- WPF and WinForms Desktop Applications
- ASP.NET and .NET Core Web Applications
- Class Libraries and more.
If this video helped you solve your problem, please give it a thumbs up 👍 and let me know in the comments below! Your feedback is incredibly valuable.
🔔 Dont forget to subscribe to the channel for more programming tutorials, tips, and troubleshooting guides.
Thanks for watching!
#visualstudio #csharp #troubleshooting #programming Fix Visual Studio IntelliSense Shows Errors but Compiles and Builds Successfully [SOLVED]](https://i.ytimg.com/vi/q_BlNPXNaf8/mqdefault.jpg)





![How To Create Your First PowerPoint Add-in using Node.js and Yeoman Generator - Lesson 54
In this tutorial, Ill guide you through setting up your own development environment using Node.js, Yeoman Generator, and Visual Studio Code to create Office Add-ins. Well cover everything from downloading Node.js to creating your first Office Add-in in Microsoft PowerPoint.
🔍 Key Points:
1. Downloading Node.js:
- Open Edge browser and search for download Node.js.
- Choose the suitable version (Windows Installer MSI 64-bit in this case).
- Install with default settings in Program Files/Nodejs folder, ensuring Add to Path is enabled.
2. Installing Yeoman Generator:
- Open the command prompt in administrator mode (Start + R, type CMD, press Control + Shift + Enter).
- Check Node.js and NPM installation with node -v and npm -v.
- Install Yeoman Generator with npm install -g yo.
3. Installing Office Generator:**
- Install the Office generator with npm install -g generator-office.
4. Creating Your First Office Add-in:
- Move to a new drive (e.g., D drive) and create your add-in with yo office.
- Choose the Office Add-in Task Pane project and select JavaScript.
- Enter a name (e.g., yo-animator) and specify the application (PowerPoint in this case).
5. Running and Testing Your Add-in:
- Navigate to the add-in folder with cd yo-animator.
- Start the development server with npm start.
6. Editing Code in Visual Studio Code:
- Install Visual Studio Code.
- Open the add-in folder in Visual Studio Code to easily manage and edit code files.
- Modify the manifest file and task pane files (HTML, CSS, JS) for customizing your add-in.
7. Live Testing in PowerPoint:
- Launch PowerPoint with the development server running.
- Observe your task pane on the right side, and test your add-in by clicking the Run button.
8. Finalizing Your Add-in:
- Explore and modify key files like manifest.xml and files within the src subfolder.
- Save changes and witness live updates in PowerPoint.
9. Next Steps:
- Preview of the upcoming tutorial where well build custom functionality from scratch.
👉 I hope you found this tutorial helpful! Like, share, and comment if you enjoyed it. Dont forget to subscribe for more exciting Office Add-in development content. Stay tuned for our next tutorial where we dive deeper into creating custom functionality. Thank you for watching, and until next time – bye and take care!
🔗 **Useful Links:**
- [Download Visual Studio 2022 Developer Edition]
https://visualstudio.microsoft.com/downloads/
- [Office Add-ins Platform Overview]
https://learn.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins
- [Microsoft Office Object Library]
https://learn.microsoft.com/en-us/office/vba/api/overview/
👌 Recommended Videos
Introduction to Office Add-ins and Script Lab in PowerPoint Tutorial
https://www.youtube.com/watch?v=CO8irYCRaAQ
Create Animation in PowerPoint using VBA Macros
https://www.youtube.com/watch?v=Xbifc1ilx7E
✅ Check out our playlists for more helpful content:
🔸 More Microsoft PowerPoint tutorials:
https://www.youtube.com/playlist?list=PLwBNdcufIBPu_Q9nBW7KRvdk6cPmffsQP
👌 Follow us:
Twitter - https://www.twitter.com/TheTeacherPoint
Facebook - https://www.facebook.com/TheTeacherPoint
Instagram - https://www.instagram.com/TheTeacherPoint/
Pinterest - https://in.pinterest.com/TheTeacherPoint/
🌻 The Teacher presents a captivating Microsoft PowerPoint animated presentation.
#OfficeAddins #NodeJS #VisualStudioCode #YeomanGenerator #MicrosoftPowerPoint #CodeTutorial #theteacher How To Create Your First PowerPoint Add-in using Node.js and Yeoman Generator - Lesson 54](https://i.ytimg.com/vi/tez3H6z0N8c/mqdefault.jpg)

![How To Calculate Subtotals in Microsoft Excel Tutorial - Lesson 30
In this comprehensive Microsoft Excel tutorial, we delve into the powerful Subtotal Features found within the Outline section of the Data Tab. Subtotals are indispensable for calculating and summarizing data, and with Excels Subtotal Features, you can streamline the process effortlessly.
Key Points Covered in this Tutorial:
1. Subtotal Function vs. Subtotal Feature: We explore the distinction between using the Subtotal() function and Excels Subtotal feature. Discover how the latter can simplify your data analysis tasks.
2. Sorting for Success: Before diving into Subtotal, we emphasize the importance of sorting your data. Learn how to sort your data based on the column for which you wish to calculate subtotals.
3. Subtotal Sub-Options: Understand the nuances of the Subtotal feature, including the following sub-options:
- Replace current subtotals: Learn how to replace existing subtotals with new ones without starting from scratch.
- Pagebreak between groups: Enhance the readability of your data by adding page breaks between groups when printing.
- Summary below data: Choose whether to display the summary at the top or bottom of your dataset.
- Group / UnGroup: Organize your data effectively by creating and removing groups as needed.
- Show / Hide Details: Customize your view by showing or hiding specific details in your data.
🔗 Helpful Links:
- 📋Learn More About Microsoft Excel Subtotal Feature:
https://www.theteacherpoint.com/how-to-use-subtotal-in-microsoft-excel/
[Microsofts official support page]
https://support.microsoft.com/en-us/office/insert-subtotals-in-a-list-of-data-in-a-worksheet-7881d256-b4fa-4f81-b71e-b0a3d4a52b3a
- ⭐ Download Link to Subtotal Microsoft Excel Template
https://templates.office.com/en-in/grocery-list-with-category-totals-tm03427477
🌻 Empower Your Excel Skills: This tutorial is brought to you by The Teacher, your trusted source for Microsoft Excel expertise. Whether youre a beginner or an experienced user, were here to help you excel in Excel.
#exceltips #excel #exceltutorial #excelcourse How To Calculate Subtotals in Microsoft Excel Tutorial - Lesson 30](https://i.ytimg.com/vi/ttQxZT1poTw/mqdefault.jpg)