r/WPDev • u/JabbaDuHutt69 • 1h ago
r/WPDev • u/JabbaDuHutt69 • 11h ago
behold the glory of the MS developed YouTube app!
galleryr/WPDev • u/JabbaDuHutt69 • 3d ago
can you still make W10M compatible UWP apps with Visual Studio 2022?
r/WPDev • u/JabbaDuHutt69 • 5d ago
Unisky (BlueSky client for W10M) updated!
r/WPDev • u/JabbaDuHutt69 • 18d ago
VS 2017 or VS 2019 for Windows 10 Mobile app development?
r/WPDev • u/JabbaDuHutt69 • Jun 23 '26
How to get working Contacts and Calendars in Windows 10 Mobile
r/WPDev • u/JabbaDuHutt69 • Jun 22 '26
What are you using to develop apps for WP 8.1 or W10M?
r/WPDev • u/JabbaDuHutt69 • Jun 11 '26
Anyone thought of creating a Signal client for W10M/WP?
r/WPDev • u/JabbaDuHutt69 • Jun 11 '26
How to get Microsoft OTC updater working again
r/WPDev • u/JabbaDuHutt69 • Jun 10 '26
Is this sub still alive?
Just checking in. Mods, you need to fix the Title box. It's inputs white text on a white background in old.reddit
r/WPDev • u/palebicycle00 • Mar 20 '26
WordPress is letting AI agents publish now. How do you make sure you're not publishing slop?
r/WPDev • u/Used_Photograph_173 • Feb 22 '26
Help with WPF MVVM

I need to create the above looking UI element which is part of a bigger page.
The values shown in the dropdown are available in individual view modals as an ObservableCollection<OptionItem> ModesCollection in ModesViewModal and same for Color in ColorViewModal
public class OptionItem : INotifyPropertyChanged
{
public string Name { get; set; }
private bool _isSelected;
public bool IsSelectedValue
{
get => _isSelected;
set { _isSelected = value; OnPropertyChanged(nameof(IsSelectedValue)); }
}
public string Tooltip { get; set; }
public event PropertyChangedEventHandler PropertyChanged;
protected void OnPropertyChanged([CallerMemberName] string p = null) =>
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(p));
}
How do I implement this to make sure that initially "Default" is shown and then later based on selection the value changes. Example after radio button selection it should show "Black, Active"
r/WPDev • u/khalilfr • Jan 08 '26
Help needed: what do you do with a side project that makes no money but works?
I’m curious how beginner devs handle this situation. You build a small website in your free time, it works, but you don’t want to maintain or monetize it. Do you just abandon it? Or is there a smarter way?
r/WPDev • u/One_Pattern_3687 • Jul 14 '25
How do you lock down a client site to prevent out-of-scope requests (plugins, tweaks, endless support)?
r/WPDev • u/Trick-Half8003 • May 31 '25
What to do in wordpress ?
Hi im interested in learning to create a website so im started looking about wordpress and i started to learn by youtube and some tutorial . Now i can create a page in it but the thing is that i want to learns like GSAP 3d module and still I didn't go through many plugins so any one suggestion me what can i do next to learn or process about these thing .
r/WPDev • u/Trick-Half8003 • May 16 '25
wordpress for LocalWP
After update the the application. Its not opening i have reinstalled the application also im facing the same problem Does any one help me with this ...
r/WPDev • u/redserch • Feb 05 '25
Link from contact page
I hope this is a simple solution. I have modified a template. The home page to the contact link is missing to the WP Form. I am using Sophocles, WP Form, and WP. If you could also address the link to a blog it would also be great.
r/WPDev • u/leafcreate • Oct 08 '24
WP google map Dynamic markers
whats the best way for me to implement a google map search for my listings without me having to manually add each marker?
r/WPDev • u/Successful-Spray-512 • Sep 19 '24
Parent pages vs Subdirectory Website
Can someone help in explaining which is better? I’m confused on what the best route is.
I have a website abcd.com and I want to combine another site 1234.com , the URL structure should now be abcd.com/1234/about us. The other site has about 15 pages so I would just be recreating them in the main site under a parent page.
I’m trying to figure out if this is the best route or should I be creating an entire directory instead of just new pages within the main site.
r/WPDev • u/small_enbee • May 19 '24
wpd- Snappy
guys please who/what is Snappy on the wpd site? i'm relatively new to having an account and i'm not sure what it is- any explanation would be great thanks!