5,436 Posted Topics

Member Avatar for Xozz

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.

Member Avatar for Dani
0
50
Member Avatar for Gronzelt
Member Avatar for Michael23++
Member Avatar for Lets Code

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

Member Avatar for rproffitt
0
48
Member Avatar for vermarahul43

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?

Member Avatar for rproffitt
0
25
Member Avatar for Neil_12
Member Avatar for crazyvonzipper

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.

Member Avatar for Dani
0
110
Member Avatar for Dave Ryan

Where's the "Reusable Code Snippet"? When you use this category you supply the code.

Member Avatar for rproffitt
-1
341
Member Avatar for Ramom

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 …

Member Avatar for rproffitt
0
22
Member Avatar for xyton
Member Avatar for Dani
0
31
Member Avatar for hidhayadhulla

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 …

Member Avatar for rproffitt
0
37
Member Avatar for s_26
Member Avatar for Renat

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 …

Member Avatar for rproffitt
0
39
Member Avatar for Sridhar_7

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.

Member Avatar for Sridhar_7
0
96
Member Avatar for r4ds

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 …

Member Avatar for rproffitt
0
92
Member Avatar for sheetalsuri
Member Avatar for questionpond

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.

Member Avatar for rproffitt
0
373
Member Avatar for Marcel_5

For this one I'd use a good solution like https://rosettacode.org/wiki/Tic-tac-toe#JavaScript

Member Avatar for rproffitt
0
89
Member Avatar for Phillip_8

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.

Member Avatar for rproffitt
0
74
Member Avatar for Chris Nicola

The same discussion? https://forums.anandtech.com/threads/exporting-a-single-registry-entry.1351174/ My answer is the same. Export, edit as you desire.

Member Avatar for Chris Nicola
0
334
Member Avatar for Shahira_1

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

Member Avatar for rproffitt
0
34
Member Avatar for david_adp

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 ?

Member Avatar for rproffitt
0
52
Member Avatar for feehoy

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/

Member Avatar for rproffitt
0
40
Member Avatar for Ridhima_1

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.

Member Avatar for rproffitt
1
56
Member Avatar for manasrathore43

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.

Member Avatar for rproffitt
1
70
Member Avatar for Mr.M

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 …

Member Avatar for andrewflintoff
0
903
Member Avatar for ANAFO

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

Member Avatar for rproffitt
0
33
Member Avatar for Drone_2

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?

Member Avatar for Dani
0
78
Member Avatar for cosmo13

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 …

Member Avatar for Biiim
0
179
Member Avatar for Luc001

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.

Member Avatar for M.Lingo
0
357
Member Avatar for Al imtaz ideal Trading Est

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 …

Member Avatar for rproffitt
0
45
Member Avatar for Muhammad_255

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.

Member Avatar for rproffitt
0
112
Member Avatar for reidenreyes78
Re: Help

Wouldn't that be as simple as one printf statement with the answer?

Member Avatar for rproffitt
0
39
Member Avatar for Chris Nicola

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 …

Member Avatar for rproffitt
1
133
Member Avatar for Pocokos

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 …

Member Avatar for Biiim
0
165
Member Avatar for Shreya_8

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.

Member Avatar for stephenlangton
0
86
Member Avatar for sanjay2012

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.

Member Avatar for tinstaafl
0
374
Member Avatar for SimonIoa

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 …

Member Avatar for rproffitt
0
807
Member Avatar for noor_19

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.

Member Avatar for rproffitt
0
31
Member Avatar for Tima_2

Tell me more about this printing requirement. Also, why is there tags about c here?

Member Avatar for rproffitt
0
38
Member Avatar for Douglas_5

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.

Member Avatar for Douglas_5
0
48
Member Avatar for Crionly

I gotta ask this. If you can't walk, what are you doing? Crawling, running or frozen in place?

Member Avatar for jamilalam
0
174
Member Avatar for clife

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 …

Member Avatar for rproffitt
0
209
Member Avatar for mangle200

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

Member Avatar for rproffitt
0
169
Member Avatar for dusoleilg1

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.

Member Avatar for rproffitt
0
28
Member Avatar for darkbox

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 …

Member Avatar for rproffitt
0
35
Member Avatar for Rusyaidi

Here's an example: https://gist.github.com/rollcabbage/08c821acc52d7e8738d3

Member Avatar for rproffitt
0
30
Member Avatar for Python_1

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.

Member Avatar for Dani
0
208
Member Avatar for mangle200

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.

Member Avatar for rproffitt
0
391
Member Avatar for Moniza_1

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

Member Avatar for rproffitt
0
44

The End.