Button border CSS, and center button in "div".
Hi. I would be very grateful if you could help me solve two things that I don't know how to do (or that have still come out). How can I center the button (btn1) in the second div (center in the white...
View ArticleAutomation of Opening and Running Python Scripts in Idle
I run Python 3.x on a Windows 10 laptop and I have a daily routine that involves opening three Python scripts in succession, and running them all concurrently, each one in its own, separate instance...
View ArticleC# scrolling game help
Learning C# and I am working on a C# scrolling shooting game. The game works so far but when the player finishes a level, I want the enemies to appear on the far right of the screen and the player on...
View ArticleHow I can web scrape data from 2 different website
I want to make sqlite table like this format: | Matric | Name | GitHub Link | Status | |--------|-------------------------- |---------------------------|--------| | 243340 | Yu Zhixiong |...
View Articlehow can i combine number php
hello all my name is rico, i want make some app like can combine number from input example : i have 4 variable like this $num1 = 96; $num2 = 20; $num3 = 19; $num4 = 37; so how can i get the result...
View ArticleI should get 7 after this code but it is giving me 9 words Plzz help
def Count_Total_Words(str1): total = 1 for i in range(len(str1)): if(str1[i] == ' ' or str1 == '\n' or str1 == '\t'): total = total + 1 return total string = input("Please Enter your Own String : ")...
View ArticleNotice: Undefined index ( PHP & API Plugin )
Hello DaniWeb Community, I am a newbie in PHP, but I tried to create a plugin for my CRM platform using API to get informations, but I get some errors: Notice: Undefined index. Click here for an image...
View ArticleGetting the value of a specific ID.
Hello, As the title says, my question is: how I can get the values for specific ID? For example, my plugin creates a PDF that automatically fills in with information that I get using API from my CRM...
View Articlecode problem with a queue C++
Hello! So I have this homework that i have no idea how to continue. this is an exemple of input,but i have to do it for a general one: 7 pencils car ball candy tshirt bike video_game Mike Andrew Inna...
View ArticleHi everyone, I'm Lesley
Hi everyone, I'm Lesley, Im 25 I currently work as an IT and marketing consultant for a Canadian company that develops employee monitoring software. Wish everyone a good day!
View ArticleC++ Hash Table Help
I'm having trouble with these functions made for a C++ hash table...any and all pointers in the right direction would be greatly appreciated! EDIT: table.h is the problem file, but I included node.h...
View ArticleDisplay div content in Sweet Alert
hi everyone, i want to display content of div into sweet alert message and here is my code <?php echo '<script> var swal2container = $("#swal2container").text(); setTimeout(function() {...
View ArticleCan I integrate a payment gateway in a shopify store?
Hi, I am thinking to build a digital restaurant and conisering in using shopify. At the place I live most of the international easy to integrate payment gateways don't allow this country (Macao SAR)....
View ArticleChange img with javascipt without id
Hey i'm trying to change the image without the id. We can't change html so i can't use an id. I have this: <figure> <img src="images/start.png" alt="start"> <figcaption>Nog geen...
View ArticleHow to retrieve a device name from IP or MAC on LAN
In Visual Studio 2015, VB, in Windows 10, I have a small program where I use the arp -a command to pick up the mac and I/P addresses of connected devices on my lan. From everything I've read (and...
View ArticleHow to get text from different elements, with a single function.
Hello. It is something very simple for someone who knows javascript. How to capture the text content of the pressed element? Important is that the page is built with PHP. <li><a...
View ArticleDivide arraylist of 750 into 150 sub arraylist
I have an ArrayList of 750 elements I would like to divide that ArrayList into 150 subarraylists so 5 elements to each subarraylist. I have this code but it not working while (scanner.hasNextLine()) {...
View ArticleWhat Library can I use to add to my game?
I am making a tic tac toe game, and have completed it. Now I am trying to implement a library to my code and I chose ncurses, because it seems easier to add and will allow me to change the color of...
View ArticleHow can i make a vertical bar chart without arrays, using only loops?
I am beginner and still learning c++. So this was a question in my assignment to make a horizontal bar chart something like this, Example: Input: N1=>8 , N2=>6 , N3=>2 , N4=>10 , N5=>9...
View ArticleUpdate MySQL with PHP checkboxes
Hello, I want to use the checkbox to update the status of a row in mysql using php. If it is checked and submitted, the status will change from 'collect' to 'received'. I tried many ways but I am not...
View Article