11,530 Posted Topics
Re: SEO is search engine optimization. It's all of the techniques that are used to get good rankings on search engines. There is ethical SEO and then there is unethical SEO. Ethical SEO is doing everything you can to make it easy on the search spiders. When spiders have an easy … | |
Re: It's not a real screen capture though. It seems to be an animated wireframe style. I found some results for similar things when Googling for UI wireframe animation, animated wireframe video, and build wireframe mockup video. Here are some links I found that may help: * https://www.youtube.com/watch?v=je07_ZHfjrA * https://www.flinto.com/ * … | |
Re: There’s a max limit on image dimensions that can be uploaded. The left one is over the limit but the right one should be fine. I’m not sure why you’re not seeing the error message. | |
Re: I have to disagree with you guys. At the DaniPad Coworking Space, there was not too long ago a freelance Wordpress web developer who earned all of his business from buying email lists. It worked quite well for him to financially support his daughter, and he eventually moved on to … | |
Re: t_1, can you please start a new discussion thread which explains your specific problem? Unless, are you using the code provided by Ventech_IT?? | |
Re: You clicked on an endorsement suggestion button in the email to endorse diafol. Unfortunately, diafol has deleted his membership. I fixed the bug in which it will no longer suggest deleted members in the future. | |
Re: Hey there! Welcome back :) May I ask what brought you back after all this time? I’ve been working on promotion lately and was wondering what encouraged you to visit us today. | |
Re: Wish I could help. I have a lot of PHP and CI experience, but no Oracle experience. What does the error log say? It should be writing to a log in /application/logs by default. | |
Re: The PHP code you provided basically scrapes Google search results, and if they match a specific format (which may not exist anymore, as Google is frequently updating their website, of course), it spits out the results. No additional pages are required, but I highly suggest that you use Google Custom … | |
Re: Does just this specific query fail? Perhaps there is something wrong with the connection? | |
Re: When you see a single number with a +/- sign in front of it, that means it's just a tally of all up and down votes the post has received. When you see two buttons next to each other, one with a thumbs up and a number next to it, … | |
I need help with implementing MySQL transactions with PHP. Specifically, I'm confused between the flags `WITH CONSISTENT SNAPSHOT`, `READ WRITE`, and `READ ONLY`, what their differences are, and how they relate to table locking. I already read the MySQL reference manual but I'm still confused. | |
Re: I’m a little confused as well. What’s wrong with the login page that comes with WordPress? | |
Re: It's fine to use that as the selector. Use an #id when there is only one per page. Otherwise, using .classes makes sense. The Javascript that you have does, indeed, not submit the form, and stick the value of data-idx into the idx variable. | |
Re: This was previously answered in another thread. > No, and that's by design. It's in response to the sheer amount of feedback we've gotten lately about the overwhelming low quality of content. It seems almost as if each time someone sees low quality content, it's one step closer to being … | |
Re: You visit DaniWeb too frequently. We don't have that much new content coming in lately. The algorithm has decided that there's simply nothing new that could possibly be of interest to you since your last visit. | |
Re: This is fixed, but it might take 24 hours for browser caches to clear before it goes itno effect. Or, you can clear your browser cache to force the update. | |
Re: Creating a web page with a little javascript seems to me like a good place to start because the barrier to entry is relatively low, and IMHO it seems like the concepts would be easier to grasp because there's something visual with a webpage. I've been programming my whole life … | |
If a bulk MySQL insert takes 5 minutes to complete, and one of the columns in the table is a TIMESTAMP column with a default value of CURRENT TIMESTAMP, will the timestamps of the rows that were inserted be reflective of the entire 5 minutes, or will they all default … | |
Re: I think I know what's happening. Your old location is cached in your cookie session. Everyone else can see that you're a Canadian, but you're just not seeing it yourself. If you log out and log back in, it will force a refresh of your cookie data. I'll also look … | |
Re: Sorry, I'm misunderstanding the behavior you're reporting. What do you believe the expected behavior is and what are you seeing instead? | |
Re: Our For Hire section was just very recently disbanded. It existed for over a decade, but never really gained popularity, and today there are so many better places designed to connect devs with employers. That being said, you could do a Member Search instead: https://www.daniweb.com/connect/users | |
Re: Same as always ... * Go into a member's profile and click the endorsements tab * In the sidebar, click "Endorse Members" (this link used to be in the top navigation menu, which of course has been moved to the sidebar). | |
Re: I completely swear by jQuery. I love it. I also love that I randomly stumbled upon the fact that the founder follows me on Twitter, but that's another story entirely. That being said, I tried jQuery Mobile a couple of years ago, and found it to be the most buggy … | |
Re: How would you define "snake style"? I guess the way I would describe it is the first line counts up, the second line counts down, the third line counts up again, etc. How many numbers are there in each line? It looks like you should begin by coming up with … | |
Re: The best way to get traffic is dependant on the type of site you have. Sites that are completely behind a login wall, for example, can't take advantage of SEO as much as open, information-based sites that get crawled by Google. Social media pages are also a good way of … | |
I use `<input type="date">` and it works fine to bring up a date picker in Chrome and Firefox. However, it behaves as a normal textbox in Safari. | |
Re: I don’t understand what you said other than that you are most likely spamming by linking to your seo company. | |
Re: Bowsette? Huh?? I wouldn't guess it would have a meaning today. | |
Re: This is our algorithm's way of saying, "You visit pretty often, and we don't have that much exciting new content lately. There really isn't anything else we think you'd like to see that you haven't already seen." | |
Re: Will be fixed soon. Stay tuned. | |
Re: Is it a topic you are passionate about? Are there other sites out there already that offer the exact same thing? | |
Re: Line 26 is saying adminid should be padded in via a GET request (ie query string) but the page is being requested without ?adminid=x | |
Re: You should definitely have the ability to vote and comment. Only new members with fewer than 5 posts or so are not allowed to. Let me see if I can figure out what's going on here because I'm not able to reproduce this behavior myself. | |
Re: > Show the name of the OP You can hover over the avatar for the name of the OP. You can also hover over any date for the actual timestamp. The OP's name was removed in favor of saving space with just the avatar because the OP's name is not … | |
| |
Re: DaniWeb and the new DaniWeb Connect (which is actually just a slightly reskinned version of Dazah) were initially supposed to have complementary, yet distinguishable layouts. It was a very last minute design choice to include DaniWeb's purple top bar on DaniWeb Connect. In doing so, I was unable to come … | |
Re: Zivie is being coy and not saying that he's my boyfriend. He had to post because, now that this whirlwind of a project is over, he says he's excited to finally have his girlfriend back! | |
Re: You can use CSS to hide ads. You would do something like: `div class="ads ads-header" style="display:none">` However, hiding ads via CSS just makes them invisible to the end-user. The ads are still loaded. Loading ads but not letting the end-user see them is a massive TOS violation with just about … | |
Re: So I use Font Awesome very heavily, and here's what I do. (In fact, I randomly saw your question while actively on the fontawesome.com website!) Firstly, I use their CDN, as so: <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> Then, I use `fas`, `fab`, or `far` ... for solid icons, brand icons, … | |
Re: DaniWeb is written in CodeIgniter and I love it | |
I've recently become addicted to the Walking Dead. I was sick in bed Two weeks ago and needed something on Netflix I could binge watch. Now, as we speak, I'm posting here on DaniWeb, trying to come up with some creative stuff to write about, while I watch and try … | |
Re: We need more details. Are you a designer? Developer? What type of project? | |
Re: Thank you for posting all of this, Davey! Nice to see 3 upvotes, but I was hoping at least someone would comment. Oh well. :-P Can't have everything, I guess! | |
Re: This will be fixed in the upcoming DaniWeb+Dazah merger. Thanks!! And stay tuned. |
The End.