11,530 Posted Topics
Re: Welcome to DaniWeb! What brings you here? | |
Re: Welcome back! Thanks for joining and hopefully we can help you with your upcoming project. | |
Re: I would definitely check out Yahoo! Publisher Network. Some people have even had better experiences with it than Google AdSense. | |
Re: Are you implying that a single person would constantly rotate across positions involving software architect, coder, writing documentation, and doing QA? I'm not a fan of this strategy. Firstly, different people have different strengths and weaknesses. You want to put each person in a position in which they will thrive … | |
Re: I have coded and maintained DaniWeb by myself for twenty years. I have always tried to write code that adheres closely to standards. I try to make my code easy to read, and document it well enough that, should I need to change something, I can easily figure out why … | |
Re: Welcome to DaniWeb! You're in the right place because I have over 25 years of SEO experience (since the industry first started, pretty much). | |
Re: Begin by going to [Search Console](https://search.google.com/search-console) and setting up a new property, or bringing up an existing property you have alredy set up. Click on Sitemaps in the left, and add a new sitemap URL. My recommendation is to create different sitemap files for each section of your website, and … | |
Re: I briefly answered your question [here](https://www.daniweb.com/programming/web-development/threads/541112/how-can-i-be-safe-from-things-like-sql-injection-and-cross-site-scripting#post2295270) by saying: > To prevent cross-site scripting attacks, you similarly want to make sure that *all* text derived from user-generated input is HTML escaped. If using PHP, you can use the `htmlspecialchars()` function. It really is that simple, if you're using PHP. I do … | |
Re: Here's an article that should help you: https://www.geeksforgeeks.org/how-to-generate-pdf-file-using-php/ Please let me know if there's something specific in that article that is confusing you, and I can try my best to explain it in better detail. | |
Re: Does the web server have an updated SSL certificate installed? | |
Re: I would begin by taking a real, impartial look as to whether the pages that are now ranking higher than yours are providing the reader with more accurate, more in-depth, or a more original perspective about the topic. | |
Re: I wish I had the answer to your question as well!! | |
Re: Hi there! Thanks for joining and welcome :) Let us know more about yourself. What brings you to DaniWeb? | |
Re: Haha, good job! Thanks for sharing your solution. Sometimes that happens with me. As you type it up, you think about how to phrase what's wrong and what needs to happen, and it makes you think about it from different angles, and you figure it out. | |
Re: Your profile says you're a social media marketing manager. Soooooo why are you posting this? Is this AI-generated content? Is it a personal interest of yours? | |
Re: It seems as if you have to use OAuth to authenticate on behalf of your user (or whomever you want your application to post tweets on the behalf of). How did you generate the authorization bearer_token? It seems as if that's just a token to authenticate on behalf of your … | |
Re: I, personally, use Bootstrap. | |
Re: I wholeheartedly agree with cored0mp when it comes to library support. As a PHP’er, it’s been a lifesaver for me knowing that anything I might need, and any popular API I might want to use, can find documentation and extensive support on. At least for everything I’ve tried to do … | |
Re: I would begin with a Google Search Console account and multiple sitemap files, with each sitemap file listing all of the URLs in different sections of your website. You can have a sitemap index file that links to all the different sitemap files, with each sitemap file representing a different … | |
Re: Well, I don't think that's a missing feature. I think that's the whole point of blockchain. | |
Ashamedly, I'm a jQuery user with very weak Javascript skills. However, I noticed that Google Chrome DevTools console is giving me the following warning: > Listener added for a synchronous 'DOMNodeRemoved' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. … | |
Re: If you hadn't said anything, I would have assumed an ice-free driveway meant one of those heated driveways that melts the ice and snow so you don't have to shovel your car out. But that's the New Yorker in me! | |
Re: > Is there a better way to python-encode data that's consistently reversible using mysql for processing? I suppose the first question I would ask is *why* does the data need to be encoded in MySQL? What is the objective for it to be encoded? I suspect it's not security, since … | |
Re: I say 2024 is going to be the year of even more AI. Happy new year!! | |
Re: > A new Daniweb home/top page. Link me to content you wish was on the homepage for you but isn't. I guess I'm just of the belief the reason there isn't a lot of quality content presented on the homepage is because there just isn't a lot of quality content … | |
Re: > What is a good way to make sure all the pages are in Google? Create a sitemap XML file that lists all of the pages you want indexed in Google. Use noindex meta tags for thin content (navigational pages, login pages, etc.) that wouldn't be a great experience for … | |
Re: My guess would be Instagram. | |
Re: I can look into this tomorrow if you still need help. Sorry, I’ve been feeling sickly yesterday and today. | |
Re: For the past ten years or so, I've had a lot of pain in my fingers, hands, and arms, and I've just chalked it up to carpel tunnel, or sitting at the computer too long, etc. I tend to browse with my hand firmly planted over my mouse, until I … | |
Re: It looks like your platform, which I assume you work for the company, is just for India. The OP lives in the US. Since you’re in the industry, can you make any recommendations for US-based payroll software? Back when I had employees, I just used Paychex. Not sure if they … | |
Re: Sorry, I don’t understand your question. SEO is used to increase your organic ranking in Google and other search engines. | |
Re: Your .htaccess file would look something like: RewriteEngine On RewriteRule ^([a-z]+)-([a-z]+)-([a-z]+)$ news.php?slug=$1-$2-$3 [L] This is untested, but it should work. | |
Re: I don't understand what Alicia means by unique characters? What makes those characters unique? Are they reserved? | |
Re: It has to do with the scope of a javascript variable. It means that the variable is hoisted (aka “lifted up”) to the top of the code block it’s in. This has nothing to do with web hosting, and is only relevant if you are a javascript developer. | |
Re: Use a CDN to load your images and fonts. I recommend Cloudflare, which has a free version, but you can also use Fastly or one of the other popular options out there. Also, limit the amount of heavy Javascript you're using. | |
Re: # Reducing page load time: * Use a CDN such as Cloudflare or Fastly to serve your static images, javascript files, CSS files, etc. * Make sure that your web server is as fast as it can be; If using PHP, use Opcache, etc. # Minimizing render-blocking resources * Put … | |
The new robots.txt tester that is now built into Google Search Console is finding errors with the last two rows of my robots.txt file: Sitemap: https://www.daniweb.com/latest-sitemap.xml Sitemap: https://www.daniweb.com/sitemap.xml The error is: *Invalid sitemap URL detected; syntax not understood* Any idea what could be wrong here? | |
Re: The only name I recognize in your post is Kermit the Frog. It’s not easy being green. | |
Re: While I concur that Figma is incredibly popular in the UI world, I fail to see the point of your post. | |
Re: An oldie but a goodie: Start a blog on your website with wacky and interesting news and fun facts that are relevant to your product or service. Promote those articles on Facebook in order to get FB likes and shares. | |
Re: The best way to prevent SQL injection attacks is to make sure that *all* strings passed into SQL queries, especially if they are derived from user-generated input, are properly escaped. If using MySQL with PHP, you can use the `mysqli::real_escape_string()` function. Other databases have equivalent functions. To prevent cross-site scripting … | |
Re: > What does SAP stand for India? Probably the same thing it stands for in other countries. | |
Re: Hi Julia and welcome to DaniWeb! You can link to your project from within your post signature, which can be set up [here](https://www.daniweb.com/connect/profile/community). We used to have a Share Your Projects forum a long time ago, but unfortunately it became a huge spam fest, where people didn't really care about … | |
Re: Another solution might be to just show smaller, low resolution versions of images, and only the full resolution if the person has paid for it. | |
Re: I don't know about *four* steps but ... Understand your product. Understand who you need to market to. Market to the target demographic. Collect leads. Follow-up on each of those leads. | |
For some context, I use Google Ad Manager for all display ads on my site. Within the *Privacy & Messaging* section of Ad Manager, I have GDPR messages enabled for my entire domain. The message is published and the reporting stats indicate a sizable usage. Additionally, various ad units have … | |
Re: Aside from everything posted above, sometimes large changes to a complex website can take 6-9 months to be recognized by Google. |
The End.