Re: Error LNK1104 when debugging Programming Software Development by Mr.M … run the project successfully that time. This is the only thing I suspect might be a result of this problem. How… Re: How to show visa info based on country selection in a travel form? Programming Web Development by Biiim … request for each one, I usually do this kind of thing with javascript objects/arrays (eg `settings['GB']['visa_req'] = false;settings… 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 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 … Re: Dynamic Properties in PHP 8.2 Programming Web Development by Dani > This obviously does not make sense to do if you want to create or work with a User object or something of that sort. I realize that in my previous post I incorrectly gave the example of `$user = new stdClass(); $user->nickname = 'Dani';`. My intention was not to say that it was good coding practice to represent a user of the app with an … Dynamic Properties in PHP 8.2 Programming Web Development by Dani … shrug and let it slide. Not anymore. Obviously the best thing to do if you encounter this is declare properties ahead… Re: Wifi Connectivity Issue Hardware and Software Networking by gowtham_6 Hey! Just try giving your router and PC a quick restart, update your WiFi driver, turn off that power-saving thing on the WiFi adapter, forget the network and join back in, then run the troubleshooter. If it’s still acting up, just drop the error and your device info here! Re: Web3 Digital Marketing Agency Digital Media Digital Marketing by rproffitt It appears Web 3.0 is enabling far too many scams. Nearly DAILY reports of multi-million dollar exploits and scams are revealed at https://www.web3isgoinggreat.com As such, why would you go near such a thing? Re: Need Coding Help With A Project Programming Software Development by Dani … doing something that their teacher taught them. My most important thing here is that your response is never for the one… Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha … going on in your space. They're just doing their thing to help people discover your corner of the internet! Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by Dani … and encountered someone else who posted that the exact same thing happened to them on the same exact day. Re: How Can Small Businesses Effectively Compete in Digital Marketing? Digital Media Digital Marketing by WilliamOG One thing that’s worked well for small businesses I’ve helped: … Re: What are "Other agent type" Googlebot types in GSC crawl stats? Digital Media Digital Marketing Search Engine Strategies by bijutoha … and encountered someone else who posted that the exact same thing happened to them on the same exact day. IMO, If… Re: Theory on the VPN Programming Mobile Development by Liam91 Sounds like you're diving deep into how tunneling apps work! These apps often use VPN-like methods to route traffic through servers, sometimes exploiting free access points. Configs like .hat may include encryption keys or payload setups. Keep exploring... lots to learn! Re: How Does Flutter Handle State Management Internally? Programming Software Development by kearawill How Flutter Handles State Internally Flutter uses a reactive UI model. When the setState() method is called within a StatefulWidget, it marks that widget as "dirty" and schedules it to be rebuilt in the next frame. This allows Flutter to efficiently update only the parts of the widget tree affected by the change, thanks to its … Re: How secure is Github? Programming Software Development by kearawill GitHub is generally very secure for hosting code, especially with features like 2FA, security alerts, and private repositories. However, like any platform, it's only as secure as how you use it. I’d never recommend storing sensitive information like passwords, private keys, or database credentials—even with .gitignore. Instead, use environment … Re: How secure is Github? Programming Software Development by Dani > I’d never recommend storing sensitive information like passwords, private keys, or database credentials—even with .gitignore. Instead Why not, though? Doesn't .gitignore just completely *ignore* the files to where they never touch Github's servers? To me, that sounds much more secure than Github secrets, where sensitive information *is* … Re: How Does Flutter Handle State Management Internally? Programming Software Development by kearawill No, It is not AI generated. Re: How Does Flutter Handle State Management Internally? Programming Software Development by sophiabrooks Flutter internally handles state management through a combination of mechanisms: Stateful Widgets, declarative UI updates, and various libraries for managing app-wide state. Re: How Does Flutter Handle State Management Internally? Programming Software Development by Temporal Great topic! When I studied Game Design and Art at UNIAT, we also touched on Flutter and state management, which is key for solid apps. Flutter manages state through its widget tree, with setState() rebuilding parts as needed. For bigger apps, tools like Provider, Riverpod, and BLoC help manage complexity. Provider is simple and good for … Re: Dynamic Properties in PHP 8.2 Programming Web Development by Dani Oh, and an important bit I forgot to mention: PHP's built-in stdClass has the `#[AllowDynamicProperties]` attribute already added. In fact, you can see in the [PHP docs](https://www.php.net/manual/en/class.stdclass.php) that the definition of the stdClass is "a generic empty class with dynamic properties." That means that you can always … How secure is Github? Programming Software Development by Dani I use Github for DaniWeb's code base. I was just wondering though. How secure is it? Would you ever store passwords or other sensitive information in Github (Don't worry. We use .gitignore.)? What about code that could be considered a trade secret, or that type of thing? How Does Flutter Handle State Management Internally? Programming Software Development by James_228 …’m starting to get into more advanced stuff — but one thing that still feels a bit unclear is state management. I… Re: Buggy career talk :-P Programming by Salem …-write on the bus. Fine if it was the only thing on the bus as the memory logic in the processor… have sorted it out. But it wasn't the only thing on the bus, and the other processor was in that… Re: Riddles Community Center Geeks' Lounge by Reverend Jim … father died and the sons inherited the business. The first thing they did was to bring in some cattle. The second… thing was to erect a sign with the new name of … Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani Ah, yes, I thought you were talking about posts themselves. Post comments can no longer be edited. (Too many people were replying to post comments and then the person would change their vote and remove the comment.) Comments are mostly meant to be short things like "I agree with that!" or that type of thing. Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Reverend Jim … "I agree with that!" or that type of thing. A reminder to all - use the comment tool to give… Re: Will AI take jobs? Digital Media Digital Marketing by spanmob I don't think so. The human brain is irreplaceable, so there is no such thing as AI replacing humans. Re: Metaverse Marketing Services Digital Media Digital Marketing by rproffitt I thought that idea was dead. The new thing appears to be the Zuck's AI In Everything which I don't need in my toaster. Re: How Can I Increase More Traffic of My Website? Digital Media Digital Marketing by jonathannweyer … slow to build, especially if the niche is competitive. One thing you might look into is diversifying your traffic sources beyond…