Re: Do email clients respect CSP? Programming Web Development by toneewa …. One thing that I find effective & troubling is hash file name changing with expiring timestamps. Hope this helps. Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by aishamushtaq Absolutely, I appreciate the reminder. If you're experiencing difficulties with your CRM's workflow feature, it might be beneficial to provide more details about the specific steps you've taken so far to troubleshoot the issue. That way, others in the community can offer more targeted assistance or suggest alternative solutions based on your … Re: sequential file save read option button Programming Software Development by rproffitt … their requests. You ignored how such problems are presented. ZIP file? Too dangerous today. You could have posted the code snippet… Re: sequential file save read option button Programming Software Development by SCBWV …;record." Do you mean print? Read values from a file? I would suggest instead of checking for "1"… Re: HTML Image Embedding Issue Programming Web Development by Steve_89 …your current path should work. 2. **File Extension**: Make sure the file extension of your image is correct. If …jpeg". 3. **Case Sensitivity**: Check that the file path and name are spelled correctly and that the … directory relative to your HTML file. 5. **File Permissions**: Ensure that the image file has appropriate permissions set to … Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani You have the itemtype set to a VideoObject but, as you point out, only sometimes is there actually an .mp4 file. The rest of the time, it's a static image such as a png, jpg, or jpeg. Google probably doesn't trust your meta tags since they are inaccurate half the time. HTML Image Embedding Issue Programming Web Development by khan zain …, but it's not showing up. I've checked the file path, and it seems correct. Below is the code I… Summarizing YouTube Video Transcriptions Using Distil Whisper and LLM Programming Computer Science by usmanmalik57 …) ``` Next, we will define a pipeline that takes the audio file as input, preprocess and tokenizes it into segments, and generates… sequential file save read option button Programming Software Development by arcon I think I can record but I can't read with the option button checkbox I don't know if I do the recording procedure correctly Re: sequential file save read option button Programming Software Development by rproffitt 1. With so few having VB6 now, you need to move to a current release. Help will be hard to find. 2. I can't load up your project. Few others can so by not posting the relevant code in the clear with your assessment, you see the issue? 3. VB6, while I coded very large projects long ago, "It's Dead Jim." That is, you're on a deserted … Re: sequential file save read option button Programming Software Development by arcon Sorry but you have not given a solution to the issue, because I see that here in this forum people continue to ask about vb6.0 Re: sequential file save read option button Programming Software Development by Reverend Jim Yes. People continue to ask about VB6. They shouldn't. And you likely won't see anyone answering questions about, for example, COBOL or QuickBASIC, except in a historical context. The only VB6 question that should be asked is "why are you still using it?" Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you Re: sequential file save read option button Programming Software Development by arcon thanks for everything Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …would crash (e.g. blank white screen, HTML file that would display the screen doesn't even start… e.g. error in the 1st running PHP file). Adding the semi-colon at end of line …being sent at least the screen display HTML file (2nd running file after the PHP) was. So I …new code bit by bit to the original PHP file to see where it would crash. First I … Re: Backlink Indexing issue Digital Media Digital Marketing Search Engine Strategies by Dani … not matching any rule on their website’s robots.txt file. Additionally, make sure that the page on your own website… Re: HTML Navigation Menu Alignment Issue Programming Web Development by aundigital … things to check: CSS Styling: Ensure that your styles.css file is correctly linked and that there are no errors in… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … ? So I'm seeing if in the back end PHP file, the email address in question is not anything entered by… Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Dani I'm happy to live in Silicon Valley :) Re: how to create a simple elevator simulation? Programming Software Development by trueframe To make a basic elevator simulation, first, identify the floors and the elevator's capacity. Then, use loops and conditionals in programming to mimic its movement. Include buttons for users to call the elevator and select floors. Test thoroughly for accuracy. Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book BUMP. Anyone can help with this issue ? :/ Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani I’ll take a look at this tomorrow. I’m currently in bed :) Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book But i am generating the JSON code dynamically. If there is no video than i hide the VideoObject tag with if statement. Should i just remove the `itemscope itemtype="http://schema.org/VideoObject"` Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani Yes, if the page does not contain video content, then remove `itemscope itemtype="http://schema.org/VideoObject"` I'm so sorry for not responding sooner. I just saw your post now. Re: The Application of Greedy Algorithm in Computer Monitoring Software Hardware and Software by Dani > Maybe the tag system changed but in the past I could create a new tag if there wasn't one. Only non-newbie members can do that. Please visit our [tagging guidelines](https://www.daniweb.com/welcome/tagging). Re: Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by Harini sri Hi, Thank you so much for the above code. Its giving better results compared to other libraries. I have few questions. In some tables, I have common column name for three columns and further I have sub columns like below.... in these cases the tables are not getting extracted properly...Do you have any suggestions for handling such cases? Also … Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … object from the contents of the compressed Netbox media backup file my_file_like_object = io.BytesIO(file_contents) # Upload the returned contents to the OpenStack… after running the script. Python Traceback (most recent call last): File "/opt/scripts/netbox_backups_transfer.py", line 57, in <… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 ….name}. Skip it") continue # Create a file-like object from the contents... file_like_object = io.BytesIO(file_contents) # Upload the returned contents to…