-
Created Noindex RSS feeds?
Has anyone ever come across any authoritative statement from Google on their official position of whether RSS feeds should be noindexed or not? -
Began Watching Noindex RSS feeds?
Has anyone ever come across any authoritative statement from Google on their official position of whether RSS feeds should be noindexed or not? -
Replied To a Post in caching datasets or result set. what is the the best option?
> As I read https://dev.mysql.com/doc/refman/5.7/en/query-cache.html my view/answer is I wouldn't bother optimizing in this situation Also I think we both missed that they tagged SQL Server so they aren’t even … -
Replied To a Post in caching datasets or result set. what is the the best option?
The query cache, that rproffitt linked to, used to cache MySQL result sets for situations where an identical query is made and there have been no table writes to any … -
Began Watching caching datasets or result set. what is the the best option?
I need to get a set of results from the db (server) but at times I would get the same result back and I would like to cache the result … -
Replied To a Post in Hi everyone, I'm florakennady
Hi and welcome to DaniWeb! I’m pretty active in the SEO and digital marketing industry so feel free to start up some discussions. :) -
Began Watching Hi everyone, I'm florakennady
hey!I”m flora ,I am blogger and having 9+ years of experience in digital marketing,blockchain,cryptocurrency, NFT games , Metaverses and various IT streams.I am interest toward the upcoming online marketing trends,stay … -
Replied To a Post in Is there an easy way to select all code in a code block?
We used to have something like this, where you could double click on code and it would put it into a textarea. I’ll figure something out but it might have … -
Began Watching Is there an easy way to select all code in a code block?
What I've been doing is to click and drag to select code. Is there a hotkey that will select only the code? CTRL-A selects all text on the page. -
Replied To a Post in Hi everyone, I'm kathypellerin
Oh I forgot to ask ... what is your skillset? :) -
Edited seo? robots txt vs robots meta tags
Hi. Just wanted to find out which option is best to use regarding SEO? -
Replied To a Post in seo? robots txt vs robots meta tags
Robots meta tags and robots.txt do two completely different things. Which you use depends upon the specific use case for each of your pages. The robots.txt file is used to … -
Began Watching seo? robots txt vs robots meta tags
Hi. Just wanted to find out which option is best to use regarding SEO? -
Replied To a Post in How do I learn digital marketing?
I disagree, actually. I think that digital marketing courses are a waste of money. Read forums. Read blogs. Learn digital marketing on your own. And then get official [Google Certifications](https://skillshop.exceedlms.com/student/catalog/browse). … -
Began Watching How do I learn digital marketing?
The latest online buzzword is "digital marketing." People either want to use digital marketing to expand their businesses or become experts in the field. Therefore, you have come to the … -
Replied To a Post in Sorry about downtime today
It's definitely worked miracles for my normal chronic bronchitis. It's not doing jack squat for this COVID-driven bronchitis. -
Replied To a Post in Sorry about downtime today
I currently am taking hydrocodone (Tussionex), a corticosteroid inhaler (Wixela), an Ipratropium bromide inhaler (Atrovent), and Tessalon Perles. It's a mix that has been perfected over 40 years of chronic … -
Replied To a Post in HTML to PDF pre-populated
According to a Google search, [Syncfusion](https://www.syncfusion.com/document-processing/pdf-framework/net) seems to be a solution but unfortunately it isn't free. Personally, I use [wkhtmltopdf](https://wkhtmltopdf.org/downloads.html), which is open source, but I am in a Linux … -
Began Watching HTML to PDF pre-populated
I need a quick solution that will convert HTML doc to PDF and still maintain the same look and feel with pre-populated data and also maintain links in the PDF … -
Replied To a Post in Hi everyone, I'm sophi19
I'm just a small-town girl, livin' in a lonely world ...... -
Began Watching Hi everyone, I'm sophi19
I'm just a good programmer with great habits. -
Replied To a Post in Sorry about downtime today
I have chronic bronchitis and lung scarring due to a preexisting condition. Covid manifested for me just as a bad case of bronchitis with more vomiting than normal. Bronchitis for … -
Created Sorry about downtime today
Sorry for the brief downtime today. I was refactoring some stuff on the web server when DaniWeb went down unexpectedly. I spent about 10-15 minutes going crazy trying to figure … -
Began Watching Sorry about downtime today
Sorry for the brief downtime today. I was refactoring some stuff on the web server when DaniWeb went down unexpectedly. I spent about 10-15 minutes going crazy trying to figure … -
Replied To a Post in Hi everyone, I'm kathypellerin
Hi and welcome to DaniWeb! -
Began Watching Hi everyone, I'm kathypellerin
Hlw everyone! I am new here , I hope I get help from here and I spread my skill for the newbie. -
Replied To a Post in Making levels for game
Also, I just want to confirm you aren't creating a new "Code Snippet" because that's only for fully working code snippets, not to post code that isn't working. -
Replied To a Post in Should I hire an agency or a freelancer?
I could have sworn I just answered a very similar question recently, but I now can't find it in my latest posts, so maybe I was dreaming. That being said, … -
Began Watching Should I hire an agency or a freelancer?
Hi! I need a web application for my business. Should I hire an agency or a freelancer? What's the better value? Thank you. -
Replied To a Post in Making levels for game
Hi there! It seems like you've got all the complicated stuff working. Graphics! Interactive players! Flying tokens! It sounds to me like a little timer to end the level is … -
Began Watching Making levels for game
Working on a game for a friends daughter for her 6th birthday. Its a scrolling game where the player will be Snoopy and they'll be flying around on his doghouse … -
Edited Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Edited Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Edited Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Edited Template engine for Codeigniter 3 with built-in HTML sanitizer
A little while ago, I wrote a [tutorial](https://www.daniweb.com/programming/web-development/tutorials/537376/sanitize-php-user-input-strings) about how important it is to sanitize PHP user input strings. Not only is it important to sanitize user input being fed … -
Created Deep clone PHP array
By default, PHP's clone keyword just creates a shallow copy of an object, and doesn't work as desired if the object contains properties that are also objects, because it doesn't … -
Began Watching Deep clone PHP array
By default, PHP's clone keyword just creates a shallow copy of an object, and doesn't work as desired if the object contains properties that are also objects, because it doesn't … -
Edited Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Edited Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Edited Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Created Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Began Watching Represent a PHP array as an encoded string
Sometimes we have a need to take a simple PHP array and represent it as an encoded string. One use case that we have for this at DaniWeb is when … -
Undeleted a Post in Why can't I destroy my object?
Hi Cout_baia Defines delete pointer to delete an object. But when we delete a pointer that points to the object at the time destructor is called implicitly. But we won't … -
Undeleted a Post in How do I get better in design?
Work systematically, break down work into logical steps, and don't make making money your top priority while you're studying. After all, you can only succeed when you truly love what … -
Undeleted a Post in scroll bar help
Need help on my tkinter scroll bar please, I have tried everything however I am sure I am not doing something correct. The scroll is not attaching to the listbox … -
Undeleted a Post in ARRAY PROOGRAMMING CODE
This will help you keep track of your rooms A-P, it saves changes to a file and updates as you go, reading from the file. #include <iostream> #include <fstream> #include … -
Replied To a Post in Hi everyone, I'm Reshmasharma
Hi and welcome to DaniWeb! -
Began Watching Hi everyone, I'm Reshmasharma
My Master's in Digital Marketing has been completed and I have completed a 6-month internship in Digital Marketing, so I'm pleased to share my experience with you. Implement best practices … -
Replied To a Post in Hi everyone, I'm Henry Tsui.
Hi and welcome! Thanks for joining. -
Began Watching Hi everyone, I'm Henry Tsui.
First time be here, just learn...
The End.