11,566 Posted Topics
Re: Hi and welcome to DaniWeb! I've moved this question to our user experience forum since that's the more appropriate place for it than web development, where it was. I guess the recommendation I would make would be to think what type of visitor goes to your landing page, how they … | |
| |
Re: Hi Fay, Google has been releasing more algorithm updates than normal the past couple of months. There was a big core update that went out in December. There are websites (don’t have the URL handy right now because I’m typing this from my phone) where you can see all of … | |
Re: Hi there and welcoem to DaniWeb!! > There are already too many SEO threads on this forum. We don't need another. You realize there's an entire SEO *forum*, right? That being said, I'm confused by your question. Is SEO positioning still adequate? Can you please explain? I guess it was … | |
Re: If the current month is 01, then isn’t the previous month always 12? | |
Re: You have this SQL query that retrieves rows from a table. Then, you have this code: ``` while($row = $resultpropertyunpaid1->fetch_assoc()){ $PropertyUnpaid1 = $row['unpaid']; } ``` There, you’re saying for each row retrieved from the database, do the things in this loop. Assign the value of the unpaid column in the … | |
Re: It depends what the ecommerce site is selling. If it's consumables or impulse buys, then absolutely I agree. I always do my weekly supermarket shopping in bed with Instacart or Amazon apps. If they didn't have apps, I would not find navigating their websites to be nearly as frustrating-free. I … | |
DaniWeb Premium is currently $5 per month. You can find details about everything it gives you [here](https://www.daniweb.com/donate/index) Do you think this is too high a price point? At what price point would you be willing to pay? What if it were $1.99? What if it were $3? | |
Re: Top 10 lists of best jackets for 2021. ... or ... Holiday gift guide: buying jackets for loved ones this holiday season. | |
Re: Hi Kapil! Sorry to hear about that. The pandemic has been so hard on so many different people. You might wish to check out our [People Match](https://www.daniweb.com/connect/matches) which can match people looking for a job with those who are hiring. I also recommend you sign up with Upwork, if you … | |
Re: Do you mean with page navigation? Or do you want to retrieve specific rows from a table of 5 million? Is your concern that your database query is too slow? | |
Re: Why should people be given money for NOT being stupid? Where's my incentive each and every time I use my seat belt? Each and every time I don't jaywalk? Each and every time I look both ways before crossing the street? Where's my incentive each time I get an annual … | |
Re: Loops do repetitive things. Loops also count with each iteration. When you think of a diamond written in ASCII asterisks, you can think it starts off with one asterisk on line 1, then 2, then 3, then 4 … each line is indented by one character less … then eventually … | |
Re: Welcome to DaniWeb! I really wish I could help you but, unfortunately, I still use Codeigniter 3. Does CI4 not have the same form validation array that CI3 uses? | |
Are you planning on getting the vaccine as soon as it becomes available to you, after it’s been a bit more thoroughly vetted, or not at all? Personally, I think it was pushed through just a bit too fast for my liking. I’m holding off until they see what long … | |
Re: Why not point both domain names to the same code so the site works with both? Would require a config change to your httpd.conf file and pointing both domain names to the same place. | |
Re: What are your specific marketing goals? Are you an e-commerce site? What format are you looking to export the data into? Or were you just looking to start a generalized discussion as to everyone’s favorites for their own needs. I’m sorry to say I am not an advanced Facebook Ads … | |
Re: Happy new year!!!!! We will be doing nothing near as interesting. | |
Over the past week, I’ve made a handful of UI changes across the site. What do you think? Am I on the right track? Is this an improvement? | |
Re: Correct me if I’m wrong, but it won’t give them any additional information they can’t already get from one of the many existing travel sites that aggregate flight data. | |
![]() | Re: I ran into a similar problem recently, but I’m not home right now. I’ll type up a proper response when I’m back at my computer later. |
Re: I suspect what you’re wanting to do is use AJAX to dynamically change a part of a form based on what is selected elsewhere in the form. For example, if you have two dropdowns, the selection you make in the first alters the menu items available in the second. Is … | |
Re: No 1. Rock around the christmas tree No 2. Peace is the world smiling No 5. Rudolph the red nosed reindeer | |
Re: Have you tried using explode()? function cidrToRange($cidr) { $range = array(); $cidr = explode('/', $cidr); $range[0] = long2ip((ip2long($cidr[0])) & ((-1 << (32 - (int)$cidr[1])))); $range[1] = long2ip((ip2long($range[0])) + pow(2, (32 - (int)$cidr[1])) - 1); return $range; } var_dump(cidrToRange("73.35.143.32/27")); //////////////////OUTPUT//////////////////////// // array(2) { // [0]=> // string(12) "73.35.143.32" // [1]=> // … | |
Re: I believe that means that you just have to store the user’s data individually associated with the user. For example, if you have a table in the database, there’s a different record for each user, such that you can retrieve a single user record. I believe the purpose of the … | |
Re: Slack, perhaps? | |
Re: Sorry, I guess I’m misunderstanding you. If your teacher gave you the assignment to create a billing system, why would you create an arcade system instead? Either way, please post the code you have so far along with where you’re stuck and what isn’t working, and we can look into … | |
Re: rproffitt, I'm sure he's referring to web domain (e.g. daniweb.com, etc.) It's often the case that SEMs have to manage dozens or even hundreds of domains simultaneously, and tools that help organize that are critical. However, I'm not an SEM at an agency, and I don't do SEM for any … | |
Re: It only takes one wacky video to go viral ;) What is your channel about? | |
Re: Hi there and welcome to DaniWeb!! | |
Re: Please show what you have so far as well as where you're confused, so we can help you to learn and complete the assignment. | |
Re: I don’t know any SEO specialists with experience with Adobe Analytics. Maybe it’s just me. | |
Re: > Seems Google changed. How has Google changed? Nextsmm, regardless of if you're paying or not, Google wants to make sure that they are sending visitors to relevant pages. What is your quality score? Work towards improving your quality score to the best it possibly can be, and take heed … | |
Re: C++ or Python? Welcome either way, though. I hope you see you around. | |
Re: What is in connection.php? Are you sure that the PHP is able to successfully connect to the database? Do you see anything in your error log? Alter hour code to show a debugging error message if the database connection is not successful. | |
Re: Hi Rina! Welcome to DaniWeb. What brings you here? You say you like programming but the tags you associated with this post are all over the map lol. | |
Re: Yes, what did you change, and what is the URL for your login page? If the URL of your login page has changed, you need to make the change in the Google API account as well. Also, I'm confused what you mean by google requiring paramaters for PHP function calls. … | |
Re: I have no react experience, but I do have CI experience. Are you including the session library, and not closing the session before using set_userdata()? I use CI 3 with MySQL, and, per [this page](https://codeigniter.com/userguide3/libraries/sessions.html#session-drivers), I ran into issues with my until I started using session_write_close() near the top of … | |
Re: I would think c++, but I guess it depends what type of game and for what platform? | |
Re: Are all pages of your site mobile friendly? When using Google Search Console, what is your site's Mobile Page Experience, Core Web Vitals, and Mobile Usability scores? Google may not be ranking you well on mobile because they feel your site has a poor mobile experience. | |
Re: I've definitely written about this before on DaniWeb ... I'll have to see if I can pull it up. But, to answer your question, it really depends on what your long term goals are. Coding has been really glamorized in the last handful of years, and so you have everyone … | |
Re: What rproffitt is referring to is that you tagged c++, java, python, javscript, and VB6 when you created this thread. What language are you actually referring to? It might be a case of just being a new user of the site. That being said, you can do something like this: … | |
Re: Is there something about this that isn’t working that you need help with, or are you just sharing your code? |
The End.