5,430 Posted Topics
Re: These are questions that are often answered by: 1. The company owner or those that will pay for the development. 2. The developer if they are the are product owner and must find a way to get their app made. My view is you start with a responsive web site … | |
Re: This may be too rare. That is I read the NPGSQL forum closed 3 years ago at https://groups.google.com/forum/#!forum/npgsql-help I'm sure if it wasn't specific to NPGSQL you may have heard something but why did they shutter the forum? | |
Re: To me this sounds like your PC rebooted. This is not a little problem. I find when folk label things "a little problem" they want it to be a setting or a driver. Given the details it would be a miracle that someone can give an answer to fix this … | |
Re: I have thoughts but first I read https://www.trustpilot.com/review/referhire.com and have to write if that's true you and I should never go there. Spamming, harvesting your contacts? Bad company IMO. Also "Spam which breaches GDPR laws." means, well, they are probably old school spammers. Dock? As in Dock.io? https://cryptorated.com/ico-reviews/dock-io/ kicks it … | |
Re: Hello lewashby. I don't want to upset you but there are a lot of tutorials on this now. https://www.google.com/search?q=How+to+make+youtube+videos But how about Vegas since it has an option to upload to YouTube and more? See https://www.amazon.com/VEGAS-Movie-Studio-14-Download/dp/B06X94P3K9/ | |
Yes, you've been told it's dead, gone and to move off this old beast of a system from 1998 but here you are, tasked with fixing an old legacy app so let me share that I've been there and how I got around some of the issues. These are: 1. … | |
Re: My brother uses his Apple TV for such. Works great. | |
Re: I'm just getting into Python and didn't recall any such feature so I looked at https://www.google.com/search?q=python+drop+down+menu and sure enough you need to pick out your Tk or similar library then you can do this. | |
Re: Let me share a real world example. For a software product that I designed over 18 years ago the data files were in .TAR files. Because reasons the company that uses this app had trouble making .TAR files. Python to the rescue. I crafted a small under 10 line Python … | |
Re: Your topic doesn't seem to match your post content. Also, you didn't ask a question. For the topic I've yet to see a non-threading solution. That is to do simultaneous work I had to spin up another thread or instance to achieve simultaneous work. ![]() | |
Re: The other classic is "Make it smaller." The less parts the better to reduce what parts that are suspect. This method is well known and you can find many priors by Googling "The Dead PC." | |
Re: My old method was to sort then scan for dupes. Took me a few minutes rather than write code. | |
Re: @D, how many posts/discussions do you have open on SQLIA? My answer is too many. | |
Re: Sure. The neat thing is that today there are online resources just a search away. Ever hear of google.com? I know folk are sometimes new so here's a search for you: **https://www.google.com/search?q=Free+HTML+Tutorials** | |
Re: Q. what will prepared statement detect as a userID? A. I don't see your code so I can't tell yet. Tell more, but the article was clear enough for me. That is, it doesn't allow user input to a variable to be used in the SQL statements. | |
Re: What needs checking? PEP8 coding standards? Use http://pep8online.com/ | |
Re: Wasn't this hotly debated about 4 years ago and they are going back to systemd? Also, did you want to repeat the prior debate? | |
Re: I agree. You need to explain your question. That said, "Linux" is a big topic with use being from very small embedded boards, servers, user workstations and what else. The topic is so broad that not only what Linux is being used for matters but what distro you are using … | |
Re: Tell more. We all know SEO is hit or miss so if they used your SEO and it didn't pay off, why not be upfront about your products? It would be refreshing to read a SEO that told the truth rather than "sell it, sell it hard." | |
Re: Why do you have Dubai in your profile but https://www.glassdoor.com/Overview/Working-at-FuGenX-Technologies-EI_IE649534.11,30.htm says otherwise? | |
Re: There's Amazon and I think that may be the best for prices since it's going to be what folk are looking for and you can see what others are selling the title for. Otherwise you have Ebay and sadly I see such usually for a dollar each at garage sales. | |
Re: In your intro post you wrote "I am Bivhab Sarker. I am a student and SEO expert." As such, it's best you share what you know with us. | |
Re: Welcome to the forum. Your post however needs work. You left out what language you were working in. Don't count on everyone thinking "it's SQL" or maybe you need the result to show on a web site. Read the next link then update your post with your missing detail and … | |
Re: This sounds like other than a programming question. That is, you are seeking a solution rather than help in coding. Maybe this should be turned into a RFQ (request for quote) or something you put out for hire? | |
Re: Can you try again and avoid the spammy link to a product I didn't find our iOS developer remotely interested in? | |
Re: When I develop an algorithm I do so manually then write done how I got from the beginning to the end. You have your work ahead of you unless you meant to post this as a for-hire piece of work. Once I sketched out the algorithm then I start thinking … | |
Re: Actually the start is the concept. Then the team building. Such an app is on phones, PCs, smart TVs and what else today? This means that for you to get such a system up today your team would be quite diverse plus a legal team and a content wrangling team. … | |
Re: If you are not convinced then it's clear it is not worth it to you. Keep it simple. Don't let others sell you on this. | |
Re: Welcome back. You say you need a certificate? There are many easy to get ones out there. Examples at https://www.google.com/search?q=financial+advising+certificate+john+oliver | |
Re: From your link I read: > Return a random decimal number (no seed value - so it returns a completely random number >= 0 and <1): Then I read your question about SELECT SQL and do not get how these two SQL commands/functions are related. I certainly found nothing in … | |
Re: @ddanbe, you may want to keep in mind there is yet another big change on its way. Read https://www.daniweb.com/community-center/daniweb-community-feedback/threads/516316/biggest-daniweb-pain-points/3#post2242308 where Dazah and Daniweb merge. While I can't fathom why "thermalprint" is in the forum menus or why C# is now missing, the upcoming changes appear to again move further away … | |
Re: The common fix or reply about this with a google search seems to be "wrap your class in code to check for the function/class." So the entire Class MysqlConnect is wrapped like this: if (class_exists('MysqlConnect') != true) { class MysqlConnect { ... } } ` | |
Re: You seem to want to debate the various app store rules. I think you can do that but won't make any progress. Too bad you didn't make the app dynamic in the image retrieval. Ad supported apps don't put the brand logos in your app. So if you had put … | |
Re: This looks like a duplicate post to me. If you can, clean it up. | |
Re: The first step is to share how you do this now. Then automate that in VB.net. | |
Re: This seems to be exactly what the tutorial at https://reactjs.org/docs/rendering-elements.html writes about. | |
Re: The thing is, there are many priors to this problem. https://www.cnet.com/forums/discussions/browser-does-not-currently-recognize-any-of-video-formats/ The real problem is "What is this time?" What I'm running into are folk upset that no one knows what it is on your PC this time. Even so, you may know what changed on your PC or not. … | |
Re: This is a common logic problem -> https://www.google.com/search?q=Java+true+false+confusion | |
Re: I haven't worked this area but are you sure about your permissions? Also read https://stackoverflow.com/questions/33052002/getting-phone-number-from-contacts-using-contentprovider-android which uses another way. | |
Re: If you don't want to write it yourself, why don't you try one of the 176 versions available at https://rosettacode.org/wiki/Greatest_common_divisor | |
Re: Is it "All your code?" That is, did you write it all and host it yourself? I have to ask that since every example I read such as http://plnkr.co/edit/OyGY7VVNSSAjdstr54wG?p=preview finds scripts loading from the web. So how do you check if those sources didn't change? | |
Re: I think the code is written to not "loop" and deal with more than one image. Unlike some forums there are few that will write code for you. Just to be clear on how the forum works, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question That aside I see no loops. No loops and there your … | |
| |
Re: Be aware this is an oft asked question so I won't see how it was answered before and proceed with how I might tackle this if your code fails to use a variable. Total workaround. Since we know this can report from databases, code a short passage to put the … | |
Re: Third try? https://www.daniweb.com/members/1145241/sergi-1/threads You may have exhausted what members know about. Your comment about integration is something I'm running into. That is, non-programmers want to do this. Sometimes you have to just deal with it or hire more staff. | |
Re: I'm in year eight since I changed my second home to LED. I have one failure out of 50ish lamps. About all I do is the usual dusting and remove cobwebs when we see them. Does that help? | |
Re: @Paresh. There are companies that create such. So far if you use a common off the shelf drive, I can format it using a number of tools. The drives these companies use are "special." | |
Re: First, Thunderbird has it's own forum. https://support.mozilla.org/en-US/kb/get-community-support which is fine you can ask anywhere you wish. Second, setup is no longer "simple." Read https://support.mozilla.org/en-US/questions/1201406 and if you are like most you may need a bottle of aspirin. | |
Re: I'd watch https://www.sitepoint.com/community/t/how-to-create-a-toggle-without-js/299814 too. I see other examples at https://www.google.com/search?q=create+a+toggle+without+JS but your fiddle is dead here. Odd, I really like fiddles. |
The End.