5,436 Posted Topics
Re: Put them up on Imgur.com then share a link to the image. Don't like imgur.com? Use another site. If the images are too big, resize them to say 1080p size. | |
Re: Are you asking for a list of HTML Elements? Too many for me to type here so read https://www.w3schools.com/tags/default.asp | |
Re: You'll need to define best here. Do you need CMM Level 5 (read https://en.wikipedia.org/wiki/Capability_Maturity_Model ) or is cost or time at issue? | |
Re: So you think Minority Report is the future or marketing? | |
Re: The first hit on that was Talkini (see google.) After that what you described is not unlike $ex chat services which is a tar pit of offerings. | |
Re: Where's the "Reusable Code Snippet"? When you use this category you supply the code. | |
Re: That's something you would put into your code. Handle the loss of connection and if need be save the information locally to be uploaded later. Maybe you think this is for the form or tool to do? Then code your form or tool to do this. There are a lot … | |
Re: Welcome. I wonder if you know Bengaluru, Karnataka, India? | |
Re: Since VB6 is ancient and I don't have it up and running I'll share how I do this in just about every coding system. 1. Add the usual ONCHANGE event responder. 2. In the onchange event responder, change to the selected item as you wish. Maybe you are asking for … | |
Re: Line 5 has a small error. Try System.out.println(srv); | |
Re: Can you write how this is unique? Why I ask is it seems to be a common offering as I read https://stripe.com/partners/apps-and-extensions/form-building I can't find at your site information about cost, overhead, privacy, security statements and where this is hosted as well how to backup and restore what would be … | |
Re: I'm guessing you meant this example and scroller at https://www.jque.re/plugins/scrollbars-onscroll/jscroller/index.html In example 4 there, the scroll bars do hide when the mouse is not on the image. | |
Re: Example follows of how to get the ALGARRABO but in this case fruit. <!DOCTYPE html> <html> <body> <form> Select your favorite fruit: <select id="mySelect"> <option value="apple">Apple</option> <option value="orange">Orange</option> <option value="pineapple">Pineapple</option> <option value="banana">Banana</option> </select> </form> <p>Click the button to return the value of the selected fruit.</p> <button type="button" onclick="myFunction()">Try it</button> <p … | |
Re: You should share that code from line 1 to at least 3. | |
Re: Try to avoid cross posting. https://www.codeproject.com/Questions/5293944/Asp-net-submenu-not-tapping-using-touchscreen https://www.google.com/search?client=opera&q=Telerik+ASP.NET+Core+Grid+-+Double+tap+event+on+row seems to find priors here. | |
Re: For this one I'd use a good solution like https://rosettacode.org/wiki/Tic-tac-toe#JavaScript | |
Re: The chat username would rarely if ever exist as a Windows environment variable. Given so little of your chat app's code to read, Carnac the Magnificent might say the answer is in the rest of the code. | |
Re: The same discussion? https://forums.anandtech.com/threads/exporting-a-single-registry-entry.1351174/ My answer is the same. Export, edit as you desire. | |
Re: As this is homework, be sure to show your work as noted in the rules. - Do provide evidence of having done some work yourself if posting questions from school or work assignments | |
Re: I'm going to remind you there are already thousands of discussions about such conversions. So anything I'll write will be a duplicate. Did you try https://github.com/uxmal/pytocs ? | |
Re: I see line 28 calls out lazy so are you reporting it doesn't work? I won't breach into a discussion about what is lazy loading here but maybe you forget to tell the browser when to load the image. If so, read https://css-tricks.com/the-complete-guide-to-lazy-loading-images/ | |
Re: A CSV file as noted on the web (example at https://www.howtogeek.com/348960/what-is-a-csv-file-and-how-do-i-open-it/ ) does not host images. As such, you can't extract and save images. Maybe you are thinking about URL image links but you only asked about CSV files. | |
Re: I don't see your code but the good news is Tic-Tac-Toe has 65 solutions at https://rosettacode.org/wiki/Tic-tac-toe Maybe you can see if there's a nice algorithm there. | |
Re: Looks like it's been done as well as PVP at https://github.com/henshmi/Classic-Pool-Game I see they gave a list of credits that includes possible learning sources for you: "Credits: * Building JavaScript Games by Arjan Egges (Apress, 2014): https://github.com/apress/building-javascript-games * LAB.js : https://github.com/getify/LABjs * Music : Bossa Antigua Kevin MacLeod (incompetech.com) Licensed … | |
Re: While I would ask if you know basic concepts such as what a variables and data structures are (there's a lot more to that), most folk start with online tutorials. Many are free. For reasons we don't host such tutorials here. Here's a start for you: https://www.codecademy.com/learn/learn-java | |
Re: Video marketing has been around since the 1950's. I would be guessing if you meant something else. Also, are you affiliated with MKE Drones in Milwaukee, Wisconsin? | |
Re: Which line do you feel is failing? I'd print the result out as noted at https://www.w3schools.com/php/func_mysqli_num_rows.asp to see what is going on. It could be correct behavior if there is more than one match in the database. Beyond that this code appears to store passwords in a database (never do … | |
Re: From memory you set the background color instead of the forecolor. I'm on my machine without VB.net so I won't check this out for quite some time. | |
Re: Time to load up the Vb6.0 (I suggest getting it up to SP6 too) and run the code to see what line is breaking now. You have the error but you need the line of code and what variables to examine in the old Vb6.0 IDE to really nail it … | |
Re: This is either a homework or workplace assignment. For homework, tell us where you are stuck in your design or code. For workplace assignments supply a full RFQ along with the pay for the work. | |
| |
Re: Note: Similar/same at https://community.acer.com/en/discussion/629753/gateway-p-6822-finding-correct-bios-upgrade This looks to be some Core2Duo laptop and I have CLEAN INSTALLED W10 on such before. But this is old enough to have issues with cooling which is what I find to be the main cause of a BSOD after memory and then other issues. Your … | |
Re: You may be overthinking this. A simple solution would be to make an array with the usual 1 to N values (N being your max song count.) The array is shuffled and you play them one by one. This meets what I read from you as the random criteria without … | |
Re: Tell the forum more about the issue. At first glance the code is OK. But since success depends on many factors you may have to debug a failed insert. | |
Re: I worry here that much code has been left unshared. Read https://forums.asp.net/t/2013649.aspx?Student+is+a+namespace+but+is+used+like+a+type+ for an example of what to look for. | |
Re: 1. Nod to https://www.w3schools.com/tags/att_script_type.asp first. 2. Why are lines 3 and 9 identical? Should be (after you correct your code) just one instance. 3. Back to item 1, when we use <script type= we usually see the script code there. Example at https://www.w3schools.com/tags/att_script_src.asp Or for line 3 it might actually … | |
Re: Your request needs refinement. If this is homework or assignment, share the assignment along with your attempt so far. Also, tell what language as it may be important in the design. https://www.w3schools.com/js/js_arrays.asp would be a primer or tutorial for Javascript arrays. | |
![]() | Re: Tell me more about this printing requirement. Also, why is there tags about c here? |
Re: The bigger question. Do you have this information on backups so a failure on your PC or Google doesn't lock you out of websites you use? That would be your first concern IMO. | |
Re: I gotta ask this. If you can't walk, what are you doing? Crawling, running or frozen in place? | |
Re: This one had me ponder a while on how to debug but then I read the code again and can you explain lines 81 to 83? Up to this point you had added to total_days_passed but here, you didn't and those lines look like either a gaffe or well, tell … | |
Re: I'll skip reading over 100 lines and noted this from the past. Read https://www.daniweb.com/programming/software-development/threads/66698/exit-a-tkinter-gui-program | |
Re: I see priors about that with this search: https://www.google.com/search?&q=run+java+app+in+web+browser Since the exact answer varies with your code complexity, I pause here. | |
Re: I see tr (table row), th, (table header) but no td (table data.) Also in your graphic example of items a, b and c, it's unclear what is data, what is the header. But since you only used th (table header) I suspect the result to be one row which … | |
Re: Here's an example: https://gist.github.com/rollcabbage/08c821acc52d7e8738d3 | |
Re: https://www.daniweb.com/programming/web-development/threads/188502/insert-into-multiple-tables-based-on-checkbox looks to be similar. Would be a great start. | |
Re: I am not a TK person but on line 27 you have this variable "song" but I can't tell how it's value is set which leads me to ask how that is being set. | |
Re: I looked at the API and don't see an obvious solution. But you should ask this in Etherscan forums found at https://etherscan.io/directory/News_And_Forums/Forums |
The End.