11,530 Posted Topics

Member Avatar for Linda_19
Member Avatar for jeb brandley
Member Avatar for Dani
0
8
Member Avatar for nouraaaaa

What do you need asap? I assume this is a homework assignment? Where are you stuck? What do you have so far?

Member Avatar for zemiak
0
82
Member Avatar for Lunicorn.io
Member Avatar for Xozz

Here is an answer from their official forums: https://forums.mcafee.com/t5/Total-Protection/Something-went-wrong-with-the-Installation/td-p/669152

Member Avatar for pcbugfixer
0
114
Member Avatar for AndersLarsson

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 …

Member Avatar for SoftBa
0
84
Member Avatar for lewashby

Maybe you can check out tutorials and guides towards getting a Network+ certification? There’s probably a decent amount of overlap, I’m guessing?

Member Avatar for Dani
0
88
Member Avatar for kimadouc
Member Avatar for RC_820

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

Member Avatar for Dani
0
92
Member Avatar for Hoàng_32

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);

Member Avatar for JamesCherrill
0
159
Member Avatar for TimTheCoder

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 …

Member Avatar for TimTheCoder
0
81
Member Avatar for krisytmezcx

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?

Member Avatar for Dani
0
19
Member Avatar for Vmr_574

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().

Member Avatar for Nick_42
0
138
Member Avatar for pritaeas

Across all deleted and non-deleted posts, *this topic* is the only instance of that URL being posted. Am I misunderstanding?

Member Avatar for Dani
0
56
Member Avatar for oriakhiosamu1

I don't know Java, but are you importing java.util.Scanner or java.util.*?

Member Avatar for JamesCherrill
0
62
Member Avatar for rprather511
Member Avatar for Dani

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 …

Member Avatar for Dani
1
60
Member Avatar for Iqra_18

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?

Member Avatar for Dani
0
40
Member Avatar for sushu1209

Afsa, this should really be its own question instead of hijacking this old thread. However, you can use Adobe Acrobat. :)

Member Avatar for Dani
0
6K
Member Avatar for dado.d

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.

Member Avatar for Dani
0
25
Member Avatar for DollyRamos
Member Avatar for andersoAmber44

> 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.

Member Avatar for rproffitt
0
67
Member Avatar for kumbutso77
Member Avatar for Bienvenue

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.

Member Avatar for Dani
0
96
Member Avatar for Nicholas_25

Outsourcing a mobile app like that, excluding everything else, to a small overseas dev team is probably about $250,000.

Member Avatar for Iqra_18
0
59
Member Avatar for Mikey37

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 …

Member Avatar for Ethan_19
0
216
Member Avatar for Xozz

You can get it here: https://www.microsoft.com/en-us/software-download/windows10ISO

Member Avatar for Ethan_19
0
81
Member Avatar for Irfan_9

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?

Member Avatar for AdamFriska
1
140
Member Avatar for jaswwjatin
Member Avatar for qfebocqkut

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 …

Member Avatar for Dani
0
59
Member Avatar for FarrisFahad

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

Member Avatar for Dani
0
72
Member Avatar for elliotckim
Member Avatar for Dani
0
9
Member Avatar for RC_820

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 …

Member Avatar for Dani
1
139
Member Avatar for larry29936

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.

Member Avatar for Dani
1
159
Member Avatar for larry29936

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.

Member Avatar for larry29936
1
279
Member Avatar for Valeriia

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 …

Member Avatar for Karl_11
0
83
Member Avatar for robertbanking

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.

Member Avatar for Dani
0
29
Member Avatar for cristian_12

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 …

Member Avatar for Dani
0
37
Member Avatar for UnabashedGeek

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 …

Member Avatar for Dani
0
72
Member Avatar for sirzardoz56

Didn't Microsoft Windows have this built-into their OS many, many years ago?

Member Avatar for rproffitt
0
174
Member Avatar for nextsmm

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 ;)

Member Avatar for Gamerseo
0
95
Member Avatar for prithulatasnim

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 …

Member Avatar for Dani
0
21
Member Avatar for les_5lesabrams
Member Avatar for stratozyck

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 …

Member Avatar for pty
1
116
Member Avatar for stratozyck

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 …

Member Avatar for rproffitt
1
90
Member Avatar for Marufkhan

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!)

Member Avatar for bestbiz17
0
31
Member Avatar for lukwagomedia

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 …

Member Avatar for Dani
0
123
Member Avatar for larry29936

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);

Member Avatar for Dani
0
68
Member Avatar for Jennifer_19

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 …

Member Avatar for for working
1
1K
Member Avatar for Hugh Nelsons
Member Avatar for JamesCherrill
-1
66

The End.