264 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
353
views
LCP is 2.6s even after optimizing dynamic image (22KB size)
I'm trying to improve the Largest Contentful Paint (LCP) on one of my pages. The main LCP element is an image that is loaded dynamically via PHP.
I have already compressed the image and the final size ...
0
votes
0
answers
34
views
Saving dynamically generated form with checkboxes and conditional fields
I'm working on an Oracle APEX application (Oracle APEX 24.1.5) where I have a dynamically generated form using PL/SQL in a Dynamic Content region. The form includes various types of inputs, including ...
0
votes
0
answers
123
views
How to Efficiently Translate Static and Dynamic Text in a Flutter App?
I'm developing a Flutter app that needs to handle translations for both static text in widgets and dynamic text coming from an API. I've set up a translation provider using the translator package, but ...
1
vote
2
answers
72
views
How to Retrieve Dynamic Table Data After Button Click Using Selenium in Python?
Problem Details
I am working on a personal project to scrape dynamic data from the Small and Medium Enterprise Agency's database using Python and Selenium. The webpage displays company information in ...
0
votes
1
answer
234
views
How can I reinitialize Slick carousel after appending new content via AJAX
I’m building a light fixture e-commerce site, HamptonLightings using the Slick library to display product images in a gallery. The gallery initializes correctly on page load, but when I append new ...
1
vote
1
answer
75
views
JavaScript Script Issue for Dynamic Video Playback
I'm experiencing an issue with my JavaScript script that is supposed to manage video playback on my platform. Currently, the script works correctly for video elements already present on the page, but ...
2
votes
1
answer
6k
views
Ask in PowerApps missing: Power Automate
I have a PowerApp. In the PowerApp I go to power automate and select create new flow. I select create from blank. I add step to initialize variable and there is no dynamic content available. ...
0
votes
1
answer
235
views
Create dynamic linked service with self-hosted integration runtime as a dynamic parameter in adf
I have 5 self hosted integration runtimes like shir, shir 1,shir2,...shir5.
I want to create a linked service to a SQL MI in adf but want to dynamically pass the integration runtime values.
whats the ...
1
vote
1
answer
117
views
How to programmatically inspect and retrieve dynamic content from an Angular website using Python?
I'm trying to scrape a website built with Angular using Python, but I'm encountering issues with retrieving the dynamically generated content. When I make a direct HTTP request or view the page source,...
0
votes
1
answer
102
views
Synapse pipeline - extract year and country from a filename in a wildcard path
I have files named File 2024 US adj.csv. I have a wild card path in a copy activity which ingests all files in an ADLS location and passes the year as a wild card. I'm trying to create two new columns ...
1
vote
2
answers
312
views
Nuxt3 - How to create a single page portfolio site where posts open in a div popup (no page reload), but each project has a unique url?
I am making a portfolio website with nuxt3, tailwindcss and the Wordpress REST API.
The general layout of the portfolio website is as follows:
<body>
<div id="page-wrapper">
...
0
votes
0
answers
31
views
Issue with Dynamic Page Loading and JS for Subpages [duplicate]
I'm facing an issue with dynamically loading subpages along with JS dedicated to these subpages.
I have a main template:
<html>
<body>
<div id="menu>
<a href="/user_form&...
0
votes
1
answer
232
views
Multiple activities inside dynamic content in ADF
I have the following pipeline in ADF:
(https://stackoverflow.com/image.jpg)
I have two activities pointing to a Failure SP which has the following parameters:
It's currently set to print out an Error ...
0
votes
1
answer
1k
views
logic app - send an email v2 - dynamic content
When I add dynamic content functions into my email body, as per the diagram, they fail to appear. Can some bright person please tell me why?
Also, how do I fix this issue? Im not an html dev.
Can this ...
user avatar
user21420008
0
votes
0
answers
84
views
How can I create a Popup with complex HTML and CSS elements?
On this image, is what I coded, I want to add a modal Popup when clicked "Next".
On the modal Popup, I want to add complex HTML and css codes like this: This is what I want the modal Popup to look ...