11,530 Posted Topics
Re: Hi Ivan. Welcome to DaniWeb! What brings you here? | |
Re: Welcome to DaniWeb! I hope to see you around in our SEO forums. Our main rule is no backlinks in your post and you’ll be fine :) | |
Re: I don’t believe so, but I’m not entirely sure if there are any other tools that can be used to track traffic. Pinterest has its own built-in stats, no? | |
Re: Hi there and welcome to DaniWeb!! :) Hope to see you around. What field, specifically, are you referring to? Web dev, SEO, app development, IT, etc? | |
Re: Hi there!! Welcome to DaniWeb!! | |
![]() | Re: Depending on the complexity of your code, this can be a one week project or a six month project. I recommend hiring on a site such as Upwork. I've had really good experiences with Upwork in the past, including a recent project I hired someone from there for. |
Re: Start a LinkedIn group. | |
Re: Hi there and welcome to DaniWeb! I'm really awesome at SEO, so if you have any specific questions, be sure to post in our SEO forums and I'll do my best to answer. | |
Re: This used to happen to me and then I contacted our sysadmin, James, and he fixed the issue. No idea what he did. All I can say is that it’s most likely a networking config setting as opposed to programming error. However, I do vaguely recall another incident where I … | |
| |
Re: Hi there!! Nice to meet you :) welcome to DaniWeb. | |
Re: Do you mean change the contents of the div? Or add or remove classes from thr div? DOM manipulation is expensive from a performance standpoint, so you want to change as little as possible. | |
Late last night, I launched a rewrite of our front end HTML and CSS that is designed to look nearly identical, but is much faster and designed to be more easily updatable and manageable moving forward. Let me know if you spot any bugs or inconsistencies. | |
Re: Hi there and welcome to DaniWeb!! | |
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 … |
The End.