Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by scope_2 Lazy loading enhances web portal speed by loading images, videos, or components only when needed. Add loading="lazy" to <img> and <iframe> tags for simple use. For advanced control, use libraries like Lozad.js or lazysizes. In frameworks like React, use React.lazy() and <Suspense>. Avoid lazy loading above-the-fold … Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 … and runs the .exe themselves. Or, you create a special browser plugin or extension (which is complex and often not supported… Re: Cannot run exe from asp.net Programming Web Development by lennyli … is maybe to demonstrate that i can use my web browser to connect to the webpage http://192.168.0.2… Re: The Impact of User Research on UX Design Digital Media UI / UX Design by john_111 I once visited a website where there were 20 rows, each composed of 20 identical small white squares (about the size of this --> HH ), with a tiny arrow in the bottom quarter corner to indicate they were links. But no text anywhere. Can you imagine how hard it would be to remember which button took you to which page, several days later? This… Re: The Impact of User Research on UX Design Digital Media UI / UX Design by Reverend Jim Read The Essentials of User Interface Design by Alan Cooper. Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon > It was a typo I noticed immediately, but I couldn't edit the comment (which could be a useful feature). > You should be able to click the little edit button for up to 10 or 15 minutes (I forget which) after posting in order to correct typos. We don't allow you to edit your post after that because we've run into problems in the past… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani Ah, yes, I thought you were talking about posts themselves. Post comments can no longer be edited. (Too many people were replying to post comments and then the person would change their vote and remove the comment.) Comments are mostly meant to be short things like "I agree with that!" or that type of thing. Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Reverend Jim >Comments are mostly meant to be short things like "I agree with that!" or that type of thing. A reminder to all - use the comment tool to give kudos instead of reviving a multi-year old thread by adding a new post. Using the comment tool not only saves us from wading through old threads, it also gives points the the person who … What’s the Biggest Web Design Mistake You’ve Made? Programming Web Development by Ecommercewebdes Let’s learn from each other’s fails! What’s a mistake you made in your early days of web design—and what did it teach you? 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: What’s the Biggest Web Design Mistake You’ve Made? Programming Web Development by Dani Usability trumps aesthetics. Always use a large, readable font size with a high contrast between the font and the background. Re: How do I establish an open connection to an open web browser in C#? Programming Software Development by xivlauncher You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol. Re: How do I establish an open connection to an open web browser in C#? Programming Software Development by pathofbuilding To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.… Editor crashes browser Community Center Meta DaniWeb by Dani …testing using a different browser and it seems ok with Tor browser, the crashing happens on Chrome browser on my Android … does give issues, I saw while I was developing a browser extension, Firefox is always the best. > >…? * What version of Android? * Are you using any browser plug-ins? And, perhaps the most important question, is to… Escape in-app browser? Programming Web Development by alexxx1 … is to make it open on my phone's (default) browser, safari or whatever that may be. By default, all bio… links open in the app's browser. But I saw it from a few influencers that use… doesn't open in the app's browser, but in a new tab on my browser. Is anyone familiar with that? Would… Re: Editor crashes browser Community Center Meta DaniWeb by Mr.M NB: I've typed all these reply messages successfully using the same Chrome browser that is crashing. Re: Editor crashes browser Community Center Meta DaniWeb by Mr.M Hi Dani, I'm trying to reply with Chrome to test what I've noticed regarding the crash. I've attached relevant screenshots for 3 questions. I'm not using any plug-in ![Screenshot_20250313_051351_com.android.settings.jpg](https://static.daniweb.com/attachments/4/34cf3590e688c7994630462272a9cc21.jpg) ![Screenshot_20250313_051213_com.… Re: Editor crashes browser Community Center Meta DaniWeb by Mr.M What I've noticed is that it seems to be clutching with keyboard auto-correct/auto-complete. If I type a full word without pressing it from my keyboard suggestion options that shows while typing it doesn't seem to crash, but once I choose or select one auto-complete and proceed typing it freezes and crash. Re: Editor crashes browser Community Center Meta DaniWeb by pritaeas Since Android was mentioned, I tested on my Samsung Galaxy S20 and could nog get it to crash. Re: Editor crashes browser Community Center Meta DaniWeb by Salem Your chrome is 9+ months out of date. https://chromereleases.googleblog.com/2024/07/ Re: Editor crashes browser Community Center Meta DaniWeb by Dani Well don’t upgrade chrome just yet! If the problem goes away, we won’t have any way of testing if the bug is fixed. Re: Editor crashes browser Community Center Meta DaniWeb by Dani It would be very helpful if you could not upgrade Chrome for now, while we debug this, since you're currently the only known person who is experiencing the bug. Re: Editor crashes browser Community Center Meta DaniWeb by Salem @Mr.M, @Dani - you might want to delete/censor the IMEI shown in the screenshots at some point. Re: Editor crashes browser Community Center Meta DaniWeb by Dani Can you try upgrading Chrome now and see if the problem goes away? Much thanks! Re: Escape in-app browser? Programming Web Development by Dani I’m not familiar with it, but it’s not something I would do, and certainly not something I would pay for. Users expect a certain consistent behavior. For example, users expect links to look a certain way, buttons to look a certain way, new webpages to open within an app they’re using a certain way. When experiences differ from those … Re: Escape in-app browser? Programming Web Development by alexxx1 I understand your point, however this would be useful for my purpose. How can I research more sbout this function? Is it some kind of coding that can trigger this? Re: Escape in-app browser? Programming Web Development by rproffitt Maybe you need to use the target attribute on that link. Example at https://www.w3schools.com/Tags/tryit.asp?filename=tryhtml_link_target Re: Escape in-app browser? Programming Web Development by Dani rproffitt, alexxx does not have the ability to edit raw HTML within his Instagram bio. Instead, the link has to point to a URL that uses deep linking to redirect the final destination URL to open in Safari. I am not familiar enough with mobile development to know how to do this, but, yes, it does involve writing code. I also want to point out … Re: Escape in-app browser? Programming Web Development by rproffitt Sorry about that. When I replied I saw the PHP tag so my thought was you were writing code. Re: Key Tools and Tips for Efficient Web Development Programming Web Development by simplixi … fast and simple, perfect if you want something lightweight. **Debugging** * **Browser Developer Tools:** These tools are built right into browsers like…