Connect with 1,266,816 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

Web Development

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 …

php
Member Avatar for hefaz Software Development

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 …

Web Development

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, …

php
Member Avatar for Violet_82 Web Development

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 …

Web Development

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 …

Member Avatar for Violet_82 Digital Marketing

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 …

Member Avatar for PsychicTide Web Development

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;'> …
Member Avatar for tony75 Software Development

Hi
How can I install and use pyinstaller under Kali linux

I appricate your help with an example

Software Development

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 …

Member Avatar for nitin1 Software Development

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? …

Member Avatar for Mr.M Software Development

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 …

Member Avatar for Violet_82 Software Development

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 …

Programming

<!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="' + …
Member Avatar for Aeonix Web Development
<!-- 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 …

Member Avatar for mridul.ahuja Programming

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 …

Member Avatar for baig772 Web Development

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', …
Member Avatar for Aeonix Web Development

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 …

php
Member Avatar for OtepTheThird Web Development

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 …

php
Member Avatar for Papa_Don Software Development

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 …

Software Development

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 …

Software Development

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 …

Member Avatar for Aeonix Linux and Unix

(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 …

Untitled.png Web Development

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 …

Member Avatar for SimonIoa Web Development

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.

Member Avatar for Tuấn_4 Software Development

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", …
Member Avatar for OsaMasw Linux and Unix

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 …

Member Avatar for Suzie999 Microsoft Windows

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 …

Microsoft Windows

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 …

Member Avatar for Saboor_1 Software Development

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 …

Member Avatar for shopieasy Search Engine Strategies

Can anyone suggest how to increase traffic for the particular website using organic SEO.

seo
Member Avatar for Dani Search Engine Strategies

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?

Member Avatar for franck_1 Microsoft Windows

My server goes off when I do a remote desktop after a few seconds of logon. I am

Member Avatar for Teri_1 Web Development

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 …

php
Search Engine Strategies

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: …

seo
Member Avatar for joshi1984 Programming

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 …

Member Avatar for Mahbub_2 Search Engine Strategies

Whit is SEO? How to make SEO friendly website?

seo
Member Avatar for Quinton_1 Software Development

need help with this school project

c++
Hardware

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 …

Member Avatar for Enrique_2 Software Development
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 …
Member Avatar for happygeek Computer Science

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 …

Web Development

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 …

Member Avatar for Mr.M Software Development

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 …

c++
Member Avatar for Jon_12 Software Development

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 …

c
Databases

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){ …
Member Avatar for zaibnisa5000 Search Engine Strategies

I need some high quality websites list for backlinking can any one give me ?

Member Avatar for SimonIoa Mobile Development

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?

Member Avatar for Guilherme_1 Software Development

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 …

Member Avatar for JModak Software Development

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)

Member Avatar for James19142 Software Development

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 …

c++
1.JPG Web Development

Hello, I have a products page which lists the pics of the products. I added pagination with bootstrap classes. I have 10 products in my database. I want to limit …