716 Topics
![]() | |
Long Title: "Here are some top topics recommended just for you" email recommends a thread deleted two months ago. "what are the feature of window 10" was in my email and that looks to have been removed two months ago. As a moderator I can get to it but is … | |
Is anyone still encountering the problem of posts not going through? | |
When clicking on commenting icon thats attached to post with quotation of other post, new window pops up letting us comment on tthe quoted post, not the post thats an answer to quoted post. Shouldnt be like this. | |
once you start new topic/reply (in general:: open editor pane) and hit ESC, you will be switched from windowed to full screen and vice-versa. I am on macOS. I have no ability to check it on other platforms. | |
i am Ayomide Onabajo, i am a php web developer, with knack for building web and application software.. my languages are : laravel, codeigniter, bootstap , javascript and the basic UI design etc i am happy to join the community of developers . | |
The Forgot Password process sends an email with a link to click. The email purports that the link resets the password to one specified in the email. The link logs me in, and takes me to the User Settings page. I can enter a new password no problem. I put … | |
Hi all, I haven't used the forum for a while so lot of the functionalities are new to me and I have to admit I found some of them really counter intuitive/annoying. For a start, the way to reply to threads, that "Reply to this topic" button at the bottom … | |
# python 3.7 # Hey im very new to programming and just made my first program. My goal is to have a program that checks user name and pass with a few other tricks as you should see in the program. unfortunatly the feature after login is having some trouble. … | |
I need some suggestion | |
I have it set to Daily Digest yet I get near instant alerts on posts I am watching. Maybe broke, or it's just me. | |
Recently I realized that I not receive any email notification from DaniWeb. When I check on the User Settings, I saw this alert message > We have been having problems emailing you. Has your email address changed? Please update your email address to begin receiving email from us again. After … | |
Serious question. I'm really interested in what you actually use DaniWeb for and what you get out of your membership? 1. What is the main thing you do when you are visiting DaniWeb? 2. Is there anything you'd like to do that you can't currently? 3. Do you have one … | |
//With this method, I input a string and return an array that contains a sorted list of characters as per the frequency. Eg: If i input "apple", the out put should be p,a,l,e, How do I do this? public static ArrayList<Character> characterFreqDist(String statement) { char[] Array = statement.toCharArray(); int length … | |
I'm trying to save DaniWeb. :) What are the biggest pain points you have with DaniWeb? If you don't visit DaniWeb as much as you used to, what changed? Where do you go now instead of DaniWeb? What makes other resources better? | |
/** This code is supposed to take the user input of the length and breadth of the room in one class, get the user input of the material and cost from the other class and calculate the total cost.*/ import java.util.Scanner; //My first class class RoomFlooring { private String FloorMaterial; … | |
import java.util.Scanner; class Room_Dimension { private double length; private double width; public Room_Dimension(double length, double width) { this.length = length; this.width = width; } public void setLength(double length) { this.length = length; } public void setWidth(double width) { this.width = width; } public double getLength() { return length; } public … | |
Plz Help Me to Solve this Error.. I am coding this to build a Calcuator in Vb.net....i have declared "b" as a Button.. how to resolve this error.. plz help..  | |
First how this happened. The Nissan Leaf from about 2011 to mid 2015 on the SV and SL models included Telematics. Telematics in thse models let the owner use a web site or smart phone app to query battery status, start or stop charging and turn on/off the climate control … | |
A couple of days ago MS 10 Photos stopped functioning correctly. The first sign of this malfunction began several weeks ago when it started taking a vey long time to open and now I cannot scroll through photos backwards and forwards: there are no longer arrow indicators either side of … | |
Hello Daniweb Family, I am trying to create something like a "Earthnull" look alike. I am not good in coding and try to find something that can help me to start on. I found something very similar on what will be the target output. HTML: <!DOCTYPE html> <html lang="en"> <head> … | |
Example: https://www.daniweb.com/programming/web-development/threads/518292/problem-in-php-showing-undefined-index-and-not-inserted-in-my-datasbase Click on one image and I get two tabs with the same image on both tabs. That's odd. | |
My geo-location was being displayed as Cambridge (I returned from there on Monday) so I told daniweb to update, which it did, except it now reported me as `Winnipeg, Manitoba - 3,897 miles away`. What am I 3,897 miles away from? Then, when I click on `Member Connect` it says … | |
I'm at https://www.daniweb.com/articles/latest/unanswered and when I mouse over the poster's gravatar or icon, all pop up with "First Post by" and the menber name. OK, that's all well and good but then I was curious to see all the posts were "First Post by". Even one by me! This is … | |
As title suggest, full screen edit happened in one of my replies. Could not exit with escape. Had to abandon the reply. Trying to replicate now. | |
First of all, I would like to say that the interface is nice, amazing, and user friendly!! Thanks Dani and those who work hard on this !!! But one thing I would like to comment is about the **vote and comment**. It seems like only users with high reputation allow … | |
If you visit the Member Search page, the hamburger navigation menu top left is missing. You have to go back to the home page instead. Is this intentional? | |
public class Gradesv2 { public static void main(String[ ] args) { //local variables int numTests = 0; //counts number of tests int testgGrades = 0; //individual test grade int totalPoints = 0; //total points for all test double average = 0.0; //average grade int test1 = 95; int test2 = … | |
I pulled up Opera and it had its VPN enabled. On the sites I clicked on Daniweb but was logged out so no biggy, log in. Then I went to Dazah.com and the matches felt off. Someone was zero miles away so I googled that company and it wasn't in … | |
Hi folks! :D Hey, can you remember those? [URL="http://www.daniweb.com/hardware-and-software/pc-hardware/monitors-displays-and-video-cards/threads/1"]1[/URL] [URL="http://www.daniweb.com/community-center/daniweb-community-feedback/threads/2"]2[/URL] [URL="http://www.daniweb.com/community-center/geeks-lounge/threads/3"]3[/URL] And many others... :) I was just playing around the forum and checking very old threads, when this forum was just starting. ;) I wasn't a member then, because I joined this forum in 2009. So can you remember … | |
Hi, I have a little problem with my PC. This 'America Megatrends' screen pops up unpredictably when playing/using my computer. Is there a way I can stop it from popping up? This all started 2 weeks ago while playing Fortnite and ever since, I have this screen showing everyday. I … | |
Hello, Daniweb -- I have a C++ library, for which I am trying to make a Python interface. I have come across a linking issue which I haven't been able to solve. The library has a series of header and source files, and I am looking for a way to … | |
I want to fetch invoice data from two tables table a is in single row and table b data should be multiple rows single data is fetching correctly but facing problem with table 2 multiple data fetch. php file <?php $connection= mysqli_connect("localhost","root","","invoice"); $invID = $_POST['ID']; $Invo = "SELECT a.in_no, a.client, … | |
word="have a good day" if i want to print only this word (good) i will run this cod print(word[6:11]) why i should write 6 ? and 11? | |
I've been using GenuTax since 2013 to file my Canadian tax return. It's provided free and does the job nicely, but it misses one feature. Up north we can do pension splitting. That means I can offload some of my pension income onto my spouse, hopefully putting us in a … | |
I just posted a code snippet [here](https://www.daniweb.com/programming/code/515601/vbscript-implementation-of-quicksort) and noticed a couple of problems. 1. No matter how I try to fix it, the frst line refuses to display properly indented. 1. The few lines of code that I included in the top window, even though properly indented, refuse to display … | |
Hello everyone, I will take this chance to reintroduce myself to the community. I was a member on the Daniweb forums back in 2006 and 2007. I can see a lot has changed on the site since then, and its great to see that the community is still alive. In … | |
How to do p.o.s system that need enter a switch statement on c++ | |
Hello, this morning my desktop was completely different. I used Malware Bytes and it found PUP.Optional.ASK. I removed the two files, restarted the computer and it's still there. Any ideas on how to completely remove it? | |
Dani/Blud - heads up that the newsletter editor doesn't appear to be sending the newsletter edits for checking. I've been editing the October issue all morning and hit the preview button a bunch of times, with no emailed version arriving at all. | |
I actually made these suggestions jus now on an old thread and got message that the thread is old and to open a new one instead. And so, here I am with my own suggestions to attract newbies to this forum and earn oldbies a new income on the side. … | |
I have to draw an n sided polygon using an isosceles triangle function. It should be only 3 lines inserted under def draw_pie(n, r). Can you help me figure out how? import math import turtle def draw_pie(n, r): """Draws a pie divided into radial segments. n: number of segments r: … | |
I would like to contact with Dani, but she hasn't replied to my Tweet and I have no way of contacting her other than this forum or Twitter. I would like to discuss something confidential. | |
I am doing a project for my math class in which I have to choose a topic and connect math concepts to it, and I chose video games. Possible concepts: Quadratics, vectors, probability, trigonometry, statistics, etc. I know this is probably a long shot but anything helps. In what ways … | |
I already found 2 entities which are administrator and staff. but i'm lack of idea. would you guys help me out? | |
could someone please take a look at this and let me know how to fix it. What I would like to happen is when the dropdown option is selected it displays the buttons for that option. and then when the button is clicked text set for that button displays in … | |
Saw some threads regarding this, but all from years ago, none since the new rollout, so here's a new thread. Checking out my profile, I saw that I had a downvoted post! Me! After crying for a few minutes, I click on the red "thumb down" icon to see which … | |
Hello everybody When you decide to search for something, your keywords appear in your head. You can choose from long keywords or short keywords depending on your choice. What do you think? Thanks everyone | |
Damn, i just arrived this forum and stunning by the display of forum It's very easy to adjust or view anything, especially dragging the mouse to preview the content... but the speed of the site is still surprisingly fast. | |
I spent some 30 minutes or so writing up my question and upon submitting my question I was forced to create an account called Dahzz or something along those lines. And now my question that I just perfected for 30 minutes, is gone. Poof! Gone. Deleted. Doesn't exist anymore. It's … | |
Hi. After i'd tried this code to convert GSM to MP3, It was converted successfully but when i tried to play, there's no content. sox -t gsm -r 8000 -c 1 -e signed-integer 003533-dialer-Feb-01-2017-16-00-17-PM.WAV -t wav -e signed-integer 0017.wav file 0017.wav 0017.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 … |
The End.