Re: Dynamic Properties in PHP 8.2 Programming Web Development by jkon I can't get it , why anyone would want to `$user = new User(); $user->nickname = 'Dani';` if nickname is not a public property of User , or even worse `$user = new stdClass(); $user->nickname = 'Dani';` ? Why ? Re: Dynamic Properties in PHP 8.2 Programming Web Development by Dani … gave the example of `$user = new stdClass(); $user->nickname = 'Dani';`. My intention was not to say that it was good… Re: Dynamic Properties in PHP 8.2 Programming Web Development by Dani The first I agree would not make much sense to do because one would presume that the User class has its own set of getters and setters for a reason, and just creating random properties on a whim defeats the purpose of organizing and structuring your code by having the class in the first place. Nevertheless, I ran into this exact issue while trying … Dynamic Properties in PHP 8.2 Programming Web Development by Dani … you do things like: $user = new User(); $user->nickname = 'Dani'; If nickname wasn’t already declared in the User class… Re: Dynamic Properties in PHP 8.2 Programming Web Development by Dani … safe doing things like: $user = new stdClass(); $user->nickname = 'Dani'; Re: Is linux your daily driver? Hardware and Software Linux and Unix by trcooke Maybe a wee bit older than you Dani, I was 26 or 27 doing a Masters degree when … Re: Attn Publishers: Do you block AI bots? Digital Media by jkon … block AI bots or related companies from accessing their content. Dani, are you talking about bots that are collecting data to… Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha … this has ever happened in our 23 years. Oh wow, Dani, that **80% deindexing changes things** – that's a massive issue… Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha > No manual actions or security issues. Okay, Dani, that's genuinely good news about no manual actions or … Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson Mastodon is pretty much the only social network I'm on these days (except for nebenan.de, which is similar to Nextdoor, but much more popular here in Germany). Simplifying my online presence, I deleted my Facebook and Nextdoor accounts this year. Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by trcooke I've pretty much excluded myself from all social media things because their primary reason for being is to push advertising and propaganda to you, and I don't like it. I frequently remind myself of the mantra: > If you don't pay for the product, you are the product The only exception is LinkedIn, because despite my mistrust of the platform I… Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson > And where do you usually find your freelance projects? I just notice that I didn't answer that - I'm in the lucky position of never having had to go out to acquire new projects/clients. All clients approached me, or were introduced to me by others. Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by John_165 > I just notice that I didn't answer that - I'm in the lucky position of never having had to go out to acquire new projects/clients. All clients approached me, or were introduced to me by others. Wow, that’s really lucky! Must be a great feeling to have clients come to you without having to look for them Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Dani > Mastodon is pretty much the only social network I'm on these days Do you consider forums as social networks? What’s the difference? Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by trcooke Fair point. I have actually met about half a dozen of the CodeRanch staff in person which is way more social than I ever was on any other social network. Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson … to this day. The general demise of public forums -which Dani voiced on the Ranch- has tempered the pace of that… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon Dani, first of all, thank you for sharing the numbers. Yes, … Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon Hello Dani, I decided last week not to respond to your last … Re: Any jQuery 4 users? Programming Web Development by jkon … don't believe we'll be replacing it anytime soon. (Dani, I hope you are feeling better. Wishing you a painless… Re: Editor crashes browser Community Center Meta DaniWeb by Dani Can you try upgrading Chrome now and see if the problem goes away? Much thanks! Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by John_165 Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to native Android/iOS? And where do you usually find your freelance projects? Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by trcooke Well hello there Ulf! It certainly has been a minute since we last spoke, in fact I just dug out the last email conversation that we had just over 10 years ago! Nice to be in touch again. I still enjoy reading your [one paragraph movie reviews](https://www.ulfdittmer.com/view?RecentMovies) :) Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Dani Hello there and welcome to DaniWeb! Thank you so much for taking the time to join here. Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson > Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to native Android/iOS? And where do you usually find your freelance projects? I stick to native Android. Way back when I thought Apache Cordova was pretty cool for reaching smaller platforms, but now that there are essentially just two platforms left, I… Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson > Well hello there Ulf! It certainly has been a minute since we last spoke, in fact I just dug out the last email conversation that we had just over 10 years ago! Nice to be in touch again. I still enjoy reading your [one paragraph movie reviews](https://www.ulfdittmer.com/view?RecentMovies) :) Huh, you're the one :-) I use it mostly as a … Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by trcooke Mastadon, well there's a blast from the past. I couldn't even tell you which servers I had accounts on. Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Dani A blast from the past? Didn't Mastodon first gain popularity around 2020ish? When I think of a blast from the past, I think of AOL Instant Messenger and MySpace. Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by trcooke I never really connected with it so just feels like a long time ago. But I share you sentiments in general for things of the past, such as the 8086 processor and SCSI disks. Dani... tell everyone what you baught.. Hardware and Software Hardware by Tekmaven Dani... just so I can print out the topic, and post it on my wall... just post what you baught at the Mac store on Monday.. Dani: suggestion on style for forum. Community Center Meta DaniWeb by alc6379 Dani, I just noticed the change in the layout of the …