11,530 Posted Topics
Re: Nooo. Don't look at what your expenses are and then charge them based on how much you *need*. Charge based on how much you're worth, or you're not going to have any clients at all pretty soon, because they'll all go to other freelancers who charge the market rate. Just … | |
Re: Hi there. Nice to meet you! Welcome to DaniWeb. | |
Re: I'm really sorry, but I guess my confusion is: 1. How is the existing functionality different from the expected functionality? Is it just that the user cannot use a credit card but only their debit card? 2. Upon paying for the digital goods, is the user presented with a way … | |
Re: Hi there and nice to meet you!! | |
Re: What do you mean when you say it doesn’t work? Do you get an error message? Does it sort in the wrong order? What happens after you call that sort() function? | |
Re: Sorry, I don’t understand. A what kind of developer? What skills do you have? What are your goals? | |
Re: Log into the Cloudflare dashboard and go to the Overview page for your domain name. In the bottom right of the sidebar, click the link that says 'Pause Cloudflare on Site'. If you do that, and then wait 30 seconds or so, does your site immediately load faster? | |
Re: What is the complete HTML tag? Also, the file audio/test-audio.ogg is a specific file located on the server that you copied that HTML from. | |
Re: Hi Richard! So nice to meet you, and hope to see you around our community. Thanks for joining. | |
Re: Ask your customers to review you and work to get lots of good Google reviews. | |
Re: > How much does SEO cost? ... If you're doing it yourself, then only your own manpower. > Once I start SEO, how long will it take to get rankings? ... For a non-spammy site with no obvious issues, you should have no problem showing up in the search engines … | |
Re: You would be limited to using images available in the public domain. There are websites that offer these kind of images for use, but I doubt many (if any) of them are going to be photos of famous people. But, yeah, you can’t just use a paparazzi photo that People … | |
Re: > This sounds like an odd question. I think what he's getting at is that the basics of SEO are different depending upon what type of site you have. For example, what Google is looking for in an e-commerce site are very different from what they're looking for in a … | |
Re: Hi there and welcome! Thank you for introducing yourself, and I hope to see you around in the forums. | |
Re: What in online marketing would you like to start? Do you already have a website that you'd like to promote? Do you want to do social media marketing? SEO? As you could imagine, it's a *huge* industry. | |
Re: Hi and welcome to DAniWeb. Do you do web design? Graphic design? What type of work do you do? | |
Re: Hi there and welcome to DaniWeb!!! Hope to see you around. | |
Re: Hi, I'm really good with MySQL, but I need some more clarification from you as for what you're trying to do. Unfortunately I woke up with a really bad headache, and so I'm having a hard time understanding while my head is throbbing. So I'm going to include the screenshot … | |
Re: In order to utilize a search that guesses what you're looking for based on previous searches, you need to be storing all that information (previous searches for every user, etc.) Here on DaniWeb, we use Sphinx Search. It integrates with MySQL and is capable of doing everything you're suggesting, although … | |
Re: Hi and welcome. Not really a fan of the affiliate world, but lots and lots of experience with both SEO and SEM as well as ad sales. | |
Re: You tagged both VB.net as well as Java. What language is this in? | |
Re: What are you specifically referring to? Using Wordpress vs a different CMS? Writing 500 word articles or 2000 word articles? | |
Re: Before we can code this, we need to understand how we calculate it, so we know what to tell the computer to do. How do you find the roots of a quadratic equation? I don’t remember as I haven’t thought about this in 25 years. | |
Re: Create a loop that executes 10 times With each iteration of the loop, ask the user to input a number Each time a number is entered, add its value to a sum variable After the loop finishes, you should have the total of the 10 numbers entered Divide this total … | |
Re: Welcome, but I’m confused by your question. Data structures and web design are two very different things. What are your goals? | |
Re: Hi there and nice to meet you!! Welcome to DaniWeb. | |
Re: Line 14 of your code converted the JSON returned from the cURL request into a PHP object. Typically, you would do something such as `$resArr->profileTestList[0]->testCode->testID->name` or something roughly like that. Unfortunately, you did not copy and paste the complete stdClass Object code here, and what you did post is not … | |
Re: When that happens, I just kill the rogue transactions causing the deadlocks because odds are the person already closed their web browser because the page was taking too long to load. But I agree, this looks like you are just trying to trick us into doing your homework for you. | |
Re: Katherine, are you the same person as Eerol? I'm confused. | |
Re: Don’t listen to rproffitt. Don’t take any marketing courses! Nearly all marketing courses are scams. Not only that, but they won’t teach you any tricks to make your site popular. That’s because standing out from the crowd is all about thinking outside the box and being more creative than the … | |
Re: What is array C? What is the add array? What is the number 7? So many questions! | |
Re: Just google for a free php-based photo album. It should be the easiest to set up and I’m sure there’s tons of them. Also, I’m not sure what this is doe, but would uploading them all to social media work? | |
Re: > Why not use AND? niche1, because AND searches for rows that meet muliple conditions separated by an AND clause. It doesn't retrieve the result set of multiple queries. What you can do, however, is use the `UNION` clause. SELECT title, content FROM cards WHERE card_id = $card_id LIMIT 1 … | |
Re: Hi and welcome to DaniWeb. | |
Re: Based on the code you've provided, it is impossible for the query `UPDATE staff SET status = 'verified' WHERE activation_code = '$activation_code' LIMIT 1` to be executed if it's saying "soemthing went wrong" on line 24. Are you sure the status wasn't already set to *verified* before running the PHP … | |
Re: Sorry, I just saw this now. Do you mind sharing the solution so it could help other people in the future? Based on the code I am seeing, I would expect that after `var swal2container = $("#swal2container").text();` the value of swal2container would be *test*. You're saying it wasn't? | |
Re: Welcome to DaniWeb! The best way to get started is to download and follow the install instructions for a popular php app such as Wordpress. | |
Re: I think what he's saying is that he has a homework assignment where you need to write code that outputs that pattern. Can you please show the code you have so far, where you're stuck, and what errors you're getting? Then we can help you. | |
Re: Here's a tutorial on how to create a tutorial in SQLite: https://www.sqlitetutorial.net/sqlite-create-table/ Based on reading it, it looks like you would want SQL queries similar to: CREATE TABLE book ( BookID INTEGER PRIMARY KEY, BookTitle TEXT NOT NULL, Author TEXT NOT NULL, ISBN TEXT NOT NULL, Publishers TEXT NOT NULL … | |
Re: When they say "About X Results" it's just an approximation of what type of demand is in their database. After clicking through the first dozen pages or so, Google stops returning results. | |
Re: As rproffitt says, this type of project is at least a full week's worth of work. How long ago was the project assigned? Do you have any code written so far? We can definitely try to assist you if you're stuck with something, but we are all volunteers here, just … | |
What are your favorite hobbies on the computer outside of work and DaniWeb, of course? Personally, I'm a Quora addict. | |
Re: You can install Bootstrap v5 as so: <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script> Do you have any specific question about its use? | |
The End.