Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by KomalBhatt … key ingredients. 1. First, you gotta have a catchy **subject line** that grabs attention and makes people want to open your… Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 …city with no specific destination. ``` ## A Command Line YouTube Question Answering Chatbot Now that we know how to… YouTube videos, we can create a simple command-line application for question-answering. To do so, we… list. Thanks to the' chat_history' list, the command line application will be able to answer follow-up questions. ``` … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … download Composer. In order to install Composer, need a Command Line PHP.exe file. I do not have one of these… since 2011. They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to Webspace'. They… timeline is matching). Question: how does one get the Command Line PHP.exe file needed to install Composer ? In Composer Setup… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … the root directory are directories: PHPMailer, RNHindex, etc.). IONOS tech line said that the reason for the blank white screen is… screen, like Dani pointed out, there is the error on line 18 that needs a semicolon on the end: "Comments… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 … question. ## Putting it All Together - A Command Line Chatbot To create a simple command-line chatbot, we will instantiate an empty list… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … said was that something changed in Feb 2024 (last on line submission form I received was in early Feb 2024 so… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … the root directory are directories: PHPMailer, RNHindex, etc.). IONOS tech line said that the reason for the blank white screen is… How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … recent call last): File "/opt/scripts/netbox_backups_transfer.py", line 57, in <module> file_contents = file_tar_bz2.read() AttributeError: 'TarFile… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … is the error File "/opt/scripts/netbox_backups_transfer.py", line 69, in <module> file_contents = file_tar_bz2.extractfile(file_info).read… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem I don't understand why you need to extract all the files from the compressed `tar.bz2` just to upload to a backup. Also, line 69 is now meaningless having just posted only a snippet of the code. Before the error, what was the last `logger.info` message? VB2010- why i get a different vertical size\color on RayCasting? Programming Software Development by cambalinho ….com/showthread.php?902527-VB6-raycasting-how-get-the-image-line but without success :( Re: Improve HAVING BY performance Programming Databases by Biiim … needing to wait for data over the network. My work line might be a bit different since I work on the… Re: ASUS Laptops - my experience Hardware and Software by toneewa ….microsoft.com/en-us/windows-hardware/manufacture/desktop/reagentc-command-line-options?view=windows-11), and [bootrec](https://support.microsoft.com… Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by myresellerhome … campaigns require several key features. A crisp and simple subject line is vital because it's the first thing recipients see… Re: What is ROI in influencer marketing? Digital Media Digital Marketing by rproffitt Given your posting history, you seem to put out single line questions that would be dancing around your real question or goals. I see few reply to you so why not skip all that and write what you really want to write? Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani > After code changed, not only will still not send email but screen turns blank white. That's a PHP fatal error. It could be a syntax error, or it could also be that PHPMailer is not in the location you're telling PHP to look. Do you have any way of accessing the error log? Without access to the server, perhaps through a web-based control … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani To clarify, I am suggesting: [...] //make your email body to send here $survey = "RadiantNewHorizonHomes.com General Inquiries" . "\r\n" . "\r\n" . "Name: " . $_POST['Name'] . "\r\n" . "E-mail Address: " . $_POST['Email'] . "\r\n&… Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they will be installed in the virtual python. … Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have developed a number of GUI applications in python. I found that the wxpython package was far better than tkinter. wxpython is based on wxwidgets which is essentially windows controls. Because wxwidgets are compiled for each major system, controls rendered by wxpython look like the native controls for whatever system is hosting. Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book @rproffitt I tried it with various higher numbers than 0 and it did no helped... How can this be so big problem i don't understand :/ The products with videos in them are hurting my SEO... ![Screenshot_2024-03-21_093154.png](https://static.daniweb.com/attachments/4/b8ebec361fed813b05ae54827e38e9c6.png) Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani Hello, Google Search Console is showing that vidceo is not the main content of the page, because I don't see any video on [this page](https://www.kupisi.mk/product/index.php?mainCategory=%D0%B7%D0%B0-%D0%B4%D0%BE%D0%BC%D0%B0&productName=%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D0%B7%D0%B0%D0%BB%D0%BD%D0%BE-%D0%BF%D0%B0%D0%BC%D0%B5%D1%82%D0%BD%D0… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book WOW finally solved! Thank you so much DANI !! Removing the autoplay from the `// Product Gallery Swiper1 ==` solved the problem! Thank you so much! Here is a product page with a video https://www.kupisi.mk/product/за-дома/глава-за-туш-со-филтер-за-прочистување-вода/41 Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani Glad you were able to get it working. I am seeing the product page with a video you're referring to. The video does not autoplay. Are you wanting the video to autoplay? (I don't think it should. It's a bad user experience.) Is Google not considering these pages as having video content? Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem First, let's prepare two tar files using different compression schemes for demo purposes. $ cat foo_1.txt This is file 1 $ cat foo_2.txt This is file 2 This is file two This is file too # Three tar files, two compressed and one uncompressed for reference $ tar -j -c -f foo.tar.bz2 foo_1.txt foo_2.txt… Converting PDF Image to CSV Using Multimodal Google Gemini Pro Programming Computer Science by usmanmalik57 … ``` lines = full_response.strip().split('\n') def process_line(line): special_patterns = re.compile(r'\d+,\d+\s[€%]') temp_replacement…currency_matches = special_patterns.findall(line) for match in currency_matches: line = line.replace(match, temp_replacement, 1) parts = line.split(',') for i… PDF Image Table Extractor Web App with Google Gemini Pro and Streamlit Programming Computer Science by usmanmalik57 …currency symbols and the decimal separators. ``` def process_line(line): lines = full_response.strip().split('\n') special_patterns = re…currency_matches = special_patterns.findall(line) for match in currency_matches: line = line.replace(match, temp_replacement, 1) parts = line.split(',') for i, … VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho …& vbTab & VertDist & vbTab & "vertical line" End If WallDistance = WallDistance * Cos(Player.Radians) RayHeight = … Sub output: 35,4424985851603 Draw Horizontal 4548,40096311184 vertical line the Horizontal intersection works fine.. but why the Vertical… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho finally i found the problem is on these line: HorizDist = Sqr(((HorizX - Player.PosX) * (HorizX - Player.PosX)) + ((… the width screen... is for get the height of vertical line A.ForeColor vbBlue A.DrawLine 475 + 50, 200 / … drawed like you see i get the Height vertical line... but theres a problem, because the 200 is … Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … for one thing. No emails are being received. Last on line submission form I received was on 2/6/2024. No… all, just nothing sends at all. I tested multiple on line submission forms on several websites. Same thing, nothing is sending… fix everything before is the same on all the on-line submission pages. It appears to be an issue with PHP… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by rproffitt For VertDist I would set a break on line 104 so I could examine the values in line 103. Also, could be a localization issue that the comma is used for the decimal point and the integer of the results might be 35 and 4548.