Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
working
- Page 1
Hello I am SirServeIt
Community Center
Say Hello!
5 Days Ago
by SirServeIt
I have a couple project that I am
working
on listed bellow. I used to use this forum back in the day when I made my first website, a myspace like site I made in middle school and kept running until I dropped out of HS.. any feedback on my current sites is appreciated > (campic.site/) > (drinkdb.site/drinks/)
Optimizing working with big data
Programming
Software Development
2 Weeks Ago
by Dani
What are some best practices for optimizing memory management when
working
with large datasets? I am tagging this topic both with …
Re: Optimizing working with big data
Programming
Software Development
2 Weeks Ago
by Salem
My first thoughts would be 1. What is large? Are we in the TB range or mere handfuls of GB? 2. How often do you need to do this? Is it once a day, once a month, or just once.
Re: Optimizing working with big data
Programming
Software Development
1 Week Ago
by Dani
> What is large? Are we in the TB range or mere handfuls of GB? For the sake of argument, let's use my use case and say dozens of gigs and millions of rows. > How often do you need to do this? Is it once a day, once a month, or just once. For me, the most important is real-time read and write performance to tables with millions of …
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
2 Weeks Ago
by Zachary_6
… in the publishing process, whether you’re self-publishing or
working
with a print-on-demand service. The right paper type…
How Does Flutter Handle State Management Internally?
Programming
Software Development
2 Weeks Ago
by James_228
… state management tools in real-world apps? If you're
working
on production-level apps, which method do you prefer and…
What are some underrated React JS best practices?
Programming
Software Development
1 Week Ago
by James_228
I’ve been
working
on a mid-size React project and started noticing performance …
Re: Buggy career talk :-P
Programming
2 Weeks Ago
by pritaeas
… ever had to do, which I was glad to see
working
correctly, was a software change to a gold-plating assembly…
Re: How to Hire Mobile App Developer in Russia
Programming
Mobile Development
1 Week Ago
by Dani
…. You could also just try Googling for Russian-based freelancers.
Working
with inexpensive freelancers is always great, especially if you could…
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
1 Week Ago
by Dani
…](https://www.daniweb.com/programming/software-development/threads/543234/optimizing-
working
-with-big-data) or [this one](https://www.daniweb.com…
Re: What is the Best Marketing Platform For E-commerce Website?
Digital Media
Digital Marketing
2 Weeks Ago
by Adgcraft11
the beat way is to do the digital markting is the seo
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
2 Weeks Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Re: What is the Best Marketing Platform For E-commerce Website?
Digital Media
Digital Marketing
2 Weeks Ago
by ashleydent4u
For e-commerce in the US, Google Ads and Meta (Facebook + Instagram) are definitely top performers—especially for apparel and towel products where visuals matter. I'd also explore Pinterest Ads for the towels site, as home products do well there. For SEO, make sure you're building backlinks from relevant blogs, industry directories, and influencer …
Contact form does not working
Programming
Web Development
2 Months Ago
by juan_35
Can someone help me, my contact form does not
working
. It will send successfully, but the email recipient can't …
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Salem
Firstly, I'd suggest you edit your post to remove your real email address from the code. https://www.php.net/manual/en/function.mail.php Some things to try. 1. Headers is an optional parameter, can you send without the headers parameter? Many examples I've seen suggest there should be a space after the :, as in `'From: '` 2. Sanitise …
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
> Firstly, I'd suggest you edit your post to remove your real email address from the code. I have replaced their email address with a dummy email. > Sanitise your subject and/or message. You can't in general feed whatever was typed into your dialog directly into mail. Salem is referring to passing each of those variables in …
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
WEB security now rejects mail sent from any computer. Select some mail provider and send mail using it. Using certificated WEB serve is an another solution. Obtain legal certificate, register it on WEB server (IIS, Apache, NGINX, ...)
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Dani
I'm not *entirely* sure what gediminas is referring to, but there are services out there such as Zoho Mail, SendGrid, ConstantContact, Mailchimp, Hostinger, etc. which, for the most part, cost money (some are rather inexpensive), but the benefit to using them is that they ensure you're never sending emails to non-existant email addresses, email …
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
Follow this article: https://stackoverflow.com/questions/4595730/sending-email-from-localhost
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by programmer_5
Reducing spam bots I strongly suggest to use SMTP, I would prefer to use PHPMailer which get more secure and handle professionally templates.
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
It was a time when anybody could to send a mail from Apache (or IIS) installed on local computer but internet spammers have used that feature for evil purposes. Now you can send emails from an officially registered server only. Even if you manage to send a letter somehow it will not reach the recipient or will be automatically will be placed into …
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by webmaker
Apart from doing some protection to your code, it will more than likely be your ISP not allowing the mail function to work. We have had to get an email acct with permissions allocated to each websites form by our providers.
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Biiim
Emailing became more restrictive in the last year, so when you have a PHP server with no emailing setup the emails often fail completely now as there is so much wasted bandwidth on spam emails that these get turned down instantly. I solved it on my hosting with the [PHPmailer](https://github.com/PHPMailer/PHPMailer) package, it's maybe a bit of …
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Dani
> Emailing became more restrictive in the last year Are you referring to SPF, DKIM, and DMARC?
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Biiim
Damn, you caught me out on that! I went generalized cause I forgot what it was that happened. But I dug it up: [Google Search:Gmail email restriction in Feb 2024](https://www.google.com/search?q=gmail+restriction+on+emailing+in+february+2024) Is what I was thinking of - but I think my web hosting providors were also complaining about my badly…
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Salem
… project has been collapsed. Did the disk just "stop
working
" one day, or has it been rotting slowly over… file to run this project and
working
well I'm going to assume you're
working
in a business environment, where your…
how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Syed Zubair Ali
… have exe back up file to run this project and
working
well, however, i need some more changes and updating on…
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Syed Zubair Ali
…. Exe. back up was stored in USB and desktop and
working
well, however, to update more i have need my project…
How Much Does Blockchain MVP Development Cost?
Programming
Software Development
2 Months Ago
by shane_18
Hii I am a developer
working
on a blockchain MVP development. I want to add MVP features to the app, but I am not sure where to start. Can anyone provide some guidance? Thank You
How old is your computer?
Hardware and Software
2 Months Ago
by Dani
Inquiring minds want to know. What are you
working
with? I currently have an Apple M1 Max 14" 2021 model.
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