'30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. … of any size or industry. There will be flexible no-code interfaces that allow anyone to build agents tailored to their… This is me venting Community Center Meta DaniWeb by Dani … the current landscape of tech and programming forums, Dream.in.Code went out of business. DevShed went out of business. Cre8asite… recent health challenges). I've made, on average, 700-1000 code check-ins annually for the past ten years. *Of course… Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … ado. ## Importing and Installing Required Libraries Before diving into the code, let's set up our environment with the necessary libraries… Re: How is Website Framework detected Programming Web Development by Dani …'s just a matter of looking at the HTML source code for a webpage and seeing if you can find javascript… Re: sequential file save read option button Programming Software Development by rproffitt … project. Few others can so by not posting the relevant code in the clear with your assessment, you see the issue… Re: sequential file save read option button Programming Software Development by rproffitt …. ZIP file? Too dangerous today. You could have posted the code snippet along with what lines you think the problem is… Re: This is me venting Community Center Meta DaniWeb by Reverend Jim It's hard for me to imagine that all of the pleasure I've gotten out of Daniweb, the challenges, the insights, the friendships since I joined in 2010, are all dependent on the largesse of just one very talented person. I, for one, appreciate all you have done, particularly considering your current health issues. If you feel unappreciated then … Re: This is me venting Community Center Meta DaniWeb by Reverend Jim Also, in non-computing over the years I have heard comments like "if only I hadn't stopped for coffee I would have missed that accident, or several other variations. The thing is you never know what would have happened if you had made different decisions. Certainly making a different decision may have resulted in things being better. Or they … Re: This is me venting Community Center Meta DaniWeb by jkon Dani , yes I also believe that you are responsible for the decline of DaniWeb .... BUUUT that was many years ago. We all foreseen the decline of "forums" back in early 2010's , there were many alternatives of what to do , and I strongly believe that you choose the wrong one. I will not repeat what you did or what you could be done … Re: This is me venting Community Center Meta DaniWeb by Dani > what was missing was a programming hub of news / forum / interviews I have always been a strong proponent of having editorial (news, tutorials, interviews, etc.) complement the user-generated forum discussions. In the past, well over 50% of our gross revenue from advertising went straight into paying for staff writers. IMHO we used to have … 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 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. How NOT to do business online Digital Media Digital Marketing by Reverend Jim … woud have to install a QR code reader on my phone, scan the given QR code, then install an app on my… on my first order. They emailed me the discount code. Entering the code on the purchase page did apply the discount. The… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen…or //'d. The 'includes' directory name from Biiim's code was changed to PHPMailer and is in the web root…4, such as RNHindex, directory for RadiantNewHorizonHomes.com where the code block shown below is stored: e.g. in the … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen…or //'d. The 'includes' directory name from Biiim's code was changed to PHPMailer and is in the web root…4, such as RNHindex, directory for RadiantNewHorizonHomes.com where the code block shown below is stored: e.g. in the … ABC for Github-programs and Python Programming Software Development by Audun …, sometimes just scripts, and sometimes just modules or snippets of code. How to put a general framework together would be awesome… I can put in a website? Some sort of template code that you can shimmy into HTML ? Thanks Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani … (I passed it through a JS beautifier to format the code): var MoonCartCarousel = function() { var handleMainSwiper = function() …What we need to do is figure out which code block has to do with the specific product …simply need to adjust this section of the HTML code to look like this instead: var swiper2 =… Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 …within them; I didn't make an order in your code;just found some places and changed it; if you …make it more readable;do it yourselve; here is working code;caveman goes to left and right and it changes a… bad.but I hope you will understand;here is a code: //move the sprite if(KEY_DOWN(VK_RIGHT)) { cavemanRight.movex = +5; … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim In your code where you write `mail($to,$subject,$message,$headers);` if you … over it and more advanced email options - I copied the code I used at that time and hopefully removed all the… Re: Read file properties of video files in C++ Programming Software Development by Thomasio …. It's open source, meaning one could look into the code and try to figure out the relevant commands but we… all know figuring out what someone elses code does takes far longer than developping the same thing from… 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 … glance, I see that on lines 11-18 in the code you posted above, you don't have a semi-colon… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by rproffitt This is not an offer of edits or support. slideDelay at https://www.lightgalleryjs.com/docs/settings/ looks like something I'd look to add or change. Sometimes website owners don't code so they end up a little frustrated. Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book … `slideDelay` is already set to 0. I uploaded the full code from the file `lightgallery.min.js` here is the pastebin… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Re: Biiim's post, the coding you suggest to get error messages looks like something good to try and the PHP Mailer stuff looks the same as the generic code I got from Ionos. It sounds like all these methods are appearing favorable for solving the problem. This kind of troubleshooting can be very frustrating so thanks for your help. Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim ….com/PHPMailer/PHPMailer) click on the green button that says code and click download zip, extract it and put that directory… Read file properties of video files in C++ Programming Software Development by Thomasio I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++. I should be able to figure out how to read the file type and size, but I'm lost in how to get details of the video like resolution and runtime. Which API commands does Windows use there? Re: Read file properties of video files in C++ Programming Software Development by pritaeas …; It's open source, meaning one could look into the code That's the way I learn... There is no real… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … video tags but that seems is useless. here is the code i am using: P.S: `$image4` variable sometimes can contain… Re: Installing programs from Github Programming Software Development by Reverend Jim … cached in a sub-folder. As long as the source code and packages have not changed there is no need to…