11,566 Posted Topics

Member Avatar for julianamartes

Hi there! Thanks for joining and welcome :) Let us know more about yourself. What brings you to DaniWeb?

Member Avatar for Dani
0
11
Member Avatar for cored0mp

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.

Member Avatar for Dani
1
165
Member Avatar for Bellicn063

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?

Member Avatar for Dani
-1
39
Member Avatar for FarrisFahad

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 …

Member Avatar for Dani
0
141
Member Avatar for Khurshid-ahmad
Member Avatar for allan1234567890
Member Avatar for FarrisFahad

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 …

Member Avatar for Dani
3
66
Member Avatar for Smbom

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 …

Member Avatar for sankut
1
359
Member Avatar for Paulmescal
Member Avatar for aliceblack78
2
174
Member Avatar for Dani

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. …

Member Avatar for Dani
0
5K
Member Avatar for FarrisFahad

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!

Member Avatar for bessieexum
1
44
Member Avatar for cored0mp

> 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 …

Member Avatar for cored0mp
2
978
Member Avatar for carriejo810

I say 2024 is going to be the year of even more AI. Happy new year!!

Member Avatar for EdwardMatthew
1
24
Member Avatar for rproffitt

> 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 …

Member Avatar for carriejo810
4
1K
Member Avatar for Andrew_107

> 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 …

Member Avatar for bijutoha
1
128
Member Avatar for soccerjerseys
Member Avatar for techtheclone

I can look into this tomorrow if you still need help. Sorry, I’ve been feeling sickly yesterday and today.

Member Avatar for jkon
0
79
Member Avatar for jkon

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 …

Member Avatar for jkon
0
33
Member Avatar for karthik98

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 …

Member Avatar for aahent45
1
483
Member Avatar for biztrack
Member Avatar for Astrologer Mahendhar

Sorry, I don’t understand your question. SEO is used to increase your organic ranking in Google and other search engines.

Member Avatar for bessieexum
17
13K
Member Avatar for Adolfo_1

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.

Member Avatar for jkon
0
222
Member Avatar for Alicia_14

I don't understand what Alicia means by unique characters? What makes those characters unique? Are they reserved?

Member Avatar for DGPickett
0
104
Member Avatar for jayashree10

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.

Member Avatar for AndreRet
-1
43
Member Avatar for jayashree10

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.

Member Avatar for Biiim
0
79
Member Avatar for jayashree10

# 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 …

Member Avatar for Biiim
0
65
Member Avatar for Dani

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?

Member Avatar for Dani
1
1K
Member Avatar for Reverend Jim

The only name I recognize in your post is Kermit the Frog. It’s not easy being green.

Member Avatar for Reverend Jim
1
26
Member Avatar for Fazna

While I concur that Figma is incredibly popular in the UI world, I fail to see the point of your post.

Member Avatar for Dani
1
66
Member Avatar for Mindmade

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.

Member Avatar for bessieexum
-1
96
Member Avatar for jayashree10

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 …

Member Avatar for Dani
0
49
Member Avatar for peol

> What does SAP stand for India? Probably the same thing it stands for in other countries.

Member Avatar for Dani
-2
13
Member Avatar for Julia K

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 …

Member Avatar for Dani
0
54
Member Avatar for buzzboss
Member Avatar for facarroll

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.

Member Avatar for Dani
1
380
Member Avatar for Nicole_22

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.

Member Avatar for bessieexum
0
107
Member Avatar for Dani

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 …

Member Avatar for Dani
1
957
Member Avatar for brandlyglobal

Aside from everything posted above, sometimes large changes to a complex website can take 6-9 months to be recognized by Google.

Member Avatar for Dani
0
82
Member Avatar for techlifelk

Manu_18, can you show your code? Better yet, [start a new topic](https://www.daniweb.com/community/contribute/4) and show your code and the error message. This way your question doesn't get lost inside a 2 year old topic.

Member Avatar for Dani
0
33K
Member Avatar for bxdobs
Member Avatar for cjmall65
Member Avatar for Manish02

Keyword stuffing are those darn tag clouds we have at the bottom of each page that got us dinged with Google Panda a few years back.

Member Avatar for webhostingworld
2
4K
Member Avatar for jayashree10

Basically it's the time that the web browser spends converting the front-end HTML, javascript, and CSS into something that the end-user sees. You want to make sure not to block it with javascript plugins and such that take time away from the web browser showing something to the user.

Member Avatar for Dani
-1
26
Member Avatar for EdwardMatthew
Member Avatar for Evilshoes
Member Avatar for Dani

The Google Analytics javascript tag we use in our HTML <head> is: <script async src="https://www.googletagmanager.com/gtag/js?id=G-3BQYMGHE7E"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3BQYMGHE7E'); </script> Then, there are a handful of `gtag()` calls elsewhere on the page. I'm confused by how async works in this context. …

Member Avatar for Dani
1
239
Member Avatar for mexabet
Member Avatar for Sunnyfish

* Check that you’re using a valid username and password and that those credentials have proper access to the path you’re attempting to connect to * I’m not personally too savvy about this, but does SSH require you to send a private key? Are you able to connect via regular …

Member Avatar for Dani
2
432
Member Avatar for Cameron_12

Can you try adding a bunch of debug code to this? Firstly, after line 10, try echo'ing out something like: echo "ID found: " . $_POST['id']; Perhaps the entire block is being skipped entirely. The second thing is on line 11, we set `$db = new DbController();`. Are we sure …

Member Avatar for AndreRet
3
176
Member Avatar for jamesstorenws

The End.