'30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. **Alexander De Ridder, AI visionary and CTO of SmythOS, discusses the transformative power of specialized AI systems and the future of human-AI collaboration.** ![header-agi-talks-adr.jpg](https://static.daniweb.com/attachments/4/cf1ab716c18354710010dabb4e9e2a9a.jpg) In the newest interview of our AGI Talks series, **Alexander De Ridder** … How NOT to do business online Digital Media Digital Marketing by Reverend Jim I went to a site that sells wood veneer slat paneling. They make a nice range of products and seem reputable. However, on completing my order I found that my payment options were limited to * shoppay * paypal * gpay I have never seen a legitimate site that would not let me pay by credit card. There was a chat option and when I clicked on … 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 NOT to do business online Digital Media Digital Marketing by rproffitt Someone wanted me to pay with Venmo which I also have never used. Sorry, but I don't want to add more apps today. Re: How NOT to do business online Digital Media Digital Marketing by Dani Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. And judging by [their range of products](https://www.thewoodveneerhub.ca/) they aren't a small company. In any case, after pricing out what we wanted ($800+) and failing to get an alternate payment option we decided to invest in a … Re: How NOT to do business online Digital Media Digital Marketing by Dani > I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. According to their about us page, it’s a family owned business run by a guy named Lawrence who has been in the industry since the 1970s but just started his own business in the 2000s. Which fits the profile I had laid out. (Eg … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim Fair enough. Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by jkon Of course I agree with toneewa and pritaeas but because it is an intresting topic I thought to share some thoughts to it. Given the fact that I load jQuery (in one minified file that contains also every JavaScript that this part of the app requires) I load it dynamically after DOMContentLoaded or onLoad in older browsers. e.g.: var … DomContentLoaded vs jQuery Ready fn Programming Web Development by Dani I think that I understand the difference between: document.addEventListener('DOMContentLoaded', callback_fn); and: window.addEventListener('load', (event) => { ... }); However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn? Re: How can I resolve the 'SSL_ERROR_NO_CYPHER_OVERLAP' error in Firefox? Programming Web Development by sankut If you're encountering the 'SSL_ERROR_NO_CYPHER_OVERLAP' error in Firefox, it indicates a failure to establish a secure connection due to an encryption algorithm mismatch between the browser and the server. Here are steps to resolve the issue: Update Firefox: Ensure your browser is updated to the latest version, as newer versions often include … Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by toneewa jQuery's ready() works asynchronously, even if the DOM is already ready, which keeps your code running consistently. jQuery simulates the non-existent DOMContentLoaded event on obsolete browsers like Internet Explorer, using deferred execution, that fires later than the real event in other browsers, making sure it doesn't run too early. … Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by pritaeas > However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn? No difference really, although some sources state that the ready function might fire "a little" later (because it is wrapper code). window Hardware and Software Microsoft Windows by Anshikas window vista window 7 Hardware and Software Microsoft Windows by rakesh dubey window 7 window 7 flash a black screen Hardware and Software Microsoft Windows by Gilbert_2 window 7 work very good at start the only problem i encounter when i have some page saved on th tool bars then click again to appear a black screen appear for 5 seconds before i can log on the page.worst with skype about 20 seconds. window 10 is good or not? Hardware and Software Microsoft Windows by SAMMY12345 window 10 is good OR NOT javascript window.print method not working in ie? Programming Web Development by sri. window.print method not working in ie browser **mycode:** <html> <head> <title>main</title> </head> <body> <h1>Pop & print</h1> <button onclick="pop();">Pop</button> <script type="text/… Re: What package is the window.getSize() ? Programming Software Development by JamesCherrill window is a variable. From the context I guess its a top-level Swing component (JFrame, JDialog, JApplet...) getSize() is a method that's available for all Swing components. Top-level components inherit it from java.awt.Component. Others inherit it from javax.swing.JComponent. ps *window.setLocationRelativeTo(null); * does the same thing as that … Re: open image in a window-size problem Programming Web Development by almostbob window.open will not work in the majority of users browser, they will not turn off the popup blocker for your potentially malicious site use a layer in the existing page to give the appearance of a new window without being blocked Re: Make An Asp Popup Window--help Me About This... Programming Web Development by alpha_foobar window.open("Sample.htm","title", "height=200,width=400,status=yes,toolbar=no") Re: what is the differnece between jwindow and window Programming Software Development by Ezzaral Window is an AWT class you probably won't need and JWindow is a Swing class that you probably won't need :) Ok, seriously, here's some info on window differences. [url]http://mindprod.com/jgloss/windowdifferences.html[/url] If you are using Swing for a GUI, you will probably only need to use JFrame and JDialog for your top-level window … Re: Detect browser window closing event in Firefox - Programming Web Development by govind11 window event srcelement in firefox hw we use this ??? Re: Reading Listbox values of other window Programming Software Development by codecodile window means other app. I am trying to copy listbox values, say, from app2 to my app1. any help? Re: Opening a JSP in a new window? Programming Web Development by ahilan_23 window.location=".jsp" target="" Browser Resize not working Programming Web Development by UK-1991 $(window).resize(function() { var y = screen.width; if ( y >= 767){ $(window).scroll(function(){ var x = $(this).scrollTop(), transY = (x * 0.3), scale = 1 + (x * 0.00003), transform = 'translateY('+transY+'px) scale('+scale+') translate3d(0,0,0)'; $('#banner .col-sm-6 img').css({ … computer freeze up Hardware and Software Microsoft Windows by spirit7 window 98sec freeze up on about anything i do on my web server,media player takes about 2 min and its froze up haft to restart.all the time.search the net it will freeze up to but not as bad have a S2390B Trinity KT-A MOTHER BOARD 1.2 G PROSESSOR 15gb hard drive mem three banks 252,252,512mb. any body have any idea how to correct this passing more than one values to php file Programming Web Development by mohammed2raja window.location.href = "updateReg.php?idValue=" + idValue; in the above code, I pass just one value "idValue", can i Pass more than one value like this? VGA driver Hardware and Software Microsoft Windows by johnpatrick0102 window xp not install VGA driver of Murcury Mother boards.. ____________ [url=http://www.essayservices.co.uk] University Essay [/url] [url=http://www.essayservices.co.uk] Write Essay [/url] [url=http://www.essayservices.co.uk] Write Essays [/url] [url=http://www.essayservices.co.uk] Writing Essays [/url] [url=http://businessguidelinkz.… Why this happen in vb.net user control use in form Programming Software Development by PinkalPatel Window Application UserControl Contain two combobox and Gridview Control . When i add this control to my form and change the value of combobox selected item then the value not get into the form But when i debug the code and reevaluate (Quick Watch it) then i get the value of combobox.selecteditem My Code is given below : User Control …