Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
starting
- Page 1
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
6 Days Ago
by jonathannweyer
For testing a Java app, a good choice would be a mid-range device like the Google Pixel series or a Samsung Galaxy A series. These models generally have a clean Android experience and receive regular updates, which can help ensure compatibility with a wide range of devices. Additionally, using an emulator can be beneficial for testing, as it …
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
6 Days Ago
by Ulfson
I used to get Nexus devices (predecessors of the Pixels) for a plain vanilla Android environment, but these days I no longer value that so much. As I don't fancy the Chinese manufacturers, that leaves Samsung for decent-priced midrange phones. IMO the changes they make to the Android UI don't make a difference for development, and of you really …
Re: Key Tools and Tips for Efficient Web Development
Programming
Web Development
2 Weeks Ago
by JackRyan248
… the right tools makes all the difference. If you're
starting
out or looking to improve your workflow, consider using popular…
Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by NuGG
… updates installations" 6) Disabled all scheduled tasks. I am
starting
to think these servers are enrolled in some kind of…
Re: How to Choose the Right Mobile App Development Company?
Programming
Mobile Development
2 Weeks Ago
by jonathannweyer
A good
starting
point is checking their portfolio, look for apps similar to …
Re: Key Tools and Tips for Efficient Web Development
Programming
Web Development
2 Weeks Ago
by Himanshu011
Frontend development: * React * Vue.js Backend development: * Node.js * Django
Re: How Does Flutter Handle State Management Internally?
Programming
Software Development
1 Week Ago
by asadalig
Flutter manages state using a widget tree and immutable widgets. When an app’s state needs to be updated, Flutter takes care of rebuilding only the UI components that require change when setState() is called on stateful widgets. This allows the framework to re-render the important widgets and not all the widgets on the screen. For more …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by rproffitt
Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/comments/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by NuGG
Aha! I cracked it. My goodness this has been driving me mad for two weeks. Turns out previous owners had a power on schedule configured, and the management controller retained the old config even though I put a fresh OS on it. Doh! Live and learn. Been coming on daniweb for 20 years, was always such a great place for help and advice. …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
>Where is everyone? Most of the posts here seem to be the same words about SEO/digital marketing over and over. That doesn't attract too many eyeballs. There is very little programming content any more.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
> Been coming on daniweb for 20 years, was always such a great place for help and advice. Last time I visited was 4-5 years ago and I noticed then it was getting quieter. Somewhat sorry to see the state of things now, these "most recent" threads are all so old! Where is everyone? I shall try stop by here more often and contribute! …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
>(where people abandoned us for sites like Stack Overflow) But there are still a few dinosaurs around who can answer some programming questions.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
Then there’s me, whose expertise is mostly limited to technical SEO and PHP these days, I’m afraid. Ugh, the brain fog is real.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
> >(where people abandoned us for sites like Stack Overflow) > > But there are still a few dinosaurs around who can answer some programming questions. Not to knock ya, but I think another part of the problem is that *all* that's left are dinosaurs who aren't necessarily skilled at the most trendiest things these days. There's …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
Agreed. But programming basics are still something people need help with, and the basics have not changed appreciably over my career. Dinosaurs have more free time than those many decades younger. I, for one, have a lot and I am willing to spend part of it here.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
> But programming basics are still something people need help with, and the basics have not changed appreciably over my career. They sure have changed appreciably during *my* career! But maybe that's because my career is in web development, and the web, and the technologies that power the web, have changed *a lot* over the past 25 years. Heck…
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
Certainly the technology and tools have changed but principles of design and good programming styles have not. Python has, for the most part, replaced (effectively) dead languages like COBOL, and now-niche languages like FORTRAN, but structured programming and modular design are still essential techniques. I have seen too much code written by self-…
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
> I have seen too much code written by self-taught programmers who, through ignorance, eschewed good design. While that's very, very true, that's \[unfortunately] not typically what people come to DaniWeb asking for help with. Many people unfortunately don't care about doing things right, but just well enough to work. As long as it gets the …
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
…that canvas painting is basically positioned by coordinates, and the
starting
and ending coordinates of the four parts of our Y…text (maxNameW). We can see from the figure that the
starting
coordinates of the y-axis line, scale line, and … specifically, you can look at your own business), the
starting
point y-coordinate is the same as the text, and…
Re: Key Tools and Tips for Efficient Web Development
Programming
Web Development
2 Months Ago
by simplixi
… a bit easier to pick up when you're just
starting
out. **Back-End Developmen**t * **Node.js:** Imagine writing code…
Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by jamesalery
Hi everyone, I’m just
starting
out with testing and I need to generate some test …
How Does Flutter Handle State Management Internally?
Programming
Software Development
1 Month Ago
by James_228
… app development for cross-platform app development and I’m
starting
to get into more advanced stuff — but one thing that…
Re: Top industries that use automation
Programming
Software Development
2 Months Ago
by Reverend Jim
… zones, current traffic flow, etc., then using that as a
starting
point where you can manually override the route is advisory…
Re: Selling the house that I grew up
Community Center
Geeks' Lounge
2 Months Ago
by Dani
… health journey goes, if my husband and I end up
starting
a family out here (which is hopefully the plan), my…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
…%20libraries.)) On the other hand, Firefox has the policy of
starting
to load the image when it is "about to…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… to have a full idea of the HTML before even
starting
to present anything. Since this is only a theory, I…
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
1 Month Ago
by Reverend Jim
… discuss what's next in audio! Clearly the OP was
starting
a discussion, not seeking help with a problem. Please reread…
Re: Which is the best email marketing tool you ever used?
Digital Media
Digital Marketing
1 Month Ago
by yesumalla
… from violating Pricing is done, especially when you're just
starting
out. "A detailed analysis to follow what works (and…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
1 Month Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by Pelorus_1
Platforms like Mockaroo, Faker and GenerateData provide fake names, emails and more for testing purposes. You can easily create realistic sample data with these tools.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC