Re: How to show visa info based on country selection in a travel form? Programming Web Development by Dani … was and tagged it appropriately. Can you please provide the Javascript code as well as PHP code that is buggy so… doesn't reflect the new message, then that's a javascript issue. > What’s the best structure to manage … confused what you mean by hardcoding country-specific conditions in javascript, and yet using AJAX to have the PHP check a… How to show visa info based on country selection in a travel form? Programming Web Development by eservices … show a short message or guide link. I’m using JavaScript to detect changes in a <select> dropdown and… Re: Page Speed Issue Digital Media Digital Marketing by kearawill Yes, that can happen. WordPress sites often perform better out of the box thanks to built-in caching, optimized themes, and CDNs. Java sites (especially custom-built ones) need manual setup for things like lazy loading, minification, server response, and JS optimization. It’s not the language—it’s the setup. Use Lighthouse to target key Core Web … Re: Convert jQuery to native Javascript Programming Web Development by Dani That tool only covers a very tiny subset of jQuery functionality, so wouldn't be useful since my intent is to be able to ditch the library. I guess I'll just [be here waiting for jQuery 4](https://www.daniweb.com/programming/web-development/threads/543260/any-jquery-4-users)! Convert jQuery to native Javascript Programming Web Development by Dani I know that this is probably a hopeless question, but are there any automated scripts that would *reliably* and *automagically* convert my thousands upon thousands of lines of jQuery code into native Javascript? Re: Convert jQuery to native Javascript Programming Web Development by rproffitt [This tool or system at Github](https://github.com/sachinchoolur/jquery-to-javascript-converter) might be useful. If I were to try this, it would be on a single page to see how well it works for you. Hello, I'm Tim Cooke Community Center Say Hello! by trcooke … medical technology company in Belfast, Northern Ireland. We use Java, JavaScript, TypeScript, Python, we have used many of the related tooling… Re: Seeking Help for Creating a Circle Generator Tool Programming Game Development 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 Can Small Businesses Effectively Compete in Digital Marketing? Digital Media Digital Marketing by Dani … of technical SEO things that you can do (optimize your Javascript, site navigation and structure, etc.) to help rank in Google… Re: I looking for long term cooperation possible client. Programming Software Development by Stiven_1 Sorry, I used a code I had practiced before to sign up quickly. This code is This JavaScript code simulates a basic blockchain — like a mini version of Bitcoin — without a network or mining. It helps you understand how blocks are linked and verified. Re: Hello, I'm Tim Cooke Community Center Say Hello! by Reverend Jim Hello and welcome to Daniweb. Re: Hello, I'm Tim Cooke Community Center Say Hello! by John_165 Welcome aboard! I’m also a member of CodeRanch. Re: Hello, I'm Tim Cooke Community Center Say Hello! by Dani Hi Tim! Welcome to DaniWeb. Thank you so much for taking the time to join us over here. Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by TurisVPN A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy … Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by Liam91 A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses … Can I Use AI to Build a Block Management Website for Ilford Clients? Programming Web Development 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 … Re: Can I Use AI to Build a Block Management Website for Ilford Clients? Programming Web Development by trcooke This feels like a solved problem. Have you done any research for existing "off the shelf" property sales / real estate website solutions? I would start there as it could save you and your client a whole bunch of time and money compared to building one yourself from scratch. Re: Any jQuery 4 users? Programming Web Development by Dani … the time it was released, it sparked fundamental upgrades to JavaScript. JQuery was popular when we first started using it. Nowadays, there… are much more elegant JavaScript frameworks, and native JavaScript is often faster than jQuery. Than jQuery 3, At least. I’m excited… Re: Any jQuery 4 users? Programming Web Development by Dani jQuery is a front-end JavaScript library, its goal is to make writing your front end JavaScript easier and quicker than writing native JavaScript…. However, as it is written on top of native JavaScript, there’s nothing it… can’t do that native JavaScript ultimately cannot. It just might take a whole… Re: Any jQuery 4 users? Programming Web Development by jkon …logical events, data manipulation, and architectural events. Replacing jQuery would be relatively easy since we often use our …own extended jQuery functions, like our custom 'onClick' (which has…app). Consequently, the question of whether to remove jQuery arises with every major client-side code upgrade. … Any jQuery 4 users? Programming Web Development by Dani Just as the topic title suggests, any jQuery 4 beta users out there who could let me know what it's like? The wait for v4 gold release is killing me. Also, please don't make fun of me for being a jQuery user. DaniWeb has been built on jQuery for decades. (Okay, maybe that's not something to brag about.) Re: Any jQuery 4 users? Programming Web Development by Neil_brown001 … it works, it works! 😄 I’ve been testing out the jQuery 4 beta on a couple of legacy projects and so… system and custom builds if you only need parts of jQuery. Overall, it’s been a pretty painless upgrade as long… plugins or patterns. If DaniWeb is still going strong with jQuery, no shame in sticking with what works — especially with a… Re: Any jQuery 4 users? Programming Web Development by gediminas.bukauskas.7 Every additional JS library slows down loading of the site. I haven't used jQuery for a long time, so I would like to know: does the new jQuery have something that can't be done with the DOM API and CSS? Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Pelorus_1 By loading images and content only when necessary, lazy loading speeds up web portals. Implement JavaScript or frameworks like React with dynamic imports, and use loading="lazy" for images. Re: Need currency pound symbol before amount calculation Programming Web Development by gediminas.bukauskas.7 JS has a function for the formatting currencies. Read the 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat' article. You will find code samples there. Re: Page Speed Issue Digital Media Digital Marketing by bngwebguru ​Optimizing JavaScript performance is a key factor in improving Core Web Vitals. Efficient coding practices, minimizing render-blocking resources, and utilizing CDNs like Cloudflare or Fastly can significantly improve page speed, regardless of backend technology. ​ Re: which language do i start leaning in 2025 Programming Software Development by Dani …, you can use HTML and CSS. Want some interactivity? Add JavaScript. Want to create more complex dynamic websites? You will need… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon Hello Dani, I decided last week not to respond to your last post, but, let's be honest, I can't keep myself from responding. Your example could be valid if you take into account: What percentage of websites/web apps use SXG? Of those, what percentage of the indexed pages by Google are actually cached by Google at any given moment? Of … Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani > Is your example valid? Yes, if you stretch a fringe and long-shot possibility into an opinion. My post was based on my own use case, which is the only data that I have access to. > What percentage of websites/web apps use SXG? DaniWeb uses SXG. > Of those, what percentage of the indexed pages by Google are actually cached by… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani > If a webpage performs poorly in Lighthouse audits for metrics like LCP, Speed Index, CLS, e.t.c. those issues will also affect real Chrome users, ultimately having a negative impact on its SEO. Basically what I was saying was that I found that to not be the case with my own website. Like I said, half the time SXG makes what I see in …