Hello i want to calculate three parameters.
one X two X three = Y
The one is the value of a <input type="number"> the second is default the value …
i know this has been posted many many times but ive been searching everything and looking over old posts but i still cannot figure this out and why it keeps …
Hello every one.
i am trying to catch duplicate values from a data. in the picture when i want to add new record, then if the record already exists …
HI,
I am trying to do questions generation system in PHP. I need some idea form all of you, how to shuffle questions and answers from table based on standard, …
Hi guys, I'm working at a website that, among the other things, the client has requested to be multilingual. The way I envisage it to work is this: if you …
Hi, Ive been follow the tutorial in the youtube . I need to upload images to my webpage but the code seem not working. It also doesnt not appear any …
I was just wondering if anybody here on daniweb has any experience of writing twitterbots, for things like, for instance, looking through tweets for keywords and then submitting a link …
Hey guys, been a while since I've been here, but still the best source for help. Hoping you guys can help me with a checkbox/radio button scenario.
HTML...
<div style='margin-bottom:5px;'> …
Hi
How can I install and use pyinstaller under Kali linux
I appricate your help with an example
Hello.
I am trying to add new button during runtime. Here is the scenario:
when I click 'Food' button, the fields from food column in MySQL database will appear as …
Hi,
I am stuck with a problem. I have two Date objects (util class objects). I want the difference between these two dates as the number of days between them? …
Hi Dw.
I have a MS Access database that has 9 columns what I want to do is to retrieve all data from a database only on 5 columns.
I …
Hi guys,
I wonder if you can help me at all. As some of you will know I do a bit of java development here and there but unfortunately …
<!DOCTYPE html> <html> <body> <script type="text/javascript">
var images = ["strawberry.jpg", "apple.jpg", "cherry.jpg", "orange.jpg", "pear.jpg"];
var length = images.length;
var randImg1 = Math.round(Math.random() * (length - 1));
document.write('<img src="' + …
<!-- example -->
<html>
<head></head>
<body>
/* Lots of contents, header, etc.
<?php
if (isset($_GET["id"])) {
echo $anexample[$_GET["id"]]["test"];
}
?>
</body>
</html>
There would be links that would say …
I'm using selenium with firefox to load a webpage. The page uses ajax to load new content on clicking the Display More Results button.
However when I try to find …
I am trying to implement multi authentication in laravel5.2
. I am following this article
My Auth.php
<?php
return [
'multi' => array(
'user' => array(
'driver' => 'eloquent', …
I need to create about 1000 users, with random (but normal looking names not "293dsaf81s234" but "Blue Air" (can be random dictionary words)). And I need to generate topics and …
Hi, ive been working on a project which in web with php and mysql. My goal is simple user/admin can input two dates then the result of the query will …
Hi group,
I'm discovering that my Excel spreadsheets that are being created by a VB.net app I've written isn't completely closing them as they should be. I'm struggling to understand …
Hi,
I want to use global keyboard hook in Rad studio c++. So, anyone please give me the code.
I want to handle the key input with hook …
The GitHub Repo is here. This was part of a contest with someone I met on Omegle. The goal was to see who's VM could run a set of …
(short version of the story)
I'm using Kubuntu in BIOS Legacy State as this was the only way I could see USB option in Boot Menu (F12). And it was …
Hello guys,
I have a problem on using the image slider plugin called "Unslider" which is a jquery plugin.
I follow all the procedures / instructions on how to …
Hello i want to sort the returning data from my MySql database.
i want to sort them by their type (1,2,3)
This is what i ve done so far.
…hi guy!
I started learn python with pandas , but now, i get the trouble so i cant understand what i should do with this trouble
File "C:\Users\Administrator\site-packages\Ver6.py", …
I want to create a batch file in windows to do specific commands on redhat linux server
When user click on batch file
1- login to server using …
I'm setting up new install of win 10 home premium on a laptop for friend.
After setting up the initial local admin account, I created standard local account for friend …
I've tried everything, including running bootrec numerous times and I can't boot into Windows10. It started when I came home and noticed Windows was informing me I was missing my …
Hello to all! I have an order of a simple desktop pos which i will develop in java. Actually i have to develop this pos for a person who is …
Can anyone suggest how to increase traffic for the particular website using organic SEO.
How come when I make a big change to my AdWords campaign, suddenly there's a huge spike in my Google organic traffic for the next half hour or so?
My server goes off when I do a remote desktop after a few seconds of logon. I am
I passed two parameters in the URL. Now I need to retrieve the parameters log_id and dogID onto the next page to process a form.
But I can retrieve …
Greetings Professionals and Comrades.
Please indulge me with the following:
Ive been experimenting with the following and i am trying to reach a decision:
I have 2 domains:
example: …
Hello,
I´m not a professional in vb.net, but i try to make a tool for my colleague and me. I got a XMLTreeView on my form and i load …
Hi everyone,
I appreciate this may not be the best forum for such a question however this is by far my favourite forum as everyone is so friendly and helpful …
For Each ctrl As Control In Me.Controls("pnlMainPanel").Controls
If ctrl.GetType Is GetType(System.Windows.Forms.Panel) Then
For Each subCtrl As Control In ctrl.Controls
If subCtrl.GetType Is GetType(System.Windows.Forms.TextBox) Then
MsgBox(subCtrl.Text)
End If
If subCtrl.GetType Is …
What has Schrodinger got to do with the complex and paradoxical concept of quantum computing? The answer is that both Erwin and his hypothetical cat relate directly to this subatomic …
I have a straight forward form sprinkled with a bit of jQuery, but I have a small issue. When I hit Next button it goes to the next step without …
Hi DW.
Is there anyone know how to read a text file line by line from the web/internet in VC++?
I have a function which works well in reading the …
Im having a hard time on how to display the total price when i choose roundtrip, on how to display the price and the total price.. someone please help me …
Hello everyone,
I am having trouble with my code to list all the prime numbers in R. This is what I have thus far:
prime = 0:100
for(val in prime){ …
I need some high quality websites list for backlinking can any one give me ?
Hello how do you feel about Ionic 3 and Angular 4 frameworks? Are they compatible with Ios? Do i need to know Java to use them?
Hello there!
I'm wondering what are the options I have. My skills are not adequate for this kind of task. But I'm thinking now about either seeking for a …
Sir
Please help me about MenuStrip Control used.
I create a project there one parents form and two child form
MenuStripControl-1 is on parents form (main_form)
…
Inside of a class template having parameter typename T
the compiler generates an error concerning 2 functions. T
does not seem to be recongnized as the template class parameter it …