Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
im
- Page 1
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
21 Hours Ago
by groverharleen
Hello, please use developer tool while working on HTML/PHP with AJAX. in the console you can easily track what was the POST/GET request made to PHP file and what is the responses shared by PHP file. try debugging response accordingly or if still you face any trouble, please do share screen shot of Header / Request / Response Tabs. i'll …
How to show visa info based on country selection in a travel form?
Programming
Web Development
4 Days Ago
by eservices
I’m working on a travel planning form that adjusts based on the selected nationality. For example, if someone picks a country like India, the form should display whether they need an electronic visa for places like Sri Lanka, and maybe show a short message or guide link. I’m using JavaScript to detect changes in a <select> dropdown and …
Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
5 Days Ago
by Aria James
Hello everyone, I'm in the early planning stages of a personal project to set up a smart home automation system using a Linux-based Raspberry Pi setup. My background is in electronics and embedded systems, but I'm relatively new to working with Linux for this kind of application. I’m hoping to get some advice from the community which lightweight…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
4 Days Ago
by Dani
I have moved your post into the web development forum instead of the advertising/marketing forum where it was and tagged it appropriately. Can you please provide the Javascript code as well as PHP code that is buggy so that we can help diagnose this for you. For example, if the JSON response is empty, it is most likely because of a bug in the …
Re: How Does Flutter Handle State Management Internally?
Programming
Software Development
1 Day Ago
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: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
5 Days Ago
by trcooke
Hello, I'd probably start with an open source off the shelf solution such as https://www.home-assistant.io/ There are tutorials on their site that cover installation onto a raspberry pi so you should be able to get to and running fairly quickly. It sounds like a fun project so please do let us know how you get on.
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by Dani
What about using something like [IFTTT](https://ifttt.com/)?
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by trcooke
Oh yes IFTTT definitely a good shout. I've had some success with it in the past. When our son was a baby we had real trouble keeping his room warm in the winter because the upstairs thermostat was out in the hall which was nice and toasty from all the heat of the house rising to meet it, while his bedroom with the door closed was cold. I …
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by Dani
I assume your son is no longer a baby, but nowadays you can get Nest temperature sensors to put in different areas of your home. You can officially tell Nest to control the HVAC based on the temperature of the family room during the day and the temperature of the bedroom at night, for example.
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by trcooke
Indeed not. He's 7 now. Yes you can get those free standing mounts, but I don't have any. My thermostats are wired into the wall. It'd be cool if you could just pop them off the wall and stick them on a stand anywhere you like, but alas you cannot.
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by Dani
Huh? I'm referring to [these](https://www.amazon.com/Google-Nest-Temperature-Sensor-Pack/dp/B0D5J7G9J2/ref=asc_df_B0D5J7G9J2?mcid=eae5a49f4a903a8db2d8e80887222083&hvocijid=7880327826579386076-B0D5J7G9J2-&hvexpln=73&tag=hyprod-20&linkCode=df0&hvadid=721245378154&hvpos=&hvnetw=g&hvrand=7880327826579386076&hvpone=&…
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by trcooke
Oh I have not seen those before... interesting. I was thinking of this 
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by trcooke
Apparently not available in the UK. Although Amazon UK are selling them and there are lots of angry reviews left.
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by Dani
How can you bear to live in such an uncivilized country?!
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Days Ago
by Dani
P.S. Here in the US, our Nests are directly connected to the HVAC system hardwired in the wall, so they aren’t movable at all.
I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Week Ago
by gowtham_6
DDNS is configured correctly and the hostname works locally, but I can’t access it from outside my network. Remote management is enabled and set to port 80. Any idea what I might be missing?
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Week Ago
by trcooke
You're a little thin on details about "my network" but for the purposes of this discussion I'm going to assume you are talking about a typical home network comprising of a Router and a bunch of devices connected to it. Let's think about the network route required to get from one computer on your network to another, and this is what I …
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Week Ago
by rproffitt
Many if not most ISPs block port 80. More at https://www.google.com/search?&q=port+80+inbound+blocked+by+ISP This has been my finding for over a decade.
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Week Ago
by Dani
My experience is that AT&T fiber for residential use does allow servers and does not block ports. I used to have Verizon FiOS which, also, did not block ports, but that was a business account and so under different rules. Spectrum and Optimum Online business accounts also didn’t block, but I paid an extra $10/month for a static IP back then as …
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Week Ago
by trcooke
Did any of our suggestions help you?
Why am I getting a 401 Unauthorized error when calling the Management API?
Programming
Web Development
3 Weeks Ago
by Marcus_8
Hi everyone, I'm getting a 401 Unauthorized error when trying to call the Management API from my web app. I've already checked my token, headers, and API endpoint, but nothing seems to work. However, I’m still confused and can’t figure out where exactly I’m going wrong. I feel like the solution might be in that blog, but I can’t pinpoint what…
Can I Use AI to Build a Block Management Website for Ilford Clients?
Programming
Web Development
2 Weeks Ago
by kearawill
Hey developers 👋 I’m working on a new project for a client — a estate agency Ilford, and I’m wondering how much of this could be streamlined or even built with AI tools? The site needs standard features like: Property listings Service request forms (for tenants) Payment gateway Backend for property managers to update info …
Innovative backlink strategies for local SEO in competitive niches?
Digital Media
Digital Marketing
3 Weeks Ago
by asadalig
As of now, I manage the SEO for Imperial Worktops, a leading interior design and home renovation firm in the United Kingdom. I’m currently working on obtaining backlinks that provide tangible SEO benefits, particularly concerning local phrases in an enteral area. I’ve already done the basics: business directories, guest blogging, citations, …
Hi everyone, I'm ShikhaKedia
Community Center
Say Hello!
2 Weeks Ago
by ShikhaKedia
Hello everyone! I’m Shikha Kedia Bharadwaj, an Entrepreneur, Digital Growth Consultant, and founder of BitQuest in Kuala Lumpur. I am an experienced digital marketer with over 11 years of work experience in digital marketing (SEO, SEM, SMM, event marketing, etc.), supporting and helping brands to grow successfully through smart digital strategies.…
Re: Seeking Help for Creating a Circle Generator Tool
Programming
Game Development
2 Weeks Ago
by b_985
I’m using a Dell Latitude 3540 laptop and I’m a gamer who enjoys playing a variety of games. Recently, while playing Minecraft, I used several websites for building guidance. One of the tools I relied on was the Minecraft Circle Generator for creating accurate circles and shapes. However, I’ve run into an issue — the website isn’t opening at all…
Re: How do you do keyword research for SEO?
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by bijutoha
I’m using **Ahrefs**, **SEMrush**, though these are premium tools. On the free side, I rely on **Google SERP** to research topics and find keywords. There are several valuable methods for keyword research using Google, such as: * Exploring auto-suggestions to uncover **LSI** (Latent Semantic Indexing) and **long-tail** keywords * Checking …
Re: Error when sign in with Google
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
Thanks for the heads up! I’m able to reproduce it and I’ll look into it shortly. I’m currently still in bed.
Re: When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
2 Weeks Ago
by Dani
> Giving you some reputation so you won’t get flagged by the spam bot anymore Oops! I tried, but I’m in bed feeling unwell today (one of my bad days, I’m afraid) and didn’t realize this was posted in the off-topic lounge, which doesn’t award reputation.
Re: Hello, I'm Tim Cooke
Community Center
Say Hello!
3 Weeks Ago
by John_165
Welcome aboard! I’m also a member of CodeRanch.
Re: Hi everyone, I'm lilykaer
Community Center
Say Hello!
3 Weeks Ago
by Dani
Hello! Sorry I’m late to welcoming you. :) What have been your impressions of DaniWeb so far?
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