Hi everyone, I'm jameswhitman
Im James Whitman, an on-demand expert with 9 years at RentALLScripts, helping entrepreneurs grow with Airbnb, car, and space rental marketplace solutions.
View ArticleI cannot seem to figure out why a dropdown isn't working on mobile
I've been racking my brain on this one for a good 30 minutes already, and I don't know why I'm just not seeing it. Instead of posting a bunch of code here, I'm going to walk you through how to...
View ArticleWhat is Web Designing? A Complete Overview
Web designing is the creative and technical process of building and designing websites that people can access through the internet. It involves planning, conceptualizing, and arranging content online...
View ArticleSet value of datetime picker
Hi DW, I have a back-end php file which is an engine for my site and a HTML file which is where the input is shown. the actual html code for the inputs is returned from the backend php file because it...
View ArticleCannot update business card
I was trying to update my business card, but when trying to complete step 2/2 I get HTTP Error 500. The URL in question is: daniweb.com/connect/profile/update/2?
View ArticleWhat do you know about control strings?
Control strings can be considered as an alternative to asymmetric encryption. Unlike solutions that use public and private secret keys, here, session cryptographic protocols are exchanged implicitly....
View ArticleLook at GA4 pageviews that match a certain criteria
I am trying to run a bit of an A/B test and would like to look at GA4 traffic that visits certain pages that meet certain criteria. Is there a way of flagging GA4 based on an id/class that appears on...
View ArticleGoogle Analytics Consent Mode
Does anyone have any experience with Google Analytics consent mode? In the HTML head, I have: gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization':...
View ArticleI have a lot of startup ideas
Hello everyone, I have a lot of startup ideas, constantly generating and researching, but due to depression, I can't seem to get back into software. I'm a former software developer and haven't been...
View ArticleHP laptop: web pages, app, everything loading slowly or not at all
This morning my hp laptop running windows 11 booted up however I had a blank screen. After restarting a few times, the desktop finally was displayed. However web pages open slowly or not at all. The...
View ArticleDelete from the same table as a subquery
I want to run a query, of course more involved, but something roughly similar to: DELETE from table WHERE id IN ( SELECT id FROM table WHERE ... ) Doing that gives me an error message that I can't...
View ArticleDaniweb Search Options
Is there any way to search Daniweb based on the title of the first post in a thread? For example, I seem to recall that we once had a thread where someone (possibly me) asked "What is the worst code...
View Article“What Are the Key Factors to Look for in a Digital Marketing Agency?”
Hi everyone, Im doing some research into what makes a digital marketing agency effective in todays online world. From SEO to social media, and from content marketing to app development what do you...
View ArticleSecure connection to MySQL?
Our MySQL servers are behind our VPN and do not have public-facing IPs. Is there any benefit to connecting to them securely over SSL? I keep reading that it's recommended, but the only thing I can...
View ArticleHow Can I Create a Long-Term SEO Strategy for a New Website in 2025?
Hi everyone, I'm currently working on a new website in a moderately competitive niche and I'm looking to build a sustainable, long-term SEO strategy that works in 2025 and beyond. I know the...
View ArticleHow do I remove the last character without breaking the string?
I try to remove the last character from a string with Japanese text and emojis using this code: <?php $text = ""; $new_text = substr($text, 0, strlen($text) - 1); echo $new_text; The output breaks...
View ArticleMy php is showing wrong results of time difference
Hi DW, I'm trying to mark attendance register which has the date for which that register is being marked for as well as the date which the register is actually marked on. For Date as well as Marked...
View ArticleDelete unused MySQL indexes
How can I identify and delete unused MySQL indexes? I have a large table that has somehow accumulated way too many indexes over the years, and I'd now like to identify and delete indexes that are no...
View Article