5,436 Posted Topics
Re: I won't write much about this but the short version is that many sites won't load if you block too much. If you want to dig into why sites don't load that's going to be you doing that work, I can't write more because each site differs on what you … | |
Re: Same here. https://www.daniweb.com/articles/latest?sort=latest for me too. Everytime I look at the daniweb.com I think of Leslie Nelson when he says "[Nothing to see here, please disperse.](https://www.youtube.com/watch?v=aKnX5wci404)" | |
Re: I have to ask. What IDE are you using? I like using IDEs that have syntax checking. Example: https://www.activestate.com/products/komodo-ide/ Why do I use such things? Over the years I find myself writing in language after language and while I've written in what must be over a dozen (much more than … | |
Re: This is a very incomplete question. I'd write more but don't want to insult anyone today. | |
Re: Seems to be easy to find this one. Try https://www.goeduhub.com/5230/design-develop-implement-menu-driven-program-following-array Hope it's not homework. | |
Re: Where's the code? In vb.net if I want to get a property's value or text the code would look like (remember I can't write code for you given no code above and besides it's your app) : `valueofProperty.Text = My_Usercontrol1.Text` Remember it's English so I might have that reversed but … | |
Re: Or attach it as a file? PS. For the curious, this was a file Daniweb was sending me when I clicked on "Read" on the top bar. Guess I caught Daniweb when it was behaving oddly. | |
Re: On the plus side, 1000+ new members! Should I top post about my Lenny phone bot? I got tired of the spam calls so I looked at call attendant systems but for home use there are few less than hundreds of dollars. So I settled on [Lenny.](https://www.vice.com/en/article/d3b7na/the-story-of-lenny-the-internets-favorite-telemarketing-troll) I have the … | |
Re: At the top of the DANIWEB editor, look for </> which is third from the left. Works for me. | |
Re: Here's to a speedy recovery. COVID BA.4 and .5 have an R0 value of 18. Original COVID was about 3. You can see what's going on in the usual charts. North Korea doesn't stand a chance on this variant. | |
Re: How's your effort going as to joining their developer team? https://www.daniweb.com/programming/databases/threads/538221/how-do-you-join-the-open-source-database-community-to-contribute#post2286457 Given the troubles you have with OpenGauss, I'm not impressed at all. I'll stick with MySQL thank you. | |
Re: If you wish to sum() then sum(). See https://www.w3schools.com/sql/sql_count_avg_sum.asp I would NOT write code to iterate over the list and sum it up. | |
Re: From memory this is the area you paint in. The coordinate of the app might be at 0.0 but the border might be 7 wide so there are absolute windows coordinates, window bounding coordinates and so on. Try making the app full screen borderless and see what the spy says. | |
Re: Continuing from our last discussion, I know what I would do but it hasn't dawned on you why that would be the fastest. As such, post over in https://www.mongodb.com/community/forums/ to see what they say. | |
Re: Better than [1990's TV](https://my90stv.com/). | |
Re: Little late here but the few times we needed to range limit values we did so with encapsulation. Tutorial at https://www.w3schools.com/cpp/cpp_encapsulation.asp In the get or set we could customize the range limit or almost any effect we required. | |
Re: Or the UI is designed by the company or client that hired you to implement it. There's more to UI design than what you wrote. Can you expand your post to include other ways UI design is done? | |
Re: I have yet to see such a feature. https://kb.iu.edu/d/aews tells me it's just one more command line to securely copy in your key. | |
Re: This would be a great place to start your contributions that you asked about at https://www.daniweb.com/programming/databases/threads/538221/how-do-you-join-the-open-source-database-community-to-contribute#post2286457 Dig into the source code to learn how their code works and why this happens. | |
Re: Given the tags asp.net and C# I don't know of a quick as in ready to code solution. Now if you had PHP on the backend, there are PDF utilities to create PDFs. What have you found for asp.net so far? | |
Re: https://en.wikipedia.org/wiki/PHP gives a history of PHP and frankly it's none of the ones you noted. It appears to be a new organically grown language that wasn't intended to be a language at all. | |
Re: Which page? What editor? Daniweb hasn't implemented a "copy code" feature that you see elsewhere. | |
Re: I think I see 4 or more problems with this code. 1. Unbalanced braces. 2. No matter what happens prior to line 18, $html sets the string unconditionally to data not found. 3. I see on line 7 you building the string but line 8 negates line 7. 4. Also, … | |
Re: Some tend to be a pedant about this. For me, I'll skip past this to try to get to the person's real question. | |
Re: I have to ask. SInce https://www.google.com/search?q=How+can+we+do+guest+blogging seems to give up so many good ideas, can you share what is eluding you? | |
Re: Reading https://www.quora.com/How-can-you-determine-the-trust-score-assigned-by-search-engines-for-a-given-website for example this score does NOT appear to be linked to the browser used. Can you define "high trust score"? | |
Re: I've seen this issue for years. It's not a show stopper but for me explains why many add tags that don't belong. | |
Re: No code so this is a Design discussion. It's yours to make or the client's choice what the result should be but I can see how a SQL statement might be "ACME" and "APOGEE" which our Wile E Coyote may want to get both products as his experience has been … | |
Re: Without detailing what it does, my nod is to https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.defaultthreadcurrentculture and its example. Given it affects the current and new threads, this line of code should appear too often. Also note CurrentUICulture as it may be a good idea to implement or at least know about it. | |
Re: This is one of those I would turn to Rosetta Code. https://www.rosettacode.org/wiki/Letter_frequency has over 124 solutions in various languages. While a student would have such as an assignment, later you are IRL and want to get the app done without re-creating the wheel. | |
Re: Be sure to show your work so far then state what's stopping you. Read https://www.daniweb.com/welcome/rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments | |
Re: Or replace D7 with a Schottky diode to minimize the drop and adjust your voltage divider to cancel out more of the error introduced by the source reverse polarity protection. R2 and R3 could likely be 10X higher in value to avoid throwing off the Vin voltage. I don't know … | |
Re: Small issue here. You didn't ask a question or tell us what the error was on what line. | |
Re: Please add code for us to look at. | |
Re: Taylor Hyles wrote that in 2016: Be sure to give credit to their contribution: import java.util.*; import java.io.Console; public class FourDigit { public static void main(String[] args) { Console console = System.console(); LinkedList<Integer> stack = new LinkedList<Integer>(); int digits = 0; do { String response = console.readLine("Enter a four digit … | |
Re: What control panel? Be specific. Also a nod to https://support.hp.com/us-en/document/bpj07429 about printing a sheet at the printer along with said update. This sort of device does NOT plug and play. There are many steps to get it working on a network and some networks require steps that are not required … | |
Re: There are far too many issues with vb6 and Unicode. For example: "Visual Basic controls are not Unicode aware." Also, "Strings passed to API are converted to ANSI and vice versa" But hey, good luck with your attempt, there are prior discussions about this but no one I know will … | |
Re: Sadly, there's been a lot of opengauss spam. I've used SQL databases for decades and Oracle just once. Ever since MySQL rolled out that's what we use along with SQLite. Nobody is looking at openGauss except spammers it seems. | |
Re: In your profile is this: > One Bpo Shop is a trusted name as a Digital Marketing Agency Shouldn't you be answering this question rather than asking? Of is this agency new and to be avoided? | |
Re: As Reverend Jim asks, why C++? Today if I need to do a thing I'm off to the land of Python. | |
Re: The omission of all PC details means I'll stick with the usual fix which is a new motherboard. Example: https://forums.tomshardware.com/threads/my-pc-wont-start-until-i-remove-and-reinsert-my-ram-or-turn-off-psu-after-shutdown-then-turn-it-on.3141531/ | |
Re: I'm finding today's browser cache content like no tomorrow. To see the new content or check if a deleted item is gone I try another browser or clear the cache(s). If the content is still there and this is Daniwed, message Dani and see if she can remove it. | |
Re: My thoughts: 1. Don't create another wheel. Use prior projects like https://github.com/ip2location/ipinfodb-php 2. Consider starting with NO initial values in the database. Add them if there is a query about an IP that is not found. Otherwise the database is likely 99.999% full of entries that will never be used. | |
Re: Find the dev pages usually by google and see what they say when you ask them. | |
Re: No mention of the compiler. For Visual C++ the text file has to be in a certain folder but without knowing which compiler you use and host OS I can't see if that's the problem. | |
Re: Is this the window.open issue on iOS and a lot of browsers? | |
Re: Most likely answer: You can't rely on window.open because browsers may have different policies. Google prior discussions about this: https://www.google.com/search?client=opera&q=ios+window.open | |
Re: All that but no indication of where you are stuck or if you wanted others to write this app for you. This sounds like homework so let's hear: 1. Where are you stuck? 2. Show the relevant code section along with the error if there is one. |
The End.