11,530 Posted Topics
Re: I don't understand your question? | |
Re: Hi Jeb! Nice to virtually meet you. What brings you to DaniWeb? | |
Re: What do you need asap? I assume this is a homework assignment? Where are you stuck? What do you have so far? | |
Re: Welcome to DaniWeb. What brought you here? | |
Re: Here is an answer from their official forums: https://forums.mcafee.com/t5/Total-Protection/Something-went-wrong-with-the-Installation/td-p/669152 | |
Re: I haven’t watched your video (yet), but my first instinct is to recall there was the big announcement a couple of years ago that Google was going to go hard against PBNs. I don’t remember if it was just deindexing, or a Penguin penalty. Either way, personally it’s not something … | |
Re: Maybe you can check out tutorials and guides towards getting a Network+ certification? There’s probably a decent amount of overlap, I’m guessing? | |
Re: Those progress bars can easily be created with Twitter Bootstrap. https://getbootstrap.com/docs/5.1/components/progress/ Scroll down on that page to where it says "Striped" and that should be what you're looking for. The simplest way would be to include Bootstrap as so, in the HTML head: <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> and then, … | |
Re: I see you have the code: g2.drawImage(tile[tileNum].image, (int)screenX, (int)screenY, null); However, where do you set the value of `tile[tileNum]`? I see you have int tileNum = mapTileNum[worldCol] [worldRow]; Do you mean to say: g2.drawImage(tileNum.image, (int)screenX, (int)screenY, null); | |
Re: In SQLite, you can run this statement to get information about a specific table: PRAGMA table_info(EMPLOYEES); That will tell you the column type of each column in the table, and we'll be able to see the type of data the HireDate column stores. The thing is, that SQLite does not … | |
Re: I have 20 years of SEO experience and no clue what a multiple accounts backlink building strategy is. What multiple accounts? Do you mean a PBN (private blog network) where sites you own link to each other? | |
Re: What is inside the included/connect.php file? Does the database successfully connect? Do you just need help working out this particular SQL statement? I would also say always, always, always escape anything you use in a database query so you won’t introduce an SQL injection bug. Look into mysql_real_escape(). | |
Re: Across all deleted and non-deleted posts, *this topic* is the only instance of that URL being posted. Am I misunderstanding? | |
Re: I don't know Java, but are you importing java.util.Scanner or java.util.*? | |
Many years ago, DaniWeb offered a pay-to-post system where each post was awarded a monetary value (typically between 5 and 50 cents), depending upon how in-depth it was, upvotes, etc. Members could cash out once a month if they earned $10 or more from their posts. Very few members took … | |
Re: You can ask any question or start any discussion the same way you just did this one :) What's your question? What would you like to discuss? | |
Re: Afsa, this should really be its own question instead of hijacking this old thread. However, you can use Adobe Acrobat. :) | |
Re: Print out flyers that say you can make extra spending cash quick. Hang them in the dorms of local community colleges. Go to Fiverr and pay University students a few bucks to hang flyers at various fraternity and sorority houses across the country. | |
Re: > See the below image for what I'm trying to achieve. Sorry, not seeing the below image? You can drag it into the text box or click the little paperclip in the editor toolbar. | |
| |
Re: I'm not seeing where in your code you declare the variable `$con` that holds the connection. You can't prepare a MySQL statement if the connection doesn't exist. | |
Re: Outsourcing a mobile app like that, excluding everything else, to a small overseas dev team is probably about $250,000. | |
Re: Some quick research seems to indicate that Windows Storage Space is a form of software raid, managed by Windows. Since, from what I read, a big part of the functionality for Storage Spaces is that you can extend storage over time as you add drives, I suspect that the physical … | |
Re: You can get it here: https://www.microsoft.com/en-us/software-download/windows10ISO | |
Re: Sorry, I guess I don’t understand your question. You have a series of if statements that check for certain conditions passed into a form. I’m not sure how that relates to pagination? What code for pagination do you have so far? | |
Re: These sites are getting their data from an API. What API are they using? | |
Re: Is this a desktop? What brand? I’m not sure what red light you’re referring to. Is that power? The hard drive? The CPU? You need to get your computer to POST. (When it spits out on the screen what’s going on during the boot up process.) Typically there is an … | |
Re: A cron job is a scheduled task that your operating system runs. The only way that a PHP script can make changes to what cron jobs run on a server is with admin privileges. The user would have to run the PHP script from the command-line as the root user. … | |
Re: Hi Elliot. Nice to meet you! What type of compliance work do you do? | |
Re: When someone logs in, you would generate a token that is stored as a cookie in the web browser. That session cookie is also attached to the user ID in a session table in the database. If the user attempts to log in from a different browser, where the session … | |
Re: sleep() is the right approach, but you have to play with flushing the output buffer to force what should be echo’ed to the browser up to that point to the end-user. Sorry, I wish I could type more but I’m on my phone and not home. | |
Re: I’m exercising on the stationary bike right now but as soon as I’m done, I’ll type the code out from my computer. It’s too difficult to type code from mobile. | |
Re: As rproffitt suggested, you can use something such as Log In with Facebook or Log In with Google. Most people only have one Facebook or Google account. However, from a security standpoint, nothing is preventing them from creating another account. You can also limit to the IP address + browser … | |
Re: Everything I know about PPC I learned from the official Google tutorials and becoming a Certified AdWords Professional back in the day! Follow all the course information here: https://skillshop.exceedlms.com/student/path/18128-google-ads-search-certification Unless they changed something, it should still be free. | |
Re: So the code you have will show the image morel_thunb.jpg that is expected to be in the same folder as the HTML document. Upon clicking it, it will load morel.jpg, also expected to be in the same folder as the HTML document. Are you sure you mean morel_thunb.jpg and not … | |
Re: What you are describing seems like a CSS or Javascript issue (most likely CSS). It's possible that there is a bug in the server-side code that is serving the wrong CSS files to you for some reason (it could be based on IP address, geographic location, browser user-agent, logged in … | |
Re: Didn't Microsoft Windows have this built-into their OS many, many years ago? | |
Re: Black hat or white hat? If going black hat, try something such as Outreach Mama. As for white hat, I'm struggling too! If you have any suggestions, feel free to let me know ;) | |
Re: You can improve LCP by making the biggest block of content on the page load as quick as possible. You can improve CLS by using CSS to give every single element a fixed size, so that there's room for it as external assets load into place. FID is not one … | |
Re: Try clearing your browser cookies and cache. | |
Re: I completely disagree. Reddit didn’t start with billions. Neither did Quora. I know it was a long time ago, but I bootstrapped DaniWeb with a $20 initial investment and quickly displaced the largest tech publications at the time (CNET, Ziff Davis, etc.) It is also completely reasonable for a project … | |
Re: IMHO, you're being hypocritical. On one hand, you're saying that you want to create a platform owned and run by its members. On the other hand, you're saying that there should be a ban of all political speech on weekdays, a rating system that disincentives swear words, promotion of content … | |
Re: Hi there and nice to meet you. What types of digital marketing do you focus on? I have over 25 years experience in SEO (before it was even an industry!) | |
Re: It's pretty impossible to debug what could be wrong with your code without you sharing your code with us. However, keep the following in mind: // This will remove duplicate rows SELECT UNIQUE colA, colB FROM table // This will roll up rows with the same value for colA into … | |
Re: It's hard to know because you aren't spitting out any errors. Add to the top of your PHP script: ini_set('display_errors', 1); error_reporting(E_ALL); | |
Re: So sorry for taking so long to see this topic and respond to it. I would switch $_POST['dropdown'] to $_REQUEST['dropdown'] everywhere in your code, which means that the dropdown option is not going to be passed in by a form POST submission, but alternatively just by a query string. Then … | |
Re: Is this java or python and why did you tag the question as both? |
The End.